码迷,mamicode.com
首页 >  
搜索关键字:cannot connect    ( 15038个结果
ADODB的应用
Connect("localhost", "root", "", "php100")or die("错误");$db->Execute("set names 'UTF8'");$query=$db->execute("select * from `php100`");while($row=$quer...
分类:数据库   时间:2014-06-28 13:59:08    阅读次数:294
Reporting Service 服务启动时报错The service did not respond to the start or control request in a timely fashion
案例环境: 启动一台数据库服务器(Windows Server 2003)的Reporting Service(SQL Server 2008 R2)服务时,出现如下错误信息: System.InvalidOperationException: Cannot start service Report...
分类:其他好文   时间:2014-06-23 08:24:07    阅读次数:415
type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang.Object
今天在进行代码检查的时候出现下面的异常:1 type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang...
分类:编程语言   时间:2014-06-23 08:05:13    阅读次数:381
debain 命令
apt-get install lib32z1 如果libz.so.1: cannot open shared object file: No such file or directory在/etc/ld.so.conf中加入/usr/lib 增加类库所有路径 /sbin/ldconfig –v」来...
分类:其他好文   时间:2014-06-23 07:44:47    阅读次数:306
ORA-02429: cannot drop index used for enforcement of unique /primary key
相信不少人遇到过ORA-02429: cannot drop index used for enforcement of unique /primary key 这个错误,对应的中文提示“ORA-02429: 无法删除用于强制唯一/主键的索引”,其实从错误提示信息已经很明显了。下面还是用一个简单的例...
分类:其他好文   时间:2014-06-21 14:04:25    阅读次数:297
boost.asio源码剖析(三) ---- 流程分析
* 常见流程分析之一(Tcp异步连接)我们用一个简单的demo分析Tcp异步连接的流程: 1 #include 2 #include 3 4 // 异步连接回调函数 5 void on_connect(boost::system::error_code ec) 6 { 7 if (ec...
分类:其他好文   时间:2014-06-20 23:26:52    阅读次数:522
关于Mysql Can't connect to mysql server on localhost(10061)的问题解决
这个问题很烦,试了网上很多朋友的方法,还是不行,大家都知道卸载mysql再想装就不那么容易了(虽然我卸载安装无数次都成功了),好了,不废话了,如果出现这种问题,不要急,找到mysql的安装包 例如:F:\mysql5.5anzhuang\bin 找到里面的mysqld.exe运行文件,双击运行...
分类:数据库   时间:2014-06-20 23:24:19    阅读次数:363
spring 切面织入报错:java.lang.ClassCastException: com.sun.proxy.$Proxy7 cannot be cast to...
报这个错,只有一个原因,就是转化的类型不对.接口过父类的子类,在强制转换的时候,一定要用接口父类来定义。代码示例:package com.luoluo.dao.impl;import java.sql.Connection;import java.sql.SQLException;import ja...
分类:编程语言   时间:2014-06-20 20:58:03    阅读次数:900
adb connect 出现timeout的处理方式
默认的timeout是5000ms毫秒,如果是断点调试的时候,经常会出现timeout,所以修改这个值就不会出现timeout了,Eclipse下的设置位置:Window->Preferences->Android->DDMSADB connection time out(ms):5000
分类:数据库   时间:2014-06-20 15:21:50    阅读次数:798
chrome 网络面板
Chrome Timeline的指标说明:Blocked、Connect、Send、Wait、Receive Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting...
分类:其他好文   时间:2014-06-20 15:07:33    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!