<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[平行空间]]></title><description><![CDATA[Coding The Future]]></description><link>https://blog.csdn.net/Coder_Jeremy</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; Coder_Jeremy]]></copyright><item><title><![CDATA[2019-01-18-Python爬取猫眼电影排行榜]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/86546557</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/86546557</guid><author>Coder_Jeremy</author><pubDate>Fri, 18 Jan 2019 21:11:11 +0800</pubDate><description><![CDATA[
title: Python爬取猫眼电影排行榜
date: 2019-01-18 20:44:16
tags:

python
lxml
requests
json
categories: python


Python爬取猫眼电影排行榜

requests 获取 html
lxml 解析 html
xpath 定位元素
json 存文件

自己写的
import requests
from lx...]]></description><category></category></item><item><title><![CDATA[win10 + Anaconda3 无法安装 Scrapy]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/86513262</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/86513262</guid><author>Coder_Jeremy</author><pubDate>Wed, 16 Jan 2019 19:24:13 +0800</pubDate><description><![CDATA[
WARNING conda.gateways.disk:exp_backoff_fn(49): Uncaught backoff with errno EEXIST 17
ERROR conda.core.link:_execute(507): An error occurred while installing package ‘None’.
NotWritableError: The cur...]]></description><category></category></item><item><title><![CDATA[Numpy基础]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/86512438</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/86512438</guid><author>Coder_Jeremy</author><pubDate>Wed, 16 Jan 2019 18:13:46 +0800</pubDate><description><![CDATA[import numpy as np

np.__version__

'1.15.4'

为什么使用numpy
Python中的List
优点：不对存储的数据类型做约束
缺点：性能低，要检查每个元素的类型
L = [i for i in range(10)]
L

[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

L[5]

5

L[5] = 100
L

[0, 1, 2, 3...]]></description><category></category></item><item><title><![CDATA[脚本编程]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83789471</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83789471</guid><author>Coder_Jeremy</author><pubDate>Tue, 06 Nov 2018 16:23:52 +0800</pubDate><description><![CDATA[[原文链接(https://coderjeremy.github.io/2018/11/06/Shell脚本编程/)
Shell
Shell 是一个用C语言编写的程序，它既是一种命令语言，又是一种程序设计语言。
Shell Script
Shell脚本，用shell编写的脚本程序
First Shell

创建一个.sh为文件后缀的文件，hello.sh
内容如下

#!/bin/bash
#注释...]]></description><category></category></item><item><title><![CDATA[Shell脚本读取用户名和密码序列，并批量创建 Linux 系统的用户]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83789283</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83789283</guid><author>Coder_Jeremy</author><pubDate>Tue, 06 Nov 2018 16:17:02 +0800</pubDate><description><![CDATA[[原文链接，欢迎访问(https://coderjeremy.github.io/2018/11/06/Shell读取文件并批量添加用户/)

在linux中要求从一个文件中读取用户名和密码，并批量添加账户

文件格式：
[root@localhost jeremy]# cat users.list 
apple 12345
banana 123456
orange 123123
pear 123...]]></description><category></category></item><item><title><![CDATA[NexT 6 添加字数和阅读时间统计]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588674</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588674</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:38:15 +0800</pubDate><description><![CDATA[打开hexo目录，运行git bush，安装插件
$ npm install hexo-symbols-count-time --save
修改博客配置文件，添加以下代码
symbols_count_time:
symbols: true
time: true
total_symbols: true
total_time: true

修改主题配置文件，搜索symbols_count_time，快...]]></description><category></category></item><item><title><![CDATA[Linux常用命令]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588671</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588671</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:37:47 +0800</pubDate><description><![CDATA[终端
# clear		#清空当前终端命令历史记录
# exit		#退出终端

关机和重启
# reboot	#重启
# shutdown -r now	#重启。等同reboot
# shutdown -h now	#关机，慎用，通常情况远程服务器关机后，物理机无法重启
# halt	#关机，慎用

目录和文件操作
# cd &amp;lt;directory&amp;gt;	#切换到指定目录下，参数可使用通配...]]></description><category></category></item><item><title><![CDATA[Linux文件管理及操作]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588656</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588656</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:35:20 +0800</pubDate><description><![CDATA[Linux 系统目录结构
/bin：
bin 是 Binary 的缩写，这个目录存放着最经常使用的命令。实际上是链接到/usr/bin。
/boot：
这里存放的是启动 Linux 时使用的一些核心文件，包括一些连接文件以及镜像文件。
/dev ：
dev 是 Device(设备)的缩写，该目录下存放的是 Linux 的外部设备，在 Linux 中访问设备的方式和访问文件的方式是相同的。
/etc...]]></description><category></category></item><item><title><![CDATA[Linux修改密码]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588653</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588653</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:34:58 +0800</pubDate><description><![CDATA[修改/重置普通用户密码

passwd #用于当前操作用户自行修改密码。注意：修改密码时，需要输入当前操作用户的当前密码。root 用户也可使用此命令修改自行修改密码。
passwd &amp;lt;用户名&amp;gt; #此命令只能由 root 用户执行，当前用户是 root时，可更改任意其它用户的密码

修改/重置 root 用户密码
重置root密码
如果 root 用户密码忘记，需要重置 root 密码...]]></description><category></category></item><item><title><![CDATA[Linux磁盘管理]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588647</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588647</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:34:41 +0800</pubDate><description><![CDATA[列出磁盘使用量df
# df [‐ahikHTm] 目录或文件名


-a ：列出所有的文件系统，包括系统特有的 /proc 等文件系统；
-k ：以 KBytes 的容量显示各文件系统；
-m ：以 MBytes 的容量显示各文件系统；
-h ：以人们较易阅读的 GBytes，MBytes，KBytes 等格式显示；
-H ：以 M=1000K 取代 M=1024K 的进位方式；
-T ：显示文...]]></description><category></category></item><item><title><![CDATA[Linux文件基本属性及权限设置]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588642</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588642</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:34:21 +0800</pubDate><description><![CDATA[文件基本属性
[jeremy@localhost ~]$ ll
total 0
drwxrwxr-x. 2 jeremy jeremy 110 Oct 17 20:11 aaa
drwxrwxr-x. 3 jeremy jeremy  30 Oct  6 20:43 bbb
drwxr-xr-x. 2 jeremy jeremy   6 Oct 17 16:27 Desktop
drwxr-xr-...]]></description><category></category></item><item><title><![CDATA[Linux用户管理]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588636</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588636</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:34:00 +0800</pubDate><description><![CDATA[系统用户账号的管理
添加用户
# useradd &amp;lt;选项&amp;gt; 用户名  	#添加新的用户账号



-c comment 指定一段用户注释性描述。
-d 目录，指定用户主目录，如果此目录不存在，则同时配合使用
-m 选项，可以自动创建主目录。
-g 用户组，指定用户所属的用户组（主组）。
-G 用户组，指定用户所属的附加组（可指定多个，当然并不建议太多个）。
-s Shell 文件，指定...]]></description><category></category></item><item><title><![CDATA[Quicksort快速排序算法]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588628</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588628</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:33:33 +0800</pubDate><description><![CDATA[快速排序算法
思想：二分法，分治法，递归
排序实例
6	1	2	7	9	3	4	5	10	8
6为基准，也就是temp
先从右找第一个比基准数小的，再从左找第一个比基准数大的，进行交换，这里必须从右边先找的原因是因为基准数定的是最左的数。

如果选取最左边的数a[left]作为基准数，那么先从右边开始可保证i，j在相遇时，相遇数是小于基准数的，交换之后temp所在位置的左边都小于temp。但先从左...]]></description><category></category></item><item><title><![CDATA[计算机网络物理层]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588620</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588620</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:32:42 +0800</pubDate><description><![CDATA[物理层的主要任务
确定与传输媒体的接口有关的一些特性：

机械特性
电气特性
功能特性
过程特性

传输方式的转换

数据在计算机中多采用*** 并行传输 *** 方式
数据在通信线路上的传输方式一般是*** 串行传输 ***

数据通信的基础知识
数据通信系统的模型
{% asset_img 数据通信系统的模型.png 数据通信系统的模型 %}
数据通信基本概念

模拟信号（连续信号） ：一般是...]]></description><category></category></item><item><title><![CDATA[如何给Hexo正确添加RSS订阅]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/83588604</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/83588604</guid><author>Coder_Jeremy</author><pubDate>Wed, 31 Oct 2018 18:31:42 +0800</pubDate><description><![CDATA[安装feed插件

本地hexo目录下运行git bash here
输入指令npm install hexo-generator-feed
等待安装完成

添加配置文件

打开hexo目录下配置文件_config.yml，末尾添加以下配置


# Extensions
## Plugins: http://hexo.io/plugins/
#RSS订阅
plugin:
- hexo-genera...]]></description><category></category></item><item><title><![CDATA[mysql-8.0.11-winx64.zip安装教程详解]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/81156386</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/81156386</guid><author>Coder_Jeremy</author><pubDate>Sun, 22 Jul 2018 17:13:27 +0800</pubDate><description><![CDATA[mysql-8.0 安装教程（自定义配置文件，密码方式已修改） 

cmd指令”net start mysql”后提示“‘net’不是内部或外部命令


  环境变量-&amp;gt;系统变量-&amp;gt;path，在“变量值”对话框里面加“C:\windows\system32“，这是cmd.exe存在的路径，然后点确定就可以了。
...]]></description><category></category></item><item><title><![CDATA[MyEclipse 2017ci 解决HTML5中文乱码问题]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/80902464</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/80902464</guid><author>Coder_Jeremy</author><pubDate>Tue, 03 Jul 2018 18:16:40 +0800</pubDate><description><![CDATA[中文显示乱码问题 本质上是编码解码方式不匹配造成

解码原因造成


  步骤一 ：  在&amp;lt;head&amp;gt; &amp;lt;/head&amp;gt;中添加    &amp;lt;meta charset=&quot;utf-8&quot;&amp;gt;





  charset 属性规定 HTML 文档的字符编码,告诉浏览器要用utf-8来解释


测试无法解决进行下一步

编码原因造成（myeclipse 编码出错）

步骤二：
...]]></description><category></category></item><item><title><![CDATA[Windows下Mysql5.7忘记root密码的解决方法]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/73928028</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/73928028</guid><author>Coder_Jeremy</author><pubDate>Thu, 29 Jun 2017 21:01:05 +0800</pubDate><description><![CDATA[1、 首先检查mysql服务是否启动，若已启动则先将其停止服务，可在开始菜单的运行，使用命令：net stop mysql 打开第一个cmd窗口，切换到mysql的bin目录，运行命令：mysqld --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --skip-grant-tables（my.ini配置文件默认和安装目录不]]></description><category></category></item><item><title><![CDATA[(虚拟继承)Problem C: 学生干部虚基类]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/70144719</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/70144719</guid><author>Coder_Jeremy</author><pubDate>Wed, 12 Apr 2017 16:36:09 +0800</pubDate><description><![CDATA[Problem C: 学生干部虚基类Time Limit: 1 Sec  Memory Limit: 2 MB 
Submit: 1736  Solved: 1135 
[Submit][Status][Web Board]Description基于Student(学生)类和Cadre（干部）类，采用多重继承方式由这两个类派生出新类Student_Cadre（学生兼干部）。 
这两个基类均继承自Pe]]></description><category></category></item><item><title><![CDATA[（继承）Problem C: 家教课程]]></title><link>https://blog.csdn.net/Coder_Jeremy/article/details/70139091</link><guid>https://blog.csdn.net/Coder_Jeremy/article/details/70139091</guid><author>Coder_Jeremy</author><pubDate>Wed, 12 Apr 2017 09:42:57 +0800</pubDate><description><![CDATA[Problem C: 家教课程Description老师都是穷人，所以需要经常去外面搞点兼职啥的。可是除了上课，啥也不会啊。所以就只好做家教了。现在请利用面向对象的思想设计这样一个系统。具有如下类：
Person类：有一个string类型的属性，表明对象的名字。是Student和Teacher的父类。
Student类：是Person类的子类，拥有一个int类型的属性，表明对象的序号。
Teache]]></description><category></category></item></channel></rss>