例一:在网站要目录下添加ValidateCode.aspx,路径自己定。ValidateCode.aspx:ValidateCode.aspx.cs:using
System;using System.Collections.Generic;using System.Web;using System...
分类:
其他好文 时间:
2014-05-27 01:03:47
阅读次数:
430
中国科技论文在线:http://www.paper.edu.cn/国外电子书网站:http://tera-3.ul.cs.cmu.edu/ULIBOurCollections.htm嵌唯科技,一些开发板光盘下载:http://www.embedunion.com/downloadmore.asp?i...
分类:
Web程序 时间:
2014-05-24 06:57:07
阅读次数:
330
本文要介绍的ldd和nm是linux下,两个用来分析程序很实用的工具。ldd是用来分析程序运行时需要依赖的动态库的工具;nm是用来查看指定程序中的符号表相关内容的工具。下面通过例子,分别来介绍一下这两个工具:1.
ldd, 先看下面的例子, 用ldd查看cs程序所依赖的动态库:wuzesheng@w...
分类:
系统相关 时间:
2014-05-24 05:14:32
阅读次数:
912
一、前后台代码:Global.cs:using
System.Web.Routing;。。。void Application_Start(object sender, EventArgs e) { //
在应用程序启动时运行的代码 //RegisterRoutes(); RegisterRoutes...
分类:
Web程序 时间:
2014-05-24 04:47:43
阅读次数:
295
http://www.codeproject.com/Articles/746191/SQLite-Helper-CsharpThis small class
(SQLiteHelper.cs) is built on top of System.Data.SQLite.DLL. A referen...
分类:
数据库 时间:
2014-05-23 12:08:00
阅读次数:
558
windows 2008 R2转移五大角色 regsvr32 schmmgmt Active
Directory架构 架构主机 Active Directory域和信任关系 域命令主机 Active Directory用户和计算机
PDC模拟器、RID主机、基础架构主机CMD->ntd...
分类:
其他好文 时间:
2014-05-19 19:35:30
阅读次数:
273
什么是Window1.g.i.cs文件?通过Visual Studio 2008新创建一个WPF
Application项目,在没有编译的情况下打开Window1.xaml.cs。鼠标右键单击InitializeComponent();这一代码行,选择Go
To Definition菜单项。我们会看...
分类:
其他好文 时间:
2014-05-19 16:56:54
阅读次数:
473
Unity3d 镜面反射
网上能找到的基本上是固定管道或表面渲染的shader,
特此翻译为顶点、片段渲染的Shader,
本源码只涉及shader与cs部分,
Editor部分使用NGUI绘制的,
请自行下载NGUI
unity3d 版本:v4.3.1...
分类:
其他好文 时间:
2014-05-18 18:32:29
阅读次数:
389
【题目】
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
Input:Digit string "23"
Output: ["ad", "ae", "af", "bd", "be", "bf",...
分类:
其他好文 时间:
2014-05-18 07:30:12
阅读次数:
340
1.为何要引入Partial Type
通常,我们在一个.cs文件中维护一个类,这也是一种一般约定,也算一个良好的编程风格,但是有些时候,这个类或类型非常庞大,这对可读性、维护性来说成了一种约定的限制。
当我们接触过一些 ORM 框架的自动生成代码映射的功能时,会发现,当我们使用工具生成了一些基本....
分类:
其他好文 时间:
2014-05-17 23:01:38
阅读次数:
400