有以下这些表记录日志,长期不清理会非常大'log_customer', 'log_quote', 'log_summary', 'log_summary_type...
分类:
其他好文 时间:
2015-08-17 16:53:34
阅读次数:
164
Meeting time: 2015.August.11th 1:00~2:00Chairperson: Serg Melikyan, PTL from MirantisMeeting summary:1.Migrating to yaql 1.0 status. PIC: Stan ...
分类:
其他好文 时间:
2015-08-12 06:38:10
阅读次数:
112
[1]概念
iOS的版本号,一个叫做Version,一个叫做Build,这两个值都可以在Xcode 中选中target,点击“Summary”后看到。 Version在plist文件中的key是“CFBundleShortVersionString”,和AppStore上的版本号保持一致,Build在plist中的key是“CFBundleVersion”,代表build的版本号,该值每次构...
分类:
其他好文 时间:
2015-08-11 18:52:54
阅读次数:
117
转自:http://www.cnblogs.com/dudu/archive/2009/11/10/1600062.html今天下午17点左右,博客园博客站点出现这样的错误信息:Error Summary:HTTP Error 503.2 - Service UnavailableThe serve...
题目Given a sorted integer array without duplicates, return the summary of its ranges.For example, given[0,1,2,4,5,7], return["0->2","4->5","7"].分析 题目的....
分类:
其他好文 时间:
2015-08-08 22:44:37
阅读次数:
186
第 2 章 线性表2.1 数组 . . . . . . . . . . . . . . . 22.1.1 Remove Duplicatesfrom Sorted Array . . . 22.1.2 Remove Duplicatesfrom Sorted Array II . . 32.1.3 ...
分类:
其他好文 时间:
2015-08-08 17:53:31
阅读次数:
216
Given a sorted integer array without duplicates, return the summary of its ranges.For example, given[0,1,2,4,5,7], return["0->2","4->5","7"].public cl...
分类:
其他好文 时间:
2015-08-08 16:14:37
阅读次数:
94
题目要求:给定一个排序好的int数组,按照间隔输出字符串个人解法:1.设一个临时变量,用来存-》后面的值,2. 遍历一次数组,注意要判断是否到最后一位。代码: public static List summaryRange(int[] nums) { List result = new Arr...
分类:
其他好文 时间:
2015-08-08 06:33:22
阅读次数:
133
select bd_accid.accidcode, bd_accid.accidname, -- fts_voucher_b.interestdate, -- fts_voucher_b.summary, --fts_voucher_b.debitamo...
分类:
数据库 时间:
2015-08-07 19:03:19
阅读次数:
164
读完vimtutor,把summary抽出来合到一起以便随时翻看。 If you only read the text, you will forget the commands! 虽然我跟着做了一遍,还是记不全,多练吧,谁让我笨呢。 不过我自己想了点帮助记忆的办法,当然...
分类:
系统相关 时间:
2015-08-07 16:46:07
阅读次数:
300