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
面试题4:替换空格
可参见c++中string类的详解 #include "stdafx.h" #include <string> #include <iostream>
usi
·
2015-11-11 19:08
面试题
【笔记】三层架构+事件委托
整个业务应用划分为:表现层(
USI
)、业务逻辑层(BLL)、数据访问层(DAL)。区分层次的目的即为了“高内聚,低耦合”的思想。
·
2015-11-11 19:16
架构
C#委托之初识委托
下面给大家掩饰一下委托的声明创建和使用: using System;
usi
·
2015-11-11 18:04
C#
ASP.NET中怎么能同时下载多个文件或者一个文件夹?
; using System; 4 using ICSharpCode.SharpZipLib; 5 using ICSharpCode.SharpZipLib.Checksums; 6
usi
·
2015-11-11 17:07
asp.net
HDU 5015
有了这个角度,矩阵构造是很简单的 #include <iostream> #include <cstdio> #include <cstring>
usi
·
2015-11-11 17:13
HDU
Creating a GTK notification area icon using Mono and C#
To add my own icon in the Gnome notification area
usi
·
2015-11-11 16:36
notification
Single Number
Could you implement it without
usi
·
2015-11-11 15:13
number
杭电 1253题
还有总的时间数小于最短时间(最短时间数=a+b+c-2)也是无法到达出口,除去以上情况//*然后使用BFS进行搜寻就可以了#include <stdio.h>#include <queue>
usi
·
2015-11-11 15:28
杭电
加密解密
/shawnfa/archive/2004/04/14/generating-a-key-from-a-password.aspx If you're trying to encrypt data
usi
·
2015-11-11 15:27
加密解密
压缩ASP.NET中的ViewState
MSPlus.Web.UI.Page 源码: using System;
usi
·
2015-11-11 15:53
asp.net
Asp.net callback回调
Button 页面page的C#代码: Code 1using System; 2using System.Data; 3
usi
·
2015-11-11 14:27
callback
用WCF服务来动态的获取本地XML省市区文档
4 using System.Linq; 5 using System.Runtime.Serialization; 6 using System.ServiceModel; 7
usi
·
2015-11-11 14:18
xml
Single Number
Could you implement it without
usi
·
2015-11-11 13:33
number
构造水题 Codeforces Round #206 (Div. 2) A. Vasya and Digital Root
lt;cstdio> 5 #include <algorithm> 6 #include <cstring> 7 #include <cmath> 8
usi
·
2015-11-11 12:06
codeforces
字符串处理 Codeforces Round #305 (Div. 2) A. Mike and Fax
cstring> 6 #include <iostream> 7 #include <algorithm> 8 #include <string> 9
usi
·
2015-11-11 12:44
codeforces
uva 1378 A Funny Stone Game (博弈-SG)
include <stdio.h> #include <algorithm> #include <stdlib.h> #include <cstring>
usi
·
2015-11-11 12:51
game
Leetcode: Single Number II
Could you implement it without
usi
·
2015-11-11 12:31
LeetCode
c#(Socket)异步套接字代码示例
C# using System; using System.Net; using System.Net.Sockets; using System.Threading;
usi
·
2015-11-11 12:53
socket
初探反射(一)之反射填充实体类
首先我们来创建一个实体类 using System;
usi
·
2015-11-11 11:45
反射
[C#源码]自动更改桌面背景
using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;
usi
·
2015-11-11 11:44
C#
利用SharpZipLib进行文件的压缩和解压缩
nbsp;/// 压缩文件 /// </summary> using System; using System.IO;
usi
·
2015-11-11 11:35
zip
POJ 1691 Painting A Board(迭代深搜)
1 #include <cstdio> 2 #include <cstring> 3 #include <iostream> 4
usi
·
2015-11-11 10:06
paint
POJ 2029 Get Many Persimmon Trees(DP||二维树状数组)
2029 2 #include <stdio.h> 3 #include <string.h> 4 #include <iostream> 5 6
usi
·
2015-11-11 10:48
tree
C#日期格式大全
我们要用到: DateTime.ToString的方法(String, IFormatProvider) using System;
usi
·
2015-11-11 10:55
日期格式
Regex测试器
using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;
usi
·
2015-11-11 09:55
regex
Format
3 using System.Linq; 4 using System.Net; 5 using System.Windows; 6 using System.Windows.Controls; 7
usi
·
2015-11-11 09:33
format
中英文关键字生成器
using System; using System.Collections.Generic;
usi
·
2015-11-11 08:01
关键字
System.Web.Http.Tracing 在webapi里面应用
使用
usi
·
2015-11-11 08:32
System
利用.NET 发送Email 之SMTP篇(简单版)
在项目中添加应引用 --> .net --> 找到 System.Web.Dll,确定,将其添加进来 2.添加using代码:
usi
·
2015-11-11 07:37
email
字符串操作类 NET代码积累之一
我在这里抛块砖头,希望大家也在园子里多发一些自己积累的代码,起码方便各位同仁在工作学习的时候方便些 哈哈,如果觉得有用的话就顶顶哈~~~ using System;
usi
·
2015-11-11 06:26
字符串
c# DataTable 针对xml、excel、csv导入和导出
Default.aspx.cs文件 using System;using System.Collections.Generic;using System.Linq;
usi
·
2015-11-11 06:24
Datatable
c# FTP操作类
using System; using System.Collections.Generic; using System.Text; using System.IO;
usi
·
2015-11-11 05:28
ftp
BCL
Code using System; using System.Collections.Generic; using System.Linq; using System.Text;
usi
·
2015-11-11 05:46
bc
C++ bitset类的使用与简介
在本书提供的例子中,假设都使用了std::bitset的using声明: #i nclude <bitset>
usi
·
2015-11-11 04:18
bitset
GridView控件(11) - 合并指定列的相邻且内容相同的单元格
合并指定列的相邻且内容相同的单元格”功能的代码 Code 1using System; 2using System.Collections.Generic; 3using System.Text; 4 5
usi
·
2015-11-11 04:10
GridView
MFC 消息处理顺序
{ // special message which identifies the window as
usi
·
2015-11-11 03:55
mfc
二分搜索 POJ 3273 Monthly Expense
lt;cstdio> 6 #include <algorithm> 7 #include <cstring> 8 #include <cmath> 9
usi
·
2015-11-11 01:59
exp
二分搜索 POJ 1064 Cable master
lt;cstdio> 6 #include <algorithm> 7 #include <cstring> 8 #include <cmath> 9
usi
·
2015-11-11 01:58
master
C#中反射的使用(How to use reflect in CSharp)(1)
NET FRAMEWORK 4.5.1): Person类代码: 1 using System; 2 using System.Collections.Generic; 3
usi
·
2015-11-11 00:26
reflect
支付宝 C#接口
using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls;
usi
·
2015-11-10 23:27
支付宝
C# 如何使用NPOI操作Excel
NPOI 库下载地址 命名空间: using NPOI; using NPOI.XSSF.UserModel; using NPOI.SS.UserModel;
usi
·
2015-11-10 22:36
Excel
常用网站后台与前台表单的有效性复杂验证(net+jqury+ajax)不用验证控件方法
System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI;
usi
·
2015-11-10 21:28
Ajax
DataTable 使用 Distinct\group by\
using System; using System.Collections.Generic; using System.Text; using System.Collections;
usi
·
2015-11-09 14:03
Datatable
ASP.NET 自带对象 JSON字符串与实体类的转换
using System; using System.Collections.Generic;
usi
·
2015-11-09 14:11
asp.net
C# - 事件
5、注册事件处理程序 /// 6、在适当的条件下出发事件 /// </summary> Dog.cs代码: 1 using System; 2
usi
·
2015-11-08 17:20
C#
C# 操作 Word 修改word的高级属性中的自定义属性2
直接上代码,代码如下: using System; using System.Collections.Generic; using System.Linq;
usi
·
2015-11-08 16:40
word
UVa 1225 Digit Counting
gt; 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5
usi
·
2015-11-08 15:57
count
演示DataReader的各项操作
//***********************************************************using System;
usi
·
2015-11-08 15:29
reader
GPRS 编程通信
usi
·
2015-11-08 13:38
编程
【noip2010】引水入城
代码: 1 #include <cstdio> 2 #include <algorithm> 3 #include <queue> 4
usi
·
2015-11-08 11:54
IP
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他