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
U2
软件版本GA,RC,Demo,Build意思
转自 http://blog.chinaunix.net/
u2
/64804/showart_1751869.html Alpha: 是内部测试版,一般不向外部发布,会有很多Bug.一般只有测试人员使用
vavi
·
2009-01-14 23:00
mysql
windows
jboss
软件测试
XP
优化squid
http://blog.chinaunix.net/
u2
/74607/showart_1120293.htmlhttp://blog.chinaunix.net/
u2
/75232/showart_1716444
cnbird2008
·
2009-01-14 22:00
优化
GNU Project Debugger:使用 GDB 的更多乐趣
GNUProjectDebugger:使用GDB的更多乐趣http://blog.chinaunix.net/
u2
/60744/showart_474706.htmlGDB(即GNUProjectDebugger
nevercgoodbye
·
2009-01-13 12:00
如何让MyEclipse的代码提示功能和VS一样强大
出处:http://blog.chinaunix.net/
u2
/84280/showart_1779554.html 一般默认情况下,Eclipse,MyEclipse的代码提示功能是比MicrosoftVisualStudio
yzzh9
·
2009-01-11 21:14
eclipse
MyEclipse
职场
代码提示
休闲
ehCache在acegi中的应用
转载: http://blog.chinaunix.net/
u2
/76927/showart_1679621.html EhCache一般用途如下:Hibernate缓存,DAO缓存,安全性凭证缓存
bevan58
·
2008-12-31 00:00
DAO
bean
cache
配置管理
Acegi
Linux终端下的颜色设置[转载]
Linux终端下的颜色设置出处http://blog.chinaunix.net/
u2
/76292/showart.php?
3444542
·
2008-12-28 14:00
#链接文章
C++ STL基本容器比较
摘自:http://blog.chinaunix.net/
u2
/75321/showart_1144742.html在STL中基本容器有:string、vector、list、deque、set、mapset
SearchLife
·
2008-12-19 18:00
C++
vector
String
list
basic
求传入函数中的数组长度
摘自:http://blog.chinaunix.net/
u2
/75321/showart_1161698.html 一般来说数组传入函数里面后会退化为指针,sizeof则没有用了,所以一般都要多传入一个数组长度
SearchLife
·
2008-12-19 18:00
c
struct
byte
C程序常用算法源码
摘自:http://blog.chinaunix.net/
u2
/75321/showart_1159618.html算法(Algorithm):计算机解题的基本思想方法和步骤。
SearchLife
·
2008-12-19 18:00
c
算法
String
input
float
Numbers
各种排序算法
摘自:http://blog.chinaunix.net/
u2
/75321/showart_1137230.html另外连接:http://blog.csdn.net/fly_lb/category/
SearchLife
·
2008-12-19 17:00
算法
工作
null
Class
mfc
Borland
RHEL 5.X WWW 全功能服务器搭建教程
本文转载自:[url]http://forum.92an.com/thread6909.html[/url] [url]http://blog.chinaunix.net/
u2
/69106/showart
改造人
·
2008-12-18 13:17
linux
职场
RHEL
休闲
在进行了解JAVA CLASS文件解析时必须要明白的三个概念
在讲Class文件的格式之前,要介绍三个概念:1)数据类型:《JVMSpec》(2nded)中指出,JavaClass文件的数据用自己定义的一个数据类型集来表示,即u1,
u2
,u4,分别用于表示一个无符号类型的
cerrychen
·
2008-12-18 10:09
java
职场
Class
休闲
字符编码简介:ASCII,Unicode,UTF-8,GB2312
:
U2
izuoyan
·
2008-12-16 11:00
C++
c
互联网
C#
J#
tr的详细用法
tr的详细用法转自:http://blog.chinaunix.net/
u2
/81947/showart.php?
wapysun
·
2008-12-15 21:00
apple
unix
OS
dos
OO
CString 成员函数使用方法
::string的用法见http://www.stlchina.org/twiki/bin/view.pl/Main/STLDetailStringhttp://blog.chinaunix.net/
u2
geeeeeeee
·
2008-12-12 13:00
windows
String
File
null
delete
insert
基于LINUX内核中的TCP/IP的核心过程分析
http://blog.chinaunix.net/
u2
/64681/showart_1432551.html·内核中的TCP的追踪分析-1-追踪TCP(IPV4)的socket的初始化·内核中的TCP
eroswang
·
2008-12-06 10:00
tcp
socket
服务器
linux内核
LUA相关工具资源
tid=213488LUA相关工具资源[转]出处http://www.blogcn.com/
u2
/43/78/qiyuan726/index.htmlLuaIDEhttp://www.gorlice.net.pl
skyremember
·
2008-12-03 22:00
lua
ide
工具
documentation
library
binding
分治法求两个大整数的乘积
按此思想设计一个两个大整数乘积的分治算法把U分成U1、
U2
、U3三段,即U=U1*22n/3+U2*2n/3+U3把V分成V1、V2、V3三段,即V=V1*22n/3+V2*2n/3+V3则:UV=U1V1
Emsuns
·
2008-12-03 11:00
算法/数据结构
socket函数手册
socket函数手册http://blog.chinaunix.net/
u2
/75985/showart_1129717.html字节序函数 #include/*主机序转换为网络序(short类型)*/
nevercgoodbye
·
2008-11-26 14:00
struct
tcp
网络
socket
服务器
null
Linux中Route命令了解
原贴:http://blog.chinaunix.net/
u2
/77761/showart_1156991.html在配置网络时,要为机器指定接收数据包时该包要经过的路径。
chinalinuxzend
·
2008-11-18 17:00
linux
工作
网络
struct成员的一种初始化方法
struct成员的一种初始化方法 转自: http://blog.chinaunix.net/
u2
/82646/showart_1358435.html 我:在VC++6.0中不能使用这种方法,看来VC
cay22
·
2008-11-13 19:00
struct
ext
delete
编译器
linux内核
filesystems
arp 协议详解 攻击原理 简单攻击源码
(转自http://blog.chinaunix.net/
u2
/78572/showart_1389323.html) 一.
fyzhao
·
2008-11-10 15:00
api
struct
网络
header
存储
byte
Linux启动过程
(转自http://blog.chinaunix.net/
u2
/82382/showart.php?
fyzhao
·
2008-11-10 14:00
Source Insight经典教程[转]
SourceInsight经典教程http://blog.chinaunix.net/
u2
/76292/showart.php?
3444542
·
2008-11-08 10:00
#程序设计类
MegaCli 常见用法
原贴:http://blog.chinaunix.net/
u2
/70049/showart_1281191.htmlMegaCli常见用法MegaCli常见用法周五,2008/06/13-10:55—
chinalinuxzend
·
2008-11-07 16:00
Maven2与tomcat5的绑定
来源(http://blog.chinaunix.net/
u2
/62243/showart_493006.html) Maven2与tomcat5的绑定 有关于
aroundworld2008
·
2008-11-07 10:00
apache
tomcat
maven
xml
配置管理
背包问题算法的JAVA实现
问题描述: 设U = {u1,
u2
,u3,......ui}(一共有amount数量的物品)是一组准备放入背包中的物品.设背包的容量为size.
逆风的香1314
·
2008-10-25 06:00
java
C++
c
算法
J#
背包问题算法的JAVA实现
问题描述: 设U = {u1,
u2
,u3,......ui}(一共有amount数量的物品)是一组准备放入背包中的物品.设背包的容量为size.
eimhee
·
2008-10-25 06:00
java
C++
c
算法
J#
背包问题算法的JAVA实现
问题描述: 设U = {u1,
u2
,u3,......ui}(一共有amount数量的物品)是一组准备放入背包中的物品.设背包的容量为size.
eimhee
·
2008-10-25 06:00
java
C++
c
算法
J#
screen工具妙用
原贴:http://blog.chinaunix.net/
u2
/63038/showart_705544.htmlscreen工具妙用问题在windows下使用putty连接linux的服务器,想要同时干多个事情
chinalinuxzend
·
2008-10-22 11:00
windows
session
工具
bbs
Terminal
Standards
myeclipse6.0 连接oracle10g的问题 ORA-00604,ORA-12705
http://blog.chinaunix.net/
u2
/77127/showart_1160177.html myeclipse6.0 连接oracle10g的问题 ORA-00604,ORA-
myharmony
·
2008-10-21 08:00
eclipse
oracle
MyEclipse
XP
osgi
10月21日~~~大07网络~~作业
u2
、在客户机上可以采用哪些方式访问网络共享资源?参考答案:1、采用网上邻居来访问;2、采用映射驱动器
yybug
·
2008-10-20 19:48
网络
职场
休闲
ABAP门派现状报告200803
出处:http://blog.chinaunix.net/
u2
/64908/showart_511501.htmlABAP是一个很小的程序员门派.
wren2004
·
2008-10-20 10:00
java
.net
web开发
SAP
Delphi
平台
走近 STL
转帖:http://blog.chinaunix.net/
u2
/76637/showart_1200915.html本文面向的读者:学习过C++程序设计语言(也就是说学习过Template),但是还没有接触过
skyblooming
·
2008-10-10 22:00
算法
vector
list
iterator
Class
编译器
Linux设备文件简介
原贴:http://blog.chinaunix.net/
u2
/64283/showart_1011435.htmlLinux设备文件简介Linux设备文件简介作者:金步国版权声明本文作者是一位自由软件爱好者
chinalinuxzend
·
2008-10-07 11:00
linux
存储
终端
profiling
磁盘
linux内核
cs8900移植问题及解决
移植主要是参考该网页:[url]http://www.cublog.cn/
u2
/63560/showart_514147.html[/url]我的内核是2.6.24.4以下是我移植过程存在的一些问题:内核启动信息
ironpeak
·
2008-09-19 16:05
问题
休闲
arm9_linux
cs8900移植问题及解决
移植主要是参考该网页:[url]http://www.cublog.cn/
u2
/63560/showart_514147.html[/url]我的内核是2.6.24.4以下是我移植过程存在的一些问题:内核启动信息
·
2008-09-19 16:05
问题
移植
休闲
cs8900
cs8900移植问题及解决
移植主要是参考该网页:[url]http://www.cublog.cn/
u2
/63560/showart_514147.html[/url]我的内核是2.6.24.4以下是我移植过程存在的一些问题:内核启动信息
ironpeak
·
2008-09-19 16:05
问题
移植
休闲
cs8900
关于SIGPIPE导致的程序退出
关于SIGPIPE导致的程序退出收集一些网上的资料,以便参考:http://blog.chinaunix.net/
u2
/69143/showart_1087349.html 当服务器close一个连接时
elva
·
2008-09-10 22:00
uBoot和Linux的参数传递关系
转载于:[url]http://blog.chinaunix.net/
u2
/68846/showart_693620.html[/url][
[email protected]
ironpeak
·
2008-09-03 16:09
linux
职场
休闲
移植内核2.6.24.4到S3C2440
[url]http://blog.chinaunix.net/
u2
/63560/showart_511924.html[/url][url]http://blog.csdn.net/hongjiujing
ironpeak
·
2008-09-01 09:26
职场
休闲
s3c2440
移植内核
2.6.24.4
VC中Radio控件的用法
http://blog.chinaunix.net/
u2
/65112/showart_515771.html String rootPath = Server.MapPath
yingjie000
·
2008-08-27 14:00
html
.net
Blog
vc++
SiteMesh的使用
SiteMesh的使用转:http://blog.chinaunix.net/
u2
/67919/showart_677228.htmlSiteMesh是一个用来在JSP中实现页面布局和装饰(layoutanddecoration
gdufo
·
2008-08-25 20:00
提醒:ESX/ESXi 3.5
U2
存在8.12过期的重大BUG[含官方补丁]
提醒:ESX/ESXi3.5U2存在8.12过期的重大BUG[含官方补丁]今天将一台测试ESXi(3.5Update2Build103909)的服务器重启维护,结果发现无法启动任何一台VM,提示“Ageneralsystemerroroccurred:InternalError”,打开服务端的日志,发现有产品过期的提示。注意这里是产品过期的提示,不是许可过期的提示。我用的序列号是从官网上申请的免费
zyl520cyp
·
2008-08-20 15:18
update
3.5
ESX/ESXi
2KB1006721
KB1006670
提醒:ESX/ESXi 3.5
U2
存在8.12过期的重大BUG[含官方补丁]
提醒:ESX/ESXi3.5U2存在8.12过期的重大BUG[含官方补丁]今天将一台测试ESXi(3.5Update2Build103909)的服务器重启维护,结果发现无法启动任何一台VM,提示“Ageneralsystemerroroccurred:InternalError”,打开服务端的日志,发现有产品过期的提示。注意这里是产品过期的提示,不是许可过期的提示。我用的序列号是从官网上申请的免费
zyl520cyp
·
2008-08-20 15:18
Update
ESX/ESXi
3.5
Vmware
URLTester一个URL测试工具
网址:http://blog.chinaunix.net/
u2
/64
一见
·
2008-08-18 21:00
C/C++
文章列表 - shell编程
http://blog.chinaunix.net/
u2
/63316/article_82760.html文章列表-shell编程・shell用户管理2008-04-14・linux重定向命令应用及语法
3444542
·
2008-08-11 22:00
#脚本收集区
用rsync实现网站镜像和备份[zt]
用rsync实现网站镜像和备份http://blog.chinaunix.net/
u2
/72296/showart_1093380.html服务器端#more/etc/rsyncd.confuid=nobodygid
3444542
·
2008-07-29 10:00
#网络相关
ANSI C中取得结构体字段偏移量的常用方法
来自http://blog.chinaunix.net/
u2
/62910/showart_492571.html 假设在ANSIC程序中定义了一个名为MyStruct的结构类型,其中有一个名为
adcxf
·
2008-07-27 21:00
编程
c
struct
null
reference
编译器
网管和黑客都必须知道的命令![转]
http://blog.chinaunix.net/
u2
/66039/showart.php?
3444542
·
2008-07-23 09:00
#网络相关
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他