过滤器,是在java web中,你传入的request,response提前过滤掉一些信息,或者提前设置一些参数,然后再传入servlet或者struts的 action进行业务逻辑,比如过滤掉非法url(不是login.do的地址请求,如果用户没有登陆都过滤掉),或者在传入servlet或者 st...
分类:
其他好文 时间:
2014-08-19 12:18:24
阅读次数:
209
问题:
在做马上赚钱时,会出现退出卡死,然后清理程序,再进入还是卡死界面的情况,百思不得其解,昨天在做push的时候,突然发现,在android里面弹出一个退出对话框,点击确定退出,这时候调用endtolua时,有时也会切入前台。PSNotificationCenter.addObserver(nil, "APP_ENTER_FOREGROUND", function() do
some...
分类:
其他好文 时间:
2014-08-19 11:04:24
阅读次数:
207
half time do work, half time to learn9:00—11:00 read code13:30—15:30 learn technologyother time: do work作为一个程序员,我希望能够高效使用我的时间。希望有经验的程序员提供宝贵的意见。我这个时间安排...
分类:
其他好文 时间:
2014-08-19 10:39:13
阅读次数:
142
比如定义宏,#define FREE1(p) if (p) free (p)然后这样调用:if (expression)FREE1(p);elseprintf(“expression was false.\n”) ;展开:if (expression)if (p) free (p);elseprin...
分类:
其他好文 时间:
2014-08-19 10:36:13
阅读次数:
160
《从程序员到项目经理》读后感-项目经理的TO-DO LIST
从本篇开始,不讲程序员了,专心讲项目经理。
人家说相声演员肚子里是杂货铺,其实项目经理才是,接触的人数量多,种类多,自然接触的事情也是数量多,总类多,这个角色就是一个大总管的角色。项目经理每天的TO-DO LIST都能排一大堆,如果不能好好规划和管理,那真是要累死牛了。
拿我自己为例,我需要接触的人,包括产...
分类:
其他好文 时间:
2014-08-18 20:37:12
阅读次数:
236
1. First of all, you will need to be clear on your intentions. Do you really want to play the violin? or was this wish merely conceived when your best...
分类:
其他好文 时间:
2014-08-18 20:08:42
阅读次数:
201
关于C++0x核心进展的一组简讯 刘未鹏 /文C++的罗浮宫(http://blog.csdn.net/pongba)Concepts无疑是C++0x的杀手级特性之中的一个(也许称它“杀手级”另一个原因:杀死新手:))。近期关于concepts的提案最终汇聚了Bjarne Stroustrup和Do...
分类:
编程语言 时间:
2014-08-18 20:04:12
阅读次数:
337
math.h常用函数
int abs (int x);
double acos (double x);
double asin (double x);
double atan (double x);
double atan2 (double y, double x);
double atof (const char *s);
double ceil (do...
分类:
编程语言 时间:
2014-08-18 18:42:12
阅读次数:
296
Q311 How do I disable the "Back" button of a browser?You are here:irt.org|FAQ|JavaScript|History| Q311 [previousnext]Easy answer - you can't.Longer an...
分类:
其他好文 时间:
2014-08-18 16:07:22
阅读次数:
206
有個需求,想在Web Service中傳遞Dictionary參數,例如:排版顯示純文字[WebMethod]public Dictionary Process(Dictionary dct){ //Do something on the Dictionary //... blah bl...
分类:
Web程序 时间:
2014-08-18 16:03:53
阅读次数:
250