码迷,mamicode.com
首页 >  
搜索关键字:step    ( 4105个结果
第一次解BUG,有感
刚工作,就给我安排解决BUG。刚解到第二个,就难了我很久————大概一个月。这是一个“奇怪”的BUG,至今还有很多疑问。1.现象描述:基于C/S架构的一个远程设备管理系统。能在server端对client端开关机操作。但是有时(5次就会有)重启后client就挂了。2.解决流程回顾: step...
分类:其他好文   时间:2014-10-18 00:39:36    阅读次数:300
STL源码剖析:空间配置器
看完自己重写了一下,不知道的又看了一遍。 Mempool.h #ifndef MEMPOOL_H_ #define MEMPOOL_H_ #include #include #include namespace flysnow { enum {STEP_ = 8}; enum {MAX_BYTES_ = 128}; enum {FREELIST_NUM_ = MAX...
分类:其他好文   时间:2014-10-17 00:35:13    阅读次数:336
Enterprise Library系列文章总结
自Enterprise Library 1.1推出以来,Terry写了一系列的关于Enterprise Library的文章,其中得到了很多朋友的支持,在这里一并表示感谢。为了方便大家的阅读,这里我做了一下整理与分类。第Ⅰ部分:EnterpriseLibrary 1.1 Step By Step1....
分类:其他好文   时间:2014-10-16 21:16:33    阅读次数:296
HDU 4735 Little Wish~ lyrical step~(DLX , 重复覆盖)
解题思路: DLX 的模板题,重复覆盖。 #include #include #include #include #include #include #include #include #include #include #include #include #include #define FOR(i,x,y) for(int i=x;i<=y;i++) using ...
分类:其他好文   时间:2014-10-16 19:12:53    阅读次数:208
highcharts中数据过多时,横坐标上的标签无法正常显示解决
highcharts中数据过多可能会导致xAxis的categories长度以及data的长度很大,这样就会导致横坐标无法正常显示。可以设置如下参数: xAxis: { categories: categories, labels: { step: ...
分类:其他好文   时间:2014-10-16 14:42:02    阅读次数:746
Edit Distance
[leetcode]Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)...
分类:其他好文   时间:2014-10-16 13:02:12    阅读次数:183
github的使用
1.github首先需要一个SSH key进行加密。用来保证权限的。 生成SSH key的步骤:Step 1: Check for SSH keysFirst, we need to check for existing SSH keys on your computer. Open upyour ...
分类:其他好文   时间:2014-10-15 14:11:00    阅读次数:178
如何设置Grunt
原文地址:Step 1: Install Node.jsDownload a Node installerand run it. Installation packages are available for Mac, Windows, Linux, and SunOS. Alternatively...
分类:其他好文   时间:2014-10-15 09:46:00    阅读次数:205
Riak Core 2
Learn Riak Core Step By Step 2 Riak Core, The Coordinator What is a Coordinator? 顾名思义, Coordinator即使一个协调者,主要工作就是用来协调进来的请求。它强行执行N, R, and W的一致性语义,并且执行想read repair的anti-entropy 服务。足药用在分布式集群中,当出现冲...
分类:其他好文   时间:2014-10-15 00:07:59    阅读次数:243
(Step by Step)How to setup IP Phone Server(VoIP Server) for free.
You must have heard about IP Phone and SIP (Software IP Phone).Nowadays standard PSTN phone are being replaced by IP Phones one of the main reason why...
分类:其他好文   时间:2014-10-14 17:42:18    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!