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
enumeration
整型提升
《C语言程序设计语言》中是这样介绍的:“ character,ashortinteger,oranintegerbit-field,alleithersignedornot,oranobjectof
enumeration
type
hf024_rita
·
2012-11-23 17:00
宏定义与枚举的区别
Theuseofan
enumeration
constant(enum)hasmanyadvantagesoverusingthetraditionalsymbolicconstantstyleof#define.Theseadvantagesincludealowermaintena
crazyss
·
2012-11-22 13:00
Android zip文件压缩解压缩
.*; importjava.util.ArrayList; importjava.util.Collection; importjava.util.
Enumeration
; importjava.util.zip.ZipEntry
wyyew
·
2012-11-20 23:00
android4.0以上系统获取IP v4地址
android2.3以下的系统中,可以使用如下的代码来获取Android系统的本地IP地址:privateStringgetLocalIPAddress()throwsSocketException{ for(
Enumeration
en
pengqianhe
·
2012-11-19 14:00
使用Apache Commons Compress进行文件解压
.*; import java.util.
Enumeration
; import org.apache.commons.compress.archivers.zip.ZipArchiveEntry;
huxiaojun_198213
·
2012-11-18 19:00
Java5、Java6、Java7的新特性
ParameterizedType作为参数和返回值,Generic是vararg、annotation、
enumeration
、collection的基石。
heardy
·
2012-11-14 21:01
Java
Java5、Java6、Java7的新特性
Parameterized Type作为参数和返回值,Generic是vararg、annotation、
enumeration
、collection的基石。
heardy
·
2012-11-14 21:00
获得手机ip地址(代码)
//获取本地IP函数 /** * * *@return */ publicStringgetLocalIPAddress() { try { for(
Enumeration
m
Enumeration
=NetworkInterface.getNetworkInterfaces
jingwen3699
·
2012-11-13 18:00
JAVA解压文件功能(解压ZIP)
import java.io.IOException;import java.util.
Enumeration
;import java.util.zip.ZipEntry; /** * 获得
cdd13552081227
·
2012-11-13 17:00
java
Java5和Java6的主要新特性
不光是类型安全,Parameterized Type作为参数和返回值,Generic是vararg、annotation、
enumeration
、collection等功能的基石a
colin_i
·
2012-11-13 11:00
java
以太网MAC地址获得 android
protectedInetAddressgetLocalInetAddress(){ InetAddressip=null; try{
Enumeration
en_netInterface=NetworkInterface.getNetworkInterfaces
wufen1103
·
2012-11-12 16:00
JAVA类抓取IP地址
java.net.Inet4Address; import java.net.InetAddress; import java.net.NetworkInterface; import java.util.
Enumeration
waynett
·
2012-11-12 12:00
java
关于java解压缩文件(rar或者zip)的实现示例
;importjava.io.FileOutputStream;importjava.io.IOException;importjava.io.InputStream;importjava.util.
Enumeration
汤姆521
·
2012-11-09 15:00
获取IPhone相册中图片的方法(包括获取所有图片)
获取iphone相册方法:方法一:ALAssetsLibraryGroups
Enumeration
ResultsBlocklistGroupBlock=^(ALAssetsGroup*group,BOOL
enuola
·
2012-11-08 09:00
JSP的内置对象及方法
序号方法说明1objectgetAttribute(Stringname)返回指定属性的属性值2
Enumeration
getAttributeNames()返回所有可用属性名的枚举3StringgetCharacterEncoding
stefshawn
·
2012-11-07 16:00
Java5新特性
1.泛型 Generic Type 2.枚举
Enumeration
3.注释(Annotation) 4:增强循环 5:自动打包(自动拆装箱) 6:变量参数列表 (可变参数) 7
liuhaixiao
·
2012-11-06 10:00
java
自学Servlet_1_获取初始化参数
获取配置的初始化参数的方式1 String value = config.getInitParameter("charset"); 获取配置的初始化参数的方式2 获取所有初始化参数
Enumeration
dupengtao
·
2012-11-02 10:00
java
servlet
项目中常用的工具类
; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.
Enumeration
xkh5566
·
2012-11-01 17:00
工具类
JAVA Jdbc 数据库技术
1.加载JDBC驱动程序 1 import java.sql.DriverManager; 2 import java.util.
Enumeration
; 3 4
海水正蓝
·
2012-11-01 12:00
枚举
Enumeration
enu=req.getParameterNames(); while(enu.hasMoreElements()){ Stringrn=(String)enu.nextElement
shutingwang
·
2012-10-31 09:00
java读取zip文件
import java.io.IOException; import java.util.
Enumeration
; import java.util.zip.ZipEntry; /**
maizi2011
·
2012-10-29 13:00
java
心得11--案例分析request.getparameter()方法的用法及请求乱码处理、分配器方法
packagecom.request; importjava.io.IOException;importjava.io.UnsupportedEncodingException;importjava.util.
Enumeration
tianyazaiheruan
·
2012-10-25 20:00
JSP内置对象
序号方法说明1objectgetAttribute(Stringname)返回指定属性的属性值2
Enumeration
getAttributeNames()返回所有可用属性名的枚举3StringgetCharacterEncoding
dw_java08
·
2012-10-25 19:00
过滤器防止sql注入
import java.io.IOException; import java.io.UnsupportedEncodingException; import java.util.
Enumeration
greenwen
·
2012-10-23 15:00
oracle
sql
WebUtils,将form表单数据封装到formbean中,生成全球唯一ID,将formbean中的属性值拷贝到User里
import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import java.util.
Enumeration
把阳光剪成雨Java
·
2012-10-22 20:00
Mbean
Naming
Enumeration
http://www.cjsdn.net/Doc/JDK50/javax/naming/Naming
Enumeration
.htmlpublicinterfaceNaming
Enumeration
shenhonglei1234
·
2012-10-19 15:00
list
search
扩展
interface
Dnsmap使用方法
Dnsmap所在BT5的路径:/pentest/
enumeration
/dns/dnsmap图形界面启动路径:backtrack-InformationGathering-NetworkAnalysis-DNSAnalysis
loveyingzi
·
2012-10-18 13:17
Backtrack
dnsmap
宏和枚举有什么区别,定义数组时使用枚举和使用宏的区别
枚举(
enumeration
)提供了一种替代的方法,
bingxx11
·
2012-10-17 14:00
JSTL 中 forEach 的说明
在早期的JSP中,通常使用Scriptlets来实现Iterator或者
Enumeration
对象的迭代输出。现在,通过JSTL的迭代标签可以在很大的程度上简化迭代操作。
as619864232
·
2012-10-16 15:00
foreach
jstl
java中的Properties类疑惑
今天有人问怎么把属性文件中的键对值存储到集合中,本人想到的就只有Properties类了,个人感觉Properties类类似Map集合(Hashtable吧,一样的枚举遍历 Properties:
Enumeration
妩明宝宝
·
2012-10-14 23:00
java
系统属性文件
Proxool连接池,常用的配置
package com.clouds.util; import java.io.File; import java.util.
Enumeration
; import java.util.Properties
312350968
·
2012-10-13 11:00
proxool
Proxool监听
proxool连接池配置
一个form中对应多个动作
这个参数的含义是:Returnsan
Enumeration
ofStringobjectsc
·
2012-10-11 11:00
form
java反射详解
【案例1】通过一个对象获得完整的包名和类名 package org.shen.own; import java.util.
Enumeration
; import java.util.HashMap
shenyuc629
·
2012-10-11 11:00
java
反射
java反射
java反射
java反射机制
Java读取类路径下的资源文件
; import java.io.InputStream; import java.net.URL; import java.util.ArrayList; import java.util.
Enumeration
fetaoily
·
2012-10-11 10:00
java
ConcurrentModificationException
比如Hashtable里面的内部类 privateclassEnumeratorimplements
Enumeration
,Iterator会在next,或者remove的时候检查当前集合是否会在修改状态
suren__123
·
2012-10-07 20:00
api
null
iterator
Class
校验码
="000000"+Integer.toHexString(b);returns.substring(s.length()-2);} privateStringgetSystemCode(){try{
Enumeration
el
magicsa
·
2012-10-07 18:56
checkout
校验码
="000000"+Integer.toHexString(b);returns.substring(s.length()-2);} privateStringgetSystemCode(){try{
Enumeration
el
·
2012-10-07 18:56
checkout
request.getParameterNames()和request.getParameterValues()
request.getParameterNames()方法是将发送请求页面中form表单里所有具有name属性的表单对象获取(包括button).返回一个
Enumeration
类型的枚举.通过
Enumeration
yht520100
·
2012-10-01 16:00
IPV6地址获取和校验
1、获取IPV6地址publicstaticStringgetLocalIPv6Address()throwsIOException{ InetAddressinetAddress=null;
Enumeration
networkInterfaces
jianhua0902
·
2012-09-28 22:00
ipv6
ipv6
ipv6
java 读取配置文件
java读取配置文件Propertiespps;
Enumeration
enum1;try{ //读取配置文件pps=newProperties(); pps.load(newFileInputStream
liu_jia_guo
·
2012-09-27 10:00
java
exception
properties
String
Java如何读取properties文件
java.io.FileInputStream; import java.io.FileNotFoundException; import java.util.Properties; import java.util.
Enumeration
lengyingxin
·
2012-09-26 14:00
properties
Java如何读取properties文件
java.io.FileInputStream; import java.io.FileNotFoundException; import java.util.Properties; import java.util.
Enumeration
lengyingxin
·
2012-09-26 14:00
properties
WinScanX
WinScanXwasreleasedtoday.AWindowscommand-line
enumeration
toolplusanoptionalGUIfront-end.Amusthaveforanysecurityprofessional.Downloadlink
lionzl
·
2012-09-26 11:00
jsp request 对象详解
序号方法说明1 objectgetAttribute(Stringname)返回指定属性的属性值2
Enumeration
getAttributeNames()返回所有可用属性名的枚举3 StringgetCharacterE
emoven
·
2012-09-25 12:00
html
jsp
String
服务器
input
action
jsp request 对象详解
序号 方 法 说 明 1 object getAttribute(String name) 返回指定属性的属性值 2
Enumeration
getAttributeNames() 返回所有可用属性名的枚举
txf2004
·
2012-09-25 12:00
request
Vector浅见
publicstaticvoidmain(String[]args){ Vectorv=newVector(); v.add(null); v.add(newInteger(1)); v.add("123"); for(
Enumeration
e
自由飞翔
·
2012-09-24 08:00
request.getParameterNames()和request.getParameterValues()
request.getParameterNames()方法是将发送请求页面中form表单里所有具有name属性的表单对象获取(包括button).返回一个
Enumeration
类型的枚举.通过
Enumeration
yht520100
·
2012-09-23 16:00
String
button
Concurrency 4, condition_variable - C++11, 11 of n
1)condition_variableCalledwithoutthepredicate,bothwait_for()andwait_until()returnthefollowing
enumeration
classvalues
CPP_CHEN
·
2012-09-23 15:00
java5,java6新特性
不光是类型安全,ParameterizedType作为参数和返回值,Generic是vararg、annotation、
enumeration
、collection等功能的基石.a,类型安全抛弃List
haha_mingg
·
2012-09-21 14:00
java
object
Integer
Class
interface
Annotations
android > intent > 自动跳转到 系统 设置 页面
java.net.NetworkInterface; import java.net.SocketException; import java.util.ArrayList; import java.util.
Enumeration
mft8899
·
2012-09-20 15:00
android
上一页
47
48
49
50
51
52
53
54
下一页
按字母分类:
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
其他