码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
docker之构建镜像
构建Docker镜像有以下两种方法: 使用docker commit命令。 使用docker build命令和 Dockerfile 文件。 在这里并不推荐使用docker commit来构建镜像,而应该使用更灵活、更强大的Dockerfile来构建Docker镜像。但是为了对Docker有一个更全 ...
分类:其他好文   时间:2018-08-24 19:28:08    阅读次数:185
nginx-stub状态模块的添加
nginx-stub模块编译-bash-4.1#./nginx-Vnginxversion:nginx/builtbygcc4.4.720120313(RedHat4.4.7-3)(GCC)builtwithOpenSSL1.0.1e-fips11Feb2013TLSSNIsupportenabledconfigurearguments:--prefix=/usr/local/nginx--wit
分类:其他好文   时间:2018-08-24 13:18:39    阅读次数:178
Paper Reading - Convolutional Image Captioning ( CVPR 2018 )
Innovations: The authors develop a convolutional ( CNN-based ) image captioning method that shows comparable performance to an LSTM based method on st ...
分类:其他好文   时间:2018-08-23 00:23:15    阅读次数:304
比特币区块的hash算法
Block hashing algorithm Bitcoin mining uses the hashcash proof of work function; the hashcash algorithm requires the following parameters: a service s ...
分类:编程语言   时间:2018-08-21 21:15:33    阅读次数:319
mysql性能优化-慢查询分析、优化索引和配置【转】
一、优化概述 二、查询与索引优化分析 1性能瓶颈定位 Show命令 慢查询日志 explain分析查询 profiling分析查询 2索引及查询优化 三、配置优化 1) max_connections 2) back_log 3) interactive_timeout 4) key_buffer_ ...
分类:数据库   时间:2018-08-21 12:41:44    阅读次数:285
Jessica's Reading Problem(POJ 3320)
原题如下: Jessica's Reading Problem Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16925 Accepted: 5861 Description Jessica's a very lovely gi ...
分类:其他好文   时间:2018-08-21 10:42:57    阅读次数:177
Reading binary data using jQuery Ajax
jQuery is an excellent tool to make web development easy and straightforward. It helps while doing DOM manipulation and makes Ajax requests painless a... ...
分类:Web程序   时间:2018-08-19 15:45:24    阅读次数:241
信号量 也是同步锁,可用来控制线程的并发数
# 信号量 也是同步锁,可用来控制线程的并发数 import threading, time class MyThread(threading.Thread): def run(self): if semaphore.acquire(): # 同时运行五个线程,acquire()放一个进程进去计数器... ...
分类:编程语言   时间:2018-08-18 21:16:22    阅读次数:152
第三章:模板扩展
在第二章中,我们看到了Tornado模板系统如何简单地传递信息给网页,使你在插入动态数据时保持网页标记的整洁。然而,大多数站点希望复用像header、footer和布局网格这样的内容。在这一章中,我们将看到如何使用扩展Tornado模板或UI模块完成这一工作。 3.1 块和替换 当你花时间为你的We ...
分类:其他好文   时间:2018-08-18 13:17:56    阅读次数:167
Python3 与 C# 并发编程之~ 进程篇
上次说了很多Linux下进程相关知识,这边不再复述,下面来说说Python的并发编程,如有错误欢迎提出~ 如果遇到听不懂的可以看上一次的文章:https://www.cnblogs.com/dotnetcrazy/p/9363810.html 官方文档:https://docs.python.org ...
分类:编程语言   时间:2018-08-16 22:25:39    阅读次数:267
1497条   上一页 1 ... 46 47 48 49 50 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!