社区
下载资源悬赏专区
帖子详情
ImageGenerationController.class.php下载
PIPI_333
2020-07-18 04:17:00
php程序合成图片添加文字,并进行加粗处理,应用于两张或多张图程序后端处理合成图片、文字,工具类方法
相关下载链接:
//download.csdn.net/download/u012536034/12628639?utm_source=bbsseo
...全文
37
回复
打赏
收藏
ImageGenerationController.class.php下载
php程序合成图片添加文字,并进行加粗处理,应用于两张或多张图程序后端处理合成图片、文字,工具类方法 相关下载链接://download.csdn.net/download/u012536034/12628639?utm_source=bbsseo
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
java反编译工具jad 1.5.8g(可以反编译jdk1.5,1.6)
java反编译工具jad 1.5.8g支持 jdk1.5,jdk1.6。说明很多记住一个万能的命令基本就够用了。jad -sjava -r -8 -o **\*.
class
---------------This is README file for Jad - the fast Java Decompiler.Jad home page: http://www.kpdus.com/jad.htmlCopyright 2001 Pavel Kouznetsov (jad@kpdus.com).0. Please read the disclaimer on the Jad home page.1. Installat
ion
.Unzip jad.zip file into any appropriate directory on your hard drive.This will create two files: - an executable file named 'jad.exe' (Windows *) or 'jad' (*n*x) - this README fileNo other setup is required.2. How to use JadTo decompile a single JAVA
class
file 'example1.
class
' type the following: jad example1.
class
This command creates file 'example1.jad' in the current directory.If such file already exists Jad asks whether you want to overwrite it or not.Opt
ion
-o permits overwriting without a confirmat
ion
.You can omit .
class
extens
ion
and/or use wildcards in the names ofinput files.Opt
ion
-s allows to change output file extens
ion
: jad -sjava example1.
class
This command creates file 'example1.java'. Be careful when usingopt
ion
s -o and -sjava together, because Jad can accidentally overwriteyour own source files.Jad uses JAVA
class
name as an output file name. For example, if
class
file 'example1.
class
' contains JAVA
class
'test1' then Jad will createfile 'test1.jad' rather than 'example1.jad'. If you want to specifyyour own output file name use the output redirect
ion
: jad -p example1.
class
> myexm1.javaOpt
ion
-d allows you to specify another directory for output files,which are created, by default, in the current directory. For example: jad -o -dtest -sjava *.
class
(or jad -o -d test -s java *.
class
, which has the same effect)This command decompiles all .
class
files in the current directory <
smali-2.0.3.jar baksmali-2.0.3.jar
java -jar baksmali-2.0.3.jar -x android.odex java -jar smali-2.0.3.jar out -o
class
es.dex /////////// android 合并apk和odex文件 前提:正确安装JDK和配置环境变量 需要这个apk所在的rom里面的一些jar文件, 都在/system/framework里面:core.jar, ext. jar, framework. jar, android.policy. jar, services. Jar。 当然,这五个是最基本的,有可能还不够,这种情况下面会讲到。 总共分四步: 1. 把
下载
好的smali-2.0.3.jar 和baksmali-2.0.3.jar ,还有rom里面抠出来的5个jar,放到工作目录,然后apk和odex也放到一起。 2. 分解odex文件为
class
文件。 将smali-2.0.3.jar 和baksmali-2.0.3.jar放在d:\odex文件夹下 命令:键入 d:回车 键入cd odex 回车 java -jar baksmali-2.0.3.jar -x a.odex \\a.odex喂odex文件的文件名在键入命令前务必正确安装JDK和配置环境变量 处是你要分解的odex文件的名字,命令完成之后,会生成一个out文件夹,里面就是所有的
class
文件。如果出现问题, 比如什么异常,缺少包什么的,就更到rom里面把出错信息里面要求的包拿出来,放到当前目录下。 3. 将
class
生成为
class
es.dex文件。 命令:java -Xmx512M -jar smali-2.0.3.jar out -o
class
es.dex 4. 把
class
es.dex放入apk里面。
Class
es12 Jar包
下载
Class
es12
Class
es12
Class
es12
Class
es12
My97DatePicker包(WdatePicker.js文件加了详细备注)
My97DatePicker目录是一个整体,不可破坏里面的目录结构,也不可对里面的文件改名,可以改目录名 My97DatePicker.htm是必须文件,不可删除(4.8以后不存在此文件) 各目录及文件的用途: WdatePicker.js 配置文件,在调用的地方仅需使用该文件,可多个共存,以xx_WdatePicker.js方式命名 config.js 语言和皮肤配置文件,无需引入(4.8以后合并入WdatePicker.js) calendar.js 日期库主文件,无需引入 My97DatePicker.htm 临时页面文件,不可删除(4.8以后不存在此文件) 目录lang 存放语言文件,你可以根据需要清理或添加语言文件 目录skin 存放皮肤的相关文件,你可以根据需要清理或添加皮肤文件包 当WdatePicker.js里的属性:$wdate=true时,在input里加上
class
="Wdate"就会在选择框右边出现日期图标,如果您不喜欢这个样式,可以把
class
="Wdate"去掉,另外也可以通过修改skin目录下的WdatePicker.css文件来修改样式
CSS3打造百度贴吧的3D翻牌效果完整实例源码
代码为博客示例代码,http://blog.csdn.net/lmj623565791/article/details/32340227 有问题,博客中留言
下载资源悬赏专区
13,655
社区成员
12,624,797
社区内容
发帖
与我相关
我的任务
下载资源悬赏专区
CSDN 下载资源悬赏专区
复制链接
扫一扫
分享
社区描述
CSDN 下载资源悬赏专区
其他
技术论坛(原bbs)
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章