码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
ubuntu包管理
查看某个文件属于哪个包dpkg -S add-apt-repositoryyum provides /usr/bin/curlrpm -qf /usr/bin/curl dpkgaptdpkg -S tcpdumpdpkg -l file=rpm -qa|grep filedpkg -p tcpdu ...
分类:系统相关   时间:2016-08-07 21:20:22    阅读次数:291
HttpClient(4.3.5) - HTTP Authentication
HttpClient provides full support for authentication schemes defined by the HTTP standard specification as well as a number of widely used non-standard ...
分类:Web程序   时间:2016-08-07 15:27:30    阅读次数:420
命令之 ulimit
help ulimit help ulimit ulimit: ulimit [-SHacdefilmnpqrstuvx] [limit] Modify shell resource limits. Provides control over the resources available to t ...
分类:其他好文   时间:2016-08-06 08:24:46    阅读次数:142
Android进阶——Material Design新控件之初识TabLayout(一)
TabLayout,滑动指示选项卡,继承自HorizontalScrollView(注:与TableLayout毫无关系),提供了一个水平的可滚动布局来展示Tabs**。所以有了它我们就不必在去自己定义实现类似ActionBar的Tab栏了(TabLayout provides a horizontal layout to display tabs)与以前早期TabHost不同TabLayout兼容性更强。...
分类:移动开发   时间:2016-08-06 00:37:25    阅读次数:474
TIJ英文原版书籍阅读之旅——Chapter Eleven:Holding Your Objects
Java Provides a number of ways to hold objects: An array associates numerical indexes to objects. It holds objects of a known type so that you don't h ...
分类:其他好文   时间:2016-07-31 19:05:14    阅读次数:205
40. Testing Prev Part IV. Spring Boot features
40. Testing 40. Testing 40. Testing 40. Testing Spring Boot provides a number of utilities and annotations to help when testing your application. Test ...
分类:编程语言   时间:2016-07-31 15:46:56    阅读次数:280
JVM Monitoring: JMX or SNMP?
JVM Monitoring: JMX or SNMP? By daniel on Feb 23, 2007 Since JavaTM SE 5.0, the JRE provides a means to manage and monitor the Java Virtual Machine. I ...
分类:其他好文   时间:2016-07-29 22:45:57    阅读次数:345
理解Python的With语句
http://blog.csdn.net/suwei19870312/article/details/23258495/ With语句是什么? Python’s with statement provides a very convenient way of dealing with the sit ...
分类:编程语言   时间:2016-07-28 15:07:28    阅读次数:239
SublimeREPL配置Python3开发
首先什么是REPL? A Read-Eval-Print-Loop (REPL) is available both as a standalone program and easily includable in other programs. REPL provides a way to int ...
分类:编程语言   时间:2016-07-25 18:03:30    阅读次数:1008
理解Python的With语句
Python’s with statement provides a very convenient way of dealing with the situation where you have to do a setup and teardown to make something happe ...
分类:编程语言   时间:2016-07-24 19:24:45    阅读次数:248
1060条   上一页 1 ... 57 58 59 60 61 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!