编写名为auto_change_gw.sh的脚本,用来自动切换主机网关,相关说明如下:
1)有2个可用的网关地址,分别是主网关192.168.10.254和备用网关192.168.10.253,当前使用的默认网关是192.168.10.254;
2)若当前使用的网关地址192.168.10.254出现问题,自动把网关地址切换为192.168..
分类:
系统相关 时间:
2014-07-15 10:56:45
阅读次数:
312
多重背包 可行性+路径记录
题意是说你要用更多的零钱去买咖啡。最后输出你分别要用的 1,5 ,10 ,25 的钱的数量。
多重背包二进制分解,然后记录下 这个状态。最后逆向推即可。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#inc...
分类:
其他好文 时间:
2014-07-14 13:52:01
阅读次数:
231
Doc:If isTouchEnabled, this method is called onEnter.Override it to change the wayCCLayerreceives touch events.Default: CCTouchDispatcher::sharedDispa...
分类:
其他好文 时间:
2014-07-14 08:31:55
阅读次数:
264
1. 生成测试数据在TPC-H的官网http://www.tpc.org/tpch/上下载dbgen工具,生成数据http://www.tpc.org/tpch/spec/tpch_2_17_0.zip解压,到dbgen目录下,修改mkefile################## CHANGE N...
分类:
其他好文 时间:
2014-07-13 22:27:46
阅读次数:
557
下载链接:斯坦福机器学习笔记
这一系列笔记整理于2013年11月至2014年7月。所有内容均是个人理解,做笔记的原因是为了以后回顾相应方法时能快速记起,理解错误在所难免,不合适的地方敬请指正。
笔记按照斯坦福机器学习公开课的notes整理,其中online学习部分没有整理,reinforcement learning还没接触,有时间补上。
这份笔记主要记录自己学习过程中理解上的难点,所以对于...
分类:
其他好文 时间:
2014-07-12 22:52:36
阅读次数:
401
" Configuration file for vim
set modelines=0 " CVE-2007-2438
" Normally we use vim-extensions. If you want true vi-compatibility
" remove change the following statements
set nocompatible " Use...
分类:
其他好文 时间:
2014-07-12 17:46:26
阅读次数:
257
一个小错误,搞了好久:在线 $_POST['is_online']得到的值是多少,当选择中,输出的是on。不选中没有值传入。我们想传入特定的值,经常用1代表选中,0代表未选中。就应该加上一个value=1这样选中只有我们接受的值就为1了。jquery判断是否选中:is_online: $('#is_...
分类:
Web程序 时间:
2014-07-12 16:22:50
阅读次数:
197
常用的一些选项有:问题类型Bug测试过程维护过程发现影响系统运行的缺陷New Feature对系统提出的新功能Task需要完成的任务Improvement对现有系统功能的改进Requirement Change 需求变更JIRA系统中用优先级来表示问题的严重级别,有以下几种级别:优先级 block>...
分类:
其他好文 时间:
2014-07-12 08:53:52
阅读次数:
260
Coin Change
Suppose there are 5 types of coins: 50-cent, 25-cent, 10-cent, 5-cent, and 1-cent. We want to make changes with these coins for a given amount of money.
For example, if ...
分类:
其他好文 时间:
2014-07-10 21:12:39
阅读次数:
158
直接使用sudo easy_install matplotlib 报错
============================================================================
Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
matplotlib...
分类:
其他好文 时间:
2014-07-10 19:24:54
阅读次数:
214