"Flufy","Harold","cat","f","1993-2-4""claws","Gwen","cat","m","1994-3-17""Brower","Diane","dog","m","1994-3-17","1999-3-17""Whistler&qu
分类:
数据库 时间:
2014-07-07 08:21:37
阅读次数:
226
主要涉及到的相关命令如:who/w/ps/kill/pkill/killall查看当前登录用户:[root@localhost~]#whorootpts/12010-08-0908:05(192.168.1.191)kaifapts/22010-08-0909:07(192.168.1.191)[r...
分类:
其他好文 时间:
2014-07-07 00:27:31
阅读次数:
520
一:自动加载__autoload():注意:1:spl_autoload_register() 提供了一种更加灵活的方式来实现类的自动加载。因此,不再建议使用 __autoload() 函数,在以后的版本中它可能被弃用。2:在 5.3.0 版之前,__autoload 函数抛出的异常不能被 cat....
分类:
Web程序 时间:
2014-07-07 00:02:44
阅读次数:
356
cat 可以将文件输出到屏幕或者 > 输出到文件常用参数:cat -n filename 将文件filename 编号显示如:cat -n test.txt 1 1@qq.com 2 2@qq.com 3 3@qq.com 4 4@qq.com 5 5@qq...
分类:
系统相关 时间:
2014-07-05 20:07:15
阅读次数:
222
1 2 $("#pwd").live("click",function(){//① 3 $(this).parents("tr").find("#a_cannel").text("取消"); 4 user=$(this).parents("tr").fin...
分类:
其他好文 时间:
2014-07-05 18:35:49
阅读次数:
397
Patchouli's Spell Cards
Time Limit: 7 Seconds
Memory Limit: 65536 KB
Patchouli Knowledge, the unmoving great library, is a magician who has settled down in the Scarlet Devil Mansion (紅魔館...
分类:
其他好文 时间:
2014-07-04 08:34:34
阅读次数:
347
不戚戚于贫贱,不汲汲于富贵 ---五柳先生Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dict.....
分类:
其他好文 时间:
2014-07-03 20:21:27
阅读次数:
225
要点:ldd 可以读取每个可以运行的程序依赖的 so 文件。 编译的时候提示需要Openssl库. 查看本机,已经安装了openssl 查看编译报错文件,查找Openssl所依赖的库 more objs/autoconf.err 查看openssl所依赖的库文件 ldd /usr/bin/opens...
分类:
其他好文 时间:
2014-07-03 19:16:43
阅读次数:
291
1.More和less命令的区别
More命令通常用于分屏显示文件内容,但只能向下翻页;less命令是more命令的改进 版,可以向下向上翻页,甚至可以前后左右移动。
2.简述web服务器配置过程中“一机多站”的含义?
所谓的“一机多站”指的就是在一台web服务器上,虚拟主机可以为多个独立的IP地址、域名或端口号提供不同的web站点。(如果此题分数较高可详答基于IP地址、域名...
分类:
系统相关 时间:
2014-07-03 17:36:13
阅读次数:
403
usingSystem;usingSystem.Data;usingSystem.Data.SqlClient;namespaceDBUtil{classProgram{staticvoidMain(string[]args){//连接数据库/***注意如果是本地数据库用Trusted_Connection=SSPI;*是server的话用uid,pwd等账户密码进行验证*/SqlConnectionmyCon=newSqlConnection();..
分类:
数据库 时间:
2014-07-03 14:01:49
阅读次数:
220