码迷,mamicode.com
首页 >  
搜索关键字:des    ( 60086个结果
UTS- Date format patterns
http://unicode.org/reports/tr35/tr35-6.html#Date_Format_PatternsAppendix F:Date Format PatternsA date pattern is a string of characters, where specifi...
分类:其他好文   时间:2014-06-11 23:37:19    阅读次数:499
Cache Lucene IndexReader with Apache Commons Pool
IndexReaderFactory.java1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556package org.ostree.modul...
分类:其他好文   时间:2014-06-11 23:34:37    阅读次数:253
Swift中文教程(六)--枚举和结构
原文:Swift中文教程(六)--枚举和结构Enumerations枚举使用enum来创建一个枚举。跟Classes(类)和其他类型的命名方式一样,枚举也可以有Method(方法)。 1 enum Rank: Int { 2 case Ace = 1 3 case Two, Three, Four,...
分类:其他好文   时间:2014-06-11 23:21:03    阅读次数:395
hive的基本命令
创建表CREATE TABLE pokes (foo INT, bar STRING);创建表并创建索引字段dsCREATE TABLE invites (foo INT, bar STRING) PARTITIONED BY (ds STRING);显示所有表SHOW TABLES;按正条件(正则...
分类:其他好文   时间:2014-06-11 23:10:11    阅读次数:299
These Bags Are Very Much Well Made
Therefore, it is seriously a great tool around when your dad is in a round of golf. Your dad will appreciate the golf tool and be glad to get it in pl...
分类:其他好文   时间:2014-06-11 23:03:13    阅读次数:276
脚本的浏览器兼容性问题
1.window对象不要去掉 window.parent.location2.firefox和ie内置的对象确实不一样,你用jquery吧这个是跨浏览器的,只需要$("#yourID").parent()就直接可以得到了 很方便,而且jquery也比较小,只有几十k,现在浏览器这么多 不可能不用跨浏...
分类:其他好文   时间:2014-06-11 23:01:55    阅读次数:311
leetcode--Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists./** * Def...
分类:其他好文   时间:2014-06-11 22:56:31    阅读次数:257
报账单导入
一、发票题头信息1.非工程类报账单和工程类报账单判断依据非工程类报账单判断依据是项目、任务、支出类型不用传值工程类报账单项目、任务、支出类型必须传值2.员工供应商select * from po_vendors--employee_id:供应商和员工关联的字段--vendor_type_lookup...
分类:其他好文   时间:2014-06-11 22:52:26    阅读次数:377
apache commons pool
apache commons下的pool其中的borrowObject函数源代码显示其产生可用对象的过程: 如果stack中有空闲的对象,则pop对象,激活对象(activate函数),验证对象(validate函数)。最终将合格的对象返回给client。 若对象在这个流程中出错,则在从stack中...
分类:其他好文   时间:2014-06-11 22:44:15    阅读次数:352
MagicSuggest – Bootstrap 主题的多选组合框
MagicSuggest 是专为 Bootstrap 主题开发的多选组合框。它支持自定义呈现,数据通过 Ajax 异步获取,使用组件自动过滤。它允许空间免费项目,也有动态加载固定的建议。
分类:其他好文   时间:2014-06-11 22:34:46    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!