- 博客(9)
- 收藏
- 关注
原创 bq2085中的command codes
[img]http://dl.iteye.com/upload/attachment/493283/03f56097-3bed-3cab-b503-c52d8cf8330c.jpg[/img][img]http://dl.iteye.com/upload/attachment/493285/3db836b5-de52-3a00-a78c-de925717b50d.jpg[/img]Ma...
2011-06-08 10:55:17
558
bq2085中的smbus
The bq2085 supports the Smart Battery Data (SBData) commands and charge-control functions. It communicates data using the System Management Bus (SMBus) 2-wire protocol. The data available include the ...
2011-03-14 16:16:37
1185
原创 单片机学习笔记
1.1 单片机概述 单片机一词源于Single Chip Micro Computer, 意为单片微型计算机,即在一片集成电路芯片上集成了计算机的三大部分:中央处理器(CPU)、存储器(RAM和ROM)和输入输出端口(I/O Ports)。由于单片机特别适用于控制目的,所以20世纪80年代以后,国际上已普遍称之为微控制器(MicroController Unit, MCU); 又因为...
2010-07-26 14:17:23
405
原创 MD5的破解
一般来说,对一个HASH算法的攻击可分三个级别:1,Preimage attack(原像攻击?):给定h,找到明文M,使得h=hash(M),如果一个HASH算法 被人找出preimage attack,那这种算法也就完蛋了;2,Second preimage attack(次原像攻击?):给定明文M1,找到另一明文M2(不等于M1), 使得hash(M1)=...
2008-12-22 20:23:01
563
Mysql Error 集锦之一
Can't find FULLTEXT index matching the column list解决方法:ALTER TABLE node_revisions ADD FULLTEXT(title, body);
2008-05-27 20:09:42
120
快捷键使用之Editplus
以浏览器模式预览文件 Ctrl + B开始编辑“以浏览器模式预览的文件” Ctrl + E新建html文件 Ctrl+Shift+N新建浏览器窗口(类似于在EditPlus中打开ie) Ctrl+Shift+B选中的字母切换为小写 Ctrl+L选中的字母切换为大写 Ctrl+U选中的词组首字母大写 Ctrl+Shift+U复制选定文本并追加到剪贴板中 Ctrl+Shif...
2008-05-21 17:00:57
102
简单配置editplus(for php)
1. php手册1.1 打开Editplus进入菜单 [Tools] -> [Configure User Tools...].1.2 点击按钮 [Add Tool] 选择 [HTML Help File (*.chm)].1.3 在打开的PHP文件中把光标移到需要查询的函数上面, 按 ctrl + 1 (因为我把"php 手册"摆在 User Tools 的第一项, 第二项就是 Ct...
2008-05-21 16:26:06
140
PEAR DB的使用
快递回复数据,当你不再想用fetchRow()方法来获取数据的时候,Pear DB通过sql语句提供一些特别的方法来返回想要的数据。这些方法有:getOne, getRow, getCol, getAssoc and getAll。"get*() 系列方法" 可以为你做很多事情, 包括: 发起一个查询, 获取数据和清除结果。请注意所有的Pear DB函数将可能返回一个 Pear D...
2008-05-19 20:07:40
264
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人