08/30/14 11:19:33,422 INFO =============CDN BaseLib is starting......!================ pid = 6050 [src/main.cpp:537]
08/30/14 11:19:33,422 TRACE Enter InitThreadPool() [src/main.cpp:378]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:29
阅读次数:
214
08/30/14 11:19:37,742 INFO =============cdnadapter is starting...... ! ============= pid = 6199 [./src/frame.cpp:469]
08/30/14 11:19:37,742 TRACE Enter InitThreadPool() [./src/frame.cpp:196]
08/30/14 ...
分类:
其他好文 时间:
2014-08-30 12:42:19
阅读次数:
532
08/30/14 11:19:25,307 INFO
=============cl is starting...... ! ============= pid = 5735
[./src/frame.cpp:469]
08/30/14 11:19:25,307 TRACE
Enter InitThreadPool() [./src/frame.cpp:196]
08/30/14 11:...
分类:
其他好文 时间:
2014-08-30 12:42:09
阅读次数:
318
08/30/14 11:19:29,856 INFO =============CDN BaseLib is starting......!================ pid = 5894 [src/main.cpp:417]
08/30/14 11:19:29,857 TRACE Enter InitThreadPool() [src/main.cpp:260]
08/30/14 11:1...
分类:
其他好文 时间:
2014-08-30 12:42:00
阅读次数:
317
这是个go项目,其他的可以参考。首先要有个脚本比如demo#!/bin/bash## etcd This shell script takes care of starting and stopping Etcd## chkconfig: 2345 80 20#### BEGIN INIT INFO...
分类:
系统相关 时间:
2014-08-29 19:58:48
阅读次数:
294
场景:
(gdb) break main
Breakpoint 1 at 0x8048417
(gdb) r
Starting program: /usr/local/src/ccode/ch11/strings
Breakpoint 1, 0x08048417 in main ()
Missing separate debuginfos, use: debuginfo-ins...
分类:
其他好文 时间:
2014-08-28 11:28:49
阅读次数:
218
根据前面的MBR中包含的4个分区表中的一个分区表的信息,对应的结构体为:
struct MBRpartition {
unsigned char boot_ind; /* 0x80 - active */
unsigned char head; /* starting head */
unsigned char sector;...
分类:
其他好文 时间:
2014-08-27 16:44:38
阅读次数:
241
# 缩进 # 缩进的设置 1. autoindent (ai) > Copy indent from current line when starting a new line (typing in Insert mode or when using the "o" or "O" command). If you do not type anything on the new...
分类:
其他好文 时间:
2014-08-27 13:16:38
阅读次数:
213
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found in t...
分类:
其他好文 时间:
2014-08-27 13:05:17
阅读次数:
226
严重: Exception starting filter struts2 java.lang.NullPointerException at com.opensymphony.xwork2.util.FileManager$FileRevision.needsReloading(Fil...
分类:
其他好文 时间:
2014-08-26 16:49:46
阅读次数:
191