Skip to content

Commit

Permalink
Docs: 整理文章分类
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Apr 18, 2022
1 parent edd21b6 commit 15ebf4e
Show file tree
Hide file tree
Showing 56 changed files with 91 additions and 90 deletions.
2 changes: 1 addition & 1 deletion content/posts/Arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Arrays 类及基本使用
date: 2019-01-18 13:13:10
tags: ["Java","Collator","Comparator"]
categories: ["Backend"]
categories: ["Java"]
---

### 主要方法
Expand Down
2 changes: 1 addition & 1 deletion content/posts/HelloJava/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 用记事本编写第一个 java 程序
date: 2019-04-19 19:49:54
tags: ["Java"]
categories: ["Backend"]
categories: ["Java"]
---

> 之所以用记事本来写不是为了装 X 或者什么的。反而恰恰是返璞归真,因为在用 java 语言进行程序开发时,首先是以纯文本的方式编写所有的 java 源程序,并保存成以`.java`为后缀的文件;然后将这些源程序用`javac`编译成`.class`后缀名的字节代码文件;字节代码不是被本地处理器执行的代码,而是能够被 java 虚拟机(JVM)执行的代码。最后用 java 运行工具在 JVM 执行 java 应用程序。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/JavaException/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 模拟借书系统(java 异常练习)
date: 2019-05-01 16:52:21
tags: ["Java"]
categories: ["Backend"]
categories: ["Java"]
featuredImage: "/posts/javaexception/images/1.png"
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/QFrame/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 匿名类在可视化界面中的应用
date: 2019-03-15 22:31:28
tags: ["GUI","Java"]
categories: ["Backend"]
categories: ["Java"]
---

> java 中匿名类用的最多的地方就是可视化界面设计中,特别是将`事件监听器`注册到某个组件上的时候。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/RegexDemo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: java 正则表达式练习
date: 2019-04-18 22:04:21
tags: ["regex","Java"]
categories: ["Backend"]
categories: ["Java"]
---

# 邮箱
Expand Down
2 changes: 1 addition & 1 deletion content/posts/SingleThreadDown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: java 实现一个单线程的资源下载器
date: 2019-05-08 20:55:02
tags: ["GUI","URLConnection","HTTP","Java"]
categories: ["Backend"]
categories: ["Java"]
featuredImage: "/posts/singlethreaddown/images/1.png"
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/async-defer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: script 的三种加载方式 (async, defer)
date: 2019-09-08 11:47:50
tags: ["JavaScript","defer","async"]
categories: ["Frontend"]
categories: ["JavaScript"]
featuredImage: "/posts/async-defer/images/async_vs_defer.svg"
license: '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
---
Expand Down
2 changes: 1 addition & 1 deletion content/posts/biaoshi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: java 标识符
date: 2019-01-14 15:07:57
tags: ["Java"]
categories: ["Backend"]
categories: ["Java"]
---

### 标识符:
Expand Down
2 changes: 1 addition & 1 deletion content/posts/byteio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 文件加密解密(字节流)
date: 2019-05-02 23:04:32
tags: ["Java"]
categories: ["Backend"]
categories: ["Java"]
---

> 基本功能: 给定一个密钥,读取文件内容,加密后,输出到另外一个文件。<br/><br/>
Expand Down
2 changes: 1 addition & 1 deletion content/posts/console-log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: hexo 博客自定义 console log
date: 2018-08-04 16:19:06
tags: ["hexo","JavaScript"]
categories: ["Frontend"]
categories: ["JavaScript"]
---

看到知乎,百度的页面 F12 检查后都会有一些有趣的招聘信息。于是乎我也想给我的博客加一个。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/crash-cheat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 网页离开时改变标题“崩溃欺骗”
date: 2018-09-26 16:36:08
tags: ["JavaScript","hexo"]
categories: ["Frontend"]
categories: ["JavaScript"]
---

> 从暑假到现在有好几个小伙伴问我博客的标题怎么变来变去的,不想再和每个人都说一遍了,耽误时间,索性写一下。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/csdnvisiter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- Python
categories:
- 瞎折腾
- Backend
- Python
toc:
enable: false
---
Expand Down
2 changes: 1 addition & 1 deletion content/posts/daka/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- HTTP
categories:
- 瞎折腾
- Backend
- Python
featuredImage: "/posts/daka/images/result.png"
license: '<a rel="license external nofollow noopener noreffer" href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank">CC BY-NC 4.0</a>'
---
Expand Down
2 changes: 1 addition & 1 deletion content/posts/duixiang.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 面向对象基础知识总结
date: 2019-01-15 16:07:31
tags: ["面向对象","Java"]
categories: ["Backend"]
categories: ["Java"]
---

