码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
优秀开源项目之三:高性能、高并发、高扩展性和可读性的网络服务器架构State Threads
译文在后面。 State Threads for Internet Applications Introduction State Threads is an application library which provides a foundation for writing fast and h ...
分类:其他好文   时间:2017-09-30 13:18:52    阅读次数:229
ubuntu中设置php7.0-fpm开机自启动
1.编写/etc/init/php7.0-fpm脚本如下 sudo vim /etc/init/php7.0-fpm #!/bin/sh### BEGIN INIT INFO# Provides: php7.0-fpm# Required-Start: $remote_fs $network# Re ...
分类:Web程序   时间:2017-09-21 19:29:18    阅读次数:831
Ubuntu17 root ssh
Ubuntu provides OpenSSH (OpenBSD Secure Shell) in its universe repositories, which is a suite of security-related network-level utilities based on the ...
分类:系统相关   时间:2017-09-15 20:16:44    阅读次数:380
2017 ACM-ICPC 亚洲区(乌鲁木齐赛区)网络赛
Bananas are the favoured food of monkeys. In the forest, there is a Banana Company that provides bananas from different places. The company has two li ...
分类:其他好文   时间:2017-09-13 23:26:14    阅读次数:297
QPointer,QSharedPointer,QWeakPointer的区别与使用例子(QSharedPointer类似Delphi里的引用计数,是强引用,而QWeakPointer是弱引用,不影响原始对象的引用计数,相当于是在暗中观察对象,但保持联系,需要的时候就会出现)
QPointer is a template class that provides guarded pointers to Qt objects and behaves like a normal C++ pointer except that it is automatically set to ...
分类:Windows程序   时间:2017-09-13 20:18:18    阅读次数:298
2017icpc 乌鲁木齐网络赛
A .Banana Bananas are the favoured food of monkeys. In the forest, there is a Banana Company that provides bananas from different places. The company ...
分类:其他好文   时间:2017-09-09 20:58:19    阅读次数:245
Spring Cloud官方文档中文版-服务发现:Eureka客户端
Spring Cloud Netflix This project provides Netflix OSS integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environme ...
分类:编程语言   时间:2017-09-07 00:03:48    阅读次数:883
4.JUC之AQS框架
原文链接:http://blog.csdn.net/zteny/article/details/54919765 一、简介 1.AQS AQS是AbstractQueuedSynchronizer的简写,直白的翻译:抽象队列同步器,jdk1.5后出现 Provides a framework for ...
分类:其他好文   时间:2017-09-06 12:58:00    阅读次数:180
kbuild-(directory)
kbuild kconfig kconfig-language makefiles modules ...
分类:其他好文   时间:2017-09-05 09:55:42    阅读次数:188
js 获取中文的拼音
传送门: 代码: /* description: Pinyin, to get chinese pinyin from chinese. license: MIT-style authors: Bill Lue requires: core/1.2.1: '*' provides: [Pinyin] ...
分类:Web程序   时间:2017-09-04 09:57:48    阅读次数:251
1060条   上一页 1 ... 36 37 38 39 40 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!