码迷,mamicode.com
首页 >  
搜索关键字:abi    ( 1250个结果
我理想中的父母(The Ideal Parents In My Heart)
Parents are the first teachers in children’s life, and people all know the great importance exactly of family education. When one was born to brought ... ...
分类:其他好文   时间:2016-12-03 01:26:57    阅读次数:259
展开、收起div的jQuery代码
...
分类:Web程序   时间:2016-12-03 01:12:06    阅读次数:195
Oracle中有个tkprof来格式化oracle的trace文件
1、MySQL日志文件系统的组成2、慢查询日志3、慢查询日志演示long_query_time : 设定慢查询的阀值,超出次设定值的SQL即被记录到慢查询日志,缺省值为10sslow_query_log : 指定是否开启慢查询日志log_slow_queries : 指定是否开启慢查询日志(该参数要 ...
分类:数据库   时间:2016-12-02 11:59:13    阅读次数:239
Beginning Scala study note(7) Trait
A trait provides code reusability in Scala by encapsulating method and state and then offing possibility of mixing them into classes thus allowing cod ...
分类:其他好文   时间:2016-12-02 03:16:24    阅读次数:164
Json解析工具Jackson(简单应用)
概述 Jackson库(http://jackson.codehaus.org),是基于Java语言的开源json格式解析工具,整个库(使用最新的2.2版本)包含3个jar包: jackson-core.jar——核心包(必须),提供基于“流模式”解析的API。 jackson-databind—— ...
分类:Web程序   时间:2016-12-01 14:35:52    阅读次数:190
buffer overflow vulnerabilitie
Computer Systems A Programmer's Perspective Second Edition Avoiding security holes.For many years,buffer overflow vulnerabilitieshave accounted for th ...
分类:其他好文   时间:2016-12-01 03:49:06    阅读次数:146
Interviewe
Interviewe Problem Description YaoYao has a company and he wants to employ m people recently. Since his company is so famous, there are n people comin ...
分类:其他好文   时间:2016-11-30 23:01:19    阅读次数:340
团队作业(二)
组长;韩冰 组员:许博文 彭博 宋金 具体内容请跳转:https://www.wulabing.com/teamwork2/ ...
分类:其他好文   时间:2016-11-30 14:46:08    阅读次数:157
Leetcode: Insert Delete GetRandom O(1)
最先想到是用double LinkedList+Map, 没必要,arraylist+map就够了;另外取random的方法还有,rand.nextInt(int n) returns an integer in the range [0, n) java.util.Random rand = ne ...
分类:其他好文   时间:2016-11-29 07:39:29    阅读次数:182
Java下利用Jackson进行JSON解析和序列化
Java下常见的Json类库有Gson、JSON-lib和Jackson等,Jackson相对来说比较高效,在项目中主要使用Jackson进行JSON和Java对象转换,下面给出一些Jackson的JSON操作方法。 一、准备工作 Jackson有1.x系列和2.x系列,2.x系列有3个jar包需要 ...
分类:编程语言   时间:2016-11-28 15:31:19    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!