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
重拾webservice! 哎,不用就忘记
查询以获取需要的终端信息")] public XmlDataDocument GetSiteAData()//参数在这里没用到 {
usi
·
2015-11-13 21:24
webservice
c#,windows service,system.threading.timer
System.ComponentModel; using System.Data; using System.Diagnostics; using System.ServiceProcess;
usi
·
2015-11-13 21:46
windows
ASP.NET MVC 5 - 验证编辑方法(Edit method)和编辑视图(Edit view)
打开Models \ Movie.cs文件,并添加高亮行如下所示: using System;
usi
·
2015-11-13 20:32
asp.net
黑马程序员--windows播放器
System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq;
usi
·
2015-11-13 19:04
windows
我的Mac应用
笔记内容 我的Mac软件 用Mac已经2年+,主要用来看电影、听音乐、写日记,其实也是因为偶像
uSi
在用,选择Mac不仅仅是因为Mac编程特别好用,更是一种生活方式 办公软件
·
2015-11-13 19:45
mac
C#二维码生成与解码(二)
【窗体效果图】 【程序源代码】 using System; using System.Collections.Generic;
usi
·
2015-11-13 17:16
二维码
ASP.NET 定时执行任务 global.asax
nbsp; using System.Data;
usi
·
2015-11-13 15:59
asp.net
判断网络连接是否通
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-11-13 15:55
连接
hadoop-2.7.1启动Unable to load native-hadoop library for your platform问题解决
warningWARNorg.apache.hadoop.util.NativeCodeLoader:Unabletoloadnative-hadooplibraryforyourplatform...
usi
u014039577
·
2015-11-13 13:00
Hadoop本地库无法加载
UVa11817
#include<cstdio> #include<cmath>
usi
·
2015-11-13 13:11
uva
C# word类库
Microsoft.Office.Interop.Word;using System.IO;using System.Web;using System.Data;using System.Reflection;using Microsoft.Win32;
usi
·
2015-11-13 12:06
word
服务制作
; using System.Diagnostics; using System.Linq; using System.ServiceProcess; using System.Text;
usi
·
2015-11-13 12:17
服务
poj 3281 Dining
cstring>#include <string>#include <cmath>#include <queue>#include <algorithm>
usi
·
2015-11-13 11:40
poj
C#文件复制功能
System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text;
usi
·
2015-11-13 10:12
文件复制
hdu 4714 Tree2cycle dp
#include <iostream> #include <cstdio> #include <cstring>
usi
·
2015-11-13 09:16
tree
利用SharpZipLib进行文件的压缩和解压缩
nbsp;/// 压缩文件 /// </summary> using System; using System.IO;
usi
·
2015-11-13 08:19
zip
silverlight+wcf+linq to sql访问数据
以下截图中红色方框需要自己修改) 4 为项目添加 wcf服务 5为wcf服务类文件中添加显示数据的函数其代码如下: using System; using System.Linq;
usi
·
2015-11-13 08:48
silverlight
hdu 1505 City Game
lt;cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn 1001 5
usi
·
2015-11-13 07:11
game
PowerPoint2003上嵌入Excel Sheet
using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing;
usi
·
2015-11-13 06:01
Excel
设计模式学习笔记:组合模式
代码: 项目抽象类:
usi
·
2015-11-13 05:22
设计模式
asp.net(c#) 开发taobao支付宝接口
System.Configuration; 4using System.Collections; 5using System.Web; 6
usi
·
2015-11-13 04:40
asp.net
cf C. Purification
<cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn 200 5
usi
·
2015-11-13 03:22
uri
URAL 1732. Ministry of Truth ( KMP 多模式串匹配 )
#include <cstdio> #include <cstring> #include <cstdlib>
usi
·
2015-11-13 03:51
KMP
将错误信息记录到Windows日志中
一、处理代码: using System;
usi
·
2015-11-13 03:04
windows
hdu 1892 树状数组
include<algorithm> #include<cstdio> #define Maxn 1105 #define lowbit(x) (x&(-x))
usi
·
2015-11-13 02:33
树状数组
C#实现使用API函数播放MP3等音频文件的类设计
using System;using System.Runtime.InteropServices;
usi
·
2015-11-13 02:51
api
NYOJ 456 邮票分你一半
nbsp; #include <iostream> #include<cmath> #include<cstdio> #include<cstring>
usi
·
2015-11-13 01:03
OJ
冒泡排序
using System;
usi
·
2015-11-13 01:17
冒泡排序
POJ2201+RMQ
stdlib.h> 7 #include<algorithm> 8 #include<iostream> 9 #include<math.h> 10
usi
·
2015-11-13 00:48
poj
C#4.0的dynamic用法(一)——巧用反射
先看看用dynamic替换反射后的代码吧: 1 using System; 2
usi
·
2015-11-13 00:26
dynamic
C#动态执行代码
System.Collections.Generic; using System.Reflection; using System.Text; using System.CodeDom;
usi
·
2015-11-12 23:55
C#
利用MySQLDriverCS实现在.NET环境下访问MySQL数据库
using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls;
usi
·
2015-11-12 22:53
driver
GridView.RowDataBound
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-11-12 22:04
GridView
C++设计模式实现--组合(Composite)模式
代码实现例如以下: #include <iostream> #include <list> #include <string>
usi
·
2015-11-12 20:17
设计模式
C++设计模式之Observer(观察者)模式
#include < Windows.h > #include < list >
usi
·
2015-11-12 19:56
observer
1709. Penguin-Avia(并查集)
cstring> 4 #include<algorithm> 5 #include<stdlib.h> 6 #include<vector> 7
usi
·
2015-11-12 18:15
GUI
LeetCode_Single Number II
Could you implement it without
usi
·
2015-11-12 16:48
LeetCode
HDU 1325 Is It A Tree?
#include <cstdio> #include <iostream>
usi
·
2015-11-12 16:30
tree
Single Number
Could you implement it without
usi
·
2015-11-12 16:14
number
利用 NUget包 EPPlus 实现数据导出到Excel(适用于DTcms)
OfficeOpenXml; using OfficeOpenXml.Drawing; using OfficeOpenXml.Drawing.Chart; using OfficeOpenXml.Style;
usi
·
2015-11-12 15:10
Excel
Asp.Net验证码
System.Text;using System.Collections;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;
usi
·
2015-11-12 15:54
asp.net
C# 创建活动目录.txt
将 Class1.cs 中的代码替换为下面的代码:
usi
·
2015-11-12 15:55
txt
转,DateTime.ToString()格式详解
这里将要用到:DateTime.ToString的方法(String, IFormatProvider)示例:using System;
usi
·
2015-11-12 15:00
toString
设计模式之策略模式
首先定义报告枚举:
usi
·
2015-11-12 15:44
设计模式
asp.net验证码
页面输入如下代码 Code using System; using System.Data; using System.Configuration;
usi
·
2015-11-12 13:51
asp.net
POJ 1273 Drainage Ditches(最大流模版EK+dinic)
gt;//dinic算法 2 #include <cstring> 3 #include <cmath> 4 #include <queue> 5
usi
·
2015-11-12 13:30
dinic
USACO 1.5 Superprime Rib
cstdio> 7 #include <cstring> 8 #include <cmath> 9 #include <algorithm> 10
usi
·
2015-11-12 13:01
USACO
用委托实现窗体间传值
ReturnValueEventArgs.cs 2 using System; 3 using System.Collections.Generic; 4
usi
·
2015-11-12 13:41
实现
poj 2352 Stars 树状数组
#include<iostream> #include<stdio.h> #include<algorithm> #include<memory.h>
usi
·
2015-11-12 12:52
树状数组
I - Tri Tiling
nbsp; 64bit IO Format:%I64d & %I64u Submit Status 1 #include<cstdio> 2
usi
·
2015-11-12 11:53
in
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他