V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  pright  ›  全部回复第 8 页 / 共 19 页
回复总数  378
1 ... 4  5  6  7  8  9  10  11  12  13 ... 19  
发这节点下确实作死
2014-12-16 15:28:57 +08:00
回复了 yibin001 创建的主题 问与答 一到冬天手指就会掉皮,怎么破?
挺好,我也是,冬天不用洗碗了233
2014-12-15 12:43:21 +08:00
回复了 chinazdg 创建的主题 问与答 求推荐一款游戏本,价位在 8000-1W
这价位买准系统把
2014-12-14 19:24:40 +08:00
回复了 xmy2232867 创建的主题 macOS 无线鼠标在 MAC 下有卡顿,是怎么回事?
wifi也会干扰的,我后来就换了另外一边远离路由器的usb口
2014-12-11 23:50:48 +08:00
回复了 Livid 创建的主题 Redis Redis 的 redis-cli --latency-history 的 max 后面那个数字的单位是什么?
/* Representation of a latency sample: the sampling time and the latency
* observed in milliseconds. */
struct latencySample {
int32_t time; /* We don't use time_t to force 4 bytes usage everywhere. */
uint32_t latency; /* Latency in milliseconds. */
};

/* The latency time series for a given event. */
struct latencyTimeSeries {
int idx; /* Index of the next sample to store. */
uint32_t max; /* Max latency observed for this event. */
struct latencySample samples[LATENCY_TS_LEN]; /* Latest history. */
};

/* Latency statistics structure. */
struct latencyStats {
uint32_t all_time_high; /* Absolute max observed since latest reset. */
uint32_t avg; /* Average of current samples. */
uint32_t min; /* Min of current samples. */
uint32_t max; /* Max of current samples. */
uint32_t mad; /* Mean absolute deviation. */
uint32_t samples; /* Number of non-zero samples. */
time_t period; /* Number of seconds since first event and now. */
};
2014-12-11 23:48:30 +08:00
回复了 Livid 创建的主题 Redis Redis 的 redis-cli --latency-history 的 max 后面那个数字的单位是什么?
milliseconds
2014-12-08 21:43:13 +08:00
回复了 cevincheung 创建的主题 问与答 htop 里那个绿色的 R 是啥意思?
man top其实就有说明的
2014-12-03 15:41:17 +08:00
回复了 dawn009 创建的主题 Android Android native 程序如何得到函数的 call graph ?
改成c++其实也可以自己写个函数包一下给C调,看调用栈的时候就跳过自己写的函数就行
2014-12-03 11:07:42 +08:00
回复了 gastlygem 创建的主题 问与答 遭遇“呼死你”,求对策
店铺放出来。可以试试搜狗号码通。
2014-12-02 17:17:13 +08:00
回复了 bingu 创建的主题 Ripple 最近 ripple 涨起来了,这是咋回事啊?
1L是当作nipple了么= =
2014-12-02 16:53:29 +08:00
回复了 dawn009 创建的主题 Android Android native 程序如何得到函数的 call graph ?
哦,是C么。。那可以试试用backtrace(system/core/include/corkscrew/backtrace.h)。CallStack也是这个实现的。
应该只是dropbox的安装文件的,不是整个dropbox同步目录。我的tmp是挂载的tmpfs,关机就没了,所以现在也没法帮你看。
2014-12-02 16:35:09 +08:00
回复了 dawn009 创建的主题 Android Android native 程序如何得到函数的 call graph ?
为啥不直接用CallStack?
这个是更新版本的下载文件
2014-11-26 09:31:08 +08:00
回复了 shense 创建的主题 问与答 为何反代 yyets 会跳到百度?
我昨天一开始也是跳转到百度,重新刷新首页打开又好了
2014-11-18 13:00:49 +08:00
回复了 yuankui 创建的主题 游戏 龙腾世纪审判发布了,看了视频试玩感觉很不错,那么问题来了..
ea的游戏早就不上steam了,只有origin。美亚可以买,买了会给key,登录origin账号激活。以后要玩的话就要登录origin账号才能玩,同时只能有一个origin账号在线玩。
2014-11-07 16:08:17 +08:00
回复了 kmvan 创建的主题 Android 突然用不了 Ping 命令,权限足够,文件存在。
用system用户呢
1 ... 4  5  6  7  8  9  10  11  12  13 ... 19  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5957 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 48ms · UTC 02:08 · PVG 10:08 · LAX 19:08 · JFK 22:08
Developed with CodeLauncher
♥ Do have faith in what you're doing.