摘要: 下载文件:apache-tomcat-7.0.73.tar.gz 通过共享传到Ubuntu, 复制到/tmp 解压 移动解压后的文件到到/opt/tomcat7,完成可见:/opt/tomcat7/apache-tomcat-7.0.73 修改环境变量 在文件最后加入加入 修改启动和停止脚步 在文件 阅读全文
posted @ 2016-12-10 01:10 Brian Tan 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1、通过共享文件夹,将文件jdk-7u79-linux-x64.tar.gz 复制到/tmp目录下 cp jdk-7u79-linux-x64.tar.gz /tmp 2、解压该文件 tar -zxvf jdk-7u79-linux-x64.tar.gz 3、建立目录sudo mkdir /usr/ 阅读全文
posted @ 2016-12-10 00:03 Brian Tan 阅读(219) 评论(0) 推荐(0) 编辑
摘要: linux:ubuntu 14 安装Linux,使用的ubuntu-14.04.1-desktop-amd64.iso 安装的,这个就不写了。 为了在linux中访问windows的目录,需要安装VMware tool 在VMware菜单或者提示框中点击安装之后,在Ubuntu中看见类似如下状态(V 阅读全文
posted @ 2016-12-09 23:45 Brian Tan 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: Comparison Between Python ORMs For each Python ORM presented in this article, we are going to list their pros and cons here: SQLObject Pros: Cons: Sto 阅读全文
posted @ 2016-11-30 10:13 Brian Tan 阅读(344) 评论(0) 推荐(0) 编辑
摘要: SQLAlchemy SQLAlchemy is an open source SQL toolkit and ORM for the Python programming language released under the MIT license. It was released initia 阅读全文
posted @ 2016-11-30 10:12 Brian Tan 阅读(260) 评论(0) 推荐(0) 编辑
摘要: peewee peewee is a small, expressive ORM. Compared to other ORMs, peewee focuses on the principal of minimalism where the API is simple and the librar 阅读全文
posted @ 2016-11-30 10:08 Brian Tan 阅读(618) 评论(0) 推荐(0) 编辑
摘要: Django's ORM Django is a free and open source web application framework whose ORM is built tightly into the system. After its initial release, Django 阅读全文
posted @ 2016-11-30 10:06 Brian Tan 阅读(239) 评论(0) 推荐(0) 编辑
摘要: Storm Storm is a Python ORM that maps objects between one or more databases and Python. It allows developers to construct complex queries across multi 阅读全文
posted @ 2016-11-30 10:04 Brian Tan 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://pythoncentral.io/sqlalchemy-vs-orms/ Overview of Python ORMs As a wonderful language, Python has lots of ORM libraries besides SQLAlchemy. 阅读全文
posted @ 2016-11-30 10:01 Brian Tan 阅读(139) 评论(0) 推荐(0) 编辑
摘要: SQLObject SQLObject is a Python ORM that maps objects between a SQL database and Python. It is becoming more popular in the programming community due 阅读全文
posted @ 2016-11-30 09:57 Brian Tan 阅读(321) 评论(0) 推荐(0) 编辑