Introduction:
From Jan 1, 2007 all ISBN will transfer from 10 digit to 13 digital.
The check digit algorithm of the check digit is also changed.
工作-生活-记录
Introduction:
From Jan 1, 2007 all ISBN will transfer from 10 digit to 13 digital.
The check digit algorithm of the check digit is also changed.
Introdutction:
The check digit is the last digit of an ISBN.
It is calculated on a modulus 11 with weights 10-2,
using X in lieu of 10 where ten would occur as a check digit.
This means that each of the first nine digits of the ISBN
– excluding the check digit itself –
is multiplied by a number ranging from 10 to 2 and
that the resulting sum of the products,
plus the check digit,
must be divisible by 11 without a remainder.
Problem:
gvim will create a backup file with the suffix "~" by default.
I don’t want keep the backup file.
Solution:
Introduction:
DownLoad:
Introduction:
使用的是 Python + Curl 的组合,
Python脚本用来写控制程序,网络部分由 Curl 完成。
curl 是一个网络应用程序,使用很方便,支持http ftp https telnet 等众多协议,
还有curllib,又很多语言的Bind,常见的和不常见的语言都支持,
有:
Continue reading “使用程序申请900号的户籍证明”
1.MSComm控件两种处理通讯的方式
MSComm控件提供下列两种处理通讯的方式:事件驱动方式和查询方式。
Continue reading “通信控件MSComm使用详解”
标签(tab)是 Vim7的新功能,编辑多个文件时就不用开多个Vim了,也不用每次想着保存再n了。
VIM Tab常用命令:
命令 说明 快捷键
:tab new 新建一个标签页 :tabedit 在新标签页打开文件 :tabnext 下一个标签页
:tabp[revious] 上一个标签页
要用VB写一个串口通讯的小程序,
用到MSComm控件,
可是装好VB后又发现需要License。
上网查了一下,只需要做如下修改就好了。
把下面这段代码写成1.REG文件,然后运行1.reg,注册就可以了:
Continue reading “MSComm控件License安装”
Hacking Vim: A Cookbook to get the Most out of the Latest Vim Editor
看了一下介绍,讲的是Vim7.0,最新的版本,但是不适合初学者,对有一定Vim基础的应该是一本比较好的书,还没有下载完,一会先去浏览一下,看介绍的,我对一些章节还是挺感兴趣的,比如:auto-completion 和 folding。
下面是书的介绍:
Continue reading “Vim 新书快递”