码迷,mamicode.com
首页 >  
搜索关键字:connection refused t    ( 5932个结果
nternal Exception java.net.socketexception Connection Reset Error : A Guide
Copy fromhttp://www.minecraftman.com/internal-exception-java-net-socketexception-connection-reset/Internal Exception java.net.socketexception Connecti...
分类:编程语言   时间:2014-09-10 15:41:50    阅读次数:379
共享windows7网络时出现依赖的组件无法启动的解决办法
共享windows7网络时出现依赖的组件无法启动的解决办法。 一般说来是Remote Procedure Call (RPC)、RPC Endpoint Mapper、Remote Procedure Call (RPC) Locator、SNMP Trap、Telephony、Remote Access Connection Manager、Remote Access Auto Con...
分类:Windows程序   时间:2014-09-10 09:37:30    阅读次数:273
【闲聊】最近一段时间的总结
1、最近又重新看了下servlet、jsp和jdbc,对于mvc和orm有了简单的认识。对于mvc框架,主要就是写个filter或servlet来拦截所有的http请求,然后再分发给特定的处理类。对于orm,主要还是通过jdbc拿到connection,然后可以拿到表的结构等数据,之后再进行相应处理...
分类:其他好文   时间:2014-09-09 21:29:39    阅读次数:187
Mysql++
1 mysqlpp::Connection dbconnection; 2 dbconnection.connect("database", "server", "user", "passwd"); 3 4 mysqlpp::Query prepared_query = dbconnect.qu.....
分类:数据库   时间:2014-09-09 21:26:49    阅读次数:328
解决读取Excel表格中某列数据为空的问题 c#
解决同一列中“字符串”和“数字”两种格式同时存在,读取时,不能正确显示“字符串”格式的问题:setxlsconn=CreateObject("ADODB.Connection")xlsconn.Open"Provider=Microsoft.Jet.OLEDB.4.0;DataSource="&se...
分类:其他好文   时间:2014-09-09 18:00:29    阅读次数:216
MongoDB【UVE】 - 连接Connection
简单的填写你所需要连接的MongoDB的库,即可。 ? 这里为了方便,我们的名字也就是Server的 IP地址 simple Tips , 简单的记录。
分类:数据库   时间:2014-09-09 16:25:59    阅读次数:247
Io 异常: The Network Adapter could not establish the connection
Io 异常: The Network Adapter could not establish the connection这个异常的出现一般与数据库和你的PC的设置有关这种异常的出现大致上有下面几种:1。IP错误。在设置URL时错误,例如:jdbc:oracle:thin:@192.168.0.36...
分类:Web程序   时间:2014-09-09 10:30:08    阅读次数:284
Ubuntu wireless network connection in command line
After installed the the graphical card driver in Ubuntu, the gnome desktop was not working anymore, needs to install and setup the wireless network, herewith the procedure,...
分类:Web程序   时间:2014-09-05 22:27:02    阅读次数:226
SQL Server 2012 The report server cannot open a connection to the report server database
案例环境: 操作系统版本: Windows Server 2012 R2 Standard 数据库版本 : SQL SERVER 2012 SP2 案例介绍: 今天进入一台新安装的SQL Server服务器的Reporting Service管理界面时,出现如下错误信息 The report ser...
分类:数据库   时间:2014-09-05 18:04:01    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!