Can总线测试1 Can总线 控制器局域网(Controller Area Network,
简称CAN或CANbus)是一种通信协议,其特点是允许网络上的设备直接互相通信,网络上不需要主机(Host)控制通信。是由研发和生产汽车电子产品著称的德国BOSCH公司开发了的,并最终成为国际标准(ISO....
分类:
其他好文 时间:
2014-05-29 04:27:27
阅读次数:
487
随着开源软件的盛行、成熟,开源硬件也迎来了春天,先有Arduino,后有Raspherry
Pi,到当前的Beaglebone 。相信在不久的将来,开源项目将越来越多,越来越走向成熟。 Beaglebone back采用IT公司的Sitara?
ARM? Cortex-A8 处理器...
分类:
其他好文 时间:
2014-05-28 00:08:03
阅读次数:
270
一、基础准备 Imagebutton 继承
Imageview,就是用一个图标代表了一些文字,它没Android:text属性。它由Android:src指定图标的位置
android:src="@drawable/back" Button 继承 Textview,所以TextView的一些属性也适...
分类:
其他好文 时间:
2014-05-27 17:44:23
阅读次数:
256
使用 tar -g 参数进行增量备份实验完整备份:#执行完整备份tar -g snapshot
-zcf back.tar.gz back#查看 tarball 内容[huzi@mail ~]$ tar ztf
back.tar.gzback/back/readme.txtback/rmmysql_...
分类:
其他好文 时间:
2014-05-26 09:29:26
阅读次数:
273
后退+刷新在C#
Web程序中,如为页面按钮写返回上一页代码this.RegisterClientScriptBlock("E",
"");其中,history.go(-2),要写为-2,因在按钮事件触发前,已刷新一次页面,所以应是-2。Response.Write("");此处也要写为“-2”。....
分类:
编程语言 时间:
2014-05-26 02:24:07
阅读次数:
383
Sencha removed the refreshFn from the pullrefresh
plugin in ST 2.2. Here is an user extension with gives the old functionality
back to you./** * This ...
分类:
其他好文 时间:
2014-05-25 19:39:42
阅读次数:
289
window.history.back(-1)
window.history.back();
window.history.forward()
window.history.go(-1)
javascript:history.go(-1)和javascript:history.back(-1)go(-1): 返回上一页, 原页面表单中的内容会丢失; back(-1): 返回上一页,...
分类:
Web程序 时间:
2014-05-25 09:36:56
阅读次数:
387
第6章 使用库算法
本章中主要教我们如何使用几个库算法来解决与处理字符串和学生成绩相关的问题。
1、分析字符串
使用一个循环来连接两幅字符图案
for(vector::const_iterator it = bottom.begin(); it != bottom.end(); ++it)
ret.push_back(*it);
等价于
ret.insert(ret.end(...
分类:
编程语言 时间:
2014-05-24 20:24:10
阅读次数:
365
一,概念1,Back键一直存在android系统中1-1任何页面下的返回1-2Floatingwindow1-3ContexualActionbar/highlightselect1-4Keyboard2,Up键是随AndroidDesign出来的。2-1androidDesign定义的parentcontainer2-2app的主界面是不存在Up键的二,情景分析1,App内部1-1沿逐级深入路..
分类:
移动开发 时间:
2014-05-24 17:06:16
阅读次数:
317
Original Link:
http://blogs.flexerasoftware.com/installtalk/2011/10/i-take-it-all-back-using-windows-installer-msi-rollback-actions.html#sthash.KIIUKl...