码迷,mamicode.com
首页 >  
搜索关键字:cat head tail nl    ( 59491个结果
PHP Fatal error: Call to undefined function mysql_pconnect()
[root@qycaishenye]#tail-f/data/caishenye/sa_9_0.logPHPWarning:mkdir():Nosuchfileordirectoryin/data/caishenye/sa_9_0.phponline18PHPFatalerror:Calltoundefinedfunctionmysql_pconnect()in/data/caishenye/sa_9_0.phponline25InteractivemodeenabledPHPWarning:mkdir():..
分类:数据库   时间:2014-05-27 04:00:48    阅读次数:466
15-5-15培训日记
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><ti..
分类:其他好文   时间:2014-05-27 03:41:43    阅读次数:304
LINUX用户和组小练习
1.创建一个用户mandriva,其ID号为2002,基本组为distro(组ID为3003),附加组为linux[root@localhost~]#groupadd-g3003distro [root@localhost~]#tail-1/etc/group distro:x:3003: [root@localhost~]#groupaddlinux [root@localhost~]#tail-1/etc/group linux:x:3004:[root@loca..
分类:系统相关   时间:2014-05-27 03:37:39    阅读次数:409
CMAKE方式编译安装Mysql5.5
CMAKE方式编译安装Mysql5.51、源码cmake方式编译安装MySQL5.5.32安装前先安装:yuminstallncurses-devel-y1.1下载Mysql和cmake安装包:wgethttp://wwwNaNake.org/files/v2.8/cmake-2.8.8.tar.gz1.2查看系统环境cat/etc/redhat-releaseuname-runame-m1.3安装cmake包tarzxfcmake-..
分类:数据库   时间:2014-05-27 03:26:20    阅读次数:368
leetcode:Insert Sort List
问题描述 对一个单链表进行插入排序,head指向第一个结点。 代码 /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */...
分类:其他好文   时间:2014-05-22 10:15:43    阅读次数:233
VB.NET版+三层实现登陆
三层已经学了一些时间了,开始觉得自己可以用C#写程序了,就用C#写了一个实现登陆的,真正再用在机房中,还是觉得很吃力的,所以,决定用vb.net敲了。下面是我用vb.net实现的登陆,可以给大家做一些参考。      这是构架的三层   数据库中的表T_User_DAL:UserI,Level,Password,Head,computer   首先看一下...
分类:Web程序   时间:2014-05-22 08:10:55    阅读次数:319
Grep egrep用法
grep -2 -iIr "err\|warn\|fail\|crit" /var/log/* 查找日志中的所有问题grep . filename >filename1 移除空行cat site.log | grep -i unica | tail -n 10find /path -name \*....
分类:其他好文   时间:2014-05-22 03:42:01    阅读次数:306
poj 3735 Training little cats(矩阵快速幂)
Description Facer's pet cat just gave birth to a brood of little cats. Having considered the health of those lovely cats, Facer decides to make the cats to do some exercises. Facer has well designe...
分类:其他好文   时间:2014-05-21 10:36:57    阅读次数:297
AIX 访问Linux NFS共享错误案例
AIX访问LinuxNFS共享错误案例系统环境:操作系统:RedHatEL4、AIX5.3错误现象:Linux作为NFSServer,AIXhost作为NFSClient;[root@aix211/]#mount/backupmount:givingupon:bksrv:/backup/cuug11/storage21vmount:NotownerNFSServer配置:[root@rhel152~]#cat/etc/hosts192.1688..
分类:系统相关   时间:2014-05-21 02:05:11    阅读次数:397
mysql 5.5.28与mysql5.6.17 配置启动区别
从mysql.com下载了一个最新的mysql.5.6.17后安装后,因原机器安装过mysql,启动总是报错检查了一下mysql的原安装目录里面有个一新的myql-new.conf。对比了下原/etc/my.conf和mysql-net.conf在mysql.5.6.17这个版本下有很大不同原my.conf配置内容[root@nginx01bin]#cat/etc/my.cnf..
分类:数据库   时间:2014-05-21 01:38:08    阅读次数:421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!