上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 45 下一页
摘要: 抄自这里int i = 1;NSData *data = [NSData dataWithBytes: &i length: sizeof(i)];int i;[data getBytes: &i length: sizeof(i)]; 阅读全文
posted @ 2015-09-02 21:46 自由出土文物 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: 生成json的库https://github.com/bennyscetbun/jsongohttps://github.com/donnie4w/json4g 阅读全文
posted @ 2015-08-31 15:42 自由出土文物 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 转自这里videoView.setVideoURI(Uri.parse("android.resource://" + getPackageName() + "/" +R.raw.test)); 阅读全文
posted @ 2015-08-24 14:43 自由出土文物 阅读(1520) 评论(0) 推荐(0) 编辑
摘要: jar包放项目的libs目录,然后tools,android,sync project with grade files即可。 阅读全文
posted @ 2015-08-20 14:22 自由出土文物 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 直接代码package mainimport ( "fmt" "golang-objective-go/dataFoundation/dataConvert" "io/ioutil" "os/exec" "strings")func main() { dir_li... 阅读全文
posted @ 2015-08-18 18:10 自由出土文物 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 测试表/* Navicat Premium Data Transfer Source Server : localhost Source Server Type : PostgreSQL Source Server Version : 90401 Source Host ... 阅读全文
posted @ 2015-08-15 20:29 自由出土文物 阅读(1584) 评论(0) 推荐(0) 编辑
摘要: vim ~/.bash_profileexport PATH=/Applications/Postgres.app/Contents/Versions/9.4/bin/:$PATHpip install psycopg2 阅读全文
posted @ 2015-08-10 21:13 自由出土文物 阅读(1140) 评论(0) 推荐(0) 编辑
摘要: 据说ventoy有win和linux版本 阅读全文
posted @ 2015-08-09 00:07 自由出土文物 阅读(146) 评论(0) 推荐(0) 编辑
摘要: codis是豌豆荚team出的一个redis集群,和官方的集群区别的地方在于基于proxy,官方是基于gossipcodis所有的读写都通过proxy,对于前端业务是透明的官方的是读写发现在某个机器以后,智能转发过去(一般支持官方集群的客户端里面都会有多个ip给你)codis基于zookeeper实... 阅读全文
posted @ 2015-08-03 14:38 自由出土文物 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 参考http://redis.readthedocs.org/en/latest/topic/cluster-tutorial.htmlhttp://yindashan.github.io/blog/2014/11/02/redisclusterda-jian-jiao-cheng/主从切换需要使用... 阅读全文
posted @ 2015-08-02 18:32 自由出土文物 阅读(362) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 45 下一页