码迷,mamicode.com
首页 > 2014年08月05日 > 全部分享
Third day in Jumei
接下来的时间我基本上都是在看代码的,内容主要就是两大块:1.JATForMallHD2.MallHDJATForMallHD是专门为MallHD写的测试文件和测试工具的集合,包括测试用例,配置文件等等。MallHD就是ipad版本的聚美优品客户端。我主要看了下JATForMallHD的测试用例部分的...
分类:其他好文   时间:2014-08-05 00:26:58    阅读次数:243
maven搭建spring项目pom有关配置说明
org.springframework spring-context-support ${spring.version}
分类:编程语言   时间:2014-08-05 00:26:48    阅读次数:227
C#多线程进度条
public class ZyjProgressBar : System.Windows.Forms.ProgressBar { //用于跨线程访问控件的委托 private delegate void deleByControl(int v); /...
分类:编程语言   时间:2014-08-05 00:26:38    阅读次数:241
A trip through the Graphics Pipeline 2011_08_Pixel processing – “fork phase”
In this part, I’ll be dealing with the first half of pixel processing: dispatch and actual pixel shading. In fact, this is really what most graphics.....
分类:其他好文   时间:2014-08-05 00:26:28    阅读次数:484
解决firefox和IE9对icon font字体的跨域访问问题
何为跨域访问,为什么会有跨域限制?一切还得从浏览器的同源策略说起。 同源策略:是浏览器最核心也是最基本的安全功能,如果缺少了同源策略,则浏览器的正常功能可能会受到影响,可以说Web是构建在同源策略基础之上的,浏览器只是针对同源策略的一种实现。 浏览器的同源策略:限制了来自不同源的“document....
分类:其他好文   时间:2014-08-05 00:26:18    阅读次数:235
C# DES加密解密
/// /// 使用配置中的KEY,进行DES加密。 /// /// 要加密的字符串。 /// 以Base64格式返回的加密字符串。 public static string Encrypt(string pToEncryp...
分类:其他好文   时间:2014-08-05 00:26:08    阅读次数:260
Next Instruction Access Intent Instruction
Executing a Next Instruction Access Intent instruction by a computer. The processor obtains an access intent instruction indicating an access intent. ...
分类:数据库   时间:2014-08-05 00:25:58    阅读次数:424
A trip through the Graphics Pipeline 2011_10_Geometry Shaders
Welcome back. Last time, we dove into bottom end of the pixel pipeline. This time, we’ll switch back to the middle of the pipeline to look at what i.....
分类:其他好文   时间:2014-08-05 00:25:48    阅读次数:321
A trip through the Graphics Pipeline 2011_06_(Triangle) rasterization and setup
Welcome back. This time we’re actually gonna see triangles being rasterized – finally! But before we can rasterize triangles, we need to do triangl...
分类:其他好文   时间:2014-08-05 00:25:38    阅读次数:476
转:jquery选择器总结
jQuery 的选择器可谓之强大无比,这里简单地总结一下常用的元素查找方法 $("#myELement") 选择id值等于myElement的元素,id值不能重复在文档中只能有一个id值是myElement所以得到的是唯一的元素 $("div") 选择所有的div标签元素,返回div元素数组 $("...
分类:Web程序   时间:2014-08-05 00:25:28    阅读次数:282
Valid page threshold based garbage collection for solid state drive
A method for garbage collection in a solid state drive (SSD) includes determining whether the SSD is idle by a garbage collection module of the SSD; b...
分类:其他好文   时间:2014-08-05 00:25:08    阅读次数:283
USB
①usb有主从设备之分,主设备有:pc, 现在市面上的那些插u-disk即可播放mp3的“mp3”之类的,usb 信号是差分信号,信号线为D+, D-,。 在usb host 端, D+,D- 各接一个15kohm 的下拉电阻, 而在usb device端,这时就有高速低速设备的区别了。usb1.0...
分类:其他好文   时间:2014-08-05 00:24:58    阅读次数:265
菜鸟学Linux - 文件/文件夹的隐藏属性
文件/文件夹居然还有隐藏属性?没错,隐藏属性对于文件/文件夹的安全很重要。好比如说,我们需要使用”鉴定符“来揭开装备的隐藏属性;在Linux中chattr/lsattr就是“鉴定符”。chattr基本格式为:chattr +-=[acdeijstuADST] 。+表示增加某种隐藏属性;-表示取出某种...
分类:系统相关   时间:2014-08-05 00:24:48    阅读次数:315
[LeetCode] Remove Duplicates from Sorted Array II
Follow up for "Remove Duplicates": What if duplicates are allowed at most twice?For example, Given sorted array A = [1,1,1,2,2,3],Your function should...
分类:其他好文   时间:2014-08-05 00:24:38    阅读次数:281
Solid-state storage management
Solid-state storage management for a system, the management including establishing, externally to a solid-state storage board, a correspondence betwee...
分类:其他好文   时间:2014-08-05 00:24:28    阅读次数:462
POJ 2503 Babelfish
BabelfishTime Limit:3000MSMemory Limit:65536KTotal Submissions:32169Accepted:13832DescriptionYou have just moved from Waterloo to a big city. The peop...
分类:其他好文   时间:2014-08-05 00:24:18    阅读次数:336
【UIKit】AppDelegate详解以及部分UIApplication 的调用
【UIKit】AppDelegate在应用程序启动完毕后调用(只会调用一次,第一次打开程序的时候才会调用)- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)la...
分类:移动开发   时间:2014-08-05 00:23:48    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!