码迷,mamicode.com
首页 >  
搜索关键字:change time(ctime)    ( 60440个结果
php 配置正确的时间
关于php时区时间错误问题 date 当前时间 时差 当地 本地date_default_timezone_set之前有一个遗留问题,就是echo date("y-m-d h:i:s",time())回来的时间总是与实际时间对不上,今天终于在网上找到了原因和解决方法,分享如下:我补充一点,我按照下面...
分类:Web程序   时间:2014-06-09 16:08:33    阅读次数:277
windows性能监控
see also:http://www.cnblogs.com/upDOoGIS/archive/2010/11/19/1881970.html CPU Processor : % Processor Time 当前所有进程的处理器时间[即CPU使用率],如果该值持续超过95%,CPU是瓶颈。% P...
分类:Windows程序   时间:2014-06-09 14:43:55    阅读次数:438
convert Timestamp to Real time
select r.ring_buffer_address,r.ring_buffer_type,dateadd (ms, r.[timestamp] - sysinfo.sqlserver_start_time_ms_ticks, sysinfo.sqlserver_start_time) as r...
分类:其他好文   时间:2014-06-09 14:07:21    阅读次数:301
linux系统学习(二)
文件,目录 pwd:查看当前目录 Print Working Directory cd,ls(ll),mkdir -p Change Directory List Make Directory du -sh 评估目录或者文件大小 touch 创建新文件 ln -s source dest ...
分类:系统相关   时间:2014-06-09 00:05:22    阅读次数:334
C# WebBrowser 设置代理完全解决方案
微软webbrowser控件也就是IE插件,他的所有功能就像IE类似,当然设置也是一样的,下面介绍下webbrowser如何设置代理,可不要用这个对抗广告联盟哦You can change the proxy with InternetSetOption method from the winine...
分类:Web程序   时间:2014-06-08 20:32:36    阅读次数:308
webbrowser代理c#代码实现
微软webbrowser控件也就是IE插件,他的所有功能就像IE类似,当然设置也是一样的,下面介绍下webbrowser如何设置代理,可不要用这个对抗广告联盟哦You can change the proxy with InternetSetOption method from the winine...
分类:Web程序   时间:2014-06-08 20:26:43    阅读次数:298
单一职责原则
什么是单一职责原则 什么是单一职责原则? 单一职责原则的英文名称是Single Responsibility Principle,简称SRP。SRP的原话解释是:There should never be more than one reason for a class to change.也就是说...
分类:其他好文   时间:2014-06-08 19:36:12    阅读次数:315
HNOI2004打鼹鼠(LIS)
大水题……不过通过这题我们应该养成一个好习惯:好好看清题……竟然没有看到时限 10sec…… 1 var i,j,n,m,ans:longint; 2 f,time,x,y:array[0..15000] of longint; 3 function max(x,y:longint):lon...
分类:其他好文   时间:2014-06-08 18:38:49    阅读次数:261
hdu1285+hdu2467(拓扑排序)
确定比赛名次 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 10604    Accepted Submission(s): 4150 Problem Description 有N个比赛队(1   I...
分类:其他好文   时间:2014-06-08 04:43:40    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!