编码的种类SHOW VBRIABLES LIKE '%character%';1) character_set_client : MySQL Server 假定client传输数据过来的时候的编码2) character_set_connection: Server收到SQL语句时,将其转换成的编码...
分类:
数据库 时间:
2014-08-01 19:07:52
阅读次数:
275
Gentlemen, how many times you’ve found yourself with the right girl, wrapped in one another’s arms to create the right moment but have been lost for w...
分类:
其他好文 时间:
2014-08-01 18:31:52
阅读次数:
248
上篇文章《再说Java EE》说明了一下什么是规范,有什么作用,这篇文章来细说一下JDBC。
JDBC
JDBC(Java Database Connection)也是Java EE中的一个规范,所谓规范是一组接口,如JDBC接口包含在java.sql及javax.sql包中,其中java.sql属于JavaSE,javax.sql属于JavaEE,部分如下图:
...
分类:
数据库 时间:
2014-08-01 16:07:11
阅读次数:
337
数据库的配置:
连接字符串:
server=潘尚\\SQLEXPRESS;database=db_test;Trusted_Connection=true
连接代码:
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq...
分类:
数据库 时间:
2014-08-01 10:55:21
阅读次数:
236
WIN 2008 SERVER+FileZilla FTP Server,FTP端口:2013防火墙中已允许FTP Server及端口访问,设置好后,FlashFxp客户端,被动模式,能连接,但是出错:425 Can't open data connection,不能读出目录列表,服务端也提示:42...
分类:
其他好文 时间:
2014-07-31 23:27:40
阅读次数:
309
/*
?*?@(#)Ping.java????1.2?01/12/13
?*?Connect?to?each?of?a?list?of?hosts?and?measure?the?time?required?to?complete
?*?the?connection.??This?example?uses?a?selector?...
分类:
编程语言 时间:
2014-07-31 21:24:47
阅读次数:
293
package cn.itcast.jdbc.datasourse;import java.sql.Connection;import java.sql.DriverManager;import java.sql.SQLException;import java.util.LinkedList;pu...
分类:
数据库 时间:
2014-07-31 20:08:07
阅读次数:
297
package cn.itcast.jdbc.datasourse;import java.sql.Connection;import java.sql.DriverManager;import java.sql.SQLException;import java.util.LinkedList;pu...
分类:
数据库 时间:
2014-07-31 20:01:47
阅读次数:
194
android中The connection to adb is down,问题和解决自己总结的在android中常会出现的不好解决的问题和方法(其中第三个方法经过了四天的折磨。。。。。哎)1.报错:BUILD FAILEDD:\workspace\ganji\build.xml:144: The ...
分类:
移动开发 时间:
2014-07-31 16:47:46
阅读次数:
185
ADO.NET中的五个主要对象Connection 物件 Connection 对象主要是开启程序和数据库之间的连结。没有利用连结对象将数据库打开,是无法从数据库中取得数据的。这个物件在ADO.NET 的最底层,我们可以自己产生这个对象,或是由其它的对象自动产生。Command 物件 Comma.....
分类:
Web程序 时间:
2014-07-31 16:14:06
阅读次数:
313