摘要: .486 .model flat,stdcall option casemap:none ; case sensitive;http://www.popbook.com/wbbs/topic.asp?l_id=5&t_id=2294include \masm32\include\windows.inc include \masm32\include\kernel32.inc includelib \masm32\lib\kernel32.lib include \masm32\include\user32.inc includelib \masm... 阅读全文
posted @ 2014-02-27 21:55 solq 阅读(208) 评论(0) 推荐(0) 编辑
摘要: (function(){ var CacheQueue=function(name,weightValue,maxLength,clearTimerTime){ //public this.name = name; //缓存器名称 this.maxLength = maxLength || 10000; //队列最大长度 this.clearTimerTime = clearTimerTime || 1000 * 60 * 10 ; //十分钟清一次队列 this.weightValue = weigh... 阅读全文
posted @ 2014-02-27 20:07 solq 阅读(535) 评论(0) 推荐(0) 编辑
摘要: public class Weight { public static void main(String[] args) { Date now =DateUtils.string2Date("2014-02-20 24", "yyyy-MM-dd HH"); Date dataTime = DateUtils.string2Date("2014-02-20", DateUtils.PATTERN_DATE); double day=1D; //总天 double dv=1D; //总访问数 ... 阅读全文
posted @ 2014-02-27 20:02 solq 阅读(233) 评论(0) 推荐(0) 编辑