One classic method for composing secret messages is called a square code. The spaces are removed from the english textand the characters are written i...
分类:
其他好文 时间:
2014-08-14 20:03:09
阅读次数:
276
文件监控DIMstrDateDIMstrDatestringOldDIMstrPath01,strPath02,strPath03DIMfsDIMTextbodystrDate=DatestrDatestringOld=Year(strDate)&Right("0"&Month(strDate),2)&Right("0"&Day(strDate),2)&".rar"strPath="D:\backup\10.65.14.61\"&strDatestrin..
Problem Description
A project manager wants to determine the number of the workers needed in every month. He does know the minimal number of the workers needed in each month. When he hires or fires...
分类:
其他好文 时间:
2014-08-14 01:36:07
阅读次数:
332
In the partime, a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question.
Now the source was sh...
分类:
其他好文 时间:
2014-08-14 01:30:57
阅读次数:
268
以A字母开头的词汇 英文 中文 abstract module 抽象模组 access 访问、存取 access control 存取控制 access control information 存取控制资讯 access mechanism 存取机制 access rights 存取权限 accessibilit...
分类:
其他好文 时间:
2014-08-13 22:42:58
阅读次数:
1271
public string GeFileName(string type) { //年4+月2+日2+时2+分2+秒2+毫秒3+8位随机数 string year = DateTime.Now.Year.ToString(); string month = DateTime.Now.Month.To...
分类:
其他好文 时间:
2014-08-13 17:37:06
阅读次数:
194
将字符串形式的日期转换成日期对象var strTime="2011-04-16"; //字符串日期格式var date= new Date(Date.parse(strTime.replace(/-/g,"/")));//转换成Data();var month=date.getMonth()+1; ...
分类:
Web程序 时间:
2014-08-13 12:55:26
阅读次数:
213
我们知道,HTML5新增了许多表单类型,如: number,email,url,tel,datetime,month,datetime-local等等,像datetime,month这些非常方便,免得自己去写选择日期,时间插件;但是像number,tel,email,这些在桌面端变化不是特别大,外观...
分类:
移动开发 时间:
2014-08-13 10:19:35
阅读次数:
202
Problem StatementThe Happy Letter game is played as follows: At the beginning, several players enter the field. Each player has a lowercase English le...
分类:
移动开发 时间:
2014-08-13 03:33:35
阅读次数:
201
1、Calendar
Calendar c = Calendar.getInstance();
取得系统日期:year = c.get(Calendar.YEAR)
month = c.grt(Calendar.MONTH)
day = c.get(Calendar.DAY_OF_MONTH)
取得系统时间:hour = c.get(Calendar.HOUR_O...
分类:
移动开发 时间:
2014-08-12 13:44:14
阅读次数:
308