最长公共连续子序列Time Limit:1000msMemory Limit:65536KB64-bit integer IO format:%lld Java class name:Main给你两个序列S1和S2,长度分别是L1,L2 (1 2 #include 3 #include 4 #...
分类:
其他好文 时间:
2014-07-16 21:54:37
阅读次数:
192
Date.prototype.format = function(format){ var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : t...
分类:
编程语言 时间:
2014-07-16 21:21:43
阅读次数:
251
内置服务1、$timeout2、$watch(obj,fun)fun(newVal,oldVal,scope) //newVal是新改变的值,oldVal是旧值内置函数:1、dateFilter(time,format)//参数time是时间,format是格式化
分类:
Web程序 时间:
2014-07-16 21:15:16
阅读次数:
186
今天看了一个google的demo,发现部分资源字符串在/res/values/string.xml中包含有类似xliff的节点,刚才查了一下,Xliff是XML Localization Interchange File Format 的缩写,中文名为XML本地化数据交换格式。对于在Android...
分类:
移动开发 时间:
2014-07-16 21:00:17
阅读次数:
185
Code RefactoringTime Limit:3000msMemory Limit:131072KBThis problem will be judged on UVA. Original ID:1087964-bit integer IO format:%lld Java class na...
分类:
其他好文 时间:
2014-07-16 20:36:39
阅读次数:
175
http://blog.csdn.net/yohop/article/details/25349071、作为参数名称说明Format(String, Object)将指定的String中的格式项替换为指定的Object实例的值的文本等效项。Format(String,array[]()[])将指定S...
分类:
其他好文 时间:
2014-07-16 20:00:40
阅读次数:
204
俄罗斯方块已经成为了和“Hello World”一样的程序了吧?不要直接复制,可能需要事先 Format.program cube;uses crt,graph,dos;var gd,gm:smallint;fillin:fillpatterntype;board:array[0..26,0..26...
分类:
其他好文 时间:
2014-07-16 19:33:58
阅读次数:
221
//往往json传过来的时间都是"/Date(1405056837780)/"//转换需要的方法String.prototype.ToString = function (format) { var dateTime = new Date(parseInt(this.s...
分类:
其他好文 时间:
2014-07-13 12:26:35
阅读次数:
730
/*
C - 堆栈A
Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u
Submit
Status
Practice
POJ 1363
Description
There is a famous railway station in PopPush City. Country there ...
分类:
其他好文 时间:
2014-07-12 23:56:36
阅读次数:
530
mapper文件的写法为:(模糊查询,查询时间段)
and sc.com_name like CONCAT(CONCAT('%',#{com_name}),'%')
= DATE_FORMAT(#{check...
分类:
数据库 时间:
2014-07-12 17:43:38
阅读次数:
247