摘要:
数据库相关 py-postgresql是一个纯Python实现的Postgresql驱动. 关于Postgresql的Python驱动用的比较多的可能是psycopg, 但目前psycopg没有Python3的版本 SQLAlchemy is not just an ORM. 开发中的SQLAlchemy0.6提供Python3支持网络/Web框架 httplib2 Python带有2个库用于和H... 阅读全文
随笔档案-2009年11月
解决windows下 gvim菜单乱码
2009-11-11 15:38 by Aggron, 2172 阅读, 收藏,
摘要:
用gvim打开xml文件出现乱码,于是将在_vimrc中 set encoding=utf-8 菜单不可避免的出现了乱码。google解决方案,大多数不可用。于是将以前的_vimrc删掉,加入以下代码: set nocompatibleset backspace=2 source $VIMRUNTIME/vimrc_example.vimif has('win32') source $VIMRU... 阅读全文
浙公网安备 33010602011771号