摘要: 0x01. 至少取出一个transaction才行, position的数字为binlog中# at xxxxxxmysqlbinlog -vv mysql-bin.000684 --start-datetime='2017-02-14 07:38:01' --stop-datetime='2017 阅读全文
posted @ 2017-02-14 16:17 randywithj 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 0x01 Linux Perfermance Analysis in 60s 1> uptime load averages 2> dmesg -r | tail kernel errors 3> vmstat 1 overall stats by time 4> mpstat -P ALL 1 C 阅读全文
posted @ 2016-04-14 18:06 randywithj 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1> 下载JDK,jdk-8u71-macosx-x642> 下载android studio 阅读全文
posted @ 2016-01-25 21:53 randywithj 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 16:10=1.6 1280*80016:9=1.7777 1136*640 1920*1080 960*540 1280*720 1920*10803:2=1.5 960*640 480*3204:3=1.3333 640*480 320*240 480*320 800*600 1024*768 ... 阅读全文
posted @ 2015-08-22 10:57 randywithj 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1> 编写eclipse android代码.2> 把unity下class.jar拷入eclipse libs目录下, 工程中右键build path, add to build path.3> 编译工程, 在工程目录下bin\classes\com\android\utility生成.class... 阅读全文
posted @ 2015-07-28 16:00 randywithj 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1> 下载amazon IAP3.0 for unity plugin 2> 根据 https://developer.amazon.com/public/apis/earn/in-app-purchasing/docs-v2/using-the-iap-plugin-for-unity#GetPr 阅读全文
posted @ 2015-06-27 09:59 randywithj 阅读(263) 评论(0) 推荐(0) 编辑
摘要: keytool -genkey -alias agg_keystore -keyalg RSA -validity 20000 -keystore agg.keystore keytool -exportcert -alias agg_keystore -keystore ./agg.keystor 阅读全文
posted @ 2015-06-13 11:46 randywithj 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 源服务器为s,ip为111.111.111.112. 目标服务器为d, ip为111.111.111.1111>在源服务器新建用户 test_s, useradd test_s -g users -m 在目标服务器新建用户test_d, useradd test_d -g users -m2>源服... 阅读全文
posted @ 2015-06-05 18:03 randywithj 阅读(354) 评论(0) 推荐(0) 编辑
摘要: android IAP unmaneged items 服务器校验当成功IAP以后, 会在google服务器记录此次购买的状态. 可以通过Google Play Android Developer API去请求此状态, 从而完成校验和发给玩家相应的道具.1> 客户端字串,orderId(订单ID),... 阅读全文
posted @ 2015-04-13 14:16 randywithj 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 1> 开启core dump ulimit -c unlimited 阅读全文
posted @ 2015-03-25 12:12 randywithj 阅读(103) 评论(0) 推荐(0) 编辑