方法1.go to the Product menu and find the Edit
Scheme menu there.While in Edit Scheme window, select the "Run" option on the
left hand side of the scree...
分类:
其他好文 时间:
2014-06-12 21:03:42
阅读次数:
317
/** * 格式化日期函数 * (new Date()).Format("yyyy-MM-dd
hh:mm:ss.S") ==> 2006-07-02 08:09:04.423 * (new Date()).Format("yyyy-M-d
h:m:s.S") ==> 2006-7-2 8...
分类:
Web程序 时间:
2014-06-12 19:52:28
阅读次数:
374
ie 与 Chrome 时间格式化通用: new
Date(res[i].Time.replaceAll("-", "/")).format("yyyy-MM-dd") replaceAll,
format是扩展方法 /* 所以可以用以下几种方式.: string.replace(new RegEx...
分类:
其他好文 时间:
2014-06-12 17:22:28
阅读次数:
293
~~~把apache安装为服务myweb,用apacheMonitor启动myweb发现无法启动,提示:the
requested operation has failed~~~通过下面的方法排查 发现 httpd-vhosts.conf配置文件
documentRoot: "f:\lm\" 这里应...
分类:
其他好文 时间:
2014-06-12 15:52:44
阅读次数:
215
web应用借助于结构:spring mvc +
quartz结构,部署到tomcat容器时,shutdown时的error信息:appears to have started a thread named
[schedulerFactoryBean_Worker-1] but has failed ...
分类:
其他好文 时间:
2014-06-12 15:13:30
阅读次数:
702
原题地址:https://oj.leetcode.com/problems/text-justification/题意:Given
an array of words and a lengthL, format the text such that each line has
exactlyLcha...
分类:
编程语言 时间:
2014-06-12 15:12:05
阅读次数:
296