你的心如利箭 在风中笔直的飞翔
github DNS ALEXA CDN
jquery JS CSS CSS3 HTML5 svg php --- isux w3cplus

21270

  博客园  :: 首页  ::  ::  ::  :: 管理
上一页 1 2 3 4 5 6 7 ··· 21 下一页

2017年11月26日

摘要: http://blog.csdn.net/marksinoberg/article/details/52137547 Python 文本转语音 文本转为语音(使用Speech API) 需要安装 pywin32 库 蜂鸣器: pyttsx方式 pyttsx 是Python的一个关于文字转语音方面的很 阅读全文
posted @ 2017-11-26 17:36 bjhhh 阅读(10004) 评论(1) 推荐(0) 编辑

2017年11月21日

摘要: 一、元组: tuple Python 的元组与列表类似,不同之处在于元组的元素不能修改。 元组中的元素值是不允许删除的,但我们可以使用del语句来删除整个元组 tup2 = (111, 22, 33, 444, 55, 6, 77 ) for x in (tup2): #遍历 print(x) li 阅读全文
posted @ 2017-11-21 13:49 bjhhh 阅读(1805) 评论(0) 推荐(0) 编辑

2017年11月2日

摘要: Matplotlib是一个Python 2D绘图库,可以跨平台生成各种硬拷贝格式和交互式环境的出版品质量图。 http://matplotlib.org/ matplotlib官网 http://python.jobbole.com/85106/ matplotlib 绘图可视化知识点整理 http 阅读全文
posted @ 2017-11-02 23:18 bjhhh 阅读(443) 评论(0) 推荐(0) 编辑

2017年10月31日

摘要: http://xinwen.eastday.com/a/171030133022120.html 10号发工资和20号发工资,看一个公司是否靠谱 传统招聘网站: http://www.zhaopin.com/ 智联招聘 http://www.51job.com/ 前程无忧 http://www.ch 阅读全文
posted @ 2017-10-31 13:37 bjhhh 阅读(535) 评论(0) 推荐(0) 编辑

2017年10月28日

摘要: arrow是个时间日期库,简洁易用。支持python3.6 https://arrow.readthedocs.io/en/latest/ arrow官网api https://github.com/crsmithdev/arrow arrow的GitHub托管的地址 http://www.ipla 阅读全文
posted @ 2017-10-28 00:29 bjhhh 阅读(2097) 评论(0) 推荐(0) 编辑

2017年10月26日

摘要: https://nodejs.org/ 官网 https://nodejs.org/dist/ 安装包 http://www.runoob.com/nodejs/ 菜鸟 nodejs教程 http://nodejs.cn/api/ nodejs中文网 npm nodejs react Node.js 阅读全文
posted @ 2017-10-26 01:53 bjhhh 阅读(182) 评论(0) 推荐(0) 编辑

2017年10月25日

摘要: https://nodejs.org/en/ 去官网下载(左侧是大众版,右侧是最新的。下载左侧的) 要想用npm,先装node环境 http://nodejs.cn/ Node.js 中文网 http://www.runoob.com/nodejs/ 菜鸟教程nodejs Node.js 是一个基于 阅读全文
posted @ 2017-10-25 16:56 bjhhh 阅读(226) 评论(0) 推荐(0) 编辑

2017年10月22日

摘要: scrapy 一个快速高级的屏幕爬取及网页采集框架 http://scrapy.org/ 官网 https://docs.scrapy.org/en/latest/ Scrapy1.4文档 http://scrapy-chs.readthedocs.io/zh_CN/latest/index.htm 阅读全文
posted @ 2017-10-22 02:36 bjhhh 阅读(410) 评论(0) 推荐(0) 编辑

2017年10月21日

摘要: 数据库查询结果,用json返回: 数据库查询结果,用json返回: 输出json .. 阅读全文
posted @ 2017-10-21 16:05 bjhhh 阅读(3106) 评论(0) 推荐(0) 编辑

摘要: PyAutoGUI 是一个人性化的跨平台 GUI 自动测试模块 pyautogui 库 2017-10-4 pip install pyautogui python pip.exe install pyautogui python3.6下,直接就可以安装了,无须其它依赖 http://blog.cs 阅读全文
posted @ 2017-10-21 15:59 bjhhh 阅读(12505) 评论(2) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 21 下一页