1.跟我学DNET编程系列-.NET OOP编程[爸爸去哪儿] http://edu.ibeifeng.com/view-index-id-25.html 2.跟我学DNET编程系列-CSharp十种语法糖 http://edu.ibeifeng.com/view-index-id-26.html 3.跟我学DNET编程系列-...
分类:
Web程序 时间:
2014-07-21 10:12:10
阅读次数:
305
安装Skyline的TerraExplorer Pro软件后,我们很容易在其安装目录中找到这样一些文件:gdal.dll、gdal_csharp.dll、ogr_csharp.dll、osr_csharp.dll等等,这说明什么?原来Skyline也是利用开源的GDAL类库,来实现一些对栅格和矢量数...
分类:
其他好文 时间:
2014-07-21 09:36:17
阅读次数:
274
?、采用类似匈牙利命名法为控件命令,对于其他变量申明则不需要了e.g. Button btnAdd;e.g. TextBox txtUsername;e.g. ListBox lstFileNames;e.g. Panel panelInfo;?、对于函数参数、局部变量、私有及受保护字段的命名采用C...
分类:
其他好文 时间:
2014-07-16 19:44:34
阅读次数:
160
本文将详细介绍如何使用Connection对象连接数据库。对于不同的.NET数据提供者,ADO.NET采用不同的Connection对象连接数据库。这些Connection对象为我们屏蔽了具体的实现细节,并提供了一种统一的实现方法。Connection类有四种:SqlConnection,OleDb...
分类:
数据库 时间:
2014-07-14 08:22:49
阅读次数:
441
(转)WebService head加密,可以对WebService设置访问用户名和密码,增强WebService的安全性使WebService只能被授权用户使用。具体实现步骤:1、定义一个soapheader派生类用来实现WebService访问权限验证[csharp]view plaincopy...
分类:
Web程序 时间:
2014-07-13 09:46:38
阅读次数:
225
The volatile keyword indicates that a field might be modified by multiple threads that are executing at the same time. Fields that are declared volati...
分类:
其他好文 时间:
2014-07-10 15:44:40
阅读次数:
185
/// /// /// /// /// protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) ...
分类:
其他好文 时间:
2014-07-09 20:16:16
阅读次数:
165
本文转载至http://wuchaorang.2008.blog.163.com/blog/static/48891852201232014813990/1.创建并初始化创建UITextView的文件,并在.h文件中写入如下代码:[csharp]view plaincopy#import@inter...
分类:
移动开发 时间:
2014-07-05 21:51:31
阅读次数:
237
备用收藏,http://blog.csdn.net/msdnxgh/article/details/6894885.NET 实现自定义ContextUser的Identity和Principal在传统的.NET中,我们可以通过[csharp]view plaincopyUser.Identity.N...
分类:
Web程序 时间:
2014-07-03 13:17:34
阅读次数:
301
操作配置文件PropertiesTable of Contents1 定义2 读取配置值3 修改和保存配置4 注意1 定义csharp中在Settings.settings文件中定义配置字段,把作用范围定义为User,则运行时可更 改,Applicatiion则运行时不可更改,可以使用数据网格视图,...
分类:
其他好文 时间:
2014-07-02 23:43:22
阅读次数:
197