码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
使用"yum"管理软件包
1安装新的软件包su-c‘yuminstalltsclient‘安装包组su-c‘yumgroupinstall"MySQLDatabase"‘2更新程序包su-c‘yumupdatetsclient‘更新包组su-c‘yumgroupupdate"MySQLDatabase"‘3卸载包(及依赖包)su-c‘yumremovetsclient‘卸载包组su-c‘yumgroupremove"MySQLDatabase"‘4查找从“yum..
分类:其他好文   时间:2016-03-11 17:20:39    阅读次数:173
HeadFirst设计模式之单例模式
一、 1.The Singleton Pattern ensures a class has only one instance, and provides a global point of access to it. 2. 3. 二、例子一:线程不安全 1 package headfirst.d
分类:其他好文   时间:2016-03-09 20:54:14    阅读次数:190
SPRING IN ACTION 第4版笔记-第六章Rendering web views-001- Spring支持的View Resolver、InternalResourceViewResolver、JstlView
一、Spring支持的View Resolver 二、InternalResourceViewResolver Spring supports JSP views in two ways:? InternalResourceViewResolver ? Spring provides two JSP
分类:编程语言   时间:2016-03-04 20:55:42    阅读次数:1092
c++ socket 客户端库 socks5 客户端 RudeSocket? Open Source C++ Socket Library
介绍 一个c++ socket 客户端库 http://www.rudeserver.com/socket/index.html The RudeSocket? Open Source C++ Socket Library provides a simple to use interface for
分类:编程语言   时间:2016-03-04 07:06:00    阅读次数:1217
1047. Student List for Course (25)
题目例如以下: Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each student, you are supposed to ou
分类:其他好文   时间:2016-03-03 22:57:56    阅读次数:306
MyBatis(3.2.3) - Integration with Spring
MyBatis-Spring is a submodule of the MyBatis framework, which provides seamless integration with the popular dependency injection framework, Spring. 1
分类:编程语言   时间:2016-03-02 18:04:40    阅读次数:367
linux开发缩写
1.CONFIG_OF在一些驱动中经常看到#ifdef CONFIG_OF,这里的OF是Open Firmware。Open Firmware. This was invented long time ago when Apple was producing laptops based on PowerPC CPUs. Openfirmware provides a good descriptio...
分类:系统相关   时间:2016-03-02 11:12:59    阅读次数:198
MyBatis(3.2.3) - Cache
Caching data that is loaded from the database is a common requirement for many applications to improve their performance. MyBatis provides in-built su
分类:系统相关   时间:2016-03-02 11:05:24    阅读次数:186
[Immutable,js] Iterating Over an Immutable.js Map()
Immutable.js provides several methods to iterate over an Immutable.Map(). These also apply to the other immutable structures found within the Immutabl
分类:Web程序   时间:2016-03-01 06:21:17    阅读次数:286
[Hapi.js] Extending the request with lifecycle events
Instead of using middlware, hapi provides a number of points during the lifecycle of a request that you can hook-in to provide additional functionalit
分类:Windows程序   时间:2016-02-29 07:03:45    阅读次数:744
1060条   上一页 1 ... 65 66 67 68 69 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!