简介: 该软件破解了10,11g的wrapped PLSQL的格式,,如存储过程等,并且据此做了一个Unwrap的小工具。最新版本增加了对9i的支持。现在提供完整版下载。 使用方法: 输入用户、密码、tnsname -> 连接9i, 10g、11g数据库 -> 选择schema、代码类型 -> 选择代码->Unwrap 或者 直接将加密过的代码输入到wrap text编辑框中(仅10g、11g)->Unwrap
2021-12-05 20:29:19 3.13MB wrap
1
RDPWRAP 更新到win11 21H2版 22000.100 rdpwrap.ini文件和termsrv.dll文件 使用时网络防火墙需要关闭!
2021-11-14 14:09:08 3.63MB rdpwarp更新到win11 win11远程桌面
1
Wrap Look and Feel acts as a decorator for the current Look and Feel. Thus, you can choose any Look and Feel you want and wrap it with Wrap Look and Feel to enable anti-aliasing. Doing so requires a single line of code: import com.l2fprod.common.swing.plaf.wrap.Wrapper; Wrapper.wrap(); No matter which Swing Look and Feel you set, the wrap() method will handle it properly. One line of code is good, but not good enough. We'd be better off with no line of code at all. Frédéric feels the same way and provides the excellent Wrapit class you can use to install the Wrap Look and Feel at runtime: java -classpath wraplf.jar;. Wrapit WebHunter The Wrapit class contains a main() entry point that will install the Wrap Look and Feel and then call the main() entry point of the class passed as the first argument on the command line. This Look and Feel is a powerful tool you can use to enhance the appearance of any Java application, whether you have the source code or not.
2021-09-07 21:43:00 43KB wrap anti
1
一个反编译oracle的wrap包的工具,支持oracle8,9,10,11。
2021-09-06 18:10:40 1.23MB oracle wrap
1
使用vue-ueditor-wrap组件时导入的百度ueditor资源包,如果要恢复百度ueditor图片组件的功能,就去UEditor/dialogs/image/image.html 里面取消屏蔽23,24,25行代码,如果需要查看组件使用放法,请去我主页查看:uve 使用百度ueditor自定义图片上传,在线图片插入,在线图片管理 这篇文章哦
2021-09-02 13:06:39 2.61MB vue ueditor 图片上传
1
包裹! 是我尝试让教师和教育工作者无需成为程序员或网页设计师即可访问交互式学习对象创作。 包裹! 使用简单的文本文件用媒体、文本和交互来填充学习对象。 包裹! 并非旨在作为评估工具,但它将向内容的目标对象提供反馈和自我评估。
2021-07-18 17:02:51 350KB 开源软件
1
为 C++ DLL 生成的 C# 接口的函数Matlab 编码器(带有 Visual Studio 编译器)。 不仅外部函数被包装,结构也被包装,暴露仅托管类和函数给 C# 用户。 已在Visual Studio 2017和Matlab(Coder)2018a组合下进行了测试。 wrap_dll_csharp(filename_prj,filename_cs,namespace_cs,classname_cs,dllfilename_cs) 输入: (可选的) filename_prj : 生成编码的编码器项目(例如'example.prj'); filename_cs : 将被写入的 C-sharp 文件的完整文件名(例如'example1.cs') namespace_cs :C-sharp 文件中使用的命名空间, (例如,'example1') classname_cs :包装外部
2021-07-15 08:57:57 16KB matlab
1
vue-ueditor-wrap 一个“包装”了 UEditor 的 Vue 组件,支持通过 v-model 来绑定富文本编辑器的内容,让 UEditor 的使用简单到像 Input 框一样。 :fire:   :rainbow:   :compass: Installation # vue-ueditor-wrap v3 仅支持 Vue 3 npm i vue-ueditor-wrap@3.x # 或者 yarn add vue-ueditor-wrap@3.x Quick Start 下载 UEditor 编码方式\语言 PHP NET JSP ASP utf8 gbk UEditor 并不支持通过 npm 的方式来安装,vue-ueditor-wrap 也只是一个 Vue 组件,组件本身并不是 UEditor 的 Vue 版。了解 UEditor 基本使用,请参考 。 不同语言的 UEditor,前端部分,并
2021-06-04 10:53:28 28.56MB vue ueditor v-model 附件源码
1
GCM-AES-128加解密及密钥打包aes_wrap
2021-06-03 11:23:14 98KB GCM-AES-128
1
今天,我着重讲解下如下三个内容:希望对大家能有帮助。--分析版本基于Android2.3。1、WRAP_CONTENT、MATCH_PARENT/FILL_PARENT初入Android殿堂的同学们,对这三个属性一定又爱又恨。爱的是使用起来挺爽地---照葫芦画瓢即可,恨的却是时常混淆这几个属性地意义,需要三思而后行。在带着大家重温下这几个属性的用法吧(希望我没有啰嗦)。这三个属性都用来适应视图的水平或垂直大小,一个以视图的内容或尺寸为基础的布局比精确地指定视图范围更加方便。①fill_parent设置一个视图的布局为fill_parent将强制性地使视图扩展至父元素大小。②match_pare
1