会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
自由出土文物
春困秋乏冬无力,夏日炎炎正好眠
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
24
25
26
27
28
29
30
31
32
···
45
下一页
2014年10月24日
erlang热部署
摘要: 以下流程参考rebar的wiki,亲测rebar的版本一定要注意,高版本对于下面两个指令有bugrebar generate-appupsrebar generate-upgrade经过一个个版本的测试,2.2.0版本可用,但是这个版本的clean和compile指令不支持-r参数例子: 用reba...
阅读全文
posted @ 2014-10-24 17:56 自由出土文物
阅读(349)
评论(0)
推荐(0)
2014年10月22日
erlang配置三方库
摘要: 暴力的:直接下载解压以后放到erlang的lib目录,比如/usr/local/Cellar/erlang/17.3/lib/erlang/lib和谐的:在用户名下建立.erlang文件在里面添加路径比如code:add_pathz("/Users/mmc/erlang/3rd_libs/rfc46...
阅读全文
posted @ 2014-10-22 15:38 自由出土文物
阅读(433)
评论(0)
推荐(0)
2014年10月19日
erlang开发环境配置
摘要: 安装erlang直接忽略,debian下安装hipe的话 atom,安装 *********************************************以下为idea系列配置********************************************* rebar已经不建议使
阅读全文
posted @ 2014-10-19 12:42 自由出土文物
阅读(668)
评论(0)
推荐(0)
2014年10月10日
ruby页面采集库
摘要: gem install nokogiri
阅读全文
posted @ 2014-10-10 16:31 自由出土文物
阅读(842)
评论(0)
推荐(0)
rbenv配置
摘要: vim ~/.profile 安装 设置gem和bundler的镜像
阅读全文
posted @ 2014-10-10 16:19 自由出土文物
阅读(1390)
评论(0)
推荐(0)
2014年10月4日
debian的bt下载工具
摘要: 如果觉得下载慢,可以选择下载的文件,在trackers部分修改
阅读全文
posted @ 2014-10-04 12:27 自由出土文物
阅读(572)
评论(2)
推荐(0)
2014年9月16日
golang动态调用方法
摘要: package mainimport ( "fmt" "reflect")type YourT1 struct {}func (y *YourT1) MethodBar() { fmt.Println("MethodBar called")}type YourT2 struct {...
阅读全文
posted @ 2014-09-16 13:46 自由出土文物
阅读(2854)
评论(0)
推荐(0)
2014年9月14日
golang里面检测对象是否实现了接口的方法
摘要: 写法有点怪异,记一下吧_, implemented := this.delegate.(IGenTcpServerDelegate)if implemented { this.delegate.GenTcpServerClientConnected(this.getClientInfoMap(...
阅读全文
posted @ 2014-09-14 19:51 自由出土文物
阅读(2600)
评论(2)
推荐(0)
2014年9月9日
supervisor备忘
摘要: supervisor是把普通app变成deamon的工具,虽然没有erlang的supervise粒度那么细,但是已经非常方便了 安装 修改配置文件 添加下面的以支持web管理 新建单独的配置 supervisor的命令 如果启动的时候报错 解决办法
阅读全文
posted @ 2014-09-09 08:34 自由出土文物
阅读(313)
评论(0)
推荐(0)
2014年9月5日
beego的配置文件记录
摘要: 摘自https://github.com/beego/tutorial/blob/master/zh/3/params.slide* beego的默认参数- AppName 应用名称,默认是 beego。通过bee new创建的是创建的项目名。- AppPath 当前应用的路径,默认会通...
阅读全文
posted @ 2014-09-05 19:30 自由出土文物
阅读(15302)
评论(0)
推荐(0)
上一页
1
···
24
25
26
27
28
29
30
31
32
···
45
下一页
公告