安装SQL SEVER时出现了同名实例问题的解决办法
删除C:\Program Files\Microsoft SQL Server这整个文件夹,regedit打开注册表 删除[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server]主键 删除[HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server]主键 重启计...
删除C:\Program Files\Microsoft SQL Server这整个文件夹,regedit打开注册表 删除[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server]主键 删除[HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server]主键 重启计...
Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server adm...
今天在Ubuntu下装FullAnalyze时,运行sh,一直为Permission denied,sudo也不行,最后无奈下尝试了修改权限,没想到竟然可以了~^_^爽~ 在sh命令前,先运行 sudo chmod -R 777 fullanalyze 然后就可以运行 ./fullanalyze.sh 了。
1、合并file1.dll、file2.dll到destination.dll ILmerge /ndebug /target:dll /out:C:\destination.dll /log C:\file1.dll C:\file2.dll 2、合并file1.dll、file2.dll以及myApp.exe到newApp.exe ILmerge /ndebug /target:winexe /out:...
今天开了下JIRA准备查看一下有啥要关注的,发现了个错误,怎么搞都搞不好。。。 The jira.home directory 'C:\Program Files\Atlassian\Application Data\JIRA' is already locked. Please see the JIRA documentation for more infor...
【原创】 xp下配置无线局域网,也可以当免费的无线路由器使了。 下面是详细的图解 第一步,打开网络连接。 第二步:点出设置家庭或小型办公网络。 第三步:一直下一步到下图,点忽略已断开的连接 第四步:【重要】必须选择第一个选...
教育网QQ、迅雷等超级代理——绝对万能 搜狗浏览器有“教育网加速”功能,它是搜狗浏览器的一个内置功能,简单的说就是搜狐公司免费给我们提供了一些直接的代理服务器 只可惜这么优秀的功能没有得到充分的利用,或者说不知道那些代理服务...
自己写的哦~所以共享出来了~ using System; using System.Collections.Generic; using System.Text; using System.Security.Cryptography; using System.Globalization; using System.IO; namespace what { class DES { ...
今天写了个登陆页面链接MySQL,突然就发现了这个问题,我的用户名大小写被忽略了。 研究了好久才发现原来是字段编码的问题~ 原来我设置的编码是utf8_general-_ci,这个是部分大小写,后来换成utf8_bin就好了~ 哈哈,好像带bin的都是区...
不知道怎么回事,开机有时自动扫描D盘。采用下面的方法取消了所以的磁盘扫描: 用注册表编辑器编辑“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager”子键,然后在右侧窗口中找到“BootExecute”键值项并将其数值...