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
usi
项目开发过程中出现的错误一
但是sockaddr_in结构中的sin_port是
usi
·
2015-10-31 09:14
开发
HDU-1299 Diophantus of Alexandria 素因子分解
; #include <cstdio> #include <cstring> #include <cmath> #include <map>
usi
·
2015-10-31 09:14
ant
hdu1896
#include<iostream> #include<queue>
usi
·
2015-10-31 09:42
HDU
.Net导出数据到Excle
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-10-31 09:29
.net
C#打包SQL数据库部署安装(原创啊)
DBCustomAction.csusing System;using System.Collections;using System.Data.SqlClient;using System.ComponentModel;
usi
·
2015-10-31 09:42
sql
Jquery ajax jsonp跨域访问 返回格式及其获取方式 并实现单点登录SSO
System.Web.SessionState;using LaChapelle.Common;using LaChapelle.Components;using LaChapelle.LINQ.GOODS;
usi
·
2015-10-31 09:05
jQuery ajax
using的几种用法
1 2 3 4
usi
·
2015-10-30 16:54
in
hdu 4502
<iostream> 2 #include<algorithm> 3 #include<cstring> 4 const int N=110; 5
usi
·
2015-10-30 16:36
HDU
装饰模式
.// #include "stdafx.h"#include <iostream>
usi
·
2015-10-30 14:21
装饰模式
C#编写实现POP3的程序
using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data;
usi
·
2015-10-30 14:26
C#
.Net读取数字证书信息和扩展域信息
using System;using System.Collections;using System.Configuration;
usi
·
2015-10-30 14:59
.net
文件压缩/解压缩开源项目SharpZipLib在C#中的使用
System; using System.Collections.Generic; using System.Web.UI.WebControls;
usi
·
2015-10-30 13:02
开源项目
URAL 1203 Scientific Conference 简单dp 难度:0
在此之前结束的任务都已经被处理,从这个时间开始的任务都正要被处理, 因为t<=3e5,可以用简单dp解决 #include <cstdio> #include <algorithm>
usi
·
2015-10-30 13:32
conf
Tips:BizTalk Code mind...
orchestration and use distinguished fields on a message3.Move data validation to the pipeline or schema.4.Avoid
usi
·
2015-10-30 13:27
code
由二叉树重建所引出的算法
代码的实现如下: #include <iostream> #include <queue> #include <string>
usi
·
2015-10-30 13:52
二叉树
鸡尾酒排序
1 using System; 2
usi
·
2015-10-30 13:17
排序
ADO.NET朝花夕拾(三) 之DBHelper
System.Collections.Generic; using System.Text; using System.Configuration; using System.Data;
usi
·
2015-10-30 13:18
.net
最长公共子序列
输入第一行给出一个整数N(0 #include #include
usi
menxiaoyuan
·
2015-10-30 12:00
动态规划
在程序中使用Cookie集合
InsusBiz using System;
usi
·
2015-10-30 12:14
cookie
.Net Windows服务安装完成后自动启动
1、重写ProjectInstaller的Commit方法
usi
·
2015-10-30 12:48
windows
Sencha Touch 2 官方文档翻译之 Using Models(使用数据模型)
/guide/models 原文标题是:
Usi
·
2015-10-30 11:36
Sencha Touch
Mobile 拨打电话 发送短信
System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text;
usi
·
2015-10-30 11:45
mobile
Devexpress DateEdit选年月 z
; using System; using System.Collections; using System.Collections.Generic; using System.Data;
usi
·
2015-10-30 11:50
DevExpress
如何使用C#调用非托管DLL函数
: 用C#来捕获屏幕的源程序代码(Capture.cs) C#捕获当前屏幕的例子 #region C#捕获当前屏幕的例子 using System ;
usi
·
2015-10-30 11:07
dll
在Asp.net MVC framework中使用扩展方法创建Html Helper
System.Web.Mvc.Html命称空间下有一些表单,控件,局部视图Helper方法.我将创建一个生成标签<input type=”submit”,名称为SubmitConfirmHelper的类.看下面:
usi
·
2015-10-30 10:36
framework
ASP.NET中的Provider模式
1.实现类必须继承System.Configuration.Provider.ProviderBase,这次我们多增加一个实现,看代码: using System;
usi
·
2015-10-30 10:30
Provider
化零为整WCF(8) - 消息处理(使用流数据传输文件)
示例 1、服务 IStreamed.cs using System;
usi
·
2015-10-30 10:00
WCF
c#,winform,treeview,选中节点,选中相应的全部子节点,取消节点,取消父节点,小技巧
如图所示:代码如下: Code using System;
usi
·
2015-10-30 10:35
treeview
一步一步webpart-创新显示指定文档库最新的文件列表的WebPart(5)
Object Model 二.开始创建 2.1新建项目"WebPartLibrary2" 2.2新建WebPart2.cs代码如下: using System;
usi
·
2015-10-30 10:38
part
使用 C# 开发智能手机软件:推箱子(二十四)
该类继承自 System.Windows.Forms.Form 类,表示推箱子的主窗体,如下图所示: 下面就是 MainForm.cs 的源程序代码: 1
usi
·
2015-10-30 10:09
开发
不得不再聊linux中的strings命令
为了简便起见,我们仅仅以可执行文件为例:#include
usi
stpeace
·
2015-10-29 22:00
Log4Net使用方法小记
你可以通过http://logging.apache.org/log4net/download.html去下载Log4Net,具体代码如下:
usi
·
2015-10-29 08:00
log
一个工具类,让你用C#换桌面墙纸
nbsp; using System; using System.Collections.Generic; using System.Text;
usi
·
2015-10-29 08:08
工具类
array傳進function該怎麼寫才好? (C/C++) (C)
1 #include < iostream > 2 3
usi
·
2015-10-28 09:04
function
C#数据库操作的三种用法
; using System.Collections.Generic; using System.Text; using System.Data;
usi
·
2015-10-28 09:43
数据库
转自Discuz!NT代震军的blog,修改名字为Regex的效率的奇怪的问题,哈哈
using System; using System.Data;
usi
·
2015-10-28 09:28
discuz
ASP.NET 生成静态html页之扩展(按年月目录)
System.Data; using System.Configuration; using System.Web; using System.Web.Security;
usi
·
2015-10-28 09:27
asp.net
C#用什么方法可以减少或不使用switch
工厂接口: IGetFactory using System; using System.Collections.Generic; using System.Linq;
usi
·
2015-10-28 08:52
switch
检查是否有对ListBox控件选择
HeavenlyStem.cs using System;
usi
·
2015-10-28 08:46
listbox
asp.net Excel_MyTest
using System.Collections.Generic; using System.ComponentModel; using System.Data;
usi
·
2015-10-28 08:35
asp.net
.Net Windows服务安装完成后自动启动
1、重写ProjectInstaller的Commit方法
usi
·
2015-10-28 08:23
windows
AssetBundle系列——游戏资源打包(二)
assetbundle,并放到自定目录下 using UnityEditor; using UnityEngine; using System.IO; using System.Collections;
usi
·
2015-10-28 07:05
Bundle
ASP、VB调用.NET编写的DLL (补充:附上源文件)
代码如下:
usi
·
2015-10-27 16:22
.net
委托的小例子
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-10-27 15:15
例子
用户验证之自定义身份验证
using System; using System.Collections.Generic; using System.Linq; using System.Text;
usi
·
2015-10-27 15:06
自定义
Linux下的动态连接库及其实现机制
Implementation Mechanism of DLL under Linux 【Abstract】In this paper, we discuss the advantage of
usi
·
2015-10-27 14:35
linux
如何使用.net访问Access数据库
using System; using System.Data; using System.Configuration; using System.Web;
usi
·
2015-10-27 13:50
Access
幸福框架:模块化开发
Happy.Bootstrap.ParticipateInBootstrap] 监听启动事件 1 using System; 2 using System.Collections.Generic; 3
usi
·
2015-10-27 13:09
模块化
MVC 三级联动
Select可供选择: 当选择第3个Select,第1、2个不变: 下面是代码: 控制器Controllers\HomeController.cs using System;
usi
·
2015-10-27 13:45
三级联动
一个用三层架构实现数据访问的例子
这是一个添加新员工的页面: 后台代码如下: usingSystem.Collections; usingSystem.Web;
usi
·
2015-10-27 13:02
架构
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他