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
System.Net; using System.Web.Services.Description; using System.CodeDom; using Microsoft.CSharp;
usi
·
2015-11-01 14:00
webservice
Unity3D实现立体迷宫寻宝
usi
·
2015-11-01 13:22
unity3d
一种获取重载泛型方法的方式
Code 1
usi
·
2015-11-01 13:48
泛型方法
使用 AsyncCallback 处理异步调用
using System;using System.Threading;// the namespace for AsyncResult.
usi
·
2015-11-01 13:47
callback
LDAP over SSL (LDAPS) Certificate
R2 Table of Contents Reasons for Enabling LDAPS Enabling LDAPS for domain controllers
usi
·
2015-11-01 12:51
certificate
Hashtable 中的键值修改问题
1 using System; 2
usi
·
2015-11-01 12:01
Hashtable
C# Socket简单例子(服务器与客户端通信)
下面是两个程序的代码,(两个程序均为控制台程序) 先发服务端的(Server)完整代码如下: 引入命名空间:
usi
·
2015-11-01 10:39
socket
快速排序、归并排序、堆排序三种算法性能比较
O(n^2),但是数据的随机性会消除这一影响,今天就来实际比较一下: 1 #include <iostream> 2 #include<time.h> 3
usi
·
2015-11-01 10:20
快速排序
Console-算法[foreach,if]-一输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数
1.程序分析:利用foreach语句. 1.B,Solution(解决方案)
usi
·
2015-11-01 10:01
foreach
画表格防OFFICE的功能
using System; using System.Collections.Generic; using System.ComponentModel;
usi
·
2015-11-01 10:24
Office
去掉VC2010 编辑器里出现的红色波浪线
Assist X Options->展开Advanced->Underlines->把underlines spelling errors in comments and strings
usi
·
2015-11-01 10:26
编辑器
.Net执行cmd命令
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-11-01 09:18
.net
GPRS 编程通信
usi
·
2015-10-31 16:43
编程
asp.net 设置命令按钮的快捷键为Enter
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-10-31 16:12
asp.net
AFORGE库学习之封装对摄像头的操作
准备工作 1, 添加引用AFORGE库的DLL:AForge.Video.dll;AForge.Video.DirectShow.dll; 添加名称空间usingAForge.Video;
usi
HK_5788
·
2015-10-31 15:00
dll
Aforge
摄像头操作的封装
ThreadContext
System.Linq; using System.Runtime.Caching; using System.Runtime.Remoting.Messaging; using System.Text;
usi
·
2015-10-31 15:55
context
文件监控之FileSystemWatcher(c++)
具体代码如下: #using <System.dll> #include <iostream> using namespace std;
usi
·
2015-10-31 14:05
Watcher
mcs51 串口通信 单片机发 pc收
using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;
usi
·
2015-10-31 14:10
单片机
长文章分页
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-10-31 14:06
分页
用模板页面 生成静态页面 实现文章分页
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-10-31 14:05
分页
DbHelper,SqlHelper操作类
using System.Text; using System.Data.SqlClient; using System.Web; using System.Configuration;
usi
·
2015-10-31 13:17
help
boost之signal
<string> #include <vector> #include <boost/signals2.hpp> using namespace std;
usi
·
2015-10-31 13:21
Signal
用C#读取(数码相机)图片的EXIF信息 .
EXIFMetaData,cs (Translation.cs,EXIFMetaData,cs 参看用C#读取图片的EXIF信息2) ///EXIFextractor .cs using System;
usi
·
2015-10-31 12:44
Exif
C#控制鼠标
System.Threading; using System.Runtime.InteropServices;
usi
·
2015-10-31 12:52
C#
C#实现的分数结构(编辑中)
using System; using System.Linq; using System.Text.RegularExpressions;
usi
·
2015-10-31 11:36
C#
POJ 2488 搜索题DFS
include <iostream> #include <cstdio> #include <string> #include <cstring>
usi
·
2015-10-31 11:51
poj
WCF 自定义授权
using System.ServiceModel; using System.IdentityModel.Claims; using System.IdentityModel.Policy;
usi
·
2015-10-31 11:37
WCF
Visual Studio 2005 C# 读写Excel文件
Object Library && -Microsoft Office 12.0 Object Library 2 using Microsoft.Office.Core;
usi
·
2015-10-31 11:58
Excel
asp.net 文件下载与压缩
System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using ICSharpCode.SharpZipLib.Zip;
usi
·
2015-10-31 11:15
asp.net
.net发送邮件代码示例
System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Net.Mail;using System.Text;
usi
·
2015-10-31 11:09
.net
如何为用户控件添加事件
控件代码: using System; using System.Collections.Generic; using System.ComponentModel;
usi
·
2015-10-31 11:42
用户
ASP.NET MVC3.0 静态化实现
usi
·
2015-10-31 11:31
asp.net
C#.NET中的接口1
Date: 2009-8-16 * Time: 14:06 * * 接口1 */
usi
·
2015-10-31 11:12
.net
C#.NET中的抽象类(关键字abstract)
Date: 2009-8-16 * Time: 14:50 * * 抽象类 */
usi
·
2015-10-31 11:11
abstract
Web截取网页图片
System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;
usi
·
2015-10-31 10:58
Web
网络攻击致至少2.5万名美国国土安全部职工信息遭泄。
这次网络攻击的目标是专门负责托管美国国土安全局等政府机构的US Investigations Services(
USI
·
2015-10-31 10:50
安全
ObjC.Dynamic.Compiler.Directives
API contract implied by a property either by providing method implementations directly or at runtime
usi
·
2015-10-31 10:49
Directive
c#操作word表格
System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web;
usi
·
2015-10-31 10:21
word
leetcode[136]Single Number
Could you implement it without
usi
·
2015-10-31 10:00
LeetCode
Potential Pythonic Pitfalls
Version Obsessing Over One-Liners Initializing a set the Wrong Way Misunderstanding the GIL
Usi
·
2015-10-31 10:20
python
c#分割桌面截屏,进行图片流比较,不同的图片进行原图片重绘
yangleiWPF/*/ using System; using System.Collections.Generic; using System.Linq; using System.Text;
usi
·
2015-10-31 10:32
C#
获取一个目录的父目录
Files\Tencent 想要的目录 D:\Program Files
usi
·
2015-10-31 10:39
目录
C# using
nbsp; *作为指令 using 指令有两个用途: 允许在命名空间中使用类型,这样,您就不必在该命名空间中限定某个类型的使用:
usi
·
2015-10-31 10:22
C#
有一个数组a[1000]存放0--1000;要求每隔二个数删掉一个数,到末尾时循环至开头继续进行,求最后一个被删掉的数的原始下标位置。
方法1:数组 #include
usi
·
2015-10-31 10:04
数组
ZIP 方式压缩XML
byteData = Encoding.GetEncoding("GB18030").GetBytes(uncompressedString);
usi
·
2015-10-31 10:41
xml
(贪心5.2.6)URAL 1014 Product of Digits(利用数据有序化进行贪心选择)
include <iostream> #include <cstdio> #include <cmath> #include <algorithm>
usi
·
2015-10-31 10:39
git
[zz]Specify the HTML for a Windows Forms Web Browser Control
So, here is the set of steps to use the web browser control and set the HTML for the control
usi
·
2015-10-31 10:27
windows
用WebService实现调用新浪的天气预报功能
using System;using System.Web;using System.Collections;using System.Web.Services;
usi
·
2015-10-31 10:02
webservice
工具类
System.Reflection; using System.Runtime.InteropServices; using System.Security.Cryptography; using System.Text;
usi
·
2015-10-31 09:55
工具类
项目开发过程中出现的错误一
但是sockaddr_in结构中的sin_port是
usi
·
2015-10-31 09:14
开发
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
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
其他