Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2748834
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

发布时间:2013-06-29 10:04:58

研发的同事要求安装php pthread扩展!   tar zxvf pthreads-0.0.44.tgz    cd pthreads-0.0.44    /usr/local/webserver/php/bin/phpize    ./configure  --with-php-config=/usr/local/webserver/php/bin/php-config ##但在configure时却出错,提.........【阅读全文】

阅读(7743) | 评论(2) | 转发(0)

发布时间:2013-06-28 16:03:05

#!/usr/bin/expect -f#Author by lvs#date is 2013-06-21set password helloabc@123spawn scp app100679381@10.***.2.99:/data/*.tar.gz /data/home/app100679381/f1_db/set timeout 2expect {"yes/no" {send "yes\r";exp_continue}}expect "Password:"set timeout 3send "$password\r"set timeout 300expec.........【阅读全文】

阅读(1560) | 评论(0) | 转发(0)

发布时间:2013-06-28 15:12:57

公司有一部分业务是先用php程序抓取数据后,然后写入到数据库中!每天大概8G的数据量!分别采用了三种数据插入方式:1:每次插入一条数据,多次循环,这样效率不高,因为每次insert后,都要commit2:一次插入多条数据,然后commit,类似于:insert into person  values() () () ();这样效率有所提高,但在大量写的.........【阅读全文】

阅读(2076) | 评论(0) | 转发(0)

发布时间:2013-06-18 13:12:18

1:下载mongodb的php扩展地址:http://pecl.php.net/package/mongo2:我下载的版本为mongo-1.4.1.tgz :  tar zxvf mongo-1.4.1.tgz   cd mongo-1.4.1   /usr/local/webserver/php/bin/phpize   ./configure  --with-php-config=/usr/local/webserver/php/bin/php-co.........【阅读全文】

阅读(1965) | 评论(0) | 转发(0)

发布时间:2013-06-11 16:25:31

1:2:3:......【阅读全文】

阅读(1736) | 评论(4) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-04-10 18:37

呵呵,文章中露点了!

回复 |  删除 |  举报

chinaunix网友2009-11-05 22:00

写的非常好,收益匪浅,加油啊,caoshouwen!

回复 |  删除 |  举报

chinaunix网友2008-12-02 15:50

强嘎~!

回复 |  删除 |  举报

yexin2182008-11-26 23:38

不错啊,加油哦

回复  |  举报
留言热议
请登录后留言。

登录 注册