【精品文档】关于计算机专业的毕业设计论文英文英语外文文献翻译成品资料:数据库和Jython:对象关系映射ORM和JDBC使用(中英文双语对照)
-
资源ID:1471574
资源大小:1.04MB
全文页数:26页
- 资源格式: DOCX
下载积分:299金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
【精品文档】关于计算机专业的毕业设计论文英文英语外文文献翻译成品资料:数据库和Jython:对象关系映射ORM和JDBC使用(中英文双语对照)
1、本文是中英对照毕业设计论文外文文献翻译 下载后直接可用 省去您找文献 pdf 整理成 word 以及翻译的时间 一辈子也就一次的事 文献引用作者出处信息 Josh Juneau Jim Baker Victor Ng Frank Wierzbicki Leo Soto Mu oz The Definitive Guide to Jython Python for the Java Platform 2020 如觉得年份太老 可改为近 2 年 毕竟很多毕业生都这样做 英文 5408 单词 32008 字符 字符就是印刷符 中文 8566 汉字 如果字数多 了 可自行删减 大多数学校都是要求选取外
2、文的一部分内容进行翻译的 Databases and Jython Object Relational Mapping and Using JDBC In this chapter we will look at zxJDBC package which is a standard part of Jython since version 2 1 and complies with the Python 2 0 DBI standard zxJDBC can be an appropriate choice for simple one off scripts where database p
3、ortability is not a concern In addition it s generally necessary to use zxJDBC when writing a new dialect for SQLAlchemy or Django But that s not strictly true you can use pg8000 a pure Python DBI driver and of course write your own DBI drivers But please don t do that So knowing how zxJDBC works ca
4、n be useful when working with these packages However it s too low level for us to recommend for more general usage Use SQLAlchemy or Django if at all possible Finally JDBC itself is also directly accessible like any other Java package from Jython Simply use the java sql package In practice this should be rarely necessary The second portion of this chapter will focus on using object relational mapping with Jython The release of Jython 2 5 has presented many new options for object relational mappi