上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要: #!/usr/bin/python # encoding: utf-8 '''Spare.py is a starting point for a wxPython program.''' import wx class Frame(wx.Frame): '''Frame class that displays an image''' ... 阅读全文
posted @ 2015-03-09 00:25 aprial 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.pythoner.cn/home/blog/python-xpath-basic-usage/ Pyer发现 业界资讯 相册 第7期:Pythoner技术交流沙龙 关于我们 联系我们 发布时间: pythonercn 8 months, 3 weeks ago 在进行网页抓取的时... 阅读全文
posted @ 2015-02-17 10:45 aprial 阅读(12997) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8import StringIOfrom apihelper import info, info_savefrom lxml import etree, htmlfrom lxml.html.clean import Cleanerstrhtml = '''\ ... 阅读全文
posted @ 2015-02-14 13:48 aprial 阅读(2371) 评论(0) 推荐(0) 编辑
摘要: 转自: http://outofmemory.cn/code-snippet/3939/Python-operation-Windows-niantie-board Python 操作 Windows 粘贴板,实现Ctrl + C 和 Ctrl + V 功能需要先以管理员权限安装PyWin有关windows 粘贴板的相关函数,可以参考: http://msdn.microsoft.com/en-... 阅读全文
posted @ 2015-02-14 12:37 aprial 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-02-14 12:18 aprial 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 1. pydev package Explorer的停靠与内嵌等正常的情况点变成如下:点会最大化怎样还原正常的状态: 阅读全文
posted @ 2015-02-13 21:47 aprial 阅读(1158) 评论(0) 推荐(0) 编辑
摘要: HTML5 本地数据库(SQLite) 示例 2012-05-07 16:21:13 标签:SQLite HTML5 本地数据库 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://supercharles888.blog.51cto.com/609344/856071 ... 阅读全文
posted @ 2015-02-13 07:45 aprial 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.liuhaihua.cn/archives/23475.html Harries 发布于 7天前 分类:编程技术 阅读(15) 评论(0) 最近在网上看到一篇介绍Pythonic编程的文章: Code Like a Pythonista: Idiomatic Python ,其实作者在2006的PyCon会议后就... 阅读全文
posted @ 2015-02-13 07:43 aprial 阅读(562) 评论(1) 推荐(0) 编辑
摘要: # encoding: utf-8 import os import re import subprocess import sys import chardet import scrapy from scrapy.http import Request from scrapy.selector import HtmlXPathSelector f... 阅读全文
posted @ 2015-02-12 08:34 aprial 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 1. 打开MyEclipse 6.0.1,然后“window”→“Preferences” 2. 选择“java”,展开,“Editor”,选择“Content Assist”。 3. 选择“Content Assist”,然后看到右边,右边的“Auto-Activation”下面的“Auto Activation triggers for java”这个选项。... 阅读全文
posted @ 2015-02-11 23:26 aprial 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页