会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
自由出土文物
春困秋乏冬无力,夏日炎炎正好眠
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
45
下一页
2014年12月31日
cocos2d js 利用texture packer生成sprite
摘要: cc.spriteFrameCache.addSpriteFrames(res.winLose_plist,res.winLose_png);var frame = cc.spriteFrameCache.getSpriteFrame("win-lost-bei.png");var backHigh...
阅读全文
posted @ 2014-12-31 20:35 自由出土文物
阅读(1083)
评论(0)
推荐(0)
2014年12月30日
cocos2d js的一些tip
摘要: cocos2d-js-v3.2-rc0cc.director.end();//退出appcc.Application.getInstance().openURL("http://www.baidu.com");//openurl检测android下的返回键和menu键,可以用下面这段代码cc.eve...
阅读全文
posted @ 2014-12-30 15:44 自由出土文物
阅读(243)
评论(0)
推荐(0)
cocos2d-js 3.0 ios平台编译打包
摘要: 原帖在http://www.cocoachina.com/bbs/read.php?tid=209356整理到github的https://github.com/faint2death/cocos2d-js/blob/master/build-ipa.mdps:话说webstorm调试cocos2d...
阅读全文
posted @ 2014-12-30 10:11 自由出土文物
阅读(640)
评论(0)
推荐(0)
2014年12月24日
curl 无法访问 https 协议
摘要: 转自http://blog.mutoo.im/2013/12/curl-could-not-communicate-with-https-sites.htmlmac升级为10.10以后,homebrew升级挂了,curl提示连接ssl失败解决办法mvim ~/.curlrcproxy = http:...
阅读全文
posted @ 2014-12-24 18:59 自由出土文物
阅读(484)
评论(0)
推荐(0)
2014年12月22日
推荐一个erlang的json库
摘要: https://github.com/talentdeficit/json
阅读全文
posted @ 2014-12-22 17:36 自由出土文物
阅读(192)
评论(0)
推荐(0)
erlang的lists笔记
摘要: 一般循环用在遍历列表的时候,erlang有lists模块直接支持遍历,不需要自己写尾递归遍历listlists:foreach用来遍历列表,不保存结果,最后一次返回oklists:map遍历列表,不过,每次函数 Fun 执行的结果将保留,并组成一个列表返回。lists:filter遍历列表,根据返回...
阅读全文
posted @ 2014-12-22 17:32 自由出土文物
阅读(553)
评论(0)
推荐(0)
2014年12月20日
ruby关于require路径
摘要: ruby里面的require说明require './aaaa'这种方式,包含的是系统路径相对路径得用下面的require_relative "./xxxx"或者使用这个傻瓜式gemhttps://github.com/jarmo/require_all#这个支持通配符require_all 'li...
阅读全文
posted @ 2014-12-20 20:54 自由出土文物
阅读(641)
评论(0)
推荐(0)
2014年12月17日
redis笔记
摘要: 关闭本地持久化redis.conf关于save的改成这样save ""#save 900 1#save 300 10#save 60 10000启动的时候,需要./redis-server ../redis.conf
阅读全文
posted @ 2014-12-17 13:20 自由出土文物
阅读(114)
评论(0)
推荐(0)
2014年12月13日
heartbeat测试
摘要: 节点名:node-master 192.168.1.77node-slave 192.168.1.88VIP 192.168.1.234带下划线的不允许作为节点名修改节点名字gvim /etc/hostsgvim /etc/hostname修改之前最好先用hostname命令测试下,免得启动不了机...
阅读全文
posted @ 2014-12-13 16:34 自由出土文物
阅读(333)
评论(0)
推荐(0)
2014年12月12日
debian修改主机名
摘要: 或者 记得更新
阅读全文
posted @ 2014-12-12 20:34 自由出土文物
阅读(296)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
45
下一页
公告