using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
lmysql有六处使用了字符集,分别为:client
、connection、database、results、server
、system。?client是客户端使用的字符集。?connection是连接数据库的字符集设置类型,如果程序没有指明连接数据库使用的字符集类型就按照服务器端默认的字符集设...
分类:
数据库 时间:
2014-05-22 02:27:03
阅读次数:
278
//wpf中实现类似于qq的抖动窗效果//前段页面 //后台using System; using
System.Collections.Generic; using System.Linq; using System.Text; using
System.Window...
分类:
其他好文 时间:
2014-05-22 02:20:32
阅读次数:
212
usingandusing namespacehave validity only in
the same block in which they are stated or in the entire source code file if
they are used directly in th...
分类:
其他好文 时间:
2014-05-22 02:08:48
阅读次数:
268
On using the sudo command if we see the
errorThis means that the user as whom we have logged in and are trying to run
the command "sudo" does not have...
分类:
其他好文 时间:
2014-05-22 00:57:35
阅读次数:
272
在CentOS 6.5安装MySQL
5.6.17,安装到最后一个rpm文件MySQL-server时安装命令是:rpm -ivh
MySQL-server-5.6.17-1.el6.x86_64.rpm出现了错误信息:error: Failed dependencies: libai...
分类:
数据库 时间:
2014-05-21 22:57:20
阅读次数:
779
解决eclipse中断点调试不起作用的问题eclipsegeneration编译器file工作
最近几天,遇到了一个问题,就是在eclipse中进行断点调试程序到时候,跟踪不到我设置的断点。困惑了很久,在网上也查阅了很多资料,都没能解决我的问题。今天早上,我试着把eclipse的工作空间重新换了一个...
分类:
系统相关 时间:
2014-05-21 22:13:07
阅读次数:
541
今天遇到一个问题,环境变量设置均没有问题,但依然出现“jar不是系统内部指令”错误。JAVA_HOMEd:\ProgramFiles\Java\jdk1.5.0_02CLASS_PATH.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;Path%J...
分类:
其他好文 时间:
2014-05-21 21:38:23
阅读次数:
271
using System.Data.SqlClient;static void
Main(string[] args) { string connString = @"Data Source=.; Initial
Catalog=lh0216; User ID=s...
分类:
数据库 时间:
2014-05-21 21:37:07
阅读次数:
369
一:上图二:代码主界面代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using ...