
webOS
文章平均质量分 82
iteye_16620
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[源代码]一个有用的链接管理器
var ConnectMgr = Class.create({ initialize:function() { this.connected = 0; this._checkConnection(); }, _checkConnection : function() { try { v...原创 2011-02-23 11:25:48 · 154 阅读 · 0 评论 -
[源代码]一个封装了系统服务的调用类ServiceRequestWrapper
ServiceRequestWrapper:A simple class that provides common service Mojo.Service.Request lifetime management logic,primarily this prevents garbage collection of request objects and their associat...原创 2011-02-23 11:27:59 · 136 阅读 · 0 评论 -
在模拟器中使用代理
Howto proxy network connections in EmulatorGet tsocksSince the emulator is running as x86, you can just copy over your tsocks files from your linux distroFire up the emulator ...原创 2011-02-23 11:44:40 · 832 阅读 · 0 评论 -
MySQL配置HeartBeat实现心跳监控和浮动IP
1. 初始化环境配置/sbin/chkconfig --add mysqld /sbin/chkconfig mysqld onln -s /usr/local/mysql/bin/mysql /sbin/mysql ln -s /usr/local/mysql/bin/mysqladmin /sbin/mysqladminecho "/usr/local/mysql/lib/...原创 2011-03-02 22:56:13 · 469 阅读 · 0 评论