### 面向对象思想(理解)
Expand Down
2 changes: 1 addition & 1 deletion content/posts/fanxing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: java 泛型 test
date: 2019-03-16 13:56:01
tags: ["泛型","Java"]
categories: ["Backend"]
categories: ["Java"]
---

> - 泛型方法,它在修饰符后,返回值类型前增加了类型参数 (<>)
Expand Down
2 changes: 1 addition & 1 deletion content/posts/href-301.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 使用 js 准确获取当前页面 url 网址信息及 301 重定向实战
date: 2018-10-28 14:22:00
tags: ["redirect","JavaScript","他山之石"]
categories: ["Frontend"]
categories: ["JavaScript"]
---

### 获取链接(转)
Expand Down
2 changes: 1 addition & 1 deletion content/posts/http2https/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: vps 配置 ssl 及 https 重定向
date: 2019-03-28 19:40:54
tags: ["SSL","redirect","CDN","JavaScript","server"]
categories: ["Frontend"]
categories: ["Grocery"]
---

> 记录自己在配置 vps 及博客 SSL 证书时遇到的问题。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ifzhushi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 条件注释判断浏览器版本<!--[if lt IE 9]>;
date: 2019-05-10 13:08:27
tags: ["HTML","他山之石"]
categories: ["Frontend"]
categories: ["Grocery"]
toc:
enable: false
---
Expand Down
2 changes: 1 addition & 1 deletion content/posts/imgurl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 宝塔面板安装 ImgURL 图床
date: 2019-05-16 20:31:33
tags: ["ImgURL","宝塔面板"]
categories: ["Backend"]
categories: ["Grocery"]
featuredImage: "/posts/imgurl/images/1.png"
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: java 录入数据
date: 2019-01-14 15:33:46
tags: ["Java"]
categories: ["Backend"]
categories: ["Java"]
---
### 记忆格式:
(1) 导包:
Expand Down
2 changes: 1 addition & 1 deletion content/posts/jicheng.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: java 继承 test
date: 2019-01-24 15:07:50
tags: ["Java"]
categories: ["Backend"]
categories: ["Java"]
---

{{< admonition quote >}}
Expand Down
2 changes: 1 addition & 1 deletion content/posts/js-device.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: js 判断用户设备类型及平台
date: 2018-11-03 23:35:44
tags: ["JavaScript","他山之石"]
categories: ["Frontend"]
categories: ["JavaScript"]
---
> 转自 https://www.cnblogs.com/coober/p/6594379.html
Expand Down
2 changes: 1 addition & 1 deletion content/posts/jsoninfo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Python 如何操作 Json?
date: 2019-05-07 18:42:47
tags: ["Python","JSON","他山之石"]
categories: ["Backend"]
categories: ["Python"]
featuredImage: "/posts/jsoninfo/images/1.jpg"
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/less-sass-scss.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: less&sass&scss
date: 2021-06-22 16:39:47
tags: ["less","sass","scss"]
categories: ["Frontend"]
categories: ["CSS"]
---

> Sass 和 Less 都屬於 **CSS 前置處理器**,CSS 前置處理器定義了一種新的語言,其基本思想是,用一種專門的程式設計語言,為 CSS 增加了一些程式設計的特性,將 CSS 作為目標生成檔,然後開發者就只要使用這種語言進行 CSS 的編碼工作。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/lightbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Lightbox
date: 2021-06-21 16:18:04
tags: ["Lightbox","JavaScript"]
categories: ["Frontend"]
categories: ["JavaScript"]
---

# 簡介
Expand Down
2 changes: 1 addition & 1 deletion content/posts/linkcard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 模仿知乎卡片式链接
date: 2019-03-15 15:21:39
tags: ["JavaScript","hexo"]
categories: ["Frontend"]
categories: ["JavaScript"]
---

> 模仿知乎的卡片式链接,idea 来自 [兰州小红鸡]
Expand Down
2 changes: 1 addition & 1 deletion content/posts/mathclass.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: java 猜数字小游戏(Math 类)
date: 2019-01-15 17:33:28
tags: ["Java"]
categories: ["Backend"]
categories: ["Java"]
---

