Relation to this link http://www-01.ibm.com/support/docview.wss?uid=swg21399105 2015-01-11-13.38.19.538002+000 E263507727A548 LEVEL: Warning PID : 151...
分类:
数据库 时间:
2015-01-12 00:21:07
阅读次数:
254
本文转载自:http://blog.chinaunix.net/uid-23390992-id-3312321.htmldiff与patch命令diff与patch命令真可谓是天作之合,命令中的黄金搭档。老师讲了之后其实自己不是很懂,因为上课的时候没有好好听,上课走神了。怎么办呢,肯定不能放着不管了...
分类:
其他好文 时间:
2015-01-11 21:39:44
阅读次数:
377
在Linux系统字符界面下创建、修改以及删除用户账户主要使用useradd,usermod和userdel这3个命令。一.创建用户账户 创建用户账户就是在系统中创建一个新账户,然后为新账户分配用户UID、用户组群、主目录和登录shell等资源,新创建的用户账户默认是被锁定的,无法使用,需要使用pas...
分类:
系统相关 时间:
2015-01-11 17:37:48
阅读次数:
413
设置session和cookies的代码(webform1.aspx) if (txtName.Text == "wlzcool") { Session["uid"] = "hahaha"; Ses...
分类:
其他好文 时间:
2015-01-11 12:11:01
阅读次数:
136
http://blog.chinaunix.net/uid-20415521-id-1949916.htmlSpingMVC中的HandlerMapping(2007-05-2211:33)分类:SpringDispatcherServlet要将一个请求交给哪个特定的Controller,它需要咨询...
分类:
移动开发 时间:
2015-01-09 13:56:35
阅读次数:
172
多实例mysql的安装和管理http://blog.chinaunix.net/uid-20639775-id-3438560.htmlmysql的多实例有两种方式可以实现,两种方式各有利弊。第一种是使用多个配置文件启动不同的进程来实现多实例,这种方式的优势逻辑简单,配置简单,缺点是管理起来不太方便...
分类:
数据库 时间:
2015-01-08 19:42:16
阅读次数:
262
[epoll详解][1] [Epoll vs. IOCP][2] [1]: http://blog.chinaunix.net/uid-24517549-id-4051156.html [2]: http://blog.csdn.net/sparkliang/article/details/4836536...
分类:
其他好文 时间:
2015-01-08 18:18:36
阅读次数:
133
请求地址由参数加参数签名形式生成,例如:http://ip/server?method=getPlans&planDate=2014-08-25&cinemaId=101&uid=remote&enc=d0fe8420c641dd87d4165c09fe1d0c70&time_stamp=14089...
分类:
Web程序 时间:
2015-01-08 14:53:55
阅读次数:
235
连接字符串1.写法一"Data Source=服务器名; Initial Catalog=数据库; User ID =用户名; Password=密码; Charset=UTF8; "2.写法二"Server=服务器名; Database=数据库; uid=用户名; Password=密码;Char...
分类:
Web程序 时间:
2015-01-08 00:47:46
阅读次数:
289
转自:http://blog.chinaunix.net/uid-25201977-id-3014100.html#include QT += sqlQSqlDatabase类实现了数据库连接的操作QSqlQuery类用来执行SQL语句QSqlRecord类 封装数据库所有记录第一:QSqlData...
分类:
数据库 时间:
2015-01-07 14:52:31
阅读次数:
259