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
Specialized
[XAF] How to improve the application's performance
way to determine the precise cause of a performance problem is to profile your application using a
specialized
·
2015-02-24 09:00
performance
WebAPI 用户认证防篡改实现HMAC(二)签名验证 AbsBaseAuthenticationAttribute
子类需要实现根据合作号获取合作用户信息的抽象方法AbsBaseAuthenticationAttributeusingSystem; usingSystem.Web; usingSystem.Collections.
Specialized
starfd
·
2015-02-05 10:00
C#
webapi
linux http请求监控工具httpry---官方文档
原文地址:http://dumpsterventures.com/jason/httpry/ core program httpry is a
specialized
packet sniffer designed
·
2015-01-28 13:00
linux
学用 ASP.Net 之 System.Collections.
Specialized
.NameValueCollection 类
NameValueCollection相当于Key和Value都是字符串的且能通过索引访问的哈希表.主要成员:/*属性*/ AllKeys;//返回包含所有键的string[] Count;// Keys;//键集合 /*方法*/ Add();// Clear();// CopyTo();// Get();//根据索引或键取值,有多个值时会用逗号隔开 GetKey();//根
涂孟超
·
2014-09-26 15:00
学用 ASP.Net 之 System.Collections.
Specialized
.ListDictionary 类与 HybridDictionary 类
ListDictionary和HybridDictionary都是类似哈希表的类.ListDictionary适于存放少量数据(不超过10个元素).HybridDictionary很灵活,数据少是它使用ListDictionary,数据多时则自动改用哈希表(Hashtable).HybridDictionary还能在构建时指定容量和是否不区分大小写.ListDictionary与HybridDic
涂孟超
·
2014-09-26 15:00
学用 ASP.Net 之 System.Collections.
Specialized
.CollectionsUtil 类
通过CollectionsUtil创建或包装的"键/值对"类(实现IDictionary的),可以忽略Key的大小写.主要成员:/*静态方法*/ CollectionsUtil.CreateCaseInsensitiveHashtable();//建立或包装Hashtable等,可初始化容量 CollectionsUtil.CreateCaseInsensitiveSortedList();/
涂孟超
·
2014-09-26 15:00
学用 ASP.Net 之 System.Collections.
Specialized
.StringCollection 类
StringCollection是专用于储存字符串的集合,相当于字符串的动态数组.主要成员:/*属性*/ Count;// /*方法*/ Add();//添加字符串 AddRange();//添加字符串数组 Clear();//清空 Contains();//是否存在 CopyTo();//复制到字符串数组 IndexOf();//取索引,无则-1 Insert();//插入
涂孟超
·
2014-09-26 15:00
学用 ASP.Net 之 System.Collections.
Specialized
.BitVector32 结构
BitVector32结构只提供32位大小的储存空间(同Int32),通过它可以快速存取布尔值或小整数(譬如7以内或15以内的小整数等等).主要成员:/*属性*/ Data;//其32位值的整数表示,只读;可以通过它持久记录BitVector32的状态 /*静态方法*/ BitVector32.CreateMask();//建立Mask BitVector32.CreateSectio
涂孟超
·
2014-09-26 15:00
学用 ASP.Net 之 System.Collections.
Specialized
.OrderedDictionary 类
OrderedDictionary相当于能用索引访问的哈希表.主要成员:/*属性*/ Count;//元素数 Keys;//键集合 Values;//值集合 /*方法*/ Add();//添加 Clear();//清空 Contains();//是否包含 CopyTo();//将指定元素复制到数组 Insert();//插入 Remove();//根据键删除 Remove
涂孟超
·
2014-09-26 15:00
2405_
Specialized
Four-Digit Numbers(进制)
SpecializedFour-DigitNumbersTimeLimit:2SecondsMemoryLimit:65536KBFindandlistallfour-digitnumbersindecimalnotationthathavethepropertythatthesumofitsfourdigitsequalsthesumofitsdigitswhenrepresentedinhex
asongsongsong
·
2014-08-25 11:00
C# 操作 sql server
usingSystem; usingSystem.Collections; usingSystem.Collections.
Specialized
; usingSystem.Data; usingSystem.Data.SqlClient
qq61394323
·
2014-08-16 12:00
POJ 2196
Specialized
Four-Digit Numbers
SpecializedFour-DigitNumbersTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 7310 Accepted: 5343DescriptionFindandlistallfour-digitnumbersindecimalnotationthathavethepropertythatthesumofitsfourd
u013263923
·
2014-08-06 10:00
asp.net防类似DDOS攻击(CC攻击)代码
Web.config usingSystem; usingSystem.Web; usingSystem.Collections.Generic; usingSystem.Collections.
Specialized
yanzhibo
·
2014-07-27 09:00
G -
Specialized
Four-Digit Numbers(1.5.2)
DescriptionFindandlistallfour-digitnumbersindecimalnotationthathavethepropertythatthesumofitsfourdigitsequalsthesumofitsdigitswhenrepresentedinhexadecimal(base16)notationandalsoequalsthesumofitsdigits
u014028231
·
2014-07-13 20:00
G -
Specialized
Four-Digit Numbers(1.5.2)
DescriptionFindandlistallfour-digitnumbersindecimalnotationthathavethepropertythatthesumofitsfourdigitsequalsthesumofitsdigitswhenrepresentedinhexadecimal(base16)notationandalsoequalsthesumofitsdigits
u014552726
·
2014-07-13 17:00
数据结构
C++
Specialized
Four-Dig
loner_li 机试题 通过递归方式访问目录树和通过堆栈方式访问 目录树
通过递归方式访问目录树 classRecursiveAccessDirectory { //声明并实例化一个字符串集合 staticSystem.Collections.
Specialized
.StringCollectionlog
angtoutianwai
·
2014-06-10 14:00
恶心的Enum类型
enum InvoiceType { VAT_INVOICE("增值税专用发票"), NORMAL_INVOICE("普通发票"),
SPECIALIZED
_INVOICE
woodpeckerboy
·
2014-05-24 09:00
enum
MVC分页
using System.Collections.Generic; using System.Collections.
Specialized
; using System.Linq; using System.Web
·
2014-05-03 15:00
mvc
hdu 1197
Specialized
Four-Digit Numbers (水题)
思路:进制转换原理,对进制取模然后除以进制,直至原数为0,计算时存下总和。判断输出即可。代码:#include #include #include usingnamespacestd; #defineN100010 #defineMAX1000010 intp[]={2992,2993,2994,2995,2996,2997,2998,2999,4470,4471,4472,4473,4474
ljd4305
·
2014-04-09 20:00
.NET:一个非常好用的SQL数据库处理类
usingSystem; usingSystem.Collections.Generic; usingSystem.Collections; usingSystem.Collections.
Specialized
starcuan
·
2014-03-17 01:00
.net
网站制作
支持不同Entity的DomainCollectionView模版
Silverlight使用RiaService获取服务器端分页数据usingSystem;usingSystem.Collections.Generic;usingSystem.Collections.
Specialized
longyw
·
2014-03-08 12:00
silverlight
Linq
支持不同Entity的DomainCollectionView模版
Silverlight使用RiaService获取服务器端分页数据usingSystem;usingSystem.Collections.Generic;usingSystem.Collections.
Specialized
longyw
·
2014-03-08 12:00
silverlight
Linq
支持不同Entity的DomainCollectionView模版
使用RiaService获取服务器端分页数据 using System; using System.Collections.Generic; using System.Collections.
Specialized
longyw
·
2014-03-08 12:00
silverlight
LINQ
vim
" source the file by typing :so % " Now vim acts like a
specialized
application for learning
wuwywu
·
2014-02-26 23:00
vim
C# Ini文件操作实例
usingSystem.Runtime.InteropServices;usingSystem.Text;usingSystem.Collections;usingSystem.Collections.
Specialized
·
2014-02-13 16:36
c# web项目请求样例
usingSystem; usingSystem.Collections.Generic; usingSystem.Collections.
Specialized
; usingSystem.Linq
MachealChen
·
2014-01-13 16:57
项目
public
c# web项目请求样例
usingSystem;usingSystem.Collections.Generic;usingSystem.Collections.
Specialized
;usingSystem.Linq;usingSystem.Reflection
MachealChen
·
2014-01-13 16:57
项目
public
[C#]提交表单
objectsender,EventArgse){stringname=textBox1.Text.Trim();WebClientw=newWebClient();System.Collections.
Specialized
.NameValueCollectionVarPost
蓬莱仙羽
·
2014-01-06 16:00
C#
[C#]提交表单
objectsender,EventArgse){stringname=textBox1.Text.Trim();WebClientw=newWebClient();System.Collections.
Specialized
.NameValueCollectionVarPost
蓬莱仙羽
·
2014-01-06 16:00
C#
C#
Winform
[C#]提交表单
objectsender,EventArgse) { stringname=textBox1.Text.Trim(); WebClientw=newWebClient(); System.Collections.
Specialized
.NameValueCollectionVarPost
s10141303
·
2014-01-06 16:00
ZOJ 2405
Specialized
Four-Digit Numbers
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1405要求找出4位数所有10进制、12进制、16进制他们各位数字之和相等。#include intgetsum(intn,intk) { intsum=0; while(n) { sum+=n%k; n/=k; } returnsum; } intmain() { intn=1
murmured
·
2013-12-20 21:00
ACM
ZOJ
MFC 修改单文档标题
CREATESTRUCT&cs)进行更改,如下:BOOL CKTLXSubjectShowFrame::PreCreateWindow(CREATESTRUCT& cs){ // TODO: Add your
specialized
面对现实,超越自己
·
2013-12-13 10:00
MFC PreTranslateMessage(MSG* pMsg)中调用DoModal()模态窗口问题
pMsg)中调用DoModal()模态窗口如下: 1 BOOL CMainDlg::PreTranslateMessage(MSG* pMsg) 2 { 3 // TODO: Add your
specialized
面对现实,超越自己
·
2013-12-05 10:00
(DS1.5.2)POJ 2196
Specialized
Four-Digit Numbers(同意数字各个进制的表示方式)
/* *POJ_2196.cpp * *Createdon:2013年10月18日 *Author:Administrator */ #include #include usingnamespacestd; intn; constintmaxn=17; inta[maxn]; voidprepare(intx){ inttemp=n; while(temp!=0){ a[x]+=temp%x
caihongshijie6
·
2013-10-18 20:00
李天平DbHelperSQL.cs :利用ADO访问数据库。
动软.Net代码生成器,安装目录下BaseClass\DbHelperSQL.csusingSystem;usingSystem.Collections;usingSystem.Collections.
Specialized
枫树下
·
2013-09-27 00:47
数据库
生成器
queryString 后台生成URL
usingSystem.Globalization;usingSystem.Text;usingSystem.Web;usingSystem.Collections.
Specialized
;namespaceNop.Web.Extensions
lglgsy456
·
2013-08-07 14:00
获取textBox内容 StringCollection的使用 TextBox变成下划线
TextBox变成下划线http://msdn.microsoft.com/zh-tw/library/system.collections.
specialized
.stringcollection(VS
lanshengsheng2012
·
2013-08-05 15:00
后缀表达式计算
usingSystem;usingSystem.Collections;usingSystem.Collections.
Specialized
;usingSystem.Collections.Generic
马知常
·
2013-07-29 16:00
Ofbiz12.04 进阶之三 第一个Helloword的应用
创建一个应用叫hello1,在ofbiz里,一个应用可以创建在 framework/, application/,
specialized
/, 或者 hot-de
kefumao
·
2013-07-25 23:00
java
ofbiz
Ofbiz12.04 进阶之三 第一个Helloword的应用
www.opensourcestrategies.com/ofbiz/hello_world1.php1.创建一个应用叫hello1,在ofbiz里,一个应用可以创建在framework/,application/,
specialized
maokefu
·
2013-07-25 23:44
例子
Ofbiz12.04
hello1
杭电水题--1197
Specialized
Four-Digit Numbers
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1197题目意思是,给一个数,然后判断这个数的10,12,16三种进制表示的各个位之和是否相等。笨死了,一看题目就想着先把数给转换成各种进制的数,然后再逐位相加进行比较,写完之后发现好笨好笨,既然是水题肯定有简单的方法,然后去discuss里看了一下,果然有个很简单的方法,拿来与大家分享:#include
xueerfei008
·
2013-07-18 15:00
Specialized
杭电水题
1197
Four-Dig
hdu1197-
Specialized
Four-Digit Numbers
http://acm.hdu.edu.cn/showproblem.php?pid=1197进制转换问题,题意为给定一个4位的十进制数,求它各个数位的和,然后问是否它的12进制和16进制的和都相等,输出2992~10000之间所有满足条件的数;第二种解法有点二。但是,偷懒时,总是pe#include #include #include #include #include usingnamespa
liujie619406439
·
2013-07-15 17:00
C#操作注册服务卸载服务启动服务停止服务.. .
using System;using System.Configuration.Install;using System.Collections;using System.Collections.
Specialized
·
2013-06-03 16:00
C#
C#MysqlHelper
View Code MysqlHelper类 using System; using System.Collections; using System.Collections.
Specialized
gyl868
·
2013-04-30 16:00
mysql
boj 12
DescriptionBig Johnsson Trucks Inc. is a company
specialized
in manufacturing big trucks.
zsybupt
·
2013-04-24 15:00
BO
.net后台获取html控件值的2种方法
Request.Form["txtName"].ToString();vb.netRequest.Form("txtName").ToString()方法2:C#System.Collections.
Specialized
.NameValueCollectionnc
·
2013-04-23 10:26
asp.net Oracle数据库访问操作类
复制代码代码如下:usingSystem;usingSystem.Collections;usingSystem.Collections.
Specialized
;usingSystem.Data;usingSystem.Data.OracleClient
·
2013-03-26 09:48
C# Cookie的封装类CookieHelper
using System.Linq; using System.Text; using System.Web; using System.Collections.
Specialized
jilong-liang
·
2013-03-19 12:00
C#
MVC分页详解(包括整个流程步骤,代码与注解)
AppCode中)usingSystem; usingSystem.Collections; usingSystem.Collections.Generic; usingSystem.Collections.
Specialized
f10_s
·
2013-03-18 10:00
sql分页
MVC分页
Model分页
View分页
Controller分页
C#常用集合的使用
针对特定类型的集合类型位于System.Collections.
Specialized
;命名空间;线程安全的集合类位于System.Collections.Concurrent;命名空间。
ceclar123
·
2013-03-10 13:00
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他