SET SHOWPLAN_ALL { ON | OFF }It will not
execute the TSQL statements.It cannot be specified inside a stored
procedure,must be the only statements in a...
分类:
数据库 时间:
2014-07-22 23:11:32
阅读次数:
646
用YII很久了今天看老代码发现了一个致命又气人的bug: “'SiteController cannot find the requested view "index". ”
在这个项目里对应的views/site/index.php文件都有,但是为什么还报了这个错呢, 于是开始看内核代码:
public function getViewFile($viewName)
{
if(($t...
分类:
其他好文 时间:
2014-05-01 21:59:39
阅读次数:
454
问题描述:今天一早,所有淡定下来后准备启动本地Tomcat,突然出现一堆错误:严重:
StandardServer.await: create[8005]: java.net.BindException: Cannot assign
requested address: JVM_Bind at...
分类:
编程语言 时间:
2014-05-01 15:18:07
阅读次数:
413
三件事需要做:1
window->Preference->java->Compiler->Compiler compliance
lever->设置成最高版本(1.6以上含)2 project->properties->java
compiler->设置成跟上面一样的编译等级。3 project->...
分类:
系统相关 时间:
2014-04-30 13:07:15
阅读次数:
540
最近因为要开发广告制作工具,自动生成广告流,需要获取第三方服务器上的文件资源,经过摸索,从这次经历中记录下。 FtpWebRequest
reqFtp;WebResponse response = null;//获取文件夹信息reqFtp =
(FtpWebRequest)WebRequest.Cr...
分类:
其他好文 时间:
2014-04-30 02:52:23
阅读次数:
519
SQL Server, Cannot resolve the collation
conflict
分类:
数据库 时间:
2014-04-29 22:16:25
阅读次数:
776
在windows下运行VMware创建的虚拟机时出错,无法运行。
错误提示大概为:
Failed to lock the file
Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on.
解决方法:
把虚拟机文件夹里【.lck】...
分类:
其他好文 时间:
2014-04-29 13:28:21
阅读次数:
366
如果使用自己手动生成的动态链接库.so文件,但是这个.so文件,没有加入库文件搜索路劲中,程序运行时可能会出现找不到动态链接库的情形。可以通过ldd命名来查看可执行文件依赖的动态链接库,如下(其中D为可执行程序):其中的libjson_linux-gcc-4.6_libmt.so
cannot fo...
分类:
系统相关 时间:
2014-04-29 09:41:46
阅读次数:
536
" checking for SSL headers... configure: error: Cannot find ssl headers"
原因是缺少openssl-devel,安装这个库就可以解决问题。
yum -y install openssl-devel...
分类:
其他好文 时间:
2014-04-27 21:32:05
阅读次数:
283
Annotations are one of the fundamental language changes
introduced in Java SE5. They provide information that you need to fully describe your program, but that cannot be expressed in Java. Thus, anno...
分类:
编程语言 时间:
2014-04-27 21:14:59
阅读次数:
431