检查数据库日志,有如下报错信息:Error: 9002, Severity: 17, State: 4.
The transaction log for database 'SharedServices1_Search_DB' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc...
分类:
数据库 时间:
2015-04-08 16:33:30
阅读次数:
206
最近遇到这样一个问题:将一个窗口句柄以参数的形式传递给一个线程,在线程中使用完之后要将窗口销毁,调用DestroyWindow销毁窗口是返回false,GetLastError的结果为5:拒绝访问,而在线程外则是可以销毁的。查阅msdn,解释如下:A thread cannot use Destro...
arm-none-linux-gnueabi-gcc: 没有那个文件或目录
解决方法
sudo apt-get install lsb-core
arm-linux-gnueabihf-gcc: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: N...
分类:
系统相关 时间:
2015-04-07 21:43:57
阅读次数:
272
今天更新androidSDK
到5.0,发现新建工程时卡在Gradle:Resolvedependencies':app:_debugCompile'
首先,googledevelop是访问不了的,如果可以就没这事了。(折翼的天使)
其次,我早以在android-studio/bin/idea.properties末尾添加了disable.android.first.run=true
...
分类:
移动开发 时间:
2015-04-07 15:48:14
阅读次数:
223
当使用git进行操作:git checkout -b local-name origin/remote-name出现错误:fatal: git checkout: updating paths is incompatible with switching branches.Did you inten...
分类:
其他好文 时间:
2015-04-07 15:18:33
阅读次数:
147
cannot load any more object with static tls按照http://stackoverflow.com/questions/19268293/matlab-error-cannot-open-with-static-tls 给的方法,我也设置了,但是还是不行。最后...
分类:
其他好文 时间:
2015-04-07 11:22:40
阅读次数:
127
你是否遇到过这样的情况-—— 一开始没提示错误,当你调试时出现了找不到R文件的情况如下图
提示Cannot resolve symbol 'R' 找不到R文件/无法解析符号R。
错误原因:1.R文件真的没了 2.命名格式不规范。
解决方法:1.重新导入R文件(我这就不详细讲了)
2.命名格式不规范:双击Message Gra...
分类:
其他好文 时间:
2015-04-06 15:49:01
阅读次数:
178
在Windows XP虚拟机上(VMware Player 6)安装PowerDesigner16.5完成后,运行"C:\Program Files\Sybase\PowerDesigner 16\PdShell16.exe",只显示空壳界面,几乎没有内容。经多次卸载再安装,问题依旧。
查看系统日志,查到如下图所示SideBySide错误:Resolve Partial As...
分类:
其他好文 时间:
2015-04-06 12:54:51
阅读次数:
430
Problem Description
A certain local trucking company would like to transport some goods on a cargo truck from one place to another. It is desirable to transport as much goods as possible each trip. Unfortunately, one cannot always use the roads in the shor...
分类:
编程语言 时间:
2015-04-05 09:16:13
阅读次数:
208
9Method DefinitionsThe set of common methods for HTTP/1.1 is defined below. Although this set can be expanded, additional methods cannot be assumed to...
分类:
Web程序 时间:
2015-04-05 01:03:58
阅读次数:
239