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
inte
交换机路由器简单搭建(华为)
snatdnat转换控制列表建立路由器子接口vlan划分交换机vlan划分交换机端口设置trunkDhcp服务器配置www服务器配置路由器 E1端口 192.168.101.23路由器划分vlan和实现中继
Inte
0.1Vlan-typedot1qv
mht8423
·
2012-11-21 08:17
华为
搭建
使用Intent 和IntentFilter进行通信
, SecondActivity.class); Intent intent = new Intent(); //为Intent设置Component属性
inte
zhangfy068
·
2012-11-20 23:00
filter
关于使用new Integer还是Integer.valueOf的研究
发现这其实与Java的自动装箱拆箱有关,直接使用
Inte
fbysss
·
2012-11-19 19:00
二分查找(递归与非递归)
include #include #include usingnamespacestd; inttemp=-1; constintmaxn=10000; intbsearch2(int*t,intb,
inte
wangwenhao00
·
2012-11-17 10:00
POJ 2240 Arbitrage
今天终于把它A了:-)#include #include #include #include usingnamespacestd; mapmp; structEdge { ints;
inte
; doublev
sssogs
·
2012-11-15 14:00
poj1384-完全背包
a:b) #defineinf0x0FFFFFFF #definenMax510
intE
,F,N; intprice[nMax],weight[nMax]; intf[10010]; intnewN
zhang20072844
·
2012-11-01 23:00
封装“最小费用最大流”的一个类_poj2516
classKsPOJAllocator { intm_pos; public: KsPOJAllocator():m_pos(0){} ~KsPOJAllocator(){} void*allocate(
inte
_size
himulakensin
·
2012-11-01 16:00
第三章Struts配置
struts.propertiesStruts2Action配置struts.xmlStruts2Result配置struts.xmlStruts2ExceptionHandling配置struts.xmlStruts2
Inte
erpaoshouling
·
2012-10-31 12:00
不但要会写SQL,还要做到写出性能优良的SQL
如果有3个以上的表连接查询, 那就需要选择交叉表(
inte
shmily2038
·
2012-10-29 14:00
oracle
sql
事件驱动程式设计
然而,事件驱动程式设计这种设计模型是在互动程序(
Inte
HMSIWTV
·
2012-10-27 21:00
哈夫曼树编码
码的读入方式会忽略掉一些流不能完整读入所以要用二进制码读入方式下面是压缩的代码#include #include #include #include #include usingnamespacestd; structheap { intele[22222];
inte
Lawrence_Jang
·
2012-10-27 08:00
技术项目- Linux NUMA 问题
这在PC服务器中比较少见,但新的
Inte
云络科技
·
2012-10-26 11:15
linux
云计算
服务器管理
云络科技
ChinaNetCloud
在C++中用栈实现进制之间的转换
int*base; int*top; intstacksize; }; voidconversion(); intInitStack(Stack*S); intPush(Stack*S,
inte
longzaitianya1989
·
2012-10-25 21:00
在C++中用栈实现进制之间的转换
structStack{ int*base; int*top; intstacksize; }; voidconversion(); intInitStack(Stack*S); intPush(Stack*S,
inte
longzaitianya1989
·
2012-10-25 00:00
c++
android 笔记
apkfile.exists()){ return; } Intenti=newIntent(android.content.Intent.ACTION_VIEW); i.addFlags(
Inte
zhouyuanjing
·
2012-10-23 13:00
Activity和Task的基本模型
而这里已经有一个Activity可以做到这一点,因此,你的Activity所需要做的只是在
Inte
wulong710
·
2012-10-20 11:00
DShow的视频采集的数据输出YUV420
IAMStreamConfig*pSC;取得IAMStringConfig hr=m_pCGB2->FindInterface(&PIN_CATEGORY_PREVIEW, &MEDIATYPE_
Inte
table
·
2012-10-19 23:00
Stream
video
opencv资料和文档
sourceforge.net/projects/opencvlibrary/ OpenCV wiki(新开通,希望大家参与维护)http://opencvlibrary.sourceforge.net
INTE
xitong
·
2012-10-19 14:00
opencv
opencv资料和文档
sourceforge.net/projects/opencvlibrary/ OpenCV wiki(新开通,希望大家参与维护)http://opencvlibrary.sourceforge.net
INTE
devgis
·
2012-10-19 14:00
opencv
[C/C++]反转句子但不反转单词
#include #include //反转整个字符串 void_Reverse(char*s,intb,
inte
){ while(b
FanKaven
·
2012-10-19 14:00
反转句子
十字链表(写的很漂亮呀!)
#include #include #defineok1 #defineerror0 typedefstructnode{ inti,j;
inte
; structnode*right,*down;
wangwenhao00
·
2012-10-18 21:00
struct
list
null
System
Asp.NET下部署Web项目可能遇到的问题
打开:控制面板->程序和功能->打开或关闭windows功能如下图: 把
inte
yilip
·
2012-10-18 13:00
链栈
voidinit(stack&s) {s=NULL; } intpop(stack&s) { intx; x=s->data; s=s->next; returnx; } voidpush(stack&s,
inte
liang5630
·
2012-10-16 22:00
hdu 3586 二分+树形DP
includeusingnamespacestd;#defineinf1000100constintmaxn=1010,maxm=3030;structEdge{ intv,w,next; }edge[maxm];
intE
YAIMH1993的笔记
·
2012-10-16 00:00
hdu 1097 A hard puzzle (递推)
点击打开链接找规律,1~9周期为4,2^1=2 2^2=4 2^3=82^4=2#include"stdio.h" intmain() { inta,b;
inte
,f,g,h; while(scanf
yyf573462811
·
2012-10-14 17:00
1005_C/C++笔试题_14:16道c语言面试【10/11/12】
_
inte
h4breeze
·
2012-10-05 10:06
访问地址
C/C++
类型转换
android.intent.action.MAIN 与 android.intent.category.LAUNCHER
2.如果所有activity中,android.intent.action.MAIN和android.
inte
LAMP_zy
·
2012-10-02 09:00
html
android
测试
application
lift
C#基础系列第三篇
2)internal表示只能在当前项目中被访问 (2)用在成员上面(字段方法等) 1)public可以在任何地方被访问 2)private 3)protected 4)
inte
·
2012-10-01 14:00
C#
解决QQ发图片掉线解决
请按如下方法选择网卡: A、确定本机用来连接Internet的网卡或拨号连接的IP,如192.168.0.19; B、用鼠标点击
Inte
lgpqdwjh
·
2012-10-01 14:34
internet
网卡
路由器上网
QQ发图片掉线
解决QQ发图片掉线解决
请按如下方法选择网卡: A、确定本机用来连接Internet的网卡或拨号连接的IP,如192.168.0.19; B、用鼠标点击
Inte
·
2012-10-01 14:34
internet
网卡
QQ发图片掉线
路由器上网
如何在android应用程序中启动其他apk程序,被启动程序退出后返回之前的程序
1Intentintent=newIntent(Intent.ACTION_MAIN);2intent.addCategory(
Inte
lizhenmingdirk
·
2012-09-24 16:00
android
String
null
c++运算符重载简单案例,说明一下什么是运算符重载
引入运算符重载的原因例如:inta=1,b=2;floatc=1.1,d=2.4;
inte
=a+b;floatf=c+d;floatg=f+e;为什么同一个运算符“+”可以用于完成不同类型的数据的加运算呢
aile770339804
·
2012-09-19 23:00
C++
c
语言
float
temp
include#includeusingnamespacestd;intpow[15],num[15];intf[15][15][15][3];intdfs(intl,intpre,intk,intflag,
inte
HyogaHyoga
·
2012-09-14 19:00
route-map
如上图所示:R1(config)#
inte
0/0R1(config-if)#ipadd12.12.12.1255.255.255.0R1(config-if)#nosh还有四个环回口1.1.1.12.2.2.23.3.3.34.4.4.4R2
qindu
·
2012-09-13 21:40
路由
route-map
控制路由条目
route-map
如上图所示: R1(config)#
inte
0/0R1(config-if)#ipadd12.12.12.1255.255.255.0R1(config-if)#nosh还有四个环回口1.1.1.12.2.2.23.3.3.34.4.4.4
qindu
·
2012-09-13 21:40
路由
route-map
控制路由条目
分治思想的几个算法:二分检索、快排、归并排序
/*分治思想的各种算法*/#include#include/*二分检索算法*/intBinarySearch(inta[],intn,
inte
){intindex;intlow=0,high=n-1,mid
SillyBenzhu
·
2012-09-12 18:06
排序
Android中显示网络图片
View对应的图片时,应该通过setTag()把该View的tag设置为图片的URL.当实际取得该图片时,应该检查其对应的URL是否和View的TAG一致,只有一致时才把该图片实际应用于该View.实例1
Inte
hudashi
·
2012-09-11 22:00
android
网络
layout
null
url
callback
HDU 2795 billboard 线段树
题目大意: 对于w*h(w #include #include usingnamespacestd; structnode { intc; ints;
inte
; intm; }; inta[210000
sssogs
·
2012-09-11 14:00
c
tree
Build
另一个语音识别的例子
效果: 例子中需要注意的一个问题是:startActivity(Intent)和startActivityForResult(
Inte
拳四郎
·
2012-09-11 10:00
android
Google
layout
语言
button
encoding
面试训练找最小k个数
比较简单吧方法1 快排取前k个方法2不快排,递归求partion,时间复杂度O(n)吧#include"stdio.h" intPartion(int*data,ints,
inte
) { intkey=
hiphopmattshi
·
2012-09-10 14:00
ospf虚拟链路
ospf虚拟连路 如图所示:四个路由器,运行ospf,分成三个区域area0 area1 area2 R1(config)#
inte
0/0R1(config-if)#ipadd10.10.10.1255.255.255.0R1
qindu
·
2012-09-09 15:59
ospf虚拟链路
ospf虚拟链路
ospf虚拟连路如图所示:四个路由器,运行ospf,分成三个区域area0area1area2R1(config)#
inte
0/0R1(config-if)#ipadd10.10.10.1255.255.255.0R1
qindu
·
2012-09-09 15:59
ospf虚拟链路
RMQ 区间最值查询算法
usingnamespacestd; #defineMAXN100 #defineMAXIND256//线段树节点个数 //构建线段树,目的:得到M数组. voidinitialize(intnode,intb,
inte
MetalSeed
·
2012-09-07 01:00
重分布发送整个路由协议
重分布发送路由协议 如图所示:R2上是rip,R3是eigrpR4是ospf Ip地址图中可知R1(config)#
inte
0
qindu
·
2012-09-06 22:49
重分布路由协议
重分布发送整个路由协议
重分布发送路由协议如图所示:R2上是rip,R3是eigrpR4是ospfIp地址图中可知R1(config)#
inte
0/0R1(config-if)#ipadd10.10.10.1255.255.255.0R1
qindu
·
2012-09-06 22:49
重分布路由协议
ifconfig详解
ifconfig 命令有以下两种格式:※ifconfig [
inte
fp_moon
·
2012-09-06 21:00
ifconfig
如何查看linux和windows系统是32位还是64位系统
39:35UTC2010i686i686i386GNU/Linux2.file/bin/lsstat@ttpod:~$file/bin/ls/bin/ls:ELF32-bitLSBexecutable,
Inte
chummyhe89
·
2012-09-06 17:00
windows
linux
exception
cache
扩展
alignment
TMG EMS-安装部署-01
例如,对于越来越多的用户或希望增加其
Inte
bruce.huang
·
2012-09-06 17:14
服务器
的
Internet
【Google论文】Google File System 中文翻译(第1-2章)
WehavedesignedandimplementedtheGoogleFileSystem,ascalabledistributedfilesystemforlargedistributeddata-
inte
bd_zengxinxin
·
2012-09-05 23:00
Google
服务器
File
application
System
Duplicates
ospf 手动自动汇总
OSPF路由协议运行自动汇总现在r1上配置ip地址R1(config)#R1(config)#
inte
0/0R1(config-if)#ipadd12.12.12.1255.255.255.0R1(config-if
qindu
·
2012-09-05 23:32
ospf
上一页
64
65
66
67
68
69
70
71
下一页
按字母分类:
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
其他