码迷,mamicode.com
首页 >  
搜索关键字:designed    ( 349个结果
DBUtiles中的简单使用(QueryRunner和ResultSetHandler的手动实现)
DBUtiles是一个很好的处理JDBC的工具类。(DbUtils is a small set of classes designed to make working with JDBC easier ) DBUtiles中的QueryRunner和ResultSetHandler的手动实现 其中 ...
分类:数据库   时间:2017-01-25 16:39:55    阅读次数:383
并发,互斥,锁。草稿
Mutex class A mutex is a lockable object that is designed to signal when critical sections of code need exclusive access, preventing other threads wit ...
分类:其他好文   时间:2017-01-14 11:02:49    阅读次数:161
java多线程系类:JUC原子类:05之AtomicIntegerFieldUpdater原子类
概要 AtomicIntegerFieldUpdater, AtomicLongFieldUpdater和AtomicReferenceFieldUpdater这3个修改类的成员的原子类型的原理和用法相似。本章以对基本类型的原子类进行介绍。内容包括:AtomicLongFieldUpdater介绍和 ...
分类:编程语言   时间:2017-01-06 01:25:21    阅读次数:343
Kazam: a perfect srceen recorder in Linux/Ubuntu
Kazam provides a well designed and easy to use interface for capturing screencasts and screenshots. It can record desktop video and multiple audio str ...
分类:系统相关   时间:2016-12-18 09:55:54    阅读次数:265
Eclipse Java注释模板设置详解
网上的Eclipse注释模板,在这里稍稍整理一些比较常用的。 编辑注释模板的方法:Window->Preference->Java->Code Style->Code Template 然后展开Comments节点就是所有需设置注释的元素啦。现就每一个元素逐一介绍: 1.文件(Files)注释标签: ...
分类:编程语言   时间:2016-11-23 22:21:34    阅读次数:198
awk(1)-简述
1.概述 AWK is a programming language designed for text processing and typically used as a data extraction and reporting tool. AWK是一种设计用于文本处理的编程语言,通常用作数据... ...
分类:其他好文   时间:2016-11-20 16:02:38    阅读次数:229
Sass与Web组件化相关的功能
Sass https://en.wikipedia.org/wiki/Sass_(stylesheet_language) Sass (Syntactically Awesome Stylesheets) is a style sheet language initially designed by ...
分类:Web程序   时间:2016-11-19 07:45:03    阅读次数:262
基于MQTT协议进行应用开发
官方协议有句如下的话来形容MQTT的设计思想: “It is designed for connections with remote locations where a "small code footprint" is required or the network bandwidth is l ...
分类:其他好文   时间:2016-11-17 13:35:54    阅读次数:243
dom
https://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/introduction.html "10/01/1998 20:01:54" The Document Object Model (DOM) is an application programm ...
分类:其他好文   时间:2016-11-15 14:32:30    阅读次数:216
Android Change TCP Congestion Control
I The need of Change TCP Congestion Control in Android " TCP was originally designed for wired networks. Packet loss is considered to be the result of ...
分类:移动开发   时间:2016-11-04 09:52:11    阅读次数:214
349条   上一页 1 ... 14 15 16 17 18 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!