mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
M365

资源池 'default' 没有足够的系统内存来运行此查询

打开数据库看了相关视图,发现查询确实很慢,运行多次之后出现 资源池 'default' 没有足够的系统内存来运行此查询 1 嗯…这句话的意思就是供查询用的资源池内存不足咯,Google了一下,发现解决方法很简单。  直接上图好了。 SQLServer提供了2种资源池内存的分配方式,“配置值”跟“运行值”。配置值就是按照配置的值分配内存,运行值就是根据运行时需要的内存大小来分配。 所以解决方法就是,要么调整配置值(调大一些),要么直接选择运行值。 ---------------------  作者:lyzcren  来源:CSDN  原文:https://blog.csdn.net/u012843100/article/details/77769318  版权声明:本文为博主原创文章,转载请附上博文链接!

2019-07-21 0comments 121hotness 0likes mikebai Read all
M365

更改SharePoint 2007/2010/2013 Web 应用程序端口号

之前创建的Web应用程序端口为80,因为其他需要要将端口更改为85,下面是具体步骤: 第一步:更改IIS绑定。 打开IIS服务管理器,右击需要更改的站点,选择编辑绑定。 在打开的网站绑定窗口,选择端口80的项,然后点击编辑,将端口更改为85,然后确定。 第二步:更改备用访问映射 管理中心-----系统设置---配置备用访问映射,然后编辑公用URL,备用访问映射集选择目标应用程序,然后更改为85

2019-07-21 0comments 114hotness 0likes mikebai Read all
dev

Exchange 2013系列之八:证书申请

在之前的环境中,我们已经把Exchange Server 2013搭建起来了,也实现了内网中邮件的收发。可是当用户登录OWA时,总是提示证书错误; 估计有强迫症的同学见到这种情况感觉很不爽吧,这是因为证书是由不可信任的证书颁发机构颁发的。今天我们的任务就是解决这个问题,废话不多说,让我们进入正题吧。 首先是安装证书服务角色,因为我这里是实验环境,所以直接安装在AD上,有条件的朋友可以重新划分一台虚机或服务器来搭建。打开服务器管理器,点击管理,选择添加角色或功能;

2019-07-14 0comments 108hotness 0likes mikebai Read all
dev

3 Ways to Change PowerShell Execution Policy in Windows 10

PowerShell script cannot be loaded because the execution of scripts is disabled on this system? By default, Windows restricts running PowerShell scripts, as a security mechanism. To verify the PowerShell execution policy on your computer, you can use the Get-ExecutionPolicy cmdlet. If the execution policy is displayed as Restricted, you can change it to other settings as shown below. Restricted – No scripts can be run. Windows PowerShell can be used only in interactive mode. AllSigned – Only scripts signed by a trusted publisher can be run. RemoteSigned – Downloaded scripts must be signed by a trusted publisher before they can be run. Unrestricted – No restrictions. All PowerShell scripts can be run. In this tutorial we’ll show you how to change PowerShell execution policy in Windows 10 using command line, group policy or registry tweak. Method 1: Change PowerShell Execution Policy with Command Line Open the PowerShell as administrator. You can use the Set-ExecutionPolicy command to set the Pow

2019-07-12 0comments 112hotness 0likes mikebai Read all
dev

windows Server内存设置相关

1) SQL Server服务器 SSMS -> 服务器右键 -> 内存 -> 设置最大服务器内存 设置800MB比较合适 2)AppFabric内存占用设置 SharePoint命令行管理程序 -> 执行以下命令 Update-SPDistributedCacheSize -CacheSizeInMB 500 https://docs.microsoft.com/zh-cn/SharePoint/administration/plan-for-feeds-and-the-distributed-cache-service 安装 SharePoint Server 时,用于缓存大小的分布式缓存服务的内存分配设置为默认值,即物理内存总量的 10%。 管理员可以通过使用 Update-SPDistributedCacheSize cmdlet 来更改分布式缓存服务的内存分配。 Get-AFCacheHostConfiguration -hostname "winsrv2019" -cacheport 22233

2019-07-12 0comments 153hotness 0likes mikebai Read all
dev

acasis nvme typec无法识别解决办法 JMS583

