Jython 链接

news/2024/5/18 23:27:29 标签: jython, weblogic, uml, list, jdbc, python

来源:http://proxy4.smth.org/pc/pccon.php?id=784&nid=29778&order=&tid=2607

Jython Homepage: http://www.jython.org/

Users' mailing list: http://lists.sourceforge.net/lists/listinfo/jython-users
Developers' mailing list: http://lists.sourceforge.net/lists/listinfo/jython-dev

Jim Hugunin's Jython story: http://hugunin.net/story_of_jython.html

You can refer to me as the main maintainer and co-author of Jython Essentials: http://www.oreilly.com/catalog/jythoness/

If you want to give my mail address: pedronis at python.org

I'm a member of the Python Software Foundation: http://www.python.org/psf/.

Another Jython book: Jython for Java Programmers http://www.amazon.com/exec/obidos/ASIN/0735711119/qid%3D1033006782/sr%3D11-1/ref%3Dsr%5F11%5F1/002-1207797-7484845


--------------------------------------------------------------------------------

User sample:

pushtotest TestMaker

http://www.objectdomain.com/products/od/extending.do an UML tool

recent: http://dev2dev.bea.com/codelibrary/code/wlst.jsp An administration tool for BEA WebLogic :)


--------------------------------------------------------------------------------

IBM developerWorks has a bunch of material, some also very recent, on Jython: Charming Jython http://www-106.ibm.com/developerworks/java/library/j-jython.html.

Learn how to write DB2 JDBC tools in Jython http://www-106.ibm.com/developerworks/db2/library/techarticle/dm-0404yang/.

Recent tutorial: http://www-106.ibm.com/developerworks/edu/j-dw-java-jython1-i.html?S_TACT=104AHW02&S_CMP=EDU, http://www-106.ibm.com/developerworks/edu/j-dw-java-jython2-i.html?S_TACT=104AHW02&S_CMP=EDU.


http://www.niftyadmin.cn/n/1373861.html

相关文章

MySQL数据类型(整型,浮点型,日期时间型,字符型)

1 整型:2 浮点型:double类型的存储范围将近是float类型的10倍3 日期时间型:date精确到某一日,datetime精确到时分秒,timestamp时间戳类型4 字符型:char固定字符长度,若没达到,空格补…

RPN自学笔记

作用:RPN是用来提取候选框的网络。 rpn出自Faster R-CNN。Faster R-CNN RPN Fast R-CNN。 上图所示为Faster R-CNN的网络结构。 Faster R-CNN的算法流程可以分为三个步骤: 1.将输入图像输入到特征提取网络中的到特征图 2.使用RPN网络生成候选框&am…

Spring使用@AspectJ开发AOP(零配置文件)

前言: AOP并不是Spring框架特有的。Spring只是支持AOP编程 (面向切面编程) 的框架之一。 概念: 1、切面(Aspect) 一系列Advice Pointcut 的集合。 2、通知(Advice) 通知是切面开启后,切面的方法。 前置通知 ( before ):在动态代理…

好记性不如烂笔头,极光向你发出征文邀请函

2019独角兽企业重金招聘Python工程师标准>>> 由极光举办的征文大赛 :writing_hand:️ ——「我和极光的那些事儿」第三届如约而至!:clap: 过完双十一和双十二,是不是特想剁掉那只买买买的手?:hocho: 千万别 :wave: 手觉得 ta 还能…

Android Bitmap变迁与原理解析(4.x-8.x)

https://juejin.im/post/5b03b38af265da0b796535dd

EfficientNetV2自学笔记

引入了Fused-MBConv模块 引入了渐进式学习策略(训练更快),该方法会根据训练图像的尺寸动态调节正则方法(Dropout,Rand Augment,Mixup)(提高训练速度、准确率)。 在Effi…

九种语言的benchmark

来源:http://www.smth.edu.cn/pc/pccon.php?id860&nid25758&sall Nine Language Performance Round-up: Benchmarking Math & File I/O Type: Dell Latitude C640 NotebookCPU: Pentium 4-M 2GHzRAM: 768MBHard Disk: IBM Travelstar 20GB/4500RPMV…

我的2018年总结

2018年过的真快,4年前期盼的2019年已经来临,2018年对于自己来讲是一个特别的一年,这一年做了很多有用或者没用的事。自己的记性比较差,但是却又懒得去记录,导致一些事或者教训往往在若干年后忘记。所以觉得还是要开始记…