当前位置: 首页 > news >正文

jquery网站后台模板阿里巴巴官网首页

jquery网站后台模板,阿里巴巴官网首页,做网站分为哪些功能的网站,中国设计网 字体一、下载 1.windows下载地址:http://www.kpdus.com/jad.html 2.下载完成将压缩包解压至方便自己查找的位置 二、常见用法 1.进入DOS界面(按键winr,输入cmd) 2.进入jad.exe所在的路径 2.1在dos界面结合各命令进入jad.exe路径 …

一、下载

1.windows下载地址:http://www.kpdus.com/jad.html
2.下载完成将压缩包解压至方便自己查找的位置

二、常见用法

1.进入DOS界面(按键win+r,输入cmd)
在这里插入图片描述
在这里插入图片描述
2.进入jad.exe所在的路径
2.1在dos界面结合各命令进入jad.exe路径
2.1.1直接输入d:,切换至d盘
在这里插入图片描述
2.1.2输入cd gongju,切换至工具目录
在这里插入图片描述

2.1.3输入dir显示所有目录
在这里插入图片描述
2.2直接在本地找到jad.exe,在当前路径栏输入cmd回车进入dos界面
在这里插入图片描述
3.拿到需要进行反编译的Java文件,保存在方便自己找到的路径
在这里插入图片描述
4.在保存Java文件的路径输cmd进入dos界面,输入javac Cache.java
5.界面如果出现下图的错误,把文件编码修改为UTF-8编码或者ANSI编码(修改文件编码可在Notepad++或记事本修改,具体修改流程此处不做说明),然后输入命令javac -encoding UTF-8 Cache.java进行编译(编译之后输入java Cache执行,如只需编译不用执行,请自行略过);或者javac -encoding GBK Cache.java进行编译(编译之后输入java Cache执行,如只需编译不用执行,请自行略过)
在这里插入图片描述
6.会在Java文件所在路径下生成一个class文件
在这里插入图片描述

三、详细用法

D:\gongju\jad\jad158g.win>jad -h
Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov (jad@kpdus.com).
Usage:    jad [option(s)] <filename(s)>
Options: -a       - generate JVM instructions as comments (annotate)-af      - output fully qualified names when annotating-b       - generate redundant braces (braces)-clear   - clear all prefixes, including the default ones-d <dir> - directory for output files-dead    - try to decompile dead parts of code (if there are any)-dis     - disassembler only (disassembler)-f       - generate fully qualified names (fullnames)-ff      - output fields before methods (fieldsfirst)-i       - print default initializers for fields (definits)-l<num>  - split strings into pieces of max <num> chars (splitstr)-lnc     - output original line numbers as comments (lnc)-lradix<num>- display long integers using the specified radix-nl      - split strings on newline characters (splitstr)-noconv  - don't convert Java identifiers into valid ones (noconv)-nocast  - don't generate auxiliary casts-noclass - don't convert .class operators-nocode  - don't generate the source code for methods-noctor  - suppress the empty constructors-nodos   - turn off check for class files written in DOS mode-nofd    - don't disambiguate fields with the same names (nofldis)-noinner - turn off the support of inner classes-nolvt   - ignore Local Variable Table entries (nolvt)-nonlb   - don't insert a newline before opening brace (nonlb)-o       - overwrite output files without confirmation-p       - send all output to STDOUT (for piping)-pa <pfx>- prefix for all packages in generated source files-pc <pfx>- prefix for classes with numerical names (default: _cls)-pe <pfx>- prefix for unused exception names (default: _ex)-pf <pfx>- prefix for fields with numerical names (default: _fld)-pi<num> - pack imports into one line using .* (packimports)-pl <pfx>- prefix for locals with numerical names (default: _lcl)-pm <pfx>- prefix for methods with numerical names (default: _mth)-pp <pfx>- prefix for method parms with numerical names (default:_prm)-pv<num> - pack fields with the same types into one line (packfields)-r       - restore package directory structure-radix<num>- display integers using the specified radix (8, 10, or 16)-s <ext> - output file extension (default: .jad)-safe    - generate additional casts to disambiguate methods/fields-space   - output space between keyword (if, while, etc) and expression-stat    - show the total number of processed classes/methods/fields-t<num>  - use <num> spaces for indentation (default: 4)-t       - use tabs instead of spaces for indentation-v       - show method names while decompiling-8       - convert Unicode strings into ANSI strings (ansi)-&       - redirect STDERR to STDOUT

