到注册表里把提示的项【7ABFE44842、、、、、、】删除了就可以了,删除需要修改权限添加本机用户、System、Administrators完全控制权限,子项要显示权限所有都者注册表位置:HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>windows> Current...
分类:
数据库 时间:
2015-08-11 14:07:15
阅读次数:
1122
I've been using Belkasoft Evidence Center for a very long time. It could handle Chinese characters well, so I don't have to waste time decoding...
分类:
其他好文 时间:
2015-08-11 12:08:09
阅读次数:
189
My friend is working on some case, and she looks not in the mood. I ask her what's going on. She wants me to look at the screenshot as below. That's w...
分类:
其他好文 时间:
2015-08-10 23:58:24
阅读次数:
529
1、错误描述DEBUG: setDebug: JavaMail version 1.3.3
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth...
分类:
其他好文 时间:
2015-08-10 22:25:58
阅读次数:
350
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:
其他好文 时间:
2015-08-10 21:48:30
阅读次数:
114
解决 AVD Manager -> 选择模拟器 -> 点击 Edit看 Enabled 是不是被选中了,是的话取消选中,OK,希望对你有用....
分类:
移动开发 时间:
2015-08-10 18:11:05
阅读次数:
149
Given an integer array of size n, find all elements that appear more than ? n/3 ? times. The algorithm should run in linear time and in O(1) space.
Hint:
How many majority elements could it possibly...
分类:
其他好文 时间:
2015-08-10 16:13:28
阅读次数:
95
/etc/init.d/mysql status提示ERROR! MySQL is running but PID file could not be found先打印MYSQL进程ps aux | grep mysql然后KILL进程kill -9 pid1 pid2 …再启动MYSQL/etc/...
分类:
数据库 时间:
2015-08-09 16:46:45
阅读次数:
127
xcode7无刀真机调试简易教程以及部分错误解决方案
1注册一个开发者账号。但是不需要99刀,xcode7以后可以不用购买就证书就可以真机调试
2 下载xcode7。
3 打开xcode7,悬着xcode—>Preferences… 4 添加账号5 输入申请的开发者账号,然后点击add(添加)这样以后如果是ios8.4的系统,请继续往下看
当准备搞一把真机调试的时候,发现不能使用,出现Could n...
分类:
其他好文 时间:
2015-08-08 21:25:53
阅读次数:
173
Oracle设置和删除不可用列1、不可用列是什么?就是表中的1个或多个列被ALTER TABLE…SET UNUSED 语句设置为无法再被程序利用的列。2、使用场景?
If you are concerned about the length of time it could take to drop column data from
all of the rows in a large tab...
分类:
数据库 时间:
2015-08-08 20:00:12
阅读次数:
232