发布时间:2016-01-27 20:46:44
wget "http://www.ip138.com/ips1388.asp" -q -O - | sed -nr "s/.*\[(([0-9]+\.){3}[0-9]+)\].*/\1/p"......【阅读全文】
发布时间:2016-01-13 22:49:02
I have finished and tested the code. As far as I am concerned I have completed a full blown multi-user setup for luci/openwrt. I have added the ability to hide ANY menu from ANY non root user ... finally smileAvailable Features- add/remove users from the luci ui.........【阅读全文】
发布时间:2016-01-09 15:32:36
很多不太懂正则的朋友,在遇到需要用正则校验数据时,往往是在网上去找很久,结果找来的还是不很符合要求。所以我最近把开发中常用的一些正则表达式整理了一下,在这里分享一下。给自己留个底,也给朋友们做个参考。 一、校验数字的表达式 1 数字:^[0-9]*$2 n位的数字:^\d{n}$3 至少n位的数字:^\d{n,}$.........【阅读全文】
发布时间:2016-01-05 13:24:56
1、HC-SR04 管脚介绍 VCC,超声波模块电源脚,接5V电源即可Trig,超声波发送脚,高电平时发送出40KHZ出超声波Echo,超声波接收检测脚,当接收到返回的超声波时,输出高电平GND,超声波模块GND2、树莓派管脚介绍第2只脚为5V,给超声波模块供电第39只脚为GND,与超声波模块共地第1、3只脚分别为GPIO2和GPIO3,分别作.........【阅读全文】
发布时间:2016-01-04 20:50:04
安装package control , 按ctrl + ~ :import urllib.request,os;pf='Package Control.sublime-package';ipp=sublime.installed_packages_path();urllib.request.install_opener(urllib.request.build_opener(urllib.request.ProxyHandler()));open(os.path.join(ipp,pf),'wb').write(urllib.request.urlopen('.........【阅读全文】