阅读更多

2顶
0踩

编程语言

原创新闻 JOpenId 1.08发布,新增Maven支持

2010-11-18 07:43 by 见习记者 asklxf 评论(0) 有3540人浏览
JOpenId 1.08版本发布,主要是修复Bug,并新增Maven支持,使用Maven 2.x的同学可以直接添加dependency来使用JOpenId:
<dependency>
  <groupId>org.expressme</groupId>
  <artifactId>JOpenId</artifactId>
  <version>1.08</version>
</dependency>

JOpenId是一个轻巧、快速的支持OpenID 2.0协议的Java客户端(31KB),能够使用户直接通过Google、Yahoo账号登陆第三方Web应用。
项目首页:http://code.google.com/p/jopenid/
2
0
评论 共 0 条 请登录后发表评论

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • 不错的delphi反编译软件

    本人收集到了最好用的delphi反编译工具,很人性化。

  • Delphi工具——反编译Delphi(一)

    反编译Delphi第一节  关于反向工程(About Reverse Engineering)      反编译?反向?解密?(Decompilation? Reverse? Cracking?)      简单的说,反编译是编译过程的反转:把一个可执行文件翻译为更高级语言。假如你丢失了你的Delphi工程的源程序而只有可执行文件:如果源程序已不可得则反向工程(反编译)是有用的。

  • DeDeDark:Delphi 开发者的反编译利器

    DeDeDark:Delphi 开发者的反编译利器 【下载地址】DeDeDarkDelphiexe反编译软件3.50.4 DeDeDark 是一款著名的 DELPHI 反编译工具,专为 Delphi 开发者设计。该软件提供了多语种界面,包括中文,方便用户使用。DeDeDark 支持到 Delphi 7 版本,能够将 De...

  • delphi反编译工具

    著名的delphi反编译工具,带源码,dede3.5

  • delphi 反编译工具

    此工具可以成功反编译delphi源文件代码,尽可能的查找反编译的内容

  • Delphi反编译

    Delphi反编译2008-04-12 03:38<br />转自http://blog.csdn.net/eagletian/ 不知道是不是博主翻译的。感觉好像后面还有很多东西。<br />反编译Delphi<br />第一节 关于反向工程(About Reverse Engineering)<br />反编译?反向?解密?(Decompilation? Reverse? Cracking?)<br />简 单的说,反编译是编译过程的反转:把一个可执行文件翻译为更高级语言。假如你丢失了你的Delphi工程

  • DeDeDark Delphi exe 反编译软件 3.50.4

    DeDeDark Delphi exe 反编译软件 3.50.4 【下载地址】DeDeDarkDelphiexe反编译软件3.50.4 DeDeDark 是一款著名的 DELPHI 反编译工具,专为 Delphi 开发者设计。该软件提供了多语种界面,包括中文,方便用户使用。DeDeDark 支持到 Delphi 7 版本...

  • 探索Delphi奥秘:「Delphi 反编译三剑客」工具集全方位解读

    探索Delphi奥秘:「Delphi 反编译三剑客」工具集全方位解读 delphi反编译三剑客.rar项目地址:https://gitcode.com/open-source-toolkit/21688 在这个软件逆向工程日益重要的时代,有一套工具因其强大的功能和专门针对Delphi程序设计而名声大噪——那就是广受好评的“Delphi 反编译三剑客”。本文将带您领略这套工具的独特魅力,深入探讨其...

  • Delphi反编译工具的源码

    Delphi反编译工具DeDe的源码

  • delphi反编译工具 IDR (Interactive Delphi Reconstructor)

    delphi反编译工具 IDR (Interactive Delphi Reconstructor)

  • 逆向工程 反编译_逆向工程(反编译)Delphi应用程序

    逆向工程 反编译 Read the full article to learn how to Decompile a Delphi application. 阅读全文 ,了解如何反编译Delphi应用程序 。 Related: 有关: Embeding Resources in Delphi program's EXE 在Delphi程序的EXE中嵌入资源 Dynamic Link ...

  • 最强大的delphi反汇编工具

    世上最强大的delphi反汇编工具,可反汇编delphi 编译的exe文件。

  • 专业Delphi反编译工具(DeDeDark) 3.50.4 超强修改版推荐

    专业Delphi反编译工具(DeDeDark) 3.50.4 超强修改版推荐 【下载地址】专业Delphi反编译工具DeDeDark3.50.4超强修改版 专业Delphi反编译工具(DeDeDark) 3.50.4 超强修改版 ...

  • 反编译工具 DeDe V3.10.1527 源码(部分)

    可以将Delphi编译的Exe反汇编成Delphi源程序。效果不错,dfm可以弄出来,不过 Pas 里还是 ASM。

  • 推荐文章:IDR - 您的交互式Delphi反汇编利器

    推荐文章:IDR - 您的交互式Delphi反汇编利器 项目地址:https://gitcode.com/gh_mirrors/id/IDR 1、项目介绍 IDR(Interactive Delphi Reconstructor)是一款专为Windows32环境设计的Delphi反汇编器,能够处理EXE和DLL文件。它的主要目标群体是反病毒软件开发公司,同时也为程序员提供了一种找回遗失源代码的有效...

  • delphi反编译工具 dede3.99

    DeDe is a very fast program that can analyze executables compiled with Delphi 2,3,4,5 and Builder and give you the following: - All dfm files of the target. You will be able to open and edit them with Delphi. - All published methods in well commented ASM code with references to strings, imported function calls, classes methods calls, components in the unit, Try-Except and Try-Finally blocks. (By default DeDe retrieves only the published methods sources, but you may also process another procedure in a executable if you know the RVA offset using the Tools|Disassemble Proc menu.) - A lot of additional information. - You can create a Delphi project folder with all dfm, pas, dpr files. Note: pas files contains the mentioned above well commented ASM code. They can not be recompiled ! You can also: - View the PE Header of all PE Files and change/edit the sections flags. - Use the opcode-to-asm tool for translating intel opcode to assembler. - Use RVA-to-PhysOffset tool for fast converting physical and RVA addresses. - Use the DCU Dumper (view dcu2int.txt for more details) to retrieve near to pascal code of your DCU files. - Use BPL(DPL) Dumper to see BPL exports and create symbol files to use with DeDe disassembler. - Disassemble a target EXE directly from memory in case of a packed exe.

Global site tag (gtag.js) - Google Analytics