Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 107a86c

Browse files
committed
Site updated: 2018-07-07 10:56:44
1 parent 856b65a commit 107a86c

File tree

64 files changed

+315
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+315
-315
lines changed

2018/05/12/Linux命令操作/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Linux | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="Liunx12时间和空间是不可调和的矛盾硬件和软件在逻辑上是等效的 基础命令12345678910111213141516171819202122232425261. 获取登录信息 -- w/who/last(查看登录历史记录)2. 查看自己使用的Shell -- ps ps -aux | grep nginx 查看进程 3. 查看命令的说明 -- whatis [root@ping ~]#">
1212
<meta name="keywords" content="Linux">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/14/数据库MySQL/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>数据库MySQL | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="数据库MySQL11.Windows系统数据库的安装 - MySQL severs - 5.7全选 - 开发机 - 端口设定默认3306 - next - finish 122.启动服务器 : 1.我的电脑 - 右键管理员 - 服务和应用程序 - 服务 - MySQL2.命令行提示符 - 管理员身份运行 - net start / stop mysql57(启 / 停) 12345678MySQL">
1212
<meta name="keywords" content="MySQL">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/15/PyCharm的快捷键/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>PyCharm的基本快捷键 | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="Windows下Python IDE PyCharm的基本快捷键 1、编辑(Editing) Ctrl + Space 基本的代码完成(类、方法、属性) Ctrl + Alt + Space 快速导入任意类 Ctrl + Shift + Enter 语句完成 Ctrl + P 参数信息(在方法中调用参数) Ctrl + Q 快速查看文档 Shift + F1 外部文档 Ctrl + 鼠标 简介">
1212
<meta name="keywords" content="Python">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/16/MySQL查询/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>关于MySQL查询操作 | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="MySQL查询12345数据库内容(重点):-- 关系型数据库中数据完整性指的是什么-- 1.实体完整性 : 每条记录都是独一无二的(主键/唯一约束/唯一索引)-- 2.参照完整性 : 表中的数据要参照其他表已有的数据(外键)-- 3.域完整性 : 数据是有效的(数据类型/非空约束/默认值约束/检查约束) 12345678910111213141516-- 表的设计原则 : 范式理论(1NF /">
1212
<meta name="keywords" content="MySQL">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/17/HTML/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Web前端 | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="什么是HTML?HTML 是用来描述网页的一种语言。 Tag: Content 装内容装数据 CSS: Display 渲染,显示 JavaScript: Behavior 交互,行为 HTML 指的是超文本标记语言: Hyper Text Markup Language HTML 不是一种编程语言,而是一种标记语言 标记语言是一套标记标签 (markup tag) HTML 使用标记标签">
1212
<meta name="keywords" content="HTML">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/17/Python基础/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Python基础 | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="Python基础 数据类型数字型(Number) 字符型(String) 布尔型(boolean) 空类型(None) 列表型(list) 元组型(tuple) 字典型(dict) 集合型(set) 标准数据类型Python3 中有六个标准的数据类型: 1Number(数字) ​ String(字符串) 1List(列表) ​ Tuple(元组)​ Dictionary(字典)">
1212
<meta name="keywords" content="Python">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/18/非关系型数据库Redis/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>非关系型数据库 | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="非关系型数据库Redis1988 提出了NoSQL (非关系型数据库的补充) 2008/2010 — Big Data(大数据) NoSQL = No SQL NoSQL = No Only SQL 关系型数据库(锁) - 数据价值高强一致性 NoSQL产品: 四大类非关系型数据库 : — Redis - 高速缓存(内存比硬盘快, 内存比硬盘小) - 键值对数据库 — MongoDB">
1212
<meta name="keywords" content="Redis">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/24/Redis主从切换/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Redis主从切换 | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="公网IP:120.79.000.00 uname:查看操作系统 cat /ect/centos-release:查看操作系统版本 ps -ef (| grep &amp;lt;进程名&amp;gt;):查看进程,使用管道可以查询某个进程 top :查看进程,是进程的当前状态一次性快照属于动态查看,ps -ef 是进程过去状态的一次性快照,属于静态查看 netstat -nap:查看进程状态,例如listenin">
1212
<meta name="keywords" content="Redis">
@@ -42,7 +42,7 @@
4242
<div id="header-menu" class="header-menu-pos animated">
4343
<div class="header-menu-container">
4444
<a href="/" class="left">
45-
<span class="site-title">LronLin&#39;s Blog</span>
45+
<span class="site-title">lronLin&#39;s Blog</span>
4646
</a>
4747
<nav id="header-menu-nav" class="right">
4848

@@ -77,22 +77,22 @@
7777
<div id="header-title">
7878

7979
<h2>
80-
LronLin&#39;s Blog
80+
lronLin&#39;s Blog
8181
</h2>
8282

8383
</div>
8484
<div id="header-description">
8585

8686
<h3>
87-
用代码摇滚这个世界 专注 Python 开发
87+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8888
</h3>
8989

9090
</div>
9191
</div>
9292
<nav class="header-nav">
9393
<div class="social">
9494

95-
<a title="LronLin" target="_blank" href="//lronlin.com">
95+
<a title="lronLin" target="_blank" href="//lronlin.com">
9696
<i class="fa fa-home fa-2x"></i></a>
9797

9898
<a title="Github" target="_blank" href="//github.com/lronLin">

2018/05/25/hello-world/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>你好 世界 ! | Hexo</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
88

9-
<meta name="keywords" content="LronLin,LronLin's Blog" />
9+
<meta name="keywords" content="lronLin,lronLin's Blog" />
1010

1111
<meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
1212
<meta property="og:type" content="article">
@@ -41,7 +41,7 @@
4141
<div id="header-menu" class="header-menu-pos animated">
4242
<div class="header-menu-container">
4343
<a href="/" class="left">
44-
<span class="site-title">LronLin&#39;s Blog</span>
44+
<span class="site-title">lronLin&#39;s Blog</span>
4545
</a>
4646
<nav id="header-menu-nav" class="right">
4747

@@ -76,22 +76,22 @@
7676
<div id="header-title">
7777

7878
<h2>
79-
LronLin&#39;s Blog
79+
lronLin&#39;s Blog
8080
</h2>
8181

8282
</div>
8383
<div id="header-description">
8484

8585
<h3>
86-
用代码摇滚这个世界 专注 Python 开发
86+
简洁是智慧的灵魂, 冗长是肤浅的藻饰!
8787
</h3>
8888

8989
</div>
9090
</div>
9191
<nav class="header-nav">
9292
<div class="social">
9393

94-
<a title="LronLin" target="_blank" href="//lronlin.com">
94+
<a title="lronLin" target="_blank" href="//lronlin.com">
9595
<i class="fa fa-home fa-2x"></i></a>
9696

9797
<a title="Github" target="_blank" href="//github.com/lronLin">

0 commit comments

Comments
 (0)