会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
自由出土文物
春困秋乏冬无力,夏日炎炎正好眠
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
45
下一页
2015年9月2日
objective-c 下面int 和 NSData数据 互相转换的方法
摘要: 抄自这里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 自由出土文物
阅读(1015)
评论(0)
推荐(0)
2015年8月31日
推荐一个golang的json库
摘要: 生成json的库https://github.com/bennyscetbun/jsongohttps://github.com/donnie4w/json4g
阅读全文
posted @ 2015-08-31 15:42 自由出土文物
阅读(431)
评论(0)
推荐(0)
2015年8月24日
android如何播放资源文件夹raw中的视频
摘要: 转自这里videoView.setVideoURI(Uri.parse("android.resource://" + getPackageName() + "/" +R.raw.test));
阅读全文
posted @ 2015-08-24 14:43 自由出土文物
阅读(1535)
评论(0)
推荐(0)
2015年8月20日
android studio添加三方jar包
摘要: jar包放项目的libs目录,然后tools,android,sync project with grade files即可。
阅读全文
posted @ 2015-08-20 14:22 自由出土文物
阅读(145)
评论(0)
推荐(0)
2015年8月18日
golang自动导入postgresql脚本
摘要: 直接代码package mainimport ( "fmt" "golang-objective-go/dataFoundation/dataConvert" "io/ioutil" "os/exec" "strings")func main() { dir_li...
阅读全文
posted @ 2015-08-18 18:10 自由出土文物
阅读(405)
评论(0)
推荐(0)
2015年8月15日
xorm使用pgsql的例子
摘要: 测试表/* Navicat Premium Data Transfer Source Server : localhost Source Server Type : PostgreSQL Source Server Version : 90401 Source Host ...
阅读全文
posted @ 2015-08-15 20:29 自由出土文物
阅读(1627)
评论(0)
推荐(0)
2015年8月10日
python安装psycopg2
摘要: vim ~/.bash_profileexport PATH=/Applications/Postgres.app/Contents/Versions/9.4/bin/:$PATHpip install psycopg2
阅读全文
posted @ 2015-08-10 21:13 自由出土文物
阅读(1155)
评论(0)
推荐(0)
2015年8月9日
制作u盘启动的工具
摘要: 据说ventoy有win和linux版本
阅读全文
posted @ 2015-08-09 00:07 自由出土文物
阅读(152)
评论(0)
推荐(0)
2015年8月3日
codis须知
摘要: codis是豌豆荚team出的一个redis集群,和官方的集群区别的地方在于基于proxy,官方是基于gossipcodis所有的读写都通过proxy,对于前端业务是透明的官方的是读写发现在某个机器以后,智能转发过去(一般支持官方集群的客户端里面都会有多个ip给你)codis基于zookeeper实...
阅读全文
posted @ 2015-08-03 14:38 自由出土文物
阅读(172)
评论(0)
推荐(0)
2015年8月2日
redis3.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 自由出土文物
阅读(370)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
45
下一页
公告