码迷,mamicode.com
首页 >  
搜索关键字:suse 12 cannot restart the ntp daemon    ( 14071个结果
SET Statements for SQLServer
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 丢失controller ID问题
用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
问题描述:今天一早,所有淡定下来后准备启动本地Tomcat,突然出现一堆错误:严重: StandardServer.await: create[8005]: java.net.BindException: Cannot assign requested address: JVM_Bind at...
分类:编程语言   时间:2014-05-01 15:18:07    阅读次数:413
SQL Server, Cannot resolve the collation conflict
SQL Server, Cannot resolve the collation conflict
分类:数据库   时间:2014-04-29 22:16:25    阅读次数:776
VM启动报错Cannot open the disk,Failed to lock the file
在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
linux找不到动态链接库 .so文件的解决方法
如果使用自己手动生成的动态链接库.so文件,但是这个.so文件,没有加入库文件搜索路劲中,程序运行时可能会出现找不到动态链接库的情形。可以通过ldd命名来查看可执行文件依赖的动态链接库,如下(其中D为可执行程序):其中的libjson_linux-gcc-4.6_libmt.so cannot fo...
分类:系统相关   时间:2014-04-29 09:41:46    阅读次数:536
linux安装 apache2.2 django mod_wsgi
系统是ubuntu12.04一、安装apachesudo apt-get install apache启动:sudo apachectl start (开机默认启动的)重启:sudo apachectl restart关闭:sudo apachectl stop安装之后在浏览器中访问127.0.0....
分类:系统相关   时间:2014-04-27 23:57:43    阅读次数:742
checking for SSL headers... configure: error: Cannot find ssl headers
" checking for SSL headers... configure: error: Cannot find ssl headers"        原因是缺少openssl-devel,安装这个库就可以解决问题。 yum -y install openssl-devel...
分类:其他好文   时间:2014-04-27 21:32:05    阅读次数:283
CentOS自动登陆
项目需要去掉CentOS登陆框直接进入系统,简单的配置即可解决。 修改文件:vim /etc/gdm/custom.conf 加入内容: [daemon] AutomaticLogin=自动登陆的用户名 AutomaticLoginEnable=True...
分类:其他好文   时间:2014-04-27 21:17:04    阅读次数:287
java Annotation原理
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!