这次又转为VB6了....... (┬_┬) CreateParameter 方法使用指定属性创建新的 Parameter 对象。语法Set parameter = command.CreateParameter (Name, Type, Direction, Size, Value)返回值返回 P ...
分类:
其他好文 时间:
2016-12-08 09:50:42
阅读次数:
348
Word to World. There are only two kinds of people who are really fascinating, people who know absolutely everything, and people who know absolutely no ...
分类:
其他好文 时间:
2016-12-06 03:26:10
阅读次数:
194
marquee:基本已被弃用!!1 可以模拟弹幕效果 1.方向:direction up right left down 2.behavior 3.scrollamountsc --> <marquee direction="left" scrollamount="100" scrolldelay= ...
分类:
其他好文 时间:
2016-12-03 23:47:13
阅读次数:
260
前言:我们不是代码的创造者,我们只是代码的搬运工。 <h1>文本标题<p>段落标签<br>强制换行标签 空格<hr>水平线标签<b>加粗<strong>加重语气的加粗标签<i>倾斜<em>加重语气<u>下划线<s>删除线标签<a>超链接<a href="#">超链接<a href="htt ...
分类:
其他好文 时间:
2016-12-03 18:05:09
阅读次数:
301
<marquee></marquee>标签,默认从最右侧往左滚动; direction:设置滚动的方向; height:设置标签高度, width:设置标签宽度; behavior="aletrnate": 一次全部出现,碰到边缘来回撞; behavior="slide" :一次全部出现,碰到边缘停 ...
分类:
其他好文 时间:
2016-12-03 02:12:09
阅读次数:
176
css3 box-sizing属性 box-sizing属性可以为三个值之一:content-box(default),border-box,padding-box。 content-box,border和padding不计算入width之内 padding-box,border-box,borde ...
分类:
Web程序 时间:
2016-12-02 19:10:46
阅读次数:
355
使用64 system32目录下的文件 LPVOID pVoid = NULL; BOOL bRet = Wow64DisableWow64FsRedirection(&pVoid); if (bRet == TRUE) { "C:\\Windows\\System32\\XXX.exe" Wow6 ...
分类:
其他好文 时间:
2016-12-02 07:57:34
阅读次数:
137
一、BFC与IFC 1.1、BFC与IFC概要 BFC(Block Formatting Context)即“块级格式化上下文”, IFC(Inline Formatting Context)即行内格式化上下文。常规流(也称标准流、普通流)是一个文档在被显示时最常见的布局形态。一个框在常规流中必须属 ...
分类:
Web程序 时间:
2016-12-01 09:46:25
阅读次数:
393
void Turning() { // Create a ray from the mouse cursor on screen in the direction of the camera. Ray camRay = Camera.main.ScreenPointToRay(Input.mouse ...
分类:
数据库 时间:
2016-11-30 02:28:03
阅读次数:
367
ColorPicker 故事背景 项目里面需要一个像Winfrom里面那样的颜色选择器,如下图所示: 在网上看了一下。没有现成的东东可以拿来使用。大概查看了一下关于颜色的一些知识,想着没人种树,那就由我自己来种树,大家来乘凉好了。 设计过程 由于要考虑到手机上的效果,所以说这种向右展开的方式,不是太 ...
分类:
其他好文 时间:
2016-11-29 09:38:11
阅读次数:
583