一、bug出现在:IE7/8bug demo: box1 box2
.clearfix:after {content: ""; display: block; clear:both;} .clearfix {zoom: 1;}
.fl {float: l...
分类:
其他好文 时间:
2014-07-22 23:11:14
阅读次数:
400
客户需要一个Demo程序实现Access数据库表导出到Excel表格,并将表中存储的照片(OLE对象)以其中一个字段(编号)命名存储到本地。程序中引入了ADO操作Access数据库("C:\Program
Files\Common Files\System\ado\msado15.dll" no.....
分类:
其他好文 时间:
2014-07-22 23:08:15
阅读次数:
310
Given a strings, partitionssuch that every
substring of the partition is a palindrome.Return all possible palindrome
partitioning ofs.For example, giv...
分类:
其他好文 时间:
2014-07-22 23:08:15
阅读次数:
446
display:block就是将元素显示为块级元素.block元素的特点是: 总是在新行上开始;
高度,行高以及顶和底边距都可控制; 宽度缺省是它的容器的100%,除非设定一个宽度 , , , , 和 是块元素的例子。
display:inline就是将元素显示为行内元素. inlin...
分类:
其他好文 时间:
2014-05-01 16:08:00
阅读次数:
486
最近使用RSAAuthentication Manager, 并且与其自带的Radius
server整合, RSA的Radius server 配置不太透明, 目前只配成功了PAP方式的验证,CHAP目前不成功。RSA
Radius在token输错3次后有要求用户输入next token的安全设....
分类:
数据库 时间:
2014-05-01 15:46:08
阅读次数:
443
Given a strings, partitionssuch that every
substring of the partition is a palindrome.Return the minimum cuts needed for a
palindrome partitioning ofs...
分类:
其他好文 时间:
2014-05-01 14:47:09
阅读次数:
409
全局返回码说明[1]公众号每次调用接口时,可能获得正确或错误的返回码,开发者可以根据返回码信息调试接口,排查错误。全局返回码说明如下:返回码说明-1系统繁忙0请求成功40001获取access_token时AppSecret错误,或者access_token无效40002不合法的凭证类型40003不...
分类:
微信 时间:
2014-04-30 18:33:37
阅读次数:
5561
Block1.1block与函数指针函数:int sum(int x, int y){ retrun
x + y;}函数指针:把上面函数原型int sum(int x, int y)中的函数名替换成(*p),即可得到一个函数指针int (*p)(int x,
int y)。这个函数表示指针p指向一....
分类:
其他好文 时间:
2014-04-30 16:31:34
阅读次数:
604
一、inode是什么?理解inode,要从文件储存说起。文件储存在硬盘上,硬盘的最小存储单位叫做"扇区"(Sector)。每个扇区储存512字节(相当于0.5KB)。操作系统读取硬盘的时候,不会一个个扇区地读取,这样效率太低,而是一次性连续读取多个扇区,即一次性读取一个"块"(block)。这种由多...
分类:
其他好文 时间:
2014-04-29 11:27:46
阅读次数:
303
Java代理Internet2013年10月23日23:14 Java HTTP
ProxySettings OVERVIEW For local networks within an organization, access to the
public-domain Internet is oft...
分类:
编程语言 时间:
2014-04-29 10:36:46
阅读次数:
537