ghost64提示以下错误 an internal inconsistency has been detected 8027 JMS583 主控 http://www.jmicron.com/product0201.html 更新主控firmware The firmware update below is intended only for use with the MyDigitalSSD M2X USB 3.1 Gen 2 M.2 PCIe SSD Enclosure Adapter featuring the JMicron JMS583 bridge controller. MyDigitalSSD is not responsible for damages or data loss as a result of other than intended use. This update is not mandatory for use and is intended only to improve MyDigitalSSD M2X adapter compatibility and connectivity. Therefore, it is solely up to the user whether or not to download and apply this update. Firmware Version 0205 Change Log Increased compatibility Fixed overheating issues on certain motherboard chipsets Fixed disconnecting issues on large transfers Firmware Update Requirements To perform this update, users will need the following: USB compatible PC running operating system Windows 7 or higher MyDigitalSSD M2X USB 3.1 Gen 2 M.2 PCIe SSD enclosure adapter Updating the Firmware Remove any SSD from the M2X enclosure. The adapter PCB board must be empty when performing this update. Download the firmware update file located here: https://www.mydigitaldiscount.com/downloads/M2X_FWUpdate_Utility_0205.zip (343KB) https://www

2019-07-09 0comments 113hotness 0likes mikebai Read all
dev

组策略中限制修改系统时间的权限

点开机器左下角“开始菜单”中的运行,在其中输入gpedit.msc,打开组策略,然后依次点开:计算机配置 ——— windows设置 ——— 安全设置———>本地策略———>单击用户权利指派后,双击右边“更改系统时间”选项,将其中的内容删除后确定重启机器即可。 如果某天想恢复,就点添加用户或组,恢复权限即可。如图:  

2019-07-09 0comments 125hotness 0likes mikebai Read all
dev

WINDOWS SERVER 2016 设置使用照片查看器查看图片

1.使用win+R快捷键快速打开运行,输入regedit打开注册表 2.在注册表中找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations 3.在右侧新建字符串项 需要新建两项.jpg 和.png,值都为PhotoViewer.FileAssoc.Tiff 之后就可以使用照片查看器查看.jpg 和.png的图片了

2019-07-09 0comments 130hotness 0likes mikebai Read all
dev

please wait for the profsvc windows server 2019

"Please Wait For The User Profile Service" message when logging on to TS 2008   https://social.technet.microsoft.com/Forums/windowsserver/en-US/361b5901-1098-4379-b1a0-6227b447afce/quotplease-wait-for-the-user-profile-servicequot-message-when-logging-on-to-ts-2008?forum=winserverTS  99% of the times I had this problem it was caused by either DNS issues or network bindings. Are your servers multihomed? In other words: do you have multiple network cards?  If so, make sure your "production" card is on top  in the network connections -> advanced settings -> adapters and bindings. You could also enable user env logging (search microsoft how to do that) Network Connections - Advanced Settings - Adapters and Bindings - Connections:

2019-07-08 0comments 112hotness 0likes mikebai Read all
dev

如何将计算机加入域

将计算机加入域 1.设置加入到域中的计算机IP为静态,在本地连接属性中选择Internet协议版本4属性。 2.IP地址指向本地IP,DNS服务器地址需指向域控制器中的IP地址,单击【确定】。 3.在系统设置中点击【更改设置】。 4.在系统属性中,点击【更改】。 5.更改计算机隶属于域,并输入域名称(必须是域名称而不仅仅是NetBOIS名称,如果NetBOIS可以加入域而域名不可以加入域,则可以判定DNS安装有问题),单击【确定】。 6.自动跳出登录域控制器账户窗口,输入域控制器的账户及密码,点击【确定】。 7.在域控制器的ActiveDirectory用户和计算机中查看加入域控制器中的计算机,查看计算机是否加入域中。 ---------------------  作者:雾-语  来源:CSDN  原文:https://blog.csdn.net/zhaohuihui6628/article/details/46439183  版权声明:本文为博主原创文章,转载请附上博文链接!

2019-07-07 0comments 119hotness 0likes mikebai Read all
1…1213141516…62

Recent Posts

  • c# winform适配高dpi
  • com.microsoft.sqlserver.jdbc.SQLServerException “trustServerCertificate”属性设置为“false”,但驱动程序无法使用安全套接字层 (SSL) 加密与 SQL Server建立安全连接
  • java -cp 用法介绍
  • HTML 容器元素
  • MVC的cshtml的介绍

Recent Comments

No comments to show.

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang