#coding:utf-8import sys,urllib2,re,Queuesys.path.append("..")from lib.Http_Class import Http_Classfrom BeautifulSoup import BeautifulSoup#############...
分类:
编程语言 时间:
2014-07-07 20:49:39
阅读次数:
350
After a perfect inning from Farnsworth in the eighth, the Yankees would have Alex Rodriguez coming to the plate to lead off the inning. Guillen left C...
分类:
其他好文 时间:
2014-07-07 20:49:01
阅读次数:
260
最简单的迭代器: 1 a=$i*3;20 $a->b=$i*4;21 $a->c=$i*5;22 $this->_items[]=$a;23 }24 }25 26 27 28 // ...
分类:
其他好文 时间:
2014-07-07 20:39:14
阅读次数:
161
检查、剖析memcached运用状况访问量上升,数据库压力大,怎样办?好办法是在中心挡一层缓存!这个缓存需求高效,不能比数据库慢,不然服务质量受影响;假如能把数据用hash打散存储到硬盘,也是能够的,不过在内存越来越廉价的今日,仍是运用内存吧! mysql也有自个的缓存,也是存储在内存的,但是有一....
分类:
其他好文 时间:
2014-07-07 20:23:45
阅读次数:
206
前几天在网上下了个项目,感觉名字长,所以想把项目改名字。把项目导入到myeclipse中,将项目改名后, 还需要选中项目右键,properties ,修改项目的Context Root的名字。
分类:
编程语言 时间:
2014-07-07 20:15:05
阅读次数:
200
原文: DateTime.ToString("dd/MM/yyyy");后,不能直接Convert.ToDateTime的解决: DateTime.ToString("dd/MM/yyyy");后,不能直接Convert.ToDateTime的解决:DateTime.ParseExact(this....
分类:
其他好文 时间:
2014-07-07 20:08:26
阅读次数:
206
C++类中,有时候使用到传值调用(对象实体做参数),遇到这种情况,可要小心了!特别是当你所传值的对象生命周期较长,而非临时对象(生命周期段)的时候。来看看下面的情况:#include using namespace std;class Text{private:char* str;public:Te...
分类:
其他好文 时间:
2014-07-07 20:07:49
阅读次数:
178
原文: mvc中动态给一个Model类的属性设置验证 在mvc中有自带的验证机制,比如如果某个字段的类型是数字或者日期,那么用户在输入汉字或者英文字符时,那么编译器会自动验证并提示用户格式不正确,不过这样的验证毕竟功能有限,那么就需要我们自己进行定制验证。假设有Model类:class Dinner...
分类:
Web程序 时间:
2014-07-07 20:06:24
阅读次数:
290
smarty.inc.phptemplate_dir = ROOT_PATH.'/templates/'; //编译目录 $_smarty->compile_dir = ROOT_PATH.'/templates_c/'; //配置变量目录 $_smarty->config_dir = ROOT_P...
分类:
其他好文 时间:
2014-07-07 20:02:59
阅读次数:
199
#include "lrs.h"vuser_init(){ char *ip; int handler;//编写获取LR分配的Vuser IP函数,将IP保存在ip变量中。 ip=lr_get_vuser_ip(); if(ip) lr_vuser_status_message("the ip .....
分类:
其他好文 时间:
2014-07-07 19:56:58
阅读次数:
242