电路图:升级:sudo apt-get updatesudo apt-get
upgrade加载驱动:sudo modprobe w1-gpio sudo modprobe w1-therm查看:lsmod 查看w1模块是否载入cat
/sys/bus/w1/devices/28-*/w1_slav...
分类:
其他好文 时间:
2014-06-29 12:06:30
阅读次数:
217
脚本编程语言通常是解释型的。这类程序的执行,是由解释器读入代码,并将其转换成内部的形式,在执行。请注意,解释器本身是一般的编译型程序。
常用的脚本编程语言有 :awk,Perl,Python,Ruby,Shell。这里的Ruby是日本人研发的。
注释:
linux :
1.rm 删除指定的文件
例:rm /Users/apple/Desktop/QQDock.plist...
分类:
系统相关 时间:
2014-06-20 09:10:29
阅读次数:
371
/////ado.net1.0中使用Transacation(事务)string
connectionString =
"database=Northwind;pwd=admin;uid=sa;server=DATABASE-VPC\\SQL2005";using
(SqlConnection co...
分类:
其他好文 时间:
2014-06-07 08:09:03
阅读次数:
244
Contents1 Overview1.1 Who developed HttpOnly?
When?1.2 What is HttpOnly?1.3 Mitigating the Most Common XSS attack using
HttpOnly1.3.1 Using Java to Se...
分类:
其他好文 时间:
2014-06-06 15:04:08
阅读次数:
805
Lesson 1Pumas are large, cat-like animals which
are found in America. When reports came into London Zoo that a wild puma had
been spotted forty-five m...
分类:
其他好文 时间:
2014-06-06 14:08:51
阅读次数:
210
Tutorial The Kithara ?RealTime Suite? (KRTS) is
a real-time extension for Windows, which currently contains more than 20
different functional modules....
分类:
其他好文 时间:
2014-06-06 10:38:26
阅读次数:
748
1、几种快速清空文件内容的方法: $ : > filename #其中的 : 是一个占位符,
不产生任何输出. $ > filename $ echo “” > filename $ echo /dev/null > filename
$ echo > filename $ cat /d...
分类:
系统相关 时间:
2014-06-06 09:54:16
阅读次数:
393
一。介绍public abstract void invalidateDrawable
(Drawable who)Called when the drawable needs to be redrawn. A view at this point
should invalidate itself ...
分类:
其他好文 时间:
2014-06-05 14:13:44
阅读次数:
218
在VirtualBox中,有时候打开虚拟机,会出现Waiting for 60 seconds
more for network configuration这种情况,从而使得开机变得很慢。通过以下操作,可以让虚拟机开机很快,并且开机后不用再执行sudo
dhclient eth0这种操作获取IP了。...
分类:
其他好文 时间:
2014-06-05 14:07:57
阅读次数:
300
cat /proc/$(pgrep helloworld)/status | grep Vm
分类:
其他好文 时间:
2014-06-03 15:00:14
阅读次数:
183