打开 dra文件后 在菜单栏 setup - change drawing origin在命令栏输入 新的参考点位置 如想更改新坐标位置为 1,2 。输入 x 1 2 上面两步操作后即可修改!
分类:
其他好文 时间:
2014-11-30 14:03:14
阅读次数:
284
input输入框的change事件,要在input失去焦点的时候才会触发 $(‘input[name=myInput]‘).change(function() { ... }); 在输入框内容变化的时候不会触发change,当鼠标在其他地方点一下才会触发 用下面的方法会生效...
分类:
其他好文 时间:
2014-11-29 13:21:58
阅读次数:
161
脚本如下: #!/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