浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 630 下一页

2012年12月11日

摘要: CentOS下python-mysqldb安装_redice's BlogCentOS下python-mysqldb安装 日期:2011-04-17| 来源:未知| 作者:redice| 1249 人围观| 1 人鼓掌了! 鲲鹏Web数据抓取 - 专业Web数据采集服务提供者(1)pyhton shell下导入MySQLdb失败。(2)下载解压MySQL-python。h... 阅读全文
posted @ 2012-12-11 17:52 lexus 阅读(168) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python#encoding=utf-8import sysreload(sys)sys.setdefaultencoding("utf-8")import MySQLdbmysql=MySQLdb.connect(host="10.10.243.182",user="root",passwd="123",db="pop_cis_uat",charset="utf8... 阅读全文
posted @ 2012-12-11 17:48 lexus 阅读(285) 评论(0) 推荐(0)

摘要: MySQLdb User's GuideMySQLdb User's GuideContentsIntroductionInstallation_mysqlMySQL C API translationMySQL C API function mappingSome _mysql examplesMySQLdbFunctions and attributesConnection ObjectsCu... 阅读全文
posted @ 2012-12-11 17:29 lexus 阅读(142) 评论(0) 推荐(0)

摘要: Making queries -- 模型的数据库查询Making queries -- 模型的数据库查询by Jian Lee 参考 Making queries Creating objects Saving changes to objects Saving ForeignKey and ManyToManyField fields Retrieving object... 阅读全文
posted @ 2012-12-11 15:03 lexus 阅读(351) 评论(0) 推荐(0)

摘要: Django Raw and Raw SQLDjango Raw and Raw SQLpublished on 02 Mar 2010Django Raw is pretty sweet. Basically, you use it like so:from models import Model query = "SELECT * FROM model" models = Model.obj... 阅读全文
posted @ 2012-12-11 11:26 lexus 阅读(275) 评论(0) 推荐(0)

摘要: C语言杂谈之一-----内存管理(初级) http://my.oschina.net/zhcosin/blog/94583 阅读全文
posted @ 2012-12-11 08:19 lexus 阅读(156) 评论(0) 推荐(0)

摘要: centos daemon make and install http://my.oschina.net/u/136923/blog/94957 阅读全文
posted @ 2012-12-11 01:11 lexus 阅读(165) 评论(0) 推荐(0)

摘要: FastFlow 2.0 发布,多核编程框架 http://www.oschina.net/news/35597/fastflow-2-0 阅读全文
posted @ 2012-12-11 01:09 lexus 阅读(250) 评论(0) 推荐(0)

摘要: ePub编辑器 Sigil 0.6.2 发布 http://www.oschina.net/news/35607/sigil-0-6-2 阅读全文
posted @ 2012-12-11 01:07 lexus 阅读(298) 评论(0) 推荐(0)

摘要: Intel 发布 Android 模拟器的 x86 系统映像 http://www.oschina.net/news/29322/intel-releases-x86-system-image-android-emulator 阅读全文
posted @ 2012-12-11 00:59 lexus 阅读(229) 评论(0) 推荐(0)

2012年12月10日

摘要: 《学习Go语言》中文版 » Some reminiscences, some memories学习Go语言》中文版Add comments这是关于来自Google 的Go 语言的简介。目标是为这个新的、革命性的语言提供一个指南。什么是Go?来自于网站:Go 编程语言是一个使得程序员更加有效率的开源项目。Go 是有表达力、简洁、清晰和有效率的。它的并行机制使其很容易编写多核和网络应用,而新奇的类型系... 阅读全文
posted @ 2012-12-10 23:27 lexus 阅读(211) 评论(0) 推荐(0)

摘要: vi /etc/apt/sources.listhttp://cran.r-project.org/bin/linux/ubuntu/deb http://cran.r-project.org/bin/linux/ubuntu lucid/&UBUNTU PACKAGES FOR R Announcement: Due to sever issues, the Ubuntu CRAN pack... 阅读全文
posted @ 2012-12-10 21:11 lexus 阅读(343) 评论(0) 推荐(0)

摘要: vi /etc/apt/sources.listhttp://cran.r-project.org/bin/linux/ubuntu/deb http://cran.r-project.org/bin/linux/ubuntu lucid/&UBUNTU PACKAGES FOR R Announcement: Due to sever issues, the Ubuntu CRAN pack... 阅读全文
posted @ 2012-12-10 21:01 lexus 阅读(740) 评论(0) 推荐(0)

摘要: Change font size quickly - Vim Tips WikiChange font size quickly Edit History Talk01,612pages on this wikiDuplicate tipThis tip is very similar to the following:VimTip414 These tips need to be ... 阅读全文
posted @ 2012-12-10 11:49 lexus 阅读(262) 评论(0) 推荐(0)

摘要: python manage.py runserver 0.0.0.0:8000 - zkz的专栏 - 博客频道 - CSDN.NET python manage.py runserver 0.0.0.0:8000 2010-04-07 19:09 423人阅读 评论(1) 收藏 举报Changing the portBy default, therunservercommand starts th... 阅读全文
posted @ 2012-12-10 11:30 lexus 阅读(348) 评论(0) 推荐(0)

摘要: 《C标准库》((美)普劳格)【摘要 书评 试读】- 京东图书C标准库 阅读全文
posted @ 2012-12-10 10:49 lexus 阅读(158) 评论(0) 推荐(0)

摘要: Python使用cookielib和urllib2模拟登陆新浪微博并抓取数据 http://my.oschina.net/leopardsaga/blog/94774 阅读全文
posted @ 2012-12-10 09:15 lexus 阅读(280) 评论(0) 推荐(0)

摘要: Hetty 1.2.4 发布,高性能的 RPC 框架 http://www.oschina.net/news/35524/hetty-1-2-4 阅读全文
posted @ 2012-12-10 09:14 lexus 阅读(209) 评论(0) 推荐(0)

摘要: TreeFrog 1.1 发布,C++ Web 应用开发框架 http://www.oschina.net/news/35574/treefrog-1-1 阅读全文
posted @ 2012-12-10 09:12 lexus 阅读(206) 评论(0) 推荐(0)

摘要: Battle for Wesnoth 1.11.1 发布,韦诺之战 http://www.oschina.net/news/35588/battle-for-wesnoth-1-11-1 阅读全文
posted @ 2012-12-10 09:11 lexus 阅读(155) 评论(0) 推荐(0)

上一页 1 ··· 267 268 269 270 271 272 273 274 275 ··· 630 下一页