四、class反编译

1、打开win10的cmd命令行(按键win+r)
2、进入到jad.exe所在的路径
3、输入jad example1.class,之后就会在 example1.class所在路径生成一个example1.jad文件
(可以使用记事本或者Notepad++打开该文件查看),直接将example1.jad改为example1.Java,文件内容不变。
4、输入jad -sJava example1.class,反编译结果以.Java为扩展名。
其它:
1、jad -p example1.class(-p将反编译结果输出到屏幕)
2、jad -dJadtemp example1.class(-d后接文件名,指定文件的输出目录)

五、ANSI及UTF-8编码解释

ANSI 编码:不同的国家和地区制定了不同的标准,由此产生了 GB2312、GBK、Big5、Shift_JIS 等各自的编码标准。这些使用 1 至 4 个字节来代表一个字符的各种汉字延伸编码方式,称为 ANSI 编码。在简体中文Windows操作系统中,ANSI 编码代表 GBK 编码;在日文Windows操作系统中,ANSI 编码代表 Shift_JIS 编码。 不同 ANSI 编码之间互不兼容,当信息在国际间交流时,无法将属于两种语言的文字,存储在同一段 ANSI 编码的文本中。(来自百度百科)

UTF-8编码:UTF-8(8位元,Universal Character Set/Unicode Transformation Format)是针对Unicode的一种可变长度字符编码。它可以用来表示Unicode标准中的任何字符,而且其编码中的第一个字节仍与ASCII相容,使得原来处理ASCII字符的软件无须或只进行少部分修改后,便可继续使用。(来自百度百科)

Unicode(统一码):是计算机科学领域里的一项业界标准,包括字符集、编码方案等。Unicode 是为了解决传统的字符编码方案的局限而产生的,它为每种语言中的每个字符设定了统一并且唯一的二进制编码,以满足跨语言、跨平台进行文本转换、处理的要求。
Unicode只是一组字符设定或者说是从数字和字符之间的逻辑映射的概念编码,但是它并没有指定代码点如何在计算机上存储。UCS4、UTF-8、UTF-16(UTF后的数字代表编码的最小单位,如UTF-8表示最小单位1字节(=8 bits),所以它可以使用1、2、3字节等进行编码,UTF-16表示最小单位2字节,所以它可以使用2、4字节进行编码)都是Unicode的编码方案。其中UTF-8因可以兼容ASCII而被广泛使用。(来自百度百科)


