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
Porter - The stemming algorithm
usingSystem;usingSystem.IO;namespacePorter{/*Porterstemmerin
CSharp
,basedontheJavaport.TheoriginalpaperisinPorter
maqingli87
·
2012-05-06 14:52
c# 共享内存使用方法
文章1:http://www.bianceng.cn/Programming/
csharp
/201107/27601_2.htm相关的代码:源码(工程文件)下载地址:http://download.csdn.net
zlei2013141
·
2012-05-04 21:00
windows
image
Microsoft
C#
Access
byte
DateTime to TimeStamp
/*byJiangongSUN*/HereistheextensionmethodsforconvertingDateTimeandTimeStampin
Csharp
.publicstaticclassDateTimeExtensions
garcon1986
·
2012-05-04 20:00
c
Class
extension
methods
C#的重载操作符
usingSystem.Collections.Generic; usingSystem.Text; usingMicrosoft.Win32; usingSystem.IO; usingSystem.Xml; namespace
CSharp
Console
fssssssss
·
2012-04-28 23:00
object
String
C#
equals
Class
编译器
Unity3D MMO
128736-Multiplayer-with-Master-Serverfile:///Users/wangshijun/workspace/RakNet/RakNet_PC-4.031/Help/
csharp
unity.htmlhttp
logcabin
·
2012-04-28 16:00
.NET版本的开源BPM引擎
http://
csharp
opensource.com/workflowengines.aspx http://www.cdevworkflow.com/ K2BPMhttp://sourceforge.net
·
2012-04-26 18:00
.net
Csharp
和SQL连接
usingSystem;usingSystem.Data;usingSystem.Data.Common;usingSystem.Data.SqlClient;namespacefile{classFriends{staticvoidMain(string[]args){try{DbConnectionconnection_f=newSqlConnection();DbCommandcommand
耿然
·
2012-04-25 00:03
C
sharp
SQL
使用ArcEngine的Select Features工具,获取选中的要素信息
看了这个地址http://blog.csdn.net/brokencar/article/details/6069997#
csharp
的博客,受用很大。
·
2012-04-24 16:00
ArcEngine
获取本机外网IP地址(External IP Address)示例
原文:http://www.cnblogs.com/
Csharp
blogs/articles/2218156.htmlimportjava.io.IOException; importjava.io.InputStream
yang_hui1986527
·
2012-04-21 10:00
MyXls导出Excel的各种设置
该文转自 http://blog.bossma.cn/
csharp
/myxls-export-excel-option-list/comment-page-1/#comm MyXls是一个操作Excel
cheeruplc
·
2012-04-19 17:00
Excel
myxls
C# 动态生成类
我们可以在程序运行过程中调用.NET中提供的编译类,动态的将一段string编译成一个类,然后再通过反射来调用它需要使用的命名空间:System.CodeDomSystem.CodeDom.CompilerMicrosoft.
CSharp
System.Reflection
dz45693
·
2012-04-18 22:00
String
object
C#
assembly
null
Class
asp.net中获取当前url的方法
user=http://
csharp
.xdowns.com&tag=%BC%BC%CA%F5通过HttpContext.Current.Request.Url.ToString()获取到的却是http:
ldl22847
·
2012-04-18 16:00
服务器
null
url
asp.net
input
border
WP7 实现Listbox中长按弹出ContextMenu效果,获取选中的ListBoxItem
2.在需要实现的页面(例如,demo.xaml)文件中加入toolkit声明如下:[
csharp
] viewplaincopyxmlns:toolkit="clr-namespace:Microsoft.Phone.Controls
jazywoo123
·
2012-04-18 15:00
windows phone (13) 样式继承
Resources集合中定义样式,我们也可以在一个样式上引用其他的样式,这就是继承的概念,使用方法是将引用的样式放置在Style中的BaseOn属性;这里使用到的是xaml标记扩展进行设置,比如这里定义的三个样式:[
csharp
shenzhoulong
·
2012-04-18 09:30
继承
windows
style
wp
phone
windows phone (13) 样式继承
Resources集合中定义样式,我们也可以在一个样式上引用其他的样式,这就是继承的概念,使用方法是将引用的样式放置在Style中的BaseOn属性;这里使用到的是xaml标记扩展进行设置,比如这里定义的三个样式:[
csharp
shenzhoulong
·
2012-04-18 09:30
Style
继承
wp
wp7
framework3.5转到framework4无法编译通过
错误提示:预定义的类型“Microsoft.
CSharp
.RuntimeBinder.Binder”未定义或未导入 是否缺少对Microsoft.
CSharp
.dll和System.Core.dll的引用解决方案
fishernemo
·
2012-04-10 21:00
c
include
reference
2010
一个mongodb的helper,封装了一些简单常用的功能
此项目已开源,开源地址是:http://mongodbhelper-
csharp
.googlecode.com/svn/trunk/ usingSystem;usingSystem.Collections.Generic
dannywj1371
·
2012-04-10 00:00
mongodb
数据库
String
null
database
query
在C#中使用官方驱动操作MongoDB
这里我们先用官方提供的mongo-
csharp
-driver,当前版本为1.4.1下载地址:http://github.com/mongodb/mongo-
csharp
-driver/downloads
dannywj1371
·
2012-04-09 14:03
NoSQL
在C#中使用官方驱动操作MongoDB
这里我们先用官方提供的mongo-
csharp
-driver,当前版本为1.4.1下载地址:http://github.com/mongodb/mongo-
csharp
-driver/downloa
dannywj1371
·
2012-04-09 14:00
mongodb
数据库
String
server
C#
query
C# 的委托事件实现(含代码)
参考代码:http://www.pudn.com/downloads74/sourcecode/windows/
csharp
/detail271438.html 最近在看一个抛物线的代码,用C#写的,
chenyujing1234
·
2012-04-09 13:00
android
object
C#
使用LINQ读取RSS,比传统的C#2.0方法节省了很多代码
privateListGetNews() { Listlist=newList(); //http://services.community.microsoft.com/feeds/feed/
CSharp
Headlines
keepitshortandsimple
·
2012-03-31 16:00
Visual Studio 更改模板
以更改class模板为例模板安装位置在VS安装路径\Common7\IDE\ItemTemplates\
CSharp
\Code\1033注:Common7\IDE\ItemTemplates是文件模板,
icedmilk
·
2012-03-30 10:00
.NET开源
http://www.oschina.net/code/list/3/
csharp
?show=time
todaychange
·
2012-03-30 09:00
.net
关于数据绑定+DATAVIEWGRID+XML输出的学习
DATAVIEWGRID写出到XML文件中,同时可以读入,删除 最早的时候,考虑用DATATABLE,确实挺简单的 http://www.daniweb.com/software-development/
csharp
qjchen
·
2012-03-30 00:00
grid
让你的Visual Studio 2010自动添加头部注释信息
首先找到VisualStudio2010的安装路径下\Common7\IDE\ItemTemplatesCache\
CSharp
\目录,如图:里面有好多目录,WindowsForms是开发Windows
·
2012-03-29 18:00
IO
Csharp
Winform TextBox 樣式以一條橫線顯示
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Drawing; usingSystem.Drawing.Drawing2D; usingSystem.Windows.Forms; usingSystem.Reflection; usingSy
geovindu1
·
2012-03-27 16:00
工作
user
Class
WinForm
textbox
Csharp
Winform TextBox 樣式以一條橫線顯示
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; using System.Reflection; using S
geovindu
·
2012-03-27 16:00
WinForm
Csharp
Winform TextBox 樣式以一條橫線顯示
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Drawing; usingSystem.Drawing.Drawing2D; usingSystem.Windows.Forms; usingSystem.Reflection; usingSystem.Run
geovindu
·
2012-03-27 16:00
工作
user
Class
WinForm
textbox
backgroundwork
www.cnblogs.com/wangjunchao/archive/2010/02/02/1662064.htmlbackgroundworker控件的使用(线程传值)2010-02-0216:27byWJ
Csharp
blackproof
·
2012-03-27 10:00
C#
backgroundwork
backgroundwork
www.cnblogs.com/wangjunchao/archive/2010/02/02/1662064.htmlbackgroundworker控件的使用(线程传值)2010-02-0216:27byWJ
Csharp
blackproof
·
2012-03-27 10:00
C#
backgroundwork
使用 Emgu CV 进行人脸识别
实用网址:http://blog.
csharp
learners.com/2012/01/30/face-recognation-c/Emgucv下载地址:http://sourceforge.net/projects
·
2012-03-27 10:00
使用
Thrift开发教程
namespacejavacom.tv189.uc.thrift namespacecppthrift.vdb namespacerbthrift.vdb namespaceperlthrift.vdb namespace
csharp
thrift.vdb
Andy_YF
·
2012-03-26 20:00
java
exception
String
server
socket
properties
C++类和接口的设计原则探讨
转自http://www.chinahtml.com/0609/
csharp
-11581186336489.html我这篇文章的主旨是介绍一部分类和接口的高质量设计的准则。
ace_fei
·
2012-03-26 16:00
java调用.net的webservice
article/details/7067495(1)打开visualstudio2010,新建项目,如下图所示:新建的项目结果如下图所示:(2)在Service1.asmx.cs中添加服务方法,代码如下:[
csharp
w420372197
·
2012-03-24 21:00
visual studio 2010 创建新项目时,提示无法找到项目模板的一个解决方案
今天打开visualStudio2010创建新项目时,提示:"Unabletofind'E:\vs2010\Common7\IDE\projectTemplatesCache\
Csharp
\web\1033
downmoon
·
2012-03-21 11:00
c
Web
工作
Google
ide
2010
visual studio 2010 创建新项目时,提示无法找到项目模板的一个解决方案
今天打开visualStudio2010创建新项目时,提示:"Unabletofind'E:\vs2010\Common7\IDE\projectTemplatesCache\
Csharp
\web\1033
wangpengfei360
·
2012-03-21 11:00
解决方案
visual studio 2010 创建新项目时,提示无法找到项目模板的一个解决方案
今天打开visualStudio2010创建新项目时,提示:"Unabletofind'E:\vs2010\Common7\IDE\projectTemplatesCache\
Csharp
\web\1033
netxdiy
·
2012-03-21 11:00
解决方案
C#版SQL数据库操作类
System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Data; namespace Test
CSharp
Basic
chenliang1234576
·
2012-03-20 23:00
sql
C#
数据库操作
C#版SQL数据库操作类
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Data.SqlClient;usingSystem.Data;namespaceTest
CSharp
Basic
chenliang1234576
·
2012-03-20 23:00
Sql
c#
数据库操作
C#版SQL数据库操作类
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Data.SqlClient;usingSystem.Data;namespaceTest
CSharp
Basic
chenliang1234576
·
2012-03-20 23:00
Sql
c#
数据库操作
C#网络编程(基本概念和操作)
from:http://www.tracefact.net/
CSharp
-Programming/Network-Programming-Part1.aspxC#网络编程(基本概念和操作)-Part.1
h2appy
·
2012-03-13 22:51
职场
C#
网络编程
休闲
ACCP学习旅程之-----使用C#开发数据库应用程序(第一章)
C#(
CSharp
)是一种强大的、面向对象的程序开发语言,是专门用于.NET的编程语言,用C#编写的所有代码总是在.NETFramework中运行。
RZMars
·
2012-03-12 21:38
开发
C#
应用程序
数据库应用
Accp
C#委托解析(收藏)
声明,如:1 namespace Vczx.Pro
CSharp
.Exc2 {3 delegate double Math
richerg85
·
2012-03-10 22:00
c
String
测试
C#
Class
基于Visual Studio2010讲解C#4个新特性
Csharp
4.0与以往版本的基础了体现了强大的性能优势,主要体现于四个方面:1.通过委托成员来实现接口在C#4.0中可以通过委托来实现某个成员的接口,例如下面的代码:publicclassFoo:IList
junwong
·
2012-03-09 16:00
C#与Java的比较
http://www.25hoursaday.com/
Csharp
VsJava.html 原文链接:http://blog.csdn.net/kimsoft/article/details/2308635
晨曦之光
·
2012-03-09 15:00
一些C#语言的收集
http://www.developerfusion.com/tools/convert/vb-to-
csharp
/在线的VB和C#语言之间的翻译对于简单语句基本没有任何问题一些关于3d的控件1)http
qjchen
·
2012-03-09 15:00
C#
vb
C# 枚举在项目中的应用总结
比如以下枚举定义: publicenumMicrosoftTechnology{
CSharp
,ASPNETMVC,SQLServer,WCF,SilverLight,}此枚举默认值为int型,当然我们可以根据需要指定枚举
彭博
·
2012-03-09 12:00
C#实现台球游戏
这是老外写的一个C#wpf的程序,喜欢台球的朋友可以研究一下.源地址在:http://www.codeproject.com/KB/game/
CSharp
Snooker.aspx全图:台球桌面:积分:球杆控制
晨曦之光
·
2012-03-09 12:00
超级简单:将String转化成Stream,将Stream转换成String
使用C#将字符串转化成流,将流转换成字符串,代码如下:代码using System;using System.IO;using System.Text;namespace
CSharp
ConvertString2Stream
晨曦之光
·
2012-03-09 12:00
C#中对象的当前状态使该操作无效。
号那次微软发布的最后一次非正常更新程序引起的.在这次安全更新中对于asp.net单次的提交量做了一个最大量限制1000,出现这个异常正是因为页面提交量超过了1000这个限制.这个可以在web.config中更改:[
csharp
zengxin2008
·
2012-03-07 17:00
上一页
95
96
97
98
99
100
101
102
下一页
按字母分类:
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
其他