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
.NET控件ZedGraph使用帮助
原文地址: http://www.codeproject.com/
csharp
/ZedGraph.asp 译文: 序言ZedGraph是用于创建任意数据的二维线型、条型、饼型图表的一个类库,也可以作为
·
2015-10-31 11:16
Graph
在MVC或WEBAPI中记录每个Action的执行时间和记录下层方法调用时间
刚才在博客园看了篇文章,http://www.cnblogs.com/cmt/p/
csharp
_regex_timeout.html 突然联想到以前遇到的问题,w3wp进程吃光CPU都挂起IIS
·
2015-10-31 11:52
action
VS自定义项目模板:[4]自定义模板的分组
\ProjectTemplates\
CSharp
\1033\MyTemplate.zip ProjectTemplate:由模板文件的类型Type="Project"决定,如果是项模板
·
2015-10-31 11:08
自定义
C#清晰的图片缩略方案
C#清晰的图片缩略方案_.net教程网http://www.soaspx.com/dotnet/
csharp
/
csharp
_20091118_1677.html 希望这篇文章能给对于需要经常生成缩略图的朋友提供帮助
·
2015-10-31 11:33
C#
sqlserver与c#中数据类型的对应关系
sqlserver与c#中数据类型的对应关系 /// /// 数据库中与c#中的数据类型对照 /// /// private string changeto
csharp
type
·
2015-10-31 11:25
sqlserver
C#与VB.net代码在线互转
c# to VB 或者VB.NET to C# C#与VB.net代码在线互转http://www.dotnetspider.com/convert/Vb-To-
Csharp
.aspxhttp://www.dotnetspider.com
·
2015-10-31 11:01
VB.NET
ilmerge合并多个组件
log AutoUpdater.dll DockingSuite.dll DocumentManager.dll FileHelpers.dll OutlookBar.dll SandBar.dll I
CSharp
Code.Sharp
·
2015-10-31 11:22
merge
官方水晶报表.NET 应用程序实例下载(C#、Visual C++.NET)
一、数据库连通性 1、
csharp
_web_simplelogonengine.exe 该 C# .NET web 程序实例示范了如何使用 ReportDocument 类的数据库表 (database
·
2015-10-31 11:54
.net
csharp
excel interop programming
string fileName = "c:\\a.xlsx"; var application = new Application(); application.Visible = true; var workbook = application.Workbooks
·
2015-10-31 11:32
programming
ASP.Net各个命名空间及作用
(引用自hungerw的博客) 命名空间 描述 Microsoft.
CSharp
支持C#语言编译和生成代码
·
2015-10-31 11:30
asp.net
使用CodeDom生成程序集
id=106 using System; using Microsoft.
CSharp
; using System.CodeDom.Compiler; using System.CodeDom
·
2015-10-31 11:14
code
跨线程调用窗体控件
本文转载:http://www.
csharp
win.com/
csharp
space/11279r6763.shtml 执行耗时较长的操作时,使用多线程是明智之举,它可以提高程序 
·
2015-10-31 11:57
线程
介绍一些.net开源项目
跟随这个项目开发许多有用的组件,比如功能文本编辑器(I
CSharp
Code.TextEditor),SharpZipLib等。
·
2015-10-31 11:17
.net
Entity FrameWork 5 增删改查 & 直接调用sql语句
class="brush:
csharp
;gutter:true;"> #region 1.0 新增 -void Add() /// <summary
·
2015-10-31 11:19
framework
CLRvia
CSharp
读书随笔-第一章 1.1 1.2
【前言】 一直想学习很多大师级人物,对于一个很小的事情,都能入木三分,来龙去脉的讲的头头是道。曾经为了搞清楚反射的概念,一直追述到Smith的博士论文(Smith, B. C. (1982): Reflection and Semantics in a Procedural Language, Ph.D. thesis, MIT La
·
2015-10-31 11:38
sha
ArcGIS Server中地图打印的实现
(1)首先从网上下载PrintTask_
CSharp
.dll,将下载的PrintTask_
CSharp
.dll 拖放到“系统盘/windows/Assembly里面(只能拖放,copy不了的) (2)
·
2015-10-31 11:43
server
C#调用DLL实现图像文字识别(OCR)
lang=
csharp
的SDK.里面提供了详细的OCR方法,如下: 将发现图像框picbVeryfyCode里的文字和文本框.txtVeryfyCode.Text是一致的.
·
2015-10-31 11:23
dll
Lucene.Net 2.3.1开发介绍
快速下载: /Files/taomaintao/I
CSharp
Code.SharpZipLib.rar /Files/taomaintao/Lucent.Net.rar &
·
2015-10-31 11:27
Lucene
StaticConstructor.cs
using System; using System.Drawing; namespace Wrox.Pro
CSharp
.StaticConstructorSample {  
·
2015-10-31 11:59
Constructor
CurrentAccounts.cs
using System; using Wrox.Pro
CSharp
; using Wrox.Pro
CSharp
.VenusBank; using Wrox.Pro
CSharp
.JupiterBank
·
2015-10-31 11:53
current
【整理篇】托管代码/非托管代码及托管资源/非托管资源的扫盲帖
【整理篇】托管代码/非托管代码及托管资源/非托管资源的扫盲帖 2009-11-2716:15:17|分类:、
CSharp
||标签:|字号大中小订阅 说明:刚刚回了一个帖子,有人问是不是所有的类在不用时调用
·
2015-10-31 11:46
代码
参数化SQL语句一定程度上防止SQL注入
string mail, int departId, int power)ÆïǾLâ½íwww.net
csharp
.cn
·
2015-10-31 11:21
sql语句
国外C#开源系统一览表
不论您在学习或者借用这里无疑是个好地方: http://
csharp
-source.net/ C# Open Source Open Source Aspect-Oriented Frameworks
·
2015-10-31 11:37
C#
【NetOffice Excel】Excel合并单元格【原】
CSharp
操作Excel采用开源的原生.NET程序集NetOffice,格式兼容性更好。
·
2015-10-31 11:16
Office
发几个有价值的.net源码
http://files.cnblogs.com/mgod/
CSharp
Ycjk.rar 视频远程监控源码http://files.cnblogs.com/mgod/
CSharp
ZTSY.rar
·
2015-10-31 11:42
.net
C# FileStream StreamWrite追加到文本文件末尾
该样例为追加 C盘中的 file1.txt 的文本内容 完整代码例如以下: 引入命名空间: [
csharp
] view plain copy
·
2015-10-31 11:07
Stream
C# 4.0 Dynamic关键字全解析
今天看完New features in
CSharp
4.docx才恍然明白,趁着没事,把东西整理一下,希望能对暂时还不明白dynamic有什么用的朋友提供一些参考。
·
2015-10-31 11:58
dynamic
lambda表达式和ef的语句转化
这两者转化可以用linqpad进行转化, 首先推荐一个网站可以了解一下orderby的排序方式 http://www.
csharp
win.com/
csharp
space/614.shtml
·
2015-10-31 11:59
lambda
asp.net 文件下载与压缩
1.添加I
CSharp
Code.SharpZipLib.dll(该组件是压缩组件) 2.添加一个压缩辅助类,可以压缩多个文件 using System;using System.Collections.Generic
·
2015-10-31 11:15
asp.net
各版本.NET委托的写法回顾
转自:http://www.
csharp
win.com/
csharp
space/7548r2766.shtml 在《关于最近面试的一点感想》一文中,Michael同学谈到他在面试时询问对方
·
2015-10-31 11:02
.net
设置图片透明度的四种方法
[
csharp
] view plain copy print ? /// <summary> &
·
2015-10-31 11:02
图片
python基础31[__XXX__函数]
python中所有的__XXX__方法都有一定的含义,代表一定的协议,相当于
CSharp
和Java中的接口。 特殊方法 描述基本定制型C.
·
2015-10-31 11:45
python
python语法31[with来自动释放对象]
[类似与
CSharp
中的using(){}关键字,用来自动确保调用对象的dispose()方法,即使对象有异常抛出。C#中可以使用usin
·
2015-10-31 11:44
python
[★] DPAPI(Data Protection API) 数据加密和解密
using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices; namespace
CSharp
Test
·
2015-10-31 11:49
Data
[★].NET 使用 二进制格式 进行序列化
System.Runtime.Serialization;using System.Runtime.Serialization.Formatters.Binary;using System.IO;namespace
CSharp
Test
·
2015-10-31 11:49
.net
C# 连接ACCESS数据库代码实例
今天一个网友问到如何在C#中连接access数据库,经查找资料以及请教网友sammyLan,终于测试成功,大致过程如下 1、建立一个access数据库名字为
CSharp
test.mdb,里面有一个表person
·
2015-10-31 11:44
Access
ASP.NET以及JS获取URL和IP地址
user=http://
csharp
.xdowns.com&tag=%BC%BC%CA%F5 通过HttpContext.Current.Request.Url.ToSt
·
2015-10-31 11:08
asp.net
委托
PDF 浏览:http://www.tracefact.net/Document/Delegates-and-Events-in-
CSharp
.pdf文中代码在VS2005下通过,由于VS2003(.Net
·
2015-10-31 11:04
转载
在C#中使用SerialPort类实现串口通信
本文转自:http://www.cnblogs.com/greatverve/archive/2011/06/29/
csharp
-serialport.html 在.
·
2015-10-31 10:56
port
mono 3.4.0 make install的时候出现"找不到 Microsoft.Portable.Common.targets 文件”的错误提示解决方法
所以需要先进行如下处理: #> cd (mono安装路径的前缀)/mono-3.4.0/mcs/tools/xbuild/targets #> cp Microsoft.Portable.
CSharp
·
2015-10-31 10:40
Microsoft
vb.net与c#相互转换工具(downmoon)
vb.net与c#相互转换工具(downmoon) http://www.ragingsmurf.com/vb
csharp
converter.aspx http://
csharp
converter.claritycon.com
·
2015-10-31 10:46
VB.NET
一些.NET工具
语言转换工具: C#和VB的转换:http://www.developerfusion.com/tools/convert/
csharp
-to-vb/http://www.vbconversions.net
·
2015-10-31 10:58
.net
CSharp
Algorithm - How to traverse binary tree by breadth (Part II)
/* Author: Jiangong SUN */ Here I will introduce the breadth first traversal of binary tree. The principe is that you traverse the binary tree level by level. This traversal is qui
·
2015-10-31 10:45
Algorithm
javascript如何调用C#后代码中的过程
第一种情况: 1.后台方法: protected string
Csharp
Void(string strCC){ return strCC; } 2.javascript 调用&
·
2015-10-31 10:21
JavaScript
C#访问配置文件
System.Linq; using System.Text; using System.Runtime.InteropServices; using System.IO; namespace Hello
CSharp
·
2015-10-31 10:41
配置文件
主攻ASP.NET MVC4.0之重生:ASP.NET MVC使用JSONP
原文地址 http://www.codeguru.com/
csharp
/.net/net_asp/using-jsonp-in-asp.net-mvc.htm 1.创建JsonpController
·
2015-10-31 10:28
asp.net
[小技巧]让C#的空值处理变得更优雅
msg=4895299#xx4895299xx http://devtalk.net/
csharp
/chained-null-checks-and-the-maybe-monad/
·
2015-10-31 10:43
小技巧
c#图片识别之Asprise-OCR
lang=
csharp
其中需要使用的3个dll是AspriseOCR.dll、DevIL.dll、ILU.dll。
·
2015-10-31 10:50
asp
.net
Csharp
t C# UDP 异步发送信息 代码实例
接受端: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;using System.Threading;/*异步接受类,并异步响应*/namespace HostBackupRecieve
·
2015-10-31 10:44
.net
DataGrid资料
关于datagrid的打印http://www.chinaaspx.com/article/
csharp
/295.htmC#中为DataGrid添加下拉列表框http://www.cnblogs.com
·
2015-10-31 10:25
datagrid
上一页
60
61
62
63
64
65
66
67
下一页
按字母分类:
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
其他