V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ColoThor  ›  全部回复第 9 页 / 共 11 页
回复总数  208
1  2  3  4  5  6  7  8  9  10 ... 11  
2020-02-14 21:41:22 +08:00
回复了 cliberal 创建的主题 分享创造 分享躲个避机器 shencha 小的工具
一眼就看懂的还行,有点语句如果本身就要多读几遍才能看懂,颠倒一下还原难度会不会很大?
2020-01-18 10:01:02 +08:00
回复了 KasuganoSoras 创建的主题 分享创造 SakuraPanel - 开源、基于 Frp 的内网穿透管理面板
大佬辛苦了
2020-01-18 09:17:54 +08:00
回复了 chaleaoch 创建的主题 程序员 jetbrains 出了一款开源字体
没人用 monospaced 吗
2020-01-16 09:42:53 +08:00
回复了 xatest 创建的主题 Android 安卓手机刷 Magisk、EdXposed 模块,有啥实际用途吗?
edxposed 开源,自己定制包名什么等,加上 magisk hide,可以让应用检测不到这些环境,不香吗
2020-01-13 17:43:02 +08:00
回复了 qqhahaboy 创建的主题 Android Android WebView 中嵌入原生控件
用 monitor 的 dump view hierarchy 或者 studio 的 layout inspector 看下布局?
2020-01-13 09:46:59 +08:00
回复了 heIIokitty 创建的主题 程序员 为什么即使是程序员,也会经常听到说不要升级之类的话
看了回复我就安心了
2020-01-09 16:42:01 +08:00
回复了 ryougifujino 创建的主题 程序员 有没有博客统一发布系统?
排版什么的无法统一,例如 makedown,各个平台的支持有区别
宝塔。。
2019-12-30 17:59:30 +08:00
回复了 zhuzhiqiang 创建的主题 程序员 你今天因为 YYYY-MM-dd 被提 BUG 了吗
黑人问号.jpg
2019-12-19 18:04:28 +08:00
回复了 myliang 创建的主题 程序员 居然有人对我的开源项目进行了捐赠....诧异
大佬
没有低配置的吗
重在参与
2019-10-29 10:08:37 +08:00
回复了 ysweics 创建的主题 程序员 有没有懂经济的老哥,是现金好还是分期好
信用卡分期能不用就不用,年利率随便 10%以上
2019-10-17 15:51:15 +08:00
回复了 aoscici2000 创建的主题 Java 怎样按照最后一个字符分割字符串
int index = str.lastIndexOf("-");
str.substring(0, index);
str.substring(index + 1);
简单点,获取出来,先删了,再插入?
2019-09-29 15:09:22 +08:00
回复了 lihongjie0209 创建的主题 程序员 腾讯云主机的 IO 惨不忍睹
sysbench 1.0.17 (using system LuaJIT 2.0.4)

Running the test with following options:
Number of threads: 1
Initializing random number generator from current time


Extra file open flags: (none)
100 files, 20.48MiB each
2GiB total file size
Block size 16KiB
Number of IO requests: 0
Read/Write ratio for combined random IO test: 1.50
Periodic FSYNC enabled, calling fsync() each 100 requests.
Calling fsync() at the end of test, Enabled.
Using synchronous I/O mode
Doing random r/w test
Initializing worker threads...

Threads started!


File operations:
reads/s: 1777.52
writes/s: 1184.95
fsyncs/s: 2966.86

Throughput:
read, MiB/s: 27.77
written, MiB/s: 18.51

General statistics:
total time: 10.0087s
total number of events: 59256

Latency (ms):
min: 0.00
avg: 0.17
max: 37.48
95th percentile: 0.69
sum: 9968.93

Threads fairness:
events (avg/stddev): 59256.0000/0.00
execution time (avg/stddev): 9.9689/0.00
阿里云 4 核 8G5M,腾讯云学生机就惨不忍睹了
是不是开着 android studio,用 monitor 前把 android studio 关掉试试
2019-09-05 09:09:20 +08:00
回复了 yunshui 创建的主题 程序员 请教下 mysql 的问题
时间不要用内置函数,会使索引失效。比如字段是 login_time,那就 login_time >= 'yyyy-MM-dd 00:00:00' and login_time <= 'yyyy-MM-dd 23:59:59'
2019-08-30 16:55:54 +08:00
回复了 xutao881 创建的主题 程序员 原来短信退订真的是有用的
就我一个没看懂,签名退订什么意思吗
1  2  3  4  5  6  7  8  9  10 ... 11  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2229 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 03:53 · PVG 11:53 · LAX 20:53 · JFK 23:53
Developed with CodeLauncher
♥ Do have faith in what you're doing.