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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年10月19日

摘要: #!/usr/bin/env python#encoding=utf-8"""2010.10.19v0.1获取图片"""import socket as original_socketoriginal_socket.setdefaulttimeout(10)import sysreload(sys)sys.setdefaultencoding(sys.stdout.encoding)import ... 阅读全文
posted @ 2010-10-19 22:04 lexus 阅读(343) 评论(0) 推荐(0)

摘要: 新增网商《考奇》,索引网商达到24家更新修复万客商城数据 阅读全文
posted @ 2010-10-19 20:04 lexus 阅读(147) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python#encoding=utf-8from sqlalchemy.ext.sqlsoup import SqlSoupfrom sqlalchemy import *import datetimefrom elixir import *db = create_engine("mysql://root:1111t@localhost:3306/search?ch... 阅读全文
posted @ 2010-10-19 11:12 lexus 阅读(761) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python#encoding=utf-8from sqlalchemy.ext.sqlsoup import SqlSoupfrom sqlalchemy import *import datetimefrom elixir import *db = create_engine("mysql://root:1111t@localhost:3306/search?ch... 阅读全文
posted @ 2010-10-19 11:05 lexus 阅读(289) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python#encoding=utf-8from sqlalchemy.ext.sqlsoup import SqlSoupfrom sqlalchemy import *import datetimefrom elixir import *db = create_engine("mysql://root:1111t@localhost:3306/search?ch... 阅读全文
posted @ 2010-10-19 10:37 lexus 阅读(480) 评论(0) 推荐(0)

摘要: [CPyUG] SQLAlchemy对多条数据批量更新的问题byGaicitadieApr 12, 2010; 11:50pm:: Rate this Message:- Use ratings to moderate (?)Reply|Print|View Threaded|Show Only this Message假设有一个表 News,有一个字段tid,部分记录的tid为0,我想把tid为... 阅读全文
posted @ 2010-10-19 08:22 lexus 阅读(4363) 评论(0) 推荐(0)