> 大一刚学 c 的时候以前写过 [c 语言版](https://github.com/Lruihao/Grocery/tree/master/C%26C%2B%2B) 的。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/mmtimgpy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- Python
categories:
- 瞎折腾
- Backend
- Python
---

> 以下程序对 [该网址](https://hw.xiezixiansheng.com/mobile.php?c=Grzkreader&a=fontshowPics&u=qbfRl8gPF2s-&z=Kqz%2FRroVGYc-&share=1&from=singlemessage) 内的手写体图片进行爬取!这个手写体是我在手机上通过《手迹造字》app 书写的,大概 6886 个字符,历时两年多,目前仍在修改中。[字体效果查看](/projects/font-mmt/)
Expand Down
2 changes: 1 addition & 1 deletion content/posts/ms-html-css.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 前端面试题-HTML+CSS
date: 2019-03-30 22:58:39
tags: ["HTML","CSS","Summaries"]
categories: ["Frontend","Memo"]
categories: ["Memo"]
---

> [原文链接](https://github.com/ltadpoles/web-document/tree/master/Other)
Expand Down
2 changes: 1 addition & 1 deletion content/posts/mx2wx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: python 实战:模拟 post 请求定时获取后台数据并打包发送至微信
date: 2019-05-11 17:02:31
tags: ["Python","wxpy","pyinstaller","HTTP","JSON","Cron"]
categories: ["Backend"]
categories: ["Python"]
---

> 用 python 模拟 post 请求获取“麻小科技”示例酒店后台的数据,再打包发送至指定的微信群或者好友。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/night.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 网页夜间效果
date: 2018-09-27 13:13:31
tags: ["JavaScript"]
categories: ["Frontend"]
categories: ["JavaScript"]
---

> 这几天看到别人的博客有开关灯效果,就想给自己的博客也加一个,其实以前就在想了。经过谷歌百度后这样实现了。`css+js`
Expand Down
2 changes: 1 addition & 1 deletion content/posts/phpPushUrl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-09-28 18:32:42
tags:
- PHP
categories:
- Backend
- PHP
---

> php 主动推送站点链接到百度站长,神马站长进行 SEO。
Expand Down
2 changes: 1 addition & 1 deletion content/posts/phpfile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-09-28 17:11:17
tags:
- PHP
categories:
- Backend
- PHP
---

# 普通方法
Expand Down
2 changes: 1 addition & 1 deletion content/posts/phpform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-07-19 11:38:59
tags:
- PHP
categories:
- Backend
- PHP
---

> 简单模仿了一个评论模板,当然肯定是没有博客的 valine 这么强大的 hhhh,
Expand Down
2 changes: 1 addition & 1 deletion content/posts/phpfunc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-07-15 11:37:33
tags:
- PHP
categories:
- Backend
- PHP
---

> 练习 php 函数的基本使用。
Expand Down
3 changes: 2 additions & 1 deletion content/posts/player/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ tags:
- Layui
- MySQL
categories:
- Backend
- 瞎折腾
- PHP
featuredImage: "/posts/player/images/index.png"
---

Expand Down
2 changes: 1 addition & 1 deletion content/posts/posttest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- Python
- HTTP
categories:
- Backend
- Python
---

> 通过 requests 可以向某个地址发送请求,可以用来做一些接口的测试;主要有两个方法:
Expand Down
2 changes: 1 addition & 1 deletion content/posts/pyinstallererror/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- Python
- pyinstaller
categories:
- Backend
- Python
keywords:
- python
- pyinstaller
Expand Down
2 changes: 1 addition & 1 deletion content/posts/pysettime.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- Python
- Cron
categories:
- Backend
- Python
keywords:
- python
- python 定时任务
Expand Down
2 changes: 1 addition & 1 deletion content/posts/pysx1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
- Python
- turtle
categories:
- Backend
- Python
---

> 以前和前一段时间自己也学习了一下 python,也写了几个小爬虫;
Expand Down
2 changes: 1 addition & 1 deletion content/posts/pysx2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-06-21 18:46:41
tags:
- Python
categories:
- Backend
- Python
---

> 后面几天讲的有点杂,简单记录一下知识点。
Expand Down
6 changes: 3 additions & 3 deletions content/posts/qqxml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: QQ 强制生成卡片式链接
date: 2019-03-08 16:52:13
tags: ["JavaScript"]
categories: ["Frontend"]
categories: ["JavaScript"]
---

> 以前在 QQ 里面聊天的时候发现,有些链接是卡片式的链接,像知乎里那些一样,就好奇为啥我的域名没有生成卡片。
Expand Down Expand Up @@ -100,5 +100,5 @@ categories: ["Frontend"]
```

## demo
![线上 demo 仅做参考请自行下载](images/1.png)
![效果](images/2.png)
![线上 demo 仅做参考请自行下载](images/1.png "线上 demo 仅做参考请自行下载")
![效果](images/2.png "效果")
2 changes: 1 addition & 1 deletion content/posts/qrcode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-04-27 14:16:54
tags: ["pillow","numpy","imageio","Python"]
categories:
- 瞎折腾
- Backend
- Python
---

> **Python 二维码生成器**是 github 上@sylnsfar 开源的一个 python 生成二维码工具。有 python, 网页及 exe 版本,详见 [sylnsfar/qrcode](https://github.com/sylnsfar/qrcode/),本文主要介绍记录一下 python 版本使用。exe 可以去 [项目开源地址](https://github.com/sylnsfar/qrcode_win) 下载,公众号文章后台回复关键词“qrcode”获取链接。
Expand Down
Loading

0 comments on commit 15ebf4e

Please sign in to comment.