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
monitorenter
Java轻量级锁原理详解(Lightweight Locking)
原因是,
monitorenter
与monitorexit这两个控制多线程同步的bytecode原语,是JVM依赖操作系统互斥(mutex)来实现的。
muyoufang001
·
2012-10-11 18:00
Lock
Cpdetector检测文件编码
package jp.com.java; import info.
monitorenter
.cpdetector.io.ASCIIDetector; import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy
liulijun.cn.2011
·
2012-08-12 11:00
文件编码
获取文件编码
转载自:http://www.iteye.com/topic/540316要用到三个包:chardet.jar antlr.jar cpdetector_1.0.7.jarimport info.
monitorenter
.cpdetector.io.CodepageDetectorProxy
anzhu_111
·
2012-04-19 15:00
File
null
java_class反编译后的代码还原
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
11lingxian
·
2012-03-18 00:00
Class
java_class反编译后的代码还原
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
11lingxian
·
2012-03-18 00:00
Class
判断文件编码
断文件编码 import java.io.File; import java.nio.charset.Charset; import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy
hujing101
·
2012-02-29 22:00
判断文件编码
判断文件编码
阅读更多断文件编码importjava.io.File;importjava.nio.charset.Charset;importinfo.
monitorenter
.cpdetector.io.CodepageDetectorProxy
hujing101
·
2012-02-29 22:00
判断文件编码
java获取页面编码
importinfo.
monitorenter
.cpdetector.io.CodepageDetectorProxy; importinfo.
monitorenter
.cpdetector.io.HTMLCodepageDetector
memray
·
2012-02-25 15:00
java
exception
String
null
url
iterator
jvm详解-同步与锁的实现
阻塞同步:一种悲观并发策略保证共享数据在同一时刻只被一条线程使用,通过使用synchronize和ReentranLock来实现实现:synchronize关键字经过编译后会在同步块前后生成
monitorenter
larrylgq
·
2012-02-14 12:00
JAVA检测文件字符编码
阅读更多JAR:http://sourceforge.net/projects/cpdetector/importinfo.
monitorenter
.cpdetector.io.ASCIIDetector
roomy
·
2011-12-20 15:00
JAVA检测文件字符编码
JAR: http://sourceforge.net/projects/cpdetector/ import info.
monitorenter
.cpdetector.io.ASCIIDetector
roomy
·
2011-12-20 15:00
java
反编译还原总结
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
z466459262
·
2011-12-11 15:00
反编译
反编译还原总结
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
z466459262
·
2011-12-11 15:00
反编译
jvm学习笔记(2)多线程的相关原理
获得它的线程可以wait,放弃锁,进入等待区域,待被唤醒notify后,它会重新查看锁的状态,参与锁的竞争虚拟机实现查看class文件的汇编代码,可以看到,进入同步区域和退出同步区域分别由两条指令
monitorenter
janeky
·
2011-11-21 23:00
学习笔记
文件转码
工程项目太多,各工程或各文件编码不统一时,可运行本工具类,把工作目录下,指定类型的文件,转换成指定的编码格式 源码: import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy
hyw520110
·
2011-11-16 09:00
文件
java获取页面编码【转】
Java代码 import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.c
abc123456789cba
·
2011-10-31 19:00
java
code
Web
java判断文本字符集
/*这是一个sourceforge项目,能够判断指定文本或流的字符集*/ /*下面是这个库的简单封装*/ package me.jor.util; import info.
monitorenter
.cpdetector.io.ByteOrderMarkDetector
runfriends
·
2011-07-19 17:00
java
Java获得指定文件的编码类型
import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.cpdetector.io.JChardetFacade
colonizercao
·
2011-06-08 15:00
java
C++
c
C#
java 获取页面编码
httpurlconnection来处理的,可惜有些页面的编码很难得到后来在javaeye上面找到一个文章介绍该技术我我将其转载:http://babyjoycry.iteye.com/blog/587527importinfo.
monitorenter
.cpdetector.io.CodepageDetectorProxy
make19830723
·
2011-04-06 17:00
java
exception
String
null
url
import
Java class反编译后的代码还原
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7 、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
hwy1782
·
2011-02-17 14:00
java
jvm
jdk
获取文件编码 和 编译
package com.way.charset; import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.cpdetector.io.JChardetFacade
wayJava
·
2010-12-02 16:00
java
linux
windows
SVN
F#
第三方jar包解读文件编码
.*; import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.cpdetector.io.JChardetFacade
shy_snow
·
2010-05-27 11:00
c
jar
File
null
byte
项目文件转码
package com.peachtao.file.op; import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import
peachtao
·
2010-05-25 15:00
java
sql
PHP
css
Exchange
Java 轻量级锁原理详解(Lightweight Locking)
原因是,
monitorenter
与monitorexit这两个控制多线程同步的bytecode原语,是JVM依赖操作系统互斥(mutex)来实现的。
songylwq
·
2010-05-13 10:00
java
jvm
多线程
object
header
locking
Java 轻量级锁原理详解(Lightweight Locking)
原因是,
monitorenter
与monitorexit这两个控制多线程同步的bytecode原语,是JVM依赖操作系统互斥(mutex)来实现的。
songylwq
·
2010-05-13 10:00
java
Java 获得文件编码
package cn.net.badboy.subtitlesystem.util; import info.
monitorenter
.cpdetector.io.ASCIIDetector;
nakupanda
·
2010-04-15 10:00
java
.net
windows
Java轻量级锁原理详解(Lightweight Locking)
原因是,
monitorenter
与monitorexit这两个控制多线程同步的bytecode原语,是JVM依赖操作系统互斥(mutex)来实现的。
cooldatabase
·
2010-03-29 14:00
java
jvm
多线程
OS
java获取页面编码
import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.cpdetector.io.HT
babyjoycry
·
2010-02-04 14:00
java
Web
.net
判定文件编码或文本流编码的方法
阅读更多importinfo.
monitorenter
.cpdetector.io.ASCIIDetector;importinfo.
monitorenter
.cpdetector.io.CodepageDetectorProxy
zzg810314
·
2010-01-08 10:00
Java
.net
XML
HTML
判定文件编码或文本流编码的方法
import info.
monitorenter
.cpdetector.io.ASCIIDetector; import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy
zzg810314
·
2010-01-08 10:00
java
html
.net
xml
JAVA程序获取文件格式
import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.cpdetector.io.JChardetFacade
annewman
·
2009-12-30 15:00
java
Java 获得文件编码格式
import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.cpdetector.io.JChardetFacade
summerbell
·
2009-12-07 15:00
java
F#
Java 获得文件编码格式
其中用到到3个jar包见附件 import info.
monitorenter
.cpdetector.io.CodepageDetectorProxy; import info.
monitorenter
.cpdetector.io.JChardetFacade
toyota2006
·
2009-12-03 18:00
java
F#
Java 获得文件编码格式
阅读更多其中用到到3个jar包见附件importinfo.
monitorenter
.cpdetector.io.CodepageDetectorProxy;importinfo.
monitorenter
.cpdetector.io.JChardetFacade
toyota2006
·
2009-12-03 18:00
Java
F#
文件字符编码
下了个cpdetector_1.0.7_binary.zip 试了一下: import java.io.File; import info.
monitorenter
.cpdetector.io.ASCIIDetector
wv1124
·
2009-11-17 20:00
html
xml
windows
F#
java class反编译后的代码还原(一)
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7 、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
张洪财
·
2009-06-23 08:00
java
jvm
jdk
java class反编译后的代码还原(二)
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
张洪财
·
2009-06-23 08:00
java
jvm
jdk
.net
jdbc
class反编译还原
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7 、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
chendang1314
·
2009-03-10 22:00
jvm
jdk
jdbc
openjdk中的同步代码
在java虚拟机中的方法同步synchronized,是通过使用
monitorenter
和monitorexit这两个操作码
xieyj
·
2008-09-16 15:00
thread
虚拟机
oop
java class反编译后的代码还原(二)
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
isiqi
·
2008-07-11 21:00
java
jvm
jdk
.net
jdbc
java class反编译后的代码还原(一)
MISSING_BLOCK_LABEL_30、JVM INSTR ret 7 、JVM INSTR tableswitch 1 3: default 269、 JVM INSTR monitorexit、JVM INSTR
monitorenter
isiqi
·
2008-06-05 22:00
java
jvm
jdk
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他