E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
csharp
基于 VS 2010 阐述C# 4个特性
基于Visual Studio 2010 阐述C#4个特性
Csharp
4.0与以往版本基础体现了强大的性能优势,主要体现在以下四个方面: 1. 通过委托成员来实现接口 在C# 4.0中可以通过
·
2015-10-31 10:02
C#
ASP.NET 从vs2003迁移到vs2005
The tutorial for upgrading VS 2003 C# Web Projectshttp://webproject.scottgu.com/
CSharp
/Migration/Migrati
·
2015-10-31 09:48
asp.net
新浪微博、qq等javascript rsa密码加密c#实现。
大数计算类BigInteger是c# 4.0才提供的,如果不想用这么高的版本,这里有个开源的实现:http://www.codeproject.com/
csharp
/biginteger.asp  
·
2015-10-31 09:26
JavaScript
.Net 动态调用WebService
System.Net;using System.IO;using System.Web.Services.Description;using System.CodeDom;using Microsoft.
CSharp
·
2015-10-31 09:53
webservice
CSharp
读取Outlook文件
asic properties of the mail message, attachments and any msg attachments (these need to be handled differently). 本文将集中讨论如何解剖由Outlook生成的文件。它涵盖了如何读取邮件,附件和任何msg附件的基本属性(这些都是需要不同的处理)。 Using the Code使用代码 Th
·
2015-10-31 09:50
sha
华南理工大学C#(
csharp
).net视频教程
http://realcourse.grids.cn/movie/工科/计算机/C夏和豆net技术与应用(华南理工大学)/1.rmvb http://realcourse.grids.cn/movie/工科/计算机/C夏和豆net技术与应用(华南理工大学)/2.rmvb http://realcourse.grids.cn/movie/工科/计算机/C夏和豆net技术与应用(华南理工大
·
2015-10-31 09:50
.net
CLR Loader
http://msdn.microsoft.com/en-us/magazine/cc163567.aspx http://en.
csharp
-online.net/.NET_CLR_Components
·
2015-10-31 09:07
loader
关闭时最小化到系统托盘中的单实例应用程序
原文:http://www.codeproject.com/
csharp
/SingleInstanceApplication.asp 翻译:Anders Liu 出处:http://www.cnblogs.com
·
2015-10-31 09:01
应用程序
Visual Studio 2013 为C#类文件添加版权信息
更改如下目录下的模版文件即可实现添加版权信息功能 C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\ItemTemplates\
CSharp
·
2015-10-31 09:45
C#
C#调用DLL实现图像文字识别(OCR)
lang=
csharp
的SDK.里面提供了详细的OCR方法,如下: 将发现图像框picbVeryfyCode里的文字和文本框.txtVeryfyCode.Text是一致的.
·
2015-10-31 09:11
dll
理解C#值类型与引用类型(摘录)
:-) 原文地址:http://www.cnblogs.com/yandixin/archive/2008/03/03/truly-understand-
csharp
-value-type-and-reference-type.html
·
2015-10-31 09:52
引用类型
windows下架设subversion服务
创建目录,例如:c:\svnsrc\
csharp
2. 打开命令窗口, 键入 :svnadmin create --fs-type fsfs c:\svnsrc\
csharp
三、配置R
·
2015-10-31 09:23
subversion
[
CSharp
]DataTable.Select()方法filter表达式转义
DataTable.Select() 调用 Select.SelectRows() 调用 Select.GetRows() 返回 DataRow[] Select对象访问级别为internal 测试代码: DataTable dt = new DataTable(); dt.Columns.Add
·
2015-10-31 09:02
Datatable
[
CSharp
]判断表达式为空的二元运算符
先来看看传统的,我们需要判断一个表示是否为空,进行条件赋值的做法: 1 // 三元运算符,判断表达式是否为空,进行条件赋值2 exp2 = (exp1 !=null) ? exp1 : "not null value"; 是否觉得有写着有点繁琐,现在看看 c#2.0 时代提供的 “双问号” 这个二元运算符号: 1 // C#
·
2015-10-31 09:01
表达式
C#中读写INI配置文件
转:http://www.pc123.org/html/net/
CSharp
/200812/17_7470.html 在作应用系统开发时,管理配置是必不可少的。
·
2015-10-31 09:28
配置文件
DataGrid的收集,里面有你想要的大部分效果~
关于datagrid的打印 http://www.chinaaspx.com/article/
csharp
/295.htm C#中为DataGrid添加下拉列表框 http://www.cnblogs.com
·
2015-10-31 09:21
datagrid
在XML序列化时去除默认命名空间xmlns:xsd和xmlns:xsi
参考 http://www.
csharp
er.net/blog/serializing_without_the_namespace__xmlns__xmlns_xsd__xmlns_xsi_.aspx
·
2015-10-31 09:08
命名空间
VS2010遇到错误No more internal identifiers available
详情可见: http://social.msdn.microsoft.com/Forums/en/
csharp
ide/thread/e5a080fe-cb20-4beb-83fd-3daacee6
·
2015-10-31 09:08
available
RC4算法的一个实现(来自SourceForge)
http://sourceforge.net/projects/rc4dotnet 另外在CodeProject(http://www.codeproject.com/cs/algorithms/rc4
csharp
.asp
·
2015-10-31 09:52
source
C#和VB.net语法对比图
http://www.harding.edu/fmccown/vbnet_
csharp
_comparison.html Comments VB.NET
·
2015-10-31 09:52
VB.NET
WP7开发 Sqlite数据库的使用 解决Unable open the database
首先在项目中添加引用Community.
Csharp
Sqlite.WP.dll,我会放后面让大家下载,我下了有几天了,是源码,我也找不回原网址了,所以就编译了一下,直接引用就可以了.
·
2015-10-31 09:02
database
C#中使用网络函数 (第一部分 用户函数)[翻译]
作者:Michael Bright 原文:http://www.
csharp
help.com/archives2/archive439.html 本文将着重介绍Win32 API库中涉及网络管理的函数
·
2015-10-31 09:21
C#
【转iCeSnaker】DataGrid资料
关于datagrid的打印http://www.chinaaspx.com/article/
csharp
/295.htmC#中为DataGrid添加下拉列表框http://www.cnblogs.com
·
2015-10-31 09:15
datagrid
C# zip/unzip with I
CSharp
Code.SharpZipLib
download I
CSharp
Code and add reference using System; using System.Collections.Generic; using
·
2015-10-31 09:47
unzip
你真的了解Ioc与AOP吗?
本系列的全部源代码及二进制文件可以从这里下载:IocIn
CSharp
.rar 你真的了解Ioc与AOP吗?(1) 你真的了解Ioc与AOP吗?(2) 你真的了解Ioc与AOP吗?
·
2015-10-31 09:40
AOP
调用一个按钮的Click事件(利用反射)
测试环境如下: Windows 7 Visual Studio 2010 [
csharp
] view plain copy //
·
2015-10-31 09:02
click
.Net 下利用I
CSharp
Code.SharpZipLib.dll实现文件压缩、解压缩
添加引用I
CSharp
Code.SharpZipLib.dll view plain copy to clipboard print ?
·
2015-10-31 09:54
.net
C#语法糖(
Csharp
Syntactic sugar)大汇总
首先需要声明的是“语法糖”这个词绝非贬义词,它可以给我带来方便,是一种便捷的写法,编译器会帮我们做转换;而且可以提高开发编码的效率,在性能上也不会带来损失。这让java开发人员羡慕不已,呵呵。 1. 经过简化的Property 早些时候我们这样声明Property private string _myName; public string MyName
·
2015-10-31 09:58
sha
C#实现万年历(农历、节气、节日、星座、星宿、属相、生肖、闰年月、时辰)
转自http://www.cnblogs.com/txw1958/archive/2013/01/27/
csharp
-calendar.html  
·
2015-10-31 09:56
C#
ADO.Net的批量插入
转自http://www.
csharp
win.com/
csharp
space/12089r677.shtml 摘要:做大批量数据插入的时候,如果用Insert into ... values (...
·
2015-10-31 09:56
.net
ASP.NET获取当前网址方法
user=http://
csharp
.xdowns.com&tag=%BC%BC%CA%F5 通过HttpContext.Current.Request.Url.ToString()获取到
·
2015-10-31 09:47
asp.net
I/O
using System; using System.IO; using System.Collections; namespace TextFileReader_
csharp
{
·
2015-10-31 09:17
I/O
5.21动态生成dll
using System; using System.CodeDom.Compiler; using Microsoft.
CSharp
; using System.Reflection; using System.Text
·
2015-10-31 09:41
dll
ArcGIS Server 9.3 中 ASP.NET ajax(Partial Postback)方法
学习ArcGIS Server中自带的例子 Common_PartialPostback_
CSharp
的思路过程: 1、务必添加<asp:ScriptManager>标签。
·
2015-10-31 09:13
asp.net
C#构造函数和析构函数
构造函数和析构函数 转载http://www.cnblogs.com/philzhou/archive/2010/08/10/
CSharp
_Constructor.html 本节说明对象的创建
·
2015-10-31 09:02
构造函数
C#模拟POST提交表单(一)--WebClient
转送门:http://msdn.microsoft.com/zh-cn/library/system.net.webclient(v=VS.80).aspx [
csharp
·
2015-10-31 09:52
client
Android访问WCF服务(使用json实现参数传递)
操作契约 [
csharp
] view plain copy [ServiceContract] public
·
2015-10-31 09:50
android
C#实现的洗牌算法
由此代码如下: using System; using System.Diagnostics; namespace Lucifer.
CSharp
.Sample { &
·
2015-10-31 09:46
C#
摘录:
CSharp
调用C动态链接库详解
第一篇编译C的动态连接库 在实际工作中,我们经常会将C语言中的.lib和.h文件(静态库)编译成动态连接库.dll文件(这里只提供这两种文件,没有完整的工程),以提供给其他语言平台调用。 1,必须有.lib文件,只有.h文件是无法编译动态连接库的。 2,我使用的是VS2008,这里打开VS,新建项目—〉win32控制台
·
2015-10-31 09:53
sha
C#调用Win32 的API函数--User32.dll
System.Linq; using System.Text; using System.Runtime.InteropServices; namespace WindowsAPI { class
CSharp
_Win32Api
·
2015-10-31 09:28
Win32
c# 類模板加上自定義內容
Microsoft Visual Studio 8 \Common7\IDE\ItemTemplatesCache\ 2、選擇相應的目錄,如: Web\
CSharp
·
2015-10-31 09:17
C#
.NET 4.5 压缩
可以抛弃I
CSharp
Code.SharpZipLib.dll 这个类库了。性能上不相上下。但是能够大大简化你的代码。如果开始使用.NET FrameWork4.5 做压缩不妨试试自带的压缩方法.
·
2015-10-31 09:41
.net
MongoDB学习 C#驱动操作MongoDB
下载驱动 驱动的下载有两种方式:一种是在C#项目中通过NuGet进行安装,另一种是通过下面的链接:https://github.com/mongodb/mongo-
csharp
-driver/releases
·
2015-10-31 09:18
mongodb
c# 动态编译方法
代码: using Microsoft.
CSharp
; using System.CodeDom; using
·
2015-10-31 09:17
动态编译
C# 链表结构(1)-结点
using System;using System.Collections.Generic;using System.Text;namespace
Csharp
{ public class Node
·
2015-10-31 09:45
表结构
C#.NET 动态计算表达式值
using System; using System.CodeDom.Compiler; using Microsoft.
CSharp
·
2015-10-31 09:35
.net
C#解压缩
C# 解压缩字符串(代码)的两种方法需要第一中是使用.NET本身的类库,第二种方法使用第三方组件 I
CSharp
Code.SharpZipLib.dll(参考: http://www.cnblogs.com
·
2015-10-31 09:20
解压缩
itext
csharp
使用
archive/2008/06/27/1231288.html http://itextsharp.sourceforge.net/index.html http://www.koders.com/
csharp
·
2015-10-31 09:05
itext
C#Windows窗体界面设计_01_绘制三角函数_附强制类型转换
参考http://www.
csharp
win.com/
csharp
space/6848r2307.shtml 以int和double为例。
·
2015-10-31 09:35
windows
R language in c#
The-R-Statistical-Language-and-C-NET-Foundations http://www.codeproject.com/Articles/365982/Time-Series-Analysis-in-
Csharp
-NET-Part-I
·
2015-10-31 09:49
language
上一页
62
63
64
65
66
67
68
69
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他