码迷,mamicode.com
首页 >  
搜索关键字:open failed    ( 31328个结果
jcl
全世界知名的Open Source Delphi开发组织JCL的作品。JCL包含了很多Delphi和C++Builder中的可重用单元,函数和类(不可视)-world- renowned Open Source Development Organization JCL Delphi works. J...
分类:其他好文   时间:2014-06-09 21:16:25    阅读次数:159
WORD Application.Documents.Open函数返回null的一种解决方法
DCOM Config Setting for "Microsoft Office Word 97 - 2003 Document" 内部配置一切正常,但Application.Documents.Open函数还是返回null。下面是一个解决方法:"C:\Windows\SysWOW64\confi...
分类:移动开发   时间:2014-06-09 18:09:50    阅读次数:257
.Net 转战 Android 4.4 日常笔记(10)--ADT集成环境更新SDK
今天下载了一份原来来参考,却发现SDK版本偏低我没有安装用SDK Manager却一直更新不了出现Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection...
分类:移动开发   时间:2014-06-09 17:48:05    阅读次数:409
yii Framework在win下使用遇到的问题
1. 运行yiic命令提示,php.exe不是内部或者外部命令。 这是因为yiic程序没有找到php.exe程序。 1) 把php.exe文件夹路径添加到环境变量中 2)把php.exe文件路径添加到yiic.bat中2. 运行yiic时,提示can not open the input f...
分类:Windows程序   时间:2014-06-09 15:54:17    阅读次数:303
Could not open Hibernate Session for transaction;
javax.servlet.ServletException: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; n....
分类:系统相关   时间:2014-06-09 15:53:41    阅读次数:432
BackTrack 5 开启SSHD服务
BackTrack 5 开启SSHD服务1service ssh start但启动后,仍然无法从远程连接,会有提示:1Read from socket failed: Connection reset by peer这个时候需要生成密钥文件,方法如下123#ssh-keygen -t rsa -f ...
分类:其他好文   时间:2014-06-09 15:27:40    阅读次数:211
对C++ Primer的10.3.9单词转换的思考
#include #include #include #include #include using namespace std;ifstream& open_file(ifstream&,const string&);int main(int argc, char **argv){ map ...
分类:编程语言   时间:2014-06-09 00:04:20    阅读次数:334
centos下yum安装mysql5.6后,无法启动 MySQL Daemon failed to start
如果是全新安装应该就不会出现这个问题,升级安装的话,要运行mysql_upgrade ,但是启动MYSQL就报错MySQL Daemon failed to start如此就没办法运行mysql_upgrade升级MYSQL表了因为是全新安装的数据库服务器就不管老数据了,直接把老的MYSQL数据库文...
分类:数据库   时间:2014-06-08 21:41:49    阅读次数:420
Linux -- Ubuntu搭建java开发环境
Steps1Check to see if your Ubuntu Linux operating system architecture is 32-bit or 64-bit, open up a terminal and run the following command below.Type...
分类:编程语言   时间:2014-06-08 19:51:49    阅读次数:328
libpcre.so.1 cannot be found
安装完Nginx之后,启动报错。[vagrant@localhost sbin]$ sudo ./nginx./nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No ...
分类:其他好文   时间:2014-06-08 19:01:47    阅读次数:294
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!