代码改变世界

阅读排行榜

学习Professional ASP.NET 2.0(一)

2006-05-07 18:55 by Clingingboy, 1849 阅读, 收藏,
摘要: 第一章以介绍asp.net2.0新特性为多第二章介绍了VS2005开发工具第三章介绍了如何创建应用程序,ASP.NET 网页代码模型 ,ASP.NET 网页指令 ,ASP.NET 页生命周期概述,跨页传递参数,ASP.NET 网站布局以及Global.asax第一章用两个例子比较了1.1和2.0数据访问的不同,第二个例子没有用到编程代码,只简单的使用控件就完成了数据访问的工作. 列表1 Listi... 阅读全文

Visual C++ 2011-4-12

2011-04-12 22:11 by Clingingboy, 1835 阅读, 收藏,
摘要: 1.MakeSureDirectoryPathExists 多级目录创建,如果目录不存在的话,则会自动创建目录 MakeSureDirectoryPathExists("E:\\C\\D\\E\\"... 阅读全文

线程---条件变量,一次性初始化

2011-05-18 22:57 by Clingingboy, 1827 阅读, 收藏,
摘要: 以SDK的生产者和消费者为例,两个是一个循环关系. 生产者的职责: 1.负责生产产品,如果产品的产量达到最高量了,就停止生产(没有消费者用,当然停掉了),即生产线暂时停工 2.当有消费者购买时,未达... 阅读全文

Chrome RenderText分析(1)

2013-10-20 17:40 by Clingingboy, 1819 阅读, 收藏,
摘要: 先从一些基础的类开始 1.Range // A Range contains two integer values that represent a numeric range, like the // range of characters in a text selection. A range is made of a start and end // positio... 阅读全文

为web.config写入数据库连接字符串的方法

2006-04-29 09:06 by Clingingboy, 1815 阅读, 收藏,
摘要: 1.写入连接字符串 protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { // Create a new ConnectionStringSettings object and populate it ... 阅读全文
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 131 下一页