Pixies Agency iFour Design Agency Framelab Design Direction The Nine The Squad Pulla Emotion Effects Seora Luxury Hammocks The Sign Blue Step Studio M ...
分类:
Web程序 时间:
2016-12-14 14:30:07
阅读次数:
270
0x00 前言 本文主要是讨论Windows 7 x64下的内核虚拟地址空间的结构,可以利用WiinDBG调试的扩展命令"!CMKD.kvas"来显示x64下的内核虚拟地址空间的整体布局。了解内核的地址布局在某些情况下是很有的,比如说在研究New Blue Pill的源码和虚拟化的时候。 0x01 ...
分类:
其他好文 时间:
2016-12-10 13:57:56
阅读次数:
279
创建画布:创建画布的函数有 imagecreatetruecolor(width,height);创建画布 width指画布的宽height指画布的高 imagecolorallocate(img,red,green,blue);创建画布句柄 img是一个画布资源,后面的rgb就代表一个颜色! im ...
分类:
其他好文 时间:
2016-12-08 02:47:03
阅读次数:
226
1、错误的CPU时间片大小概念:http://blog.csdn.net/blue_morning/article/details/7843581 2、时间片:http://baike.baidu.com/link?url=YzpkOfifRwmYnozOrlUFt1GiyviL5cFiXNwtgB ...
分类:
其他好文 时间:
2016-12-07 09:47:32
阅读次数:
199
枚举的好处: 1. 类型安全性 2.使用方便性 output: 1:RED=32:BLUE=53:BLACK=84:YELLOW=135:GREEN=28 其中, ...
分类:
编程语言 时间:
2016-12-06 20:06:02
阅读次数:
398
beforeSend: function () { // 禁用按钮防止重复提交 $("#fileForm a[class='btn blue_btn']").removeAttr("onclick"); }, complete: function () { $("#fileForm a[class= ...
分类:
Web程序 时间:
2016-12-06 13:16:02
阅读次数:
213
1.UIStoryBoard 2. segue跳转传值 3. UIColor配色 //1. 十进制配色 [UIColor colorWithRed:163.0/255.0 green:148.0/255.0 blue:128.0/255.0 alpha:1.0]; //2. 设置16进制颜色(同上) ...
分类:
移动开发 时间:
2016-12-04 19:48:24
阅读次数:
257
1、外边框 outline:1px solid blue; 外边框用法和边框相似,外边框不占空间,只会显示 2、定位 position (1)相对定位 relative:对自身的一种定位 1>给父级设置相对定位之后,自己也跟随父级移动 2>给元素设置相对定位之后,不会影响其他元素的位置(即没有脱离文 ...
分类:
其他好文 时间:
2016-11-30 04:10:16
阅读次数:
151
position属性的值如下: 1.absolute:生成绝对定位的元素,相对于当前元素的父元素中position为static之外的第一个元素进行定位 .box {float:left;border-style:dotted;border-color:blue;background-color:# ...
分类:
其他好文 时间:
2016-11-29 13:34:09
阅读次数:
180
Latex表格的处理 彩色表格 [plain] view plain copy \begin{table} \centering \caption{彩色的表格} \begin{tabular} {>{\columncolor{blue}}rccccc} \toprule[1pt] \rowcolor ...
分类:
其他好文 时间:
2016-11-27 19:18:23
阅读次数:
1164