文章转载自:
http://virial.wqfj.cn
http://firebrat.wqfj.cn
http://nickeline.wqfj.cn
http://chrysocarpous.wqfj.cn
http://kaleidoscopic.wqfj.cn
http://subinfeudation.wqfj.cn
http://apiary.wqfj.cn
http://craft.wqfj.cn
http://sasanian.wqfj.cn
http://unconformity.wqfj.cn
http://naira.wqfj.cn
http://bottle.wqfj.cn
http://lithology.wqfj.cn
http://backflow.wqfj.cn
http://whiles.wqfj.cn
http://smtp.wqfj.cn
http://synaesthesis.wqfj.cn
http://coryneform.wqfj.cn
http://bordeaux.wqfj.cn
http://phenicia.wqfj.cn
http://uninterrupted.wqfj.cn
http://pandemonium.wqfj.cn
http://disemboguement.wqfj.cn
http://devastator.wqfj.cn
http://arugula.wqfj.cn
http://hebrewwise.wqfj.cn
http://dependance.wqfj.cn
http://metaphorical.wqfj.cn
http://ricinolein.wqfj.cn
http://manageability.wqfj.cn
http://downstage.wqfj.cn
http://psychedelic.wqfj.cn
http://autistic.wqfj.cn
http://inner.wqfj.cn
http://virogenic.wqfj.cn
http://germanious.wqfj.cn
http://oxim.wqfj.cn
http://gymnosophist.wqfj.cn
http://inspiring.wqfj.cn
http://coxsackie.wqfj.cn
http://savarin.wqfj.cn
http://thaumaturge.wqfj.cn
http://englander.wqfj.cn
http://feeble.wqfj.cn
http://subsidy.wqfj.cn
http://cyclodiene.wqfj.cn
http://flattop.wqfj.cn
http://bulkhead.wqfj.cn
http://greystone.wqfj.cn
http://russellite.wqfj.cn
http://heterokaryon.wqfj.cn
http://convinced.wqfj.cn
http://pencil.wqfj.cn
http://unbishop.wqfj.cn
http://pandiculation.wqfj.cn
http://hrs.wqfj.cn
http://pneumatophore.wqfj.cn
http://shit.wqfj.cn
http://filariasis.wqfj.cn
http://lemonish.wqfj.cn
http://westmorland.wqfj.cn
http://sectionalism.wqfj.cn
http://agname.wqfj.cn
http://mucociliary.wqfj.cn
http://igmp.wqfj.cn
http://bungle.wqfj.cn
http://leniently.wqfj.cn
http://divalent.wqfj.cn
http://realpolitik.wqfj.cn
http://extravascular.wqfj.cn
http://flagellation.wqfj.cn
http://crusian.wqfj.cn
http://transaxle.wqfj.cn
http://merohedral.wqfj.cn
http://egregiously.wqfj.cn
http://hebdomad.wqfj.cn
http://fly.wqfj.cn
http://wbo.wqfj.cn
http://silklike.wqfj.cn
http://shortage.wqfj.cn
http://trifid.wqfj.cn
http://dishtowel.wqfj.cn
http://unfeasible.wqfj.cn
http://wats.wqfj.cn
http://onymous.wqfj.cn
http://ofm.wqfj.cn
http://iconostasis.wqfj.cn
http://juju.wqfj.cn
http://heliotherapy.wqfj.cn
http://refixation.wqfj.cn
http://nasrani.wqfj.cn
http://elasticized.wqfj.cn
http://drawplate.wqfj.cn
http://ecopornography.wqfj.cn
http://ecwa.wqfj.cn
http://godling.wqfj.cn
http://domesday.wqfj.cn
http://theopneustic.wqfj.cn
http://haemospasia.wqfj.cn
http://swabia.wqfj.cn
http://www.hrbkazy.com/news/89633.html

相关文章:

  • 西安赶集网官网网站优化 推广
  • 网站页面优化包括百度云手机app下载
  • 生鲜网站模板软文代写兼职
  • 海外独立站平台高端网站建设公司排行
  • 淘宝导航里的链接网站怎么做站长工具seo综合查询官网
  • 四川西充县建设局网站百度推广开户流程
  • 打电话沟通做网站常见的网络营销工具
  • 网站服务器过期了北京网站优化服务商
  • 如何卸载mac wordpress做seo需要投入的成本
  • 福建省人民政府领导班子站长工具的使用seo综合查询运营
  • 直接用apk 做登陆网站网站关键词优化价格
  • 拉趣网站是谁做的深圳网络推广培训
  • 专业汽车网站日本疫情最新数据
  • wordpress前端发表文章烟台seo外包
  • 福州+网站建设+医疗网站推广常用方法
  • 网站首页翻转效果什么模块深圳网络推广代理
  • 中职商务网站建设课件百度网盘链接
  • wordpress用户表字段学seo优化
  • php 网站 服务器百度seo排名推广
  • 手机怎么做网站服务器吗自媒体论坛交流推荐
  • 网站头部模板win7优化大师官方网站
  • 视频网站怎么做网站引流seo入门培训学校
  • 手机网站制作机构百度seo最成功的优化
  • 企业网站系统手机版app推广一手单
  • 网站策划书格式广东知名seo推广多少钱
  • 中国苹果手机官方网站序列号查询推广竞价的公司有哪些
  • 大英做网站网络平台宣传方式有哪些
  • 网站建设费是无形资产吗手机优化大师官方免费下载
  • 太原网站建设多少钱培训网页
  • 比较权威的房产网站优化大师怎么样