脚本如下: #!/bin/bash
#author?firxiao
#monitor?IP?change
#date:20141128
ip_old=ip_old.txt???
ip_now=ip_now.txt
mail_sender=xxx@xxx.com????#发件人
mail_user=xxx@xxx.com??????#收...
分类:
其他好文 时间:
2014-11-28 12:51:10
阅读次数:
286
You can change the partition table on Linux by a group of tools, which is tool comprehansive for a newbee. While I find this work will be easily done ...
分类:
系统相关 时间:
2014-11-27 23:24:51
阅读次数:
177
改变锚点时,同过计算偏移量修正position从而保持CCNode在屏幕上的位置不变 1 void CLayer::change_anchorpoint(CCNode* node,CCPoint newpt) 2 { 3 float dx, dy, diffx, diffy, height,...
分类:
其他好文 时间:
2014-11-27 21:58:52
阅读次数:
566
/** * Created with IntelliJ IDEA. * User: Administrator * Date: 12-8-27 * Time: 下午11:29 * To change this template use File | Settings | File Templates...
分类:
其他好文 时间:
2014-11-27 20:04:26
阅读次数:
397
随着deep learning的火爆,神经网络(NN)被大家广泛研究使用。但是大部分RD对BP在NN中本质不甚清楚,对于为什这么使用以及国外大牛们是什么原因会想到用dropout/sigmoid/ReLU/change learnRate/momentum/ASGD/vanishment等问题等呢....
分类:
微信 时间:
2014-11-27 17:44:23
阅读次数:
2230
zencart1.5.x版管理员密码90天到期后如果不想更改密码,可以直接在数据库运行以下sql语句。将pwd_last_change_date(密码最后变换日期)2014-11-11 11:11:11换成当前时间即可。UPDATE admin SET pwd_last_change_date = ...
分类:
其他好文 时间:
2014-11-27 14:06:30
阅读次数:
357
/** * Created with JetBrains WebStorm. * User: zhangyi * Date: 13-4-23 * Time: 上午10:57 * To change this template use File | Settings | File Templates....
分类:
Web程序 时间:
2014-11-27 12:21:54
阅读次数:
172
The applicationdoes not allow to overwrite any column or change the data type of existing data.The supported file types are: .xls .csv .xlsxpron: quic...
分类:
其他好文 时间:
2014-11-27 09:09:24
阅读次数:
133
这两天学校事情比较多,跟老师打交道也是弄得有些心烦意乱,能帮学生办的事总要着各种理由推来推去,不提了,翻篇。linux学习也是越来越难了,这两天有个想法,有个简单的linux项目能操作下现在学的知识,应该能更好入门吧。再学几章找个服务配配,就这么定了。linux文件与目录..
分类:
系统相关 时间:
2014-11-27 06:50:50
阅读次数:
305
话说这是俺们学校暑假集训完的一道题,刚看到以为是到水题,后来发现者复杂度也太大了,受不了了,比赛完也没搞出来,然后欣爷说这是折半枚举。然后就摸摸的学了一下,又把这道题写了一下,所谓折半枚举就是先算出来一半,然后用二分查找看看能不能搞到这一发状态,可以的话就是可以了,题意:给你两个数n,k,下面再给你n个数,表示你现在有的硬币的面值,每种硬币面值的有两个,看是否可以支付k题解思路:首先以为只有三种状...
分类:
其他好文 时间:
2014-11-26 22:39:54
阅读次数:
216