自动化学习过程中老师介绍了一个工具jenkins,感觉很不错,学习ingjenkins的war包下载地址http://mirrors.jenkins-ci.org/war/Hudson的war包下载地址:http://mirror.bit.edu.cn/eclipse/hudson/war/tomc...
分类:
其他好文 时间:
2014-11-11 18:50:14
阅读次数:
193
在android设备与web服务器之间实现数据同步能显著提高你的应用的实用性,让你的应用更受用户的欢迎。比如说,你的数据上传给web服务器,这就有了一个实用的备份。当用户的设备离线工作时,这时从服务器下载输数据是很有用的。有些情况下,用户可能会觉得通过网页的同步接口来输入或编辑数据更方便,因为这些数据很快就从同页上同步过来了,他们也可能想在一段时间内采集数据然后再将数据上传到中央存储区。
尽...
分类:
其他好文 时间:
2014-11-11 00:54:56
阅读次数:
216
一、Redis主从同步原理1.1 Redis主从同步的过程配置好slave服务器连接的master后,slave会建立和master的连接,然后发送sync命令。无论是第一次同步建立的连接还是连接断开后的重新连接,master都会启动一个后台进程,将数据库快照保存到文件中.同时master主进程会开...
分类:
其他好文 时间:
2014-11-10 17:32:28
阅读次数:
196
/*串口基础类库(WIN32)ver0.1编译器:BC++5;C++BUILDER4,5,6,X;VC++5,6;VC.NET;GCC;class_base_com:虚基类基本串口接口;class_aync_com:同步I/O串口类;class_sync_com:异步I/O串口类;class_thread_com:异步I/O辅助读监视线程可转发窗口消息串口类(可继承虚函数on_receive用于..
分类:
其他好文 时间:
2014-11-10 15:50:14
阅读次数:
138
文件操作篇closecreatdupdup2fcntlflockfsynclseekmkstempopenreadsyncwriteclose(关闭文件)相关函数open,fcntl,shutdown,unlink,fclose表头文件#include定义函数int close(int fd);函数...
分类:
其他好文 时间:
2014-11-10 01:01:48
阅读次数:
230
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-11-09 06:18:31
阅读次数:
179
安装 zookeeperwget http://mirror.bit.edu.cn/apache/zookeeper/stable/zookeeper-3.4.6.tar.gztar -xvzf zookeeper-3.4.6.tar.gzcd zookeeper-3.4.6/src/c./conf...
分类:
编程语言 时间:
2014-11-06 16:20:30
阅读次数:
212
Android 5.0源码下载总结,repo创建mirror方法介绍。...
分类:
移动开发 时间:
2014-11-06 13:02:43
阅读次数:
186
android防被杀现在的清理软件如360都有一键清理的功能,他会后台运行的程序一个个kill掉。程序死掉后也不会走正常的生命周期,比如调用ondestory方法。怎么才能让程序一直运行在后台,不被360杀掉呢?在测试了几种方法后,终于找到一种方法。android有个同步工具Sync Adapter...
分类:
移动开发 时间:
2014-11-05 22:52:23
阅读次数:
241
题目描述:
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
...
分类:
其他好文 时间:
2014-11-04 17:24:06
阅读次数:
132