程序运行的整个过程,学习一下 源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 汇编程序 (assembler) → 目标代码 (object code) → 连接器 (Linker) → 可执行程序 (executables) 1...
分类:
移动开发 时间:
2014-09-18 12:56:43
阅读次数:
204
1 public static string Decrypt(this string code)2 {3 return Common.Decrypt(code); 4 }扩展方法一个项目中会有好几个类库,那么在一个公共的类库中添加的扩展方法,那么在其他...
分类:
其他好文 时间:
2014-09-18 12:48:23
阅读次数:
184
Binary Search
Jon Bentley曾经说过类似的话:“90%的程序员无法正确实现二分查找算法
就冲着这句话去写binary search
binary_search 的算法实现部分
/*********************************************************
code writer ...
分类:
其他好文 时间:
2014-09-18 11:30:13
阅读次数:
230
code.pyimport weburls = ( '/', 'index')class index: def GET(self): return "Hello, world,caixianfeng write for the first web.py!"if __name...
分类:
Web程序 时间:
2014-09-18 00:35:33
阅读次数:
355
经过几年的更新及业界对Entity Framework 的认同。 现在 EF 可以支持的数据库越来越多了。而PostgresQL 数据库现在也可以使用code first的方式来创建数据库了。 不多说了,下面直接上过程。 首先要安装必要的库 直接在VS的程序包管理控制台里执行 Install-Pac...
分类:
数据库 时间:
2014-09-18 00:32:13
阅读次数:
633
使用OpenXml给word文档添加文字,每个模块都有自己对于的属性以及内容,要设置样式就先声明属性对象,将样式Append到属性里面,再将属性append到模块里面,那么模块里面的内容就具备该样式了。此方法默认是在文件后面追加内容Code:using System;using System.Col...
分类:
其他好文 时间:
2014-09-17 23:15:12
阅读次数:
274
WPF--TextBox的验证WPF中TextBox的自动验证:演示 :用以下两个TextBox分别显示验证IP和非空值验证,先看效果:IP自动验证效果:非空值自动验证效果:第一步:定义TextBox验证的样式:View Code第二步:绑定上面的样式: ...
分类:
其他好文 时间:
2014-09-17 23:03:12
阅读次数:
287
SQLI-LABS SERIES PART - 2,3,4,5In the first part of the series we downloaded the PHP code files and installed them on the backtrack machine or under ....
分类:
数据库 时间:
2014-09-17 21:49:42
阅读次数:
5256
转:http://www.eoeandroid.com/thread-100389-1-1.htmlandroid 动态壁纸开发参考:http://www.ophonesdn.com/article/show/278推荐:http://www.oschina.net/code/snippet_203...
分类:
移动开发 时间:
2014-09-17 21:48:02
阅读次数:
420
This topic has not yet been rated-Rate this topichttp://msdn.microsoft.com/EN-US/library/bb190066.aspxUpdated:December 16, 2011Applies To:Microsoft Dy...
分类:
Web程序 时间:
2014-09-17 21:38:12
阅读次数:
454