12 2013 档案

mongodb学习
摘要:[root@test15171x ~]# ps aux | grep mongoroot 21860 0.0 0.9 756612 41372 ? Sl Dec30 0:00 /usr/local/mongodb/bin/mongod[root@test15171x ~]# netstat -anpActive Internet connections (servers and established)Proto Recv-Q Send-Q Local Address Foreign Address Stat... 阅读全文

posted @ 2013-12-31 18:35 胡博的博客 阅读(139) 评论(0) 推荐(0)

Unix和Linux历史文化
摘要:1、显示工作目录pwd print working directory print name of current/working directory2、显示自己终端名称tty print the file name of the terminal connected to standard input3、Teletype 终端,键盘是有最重要键:,, , , /回车换行键.发送intr(interrupt,中断)信号修饰键:键(Control)+ 大写字母A-Z 键有两种用途:键入大写字母及键入双字符键中的顶部字符键删除光标所在字符,向后删除按下键发送erase信号,删除最后一个键... 阅读全文

posted @ 2013-12-20 18:47 胡博的博客 阅读(527) 评论(0) 推荐(0)

CodeIgniter底层数据库类继承关系
摘要:1、CI_DB_mysql_driver 继承CI_DB, CI_DB这个类是不存在的,每次调用文件中~/CodeIgniter_2.1.3/system/database/DB.php函数&DB来初始化database的时候,根据用户是否开启active_record,生成继承CI_DB_active_record或CI_DB_driver类的CI_DB类,2、CI_DB_active_record类继承CI_DB_driver类 require_once(BASEPATH.'database/DB_driver.php'); if ( ! isset($active 阅读全文

posted @ 2013-12-05 19:39 胡博的博客 阅读(2151) 评论(0) 推荐(0)

导航