- 博客(11)
- 资源 (1)
- 收藏
- 关注
原创 微信公众平台开发
项目开始主要工具:SAE+微信公众号+Git+Python本地环境(最好已经安装好了Git并配置好了Python IDE,比如Pycharm)整理后的文章地址(带图):http://note.youdao.com/noteshare?id=9d21f38bbcfd4d3fe701800a78f65f0b&sub=5499A5D0234641D3AA9C1AAC72F4286E第一步:重新申...
2018-03-10 20:20:59
1578
1
原创 LeetCode-第一天(英文全是自己翻译的有道+必应)
Two Sum 两个数之和 Given an array of integers, return indices of the two numbers such that they add up to a specific target. 给定一个整型数组,通过返回两个数的索引来实现两个数相加得到一个新的数。 You may assume that each input would have
2017-08-14 13:58:26
733
原创 《Python爬虫开发与项目实战》读书笔记
第一天:关于文件的读取文件读取包括按字节读取和按行进行读取,方法有read()、readlines()、close()>>> f = open(r'c:\text\qiye.txt')>>> f.read()最终结果是乱码问题的解决:参考https://zhidao.baidu.com/question/5611492369004609641. 添加 # -*- cod
2017-08-13 21:41:06
631
原创 爬虫小程序-02
coding=gbkimport urllib.requestimport cookielib在 Python3 中改名为 http.cookiejar 了,如果你用 Python3 的话要注意import http.cookiejar url = “http://www.doyouhike.net/dest”print ((‘第一种方法’)) response1 = urllib.reques
2017-07-03 18:38:50
313
原创 PyCharm下载地址
PyCharm :: Download Latest Version of PyCharmhttp://www.jetbrains.com/pycharm/download/#section=windows选择Community版本:因为免费。。。
2017-07-01 22:28:31
906
原创 爬虫小程序-01
爬虫小程序之01 1.py:python 3x运行测试后的正确代码#!user/bin/env python# -*- coding:gbk -*-# import importlib# importlib.reload(sys)import reimport urllib.request,osimport pymysqlfrom bs4 import BeautifulSoupur
2017-06-16 15:26:25
379
原创 文章标题
1.include 左尖括号iostream右尖括号与include左尖括号 iostream.h右尖括号 的区别 2.include iostream.h 和 #include iostream有什么不同? 一、使用#include <'iostream.h '> #include<iostream.h> int main() { cout<<"h
2017-06-15 21:10:03
330
原创 yinyu
2005年6月六级真题(第1套) Dirtections: For this part,you are allowed 80 minutes to write an eassay commenting on Alert Einstein’s remark “I have no special talents.I am only passionately curious.”You can give
2017-06-14 18:15:23
1314
原创 Py
《A Byte of Python3》和Problem Solving with Algorithms and Data Structures using Python — Problem Solving with Algorithms and Data Structures http://interactivepython.org/courselib/static/pythonds/index.
2017-06-13 19:52:42
413
原创 GitHub
github学习中看过的资源: 1.github中文网_github官网_github社区 2.从0开始学习 GitHub 系列之「初识 GitHub」 -github使用指南 - github账号注册
2017-06-11 11:38:08
14296
原创 Markdown
Markdown 是一种简单的、轻量级的标记语法。学习途径:1.Markdown 语法说明(简体中文版)http://www.appinn.com/markdown/学习简明概括:Markdown 支持两种标题的语法,Setext 和 atx 形式。Setext 形式是用底线的形式,利用 = (最高阶标题)和 - (第二阶标题),Atx 形式在行首插入 1 到 6 个 # ,对应到标题 1 到 6
2017-06-11 11:25:11
259
mshtml.dll文件
2017-07-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人