入门前提
+ + +Hexo快速入门
+-
+
- hexo安装 +
- hexo部署 +
- hexo主题安装 +
- Permission denied (publickey)问题 +
- git push输入密码的问题 +
- hexo-server sass binding.node下载失败(.npmrc设置部分) +
NexT轻松上手
+-
+
- next主题配置 +
- next第三方服务 +
- next项目wiki +
备份
+-
+
- Hexo备份并推送到Github +
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 8b13789179..0000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.github/workflows/simple-deploy.yml b/.github/workflows/simple-deploy.yml deleted file mode 100644 index 2b1fad4e6c..0000000000 --- a/.github/workflows/simple-deploy.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: simple-deploy - -on: - push: - branches: [master] - -jobs: - test: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.2 - - name: Install dependencies - run: bundle install - - name: Run jekyll build - run: bundle exec jekyll build - - name: Simple deploy with git - uses: rdarida/simple-github-pages-deploy-action@v1 - with: # optional - git-user: 'hoochanlon' - git-email: 'hoochanlon@outlook.com' - git-base-folder: '_site' - commit-message: 'deploy' - branch: 'gh-pages' \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5988e5046d..0000000000 --- a/.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -# hidden files -.* -!.github -!.gitignore -!.gitattributes - -# bundler cache -_site -vendor -.bundle -.DS_Store - -Gemfile.lock - -# rubygem -*.gem - -# npm dependencies -node_modules -package-lock.json diff --git a/2018/02-25/index.html b/2018/02-25/index.html new file mode 100644 index 0000000000..41341380aa --- /dev/null +++ b/2018/02-25/index.html @@ -0,0 +1,1391 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + and code blocks.
- codes:
- external: true
- family:
- size:
-
-
-
-
-# ---------------------------------------------------------------
-# Sidebar Settings
-# ---------------------------------------------------------------
-
-
-# Social Links
-# Key is the link label showing to end users.
-# Value is the target link (E.g. GitHub: https://github.com/iissnan)
-#social:
- #LinkLabel: Link
-
-social:
- GitHub: https://github.com/hoochanlon
- Wechat: /assets/qr/wx.png
-
-# Social Links Icons
-# Icon Mapping:
-# Map a menu item to a specific FontAwesome icon name.
-# Key is the name of the item and value is the name of FontAwesome icon. Key is case-senstive.
-# When an globe mask icon presenting up means that the item has no mapping icon.
-social_icons:
- enable: true
- # Icon Mappings.
- # KeyMapsToSocialItemKey: NameOfTheIconFromFontAwesome
- GitHub: github
- Wechat: wechat
-
-
-# Sidebar Avatar
-# in directory: /assets/images/avatar.gif
-avatar: /assets/avatars/avatar1.png
-
-
-# Table Of Contents in the Sidebar
-toc:
- enable: true
-
- # Automatically add list number to toc.
- number: true
-
- # If true, all words will placed on next lines if header width longer then sidebar width.
- wrap: false
-
-
-# Creative Commons 4.0 International License.
-# http://creativecommons.org/
-# Available: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | zero
-#creative_commons: by-nc-sa
-#creative_commons:
-
-
-sidebar:
- # Sidebar Position, available value: left | right
- position: left
- #position: right
-
- # Sidebar Display, available value:
- # - post expand on posts automatically. Default.
- # - always expand for all pages automatically
- # - hide expand only when click on the sidebar toggle icon.
- # - remove Totally remove sidebar including sidebar toggle.
- display: post
- #display: always
- #display: hide
- #display: remove
-
- # Sidebar offset from top menubar in pixels.
- offset: 12
- offset_float: 0
-
- # Back to top in sidebar
- b2t: false
-
- # Scroll percent label in b2t button
- scrollpercent: false
-
-
-# Blog rolls
-#links_title: Links
-#links_layout: block
-#links_layout: inline
-#links:
- #Title: http://example.com/
-
-
-# ---------------------------------------------------------------
-# Post Settings
-# ---------------------------------------------------------------
-
-# Automatically scroll page to section which is under mark.
-scroll_to_more: true
-
-# Automatically saving scroll position on each post/page in cookies.
-save_scroll: false
-
-# Automatically excerpt description in homepage as preamble text.
-excerpt_description: true
-
-# Automatically Excerpt. Not recommend.
-# Please use in the post to control excerpt accurately.
-auto_excerpt:
- enable: true
- length: 150
-
-# Post meta display settings
-post_meta:
- item_text: true
- created_at: true
- updated_at: false
- categories: true
-
-# Post wordcount display settings
-post_wordcount:
- item_text: true
- wordcount: true
- min2read: false
- separated_meta: true
-
-# Wechat Subscriber
-#wechat_subscriber:
- #enabled: true
- #qcode: /path/to/your/wechatqcode ex. /uploads/wechat-qcode.jpg
- #description: ex. subscribe to my blog by scanning my public wechat account
-
-# Declare license on posts
-post_copyright:
- enable: false
- license: CC BY-NC-SA 3.0
- license_url: https://creativecommons.org/licenses/by-nc-sa/3.0/
-
-post_end:
- enable: true
-
-# ---------------------------------------------------------------
-# Misc Theme Settings
-# ---------------------------------------------------------------
-
-# Custom Logo.
-# !!Only available for Default Scheme currently.
-# Options:
-# enabled: [true/false] - Replace with specific image
-# image: url-of-image - Images's url
-custom_logo:
- enabled: false
- image:
-
-
-# Code Highlight theme
-# Available value:
-# normal | night | night eighties | night blue | night bright
-# https://github.com/chriskempson/tomorrow-theme
-highlight_theme: normal
-
-
-# ---------------------------------------------------------------
-# Third Party Services Settings
-# ---------------------------------------------------------------
-
-# MathJax Support
-mathjax:
- enable: true
- per_page: false
- cdn: //cdn.bootcss.com/mathjax/2.7.1/latest.js?config=TeX-AMS-MML_HTMLorMML
-
-# Han Support docs: https://hanzi.pro/
-han: false
-
-# Swiftype Search API Key
-#swiftype_key:
-
-# Baidu Analytics ID
-#baidu_analytics:
-
-# Duoshuo ShortName
-#duoshuo_shortname:
-
-# Disqus
-disqus:
- enable: false
- shortname:
- count: true
- # hide comments (visitors need to click to load the comments)
- # count need to be false when hide is true
- hide: false
-
-#
-wildfire:
- enable: false
- # version - It's recommended to use the following versions.
- loaderVersion: 1.2.5 # https://www.npmjs.com/package/wildfire-comment
- useDev: true
- version: 0.5.6
- # database config
- databaseProvider: firebase # or wilddog
- firebase: # your firebase config goes here ↓
- apiKey:
- authDomain:
- databaseURL:
- projectId:
- storageBucket:
- messagingSenderId:
- wilddog: # your wilddog config goes here ↓
- siteId:
- # other configs
- theme: light # or dark
- locale: en # or other locales, e.g. zh-CN
- defaultAvatarURL:
-# Any question?
-# Raise an issue here: https://github.com/cheng-kang/wildfire/issues
-#
-
-# Hypercomments
-#hypercomments_id:
-
-# Gentie productKey
-#gentie_productKey:
-
-# changyan
-changyan:
- enable: false
- appid:
- appkey:
-
-# Support for youyan comments system.
-# You can get your uid from http://www.uyan.cc
-#youyan_uid: your uid
-
-# Support for LiveRe comments system.
-# You can get your uid from https://livere.com/insight/myCode (General web site)
-#livere_uid: your uid
-
-# Support for gitalk comments system.
-# gitalk:
-# enable: true
-# clientID: 429e75672380074b88a5
-# clientSecret: 9568303c3a0d93762002a14f5b522891e8a89ac0
-# repo: hoochanlon.github.io # colingpt.github.io
-# owner: hoochanlon # colingpt
-# admin: hoochanlon # colingpt
-
-# Baidu Share
-# Available value:
-# button | slide
-# Warning: Baidu Share does not support https.
-#baidushare:
-## type: button
-
-# Share
-#jiathis:
-# Warning: JiaThis does not support https.
-#add_this_id:
-
-# Share
-#duoshuo_share: true
-
-# Google Webmaster tools verification setting
-# See: https://www.google.com/webmasters/
-#google_site_verification:
-
-# Google Analytics
-google_analytics: UA-157837686-1
-
-# Yandex Webmaster tools verification setting
-# See: https://webmaster.yandex.ru/
-#yandex_site_verification:
-
-# CNZZ count
-#cnzz_siteid:
-
-# Application Insights
-# See https://azure.microsoft.com/en-us/services/application-insights/
-# application_insights:
-
-# Make duoshuo show UA
-# user_id must NOT be null when admin_enable is true!
-# you can visit http://dev.duoshuo.com get duoshuo user id.
-duoshuo_info:
- ua_enable: true
- admin_enable: false
- user_id: 0
- #admin_nickname: Author
-
-
-# Facebook SDK Support.
-# https://github.com/iissnan/hexo-theme-next/pull/410
-facebook_sdk:
- enable: false
- app_id: #
- fb_admin: #
- like_button: #true
- webmaster: #true
-
-# Facebook comments plugin
-# This plugin depends on Facebook SDK.
-# If facebook_sdk.enable is false, Facebook comments plugin is unavailable.
-facebook_comments_plugin:
- enable: false
- num_of_posts: 10 # min posts num is 1
- width: 100% # default width is 550px
- scheme: light # default scheme is light (light or dark)
-
-# VKontakte API Support.
-# To get your AppID visit https://vk.com/editapp?act=create
-vkontakte_api:
- enable: false
- app_id: #
- like: true
- comments: true
- num_of_posts: 10
-
-# Star rating support to each article.
-# To get your ID visit https://widgetpack.com
-rating:
- enable: false
- id: #
- color: fc6423
-
-
-# Show number of visitors to each article.
-# You can visit https://leancloud.cn get AppID and AppKey.
-leancloud_visitors:
- enable: false
- app_id: #
- app_key: #
-
-# Show PV/UV of the website/page with busuanzi.
-# Get more information on http://ibruce.info/2015/04/04/busuanzi/
-busuanzi_count:
- # count values only if the other configs are false
- enable: false
- # custom uv span for the whole site
- site_uv: true
- site_uv_header:
- site_uv_footer:
- # custom pv span for the whole site
- site_pv: true
- site_pv_header:
- site_pv_footer:
- # custom pv span for one page only
- page_pv: true
- page_pv_header:
- page_pv_footer:
-
-
-# Tencent analytics ID
-# tencent_analytics:
-
-# Tencent MTA ID
-# tencent_mta:
-
-
-# Enable baidu push so that the blog will push the url to baidu automatically which is very helpful for SEO
-baidu_push: false
-
-# Google Calendar
-# Share your recent schedule to others via calendar page
-#
-# API Documentation:
-# https://developers.google.com/google-apps/calendar/v3/reference/events/list
-calendar:
- enable: false
- calendar_id:
- api_key:
- orderBy: startTime
- offsetMax: 24
- offsetMin: 4
- timeZone:
- showDeleted: false
- singleEvents: true
- maxResults: 250
-
-# Algolia Search
-algolia_search:
- enable: false
- hits:
- per_page: 10
- labels:
- input_placeholder: Search for Posts
- hits_empty: "We didn't find any results for the search: ${query}"
- hits_stats: "${hits} results found in ${time} ms"
-
-
-# Local search
-local_search:
- enable: true
- # if auto, trigger search by changing input
- # if manual, trigger search by pressing enter key or search button
- trigger: auto
- # show top n results per article, show all results by setting to -1
- top_n_per_article: 1
-
-# External URL with BASE64 encrypt & decrypt
-# Usage: {% exturl text url "title" %}
-# Alias: {% extlink text url "title" %}
-exturl: false
-
-
-#! ---------------------------------------------------------------
-#! DO NOT EDIT THE FOLLOWING SETTINGS
-#! UNLESS YOU KNOW WHAT YOU ARE DOING
-#! ---------------------------------------------------------------
-
-# Motion
-use_motion: true
-
-# Fancybox
-fancybox: true
-
-# Progress bar in the top during page loading.
-pace: false
-# Themes list:
-#pace-theme-big-counter
-#pace-theme-bounce
-#pace-theme-barber-shop
-#pace-theme-center-atom
-#pace-theme-center-circle
-#pace-theme-center-radar
-#pace-theme-center-simple
-#pace-theme-corner-indicator
-#pace-theme-fill-left
-#pace-theme-flash
-#pace-theme-loading-bar
-#pace-theme-mac-osx
-#pace-theme-minimal
-# For example
-# pace_theme: pace-theme-center-simple
-pace_theme: pace-theme-minimal
-
-# Canvas-nest
-canvas_nest: false
-
-# three_waves
-three_waves: false
-
-# canvas_lines
-canvas_lines: false
-
-# canvas_sphere
-canvas_sphere: false
-
-# Only fit scheme Pisces
-# Canvas-ribbon
-canvas_ribbon: false
-
-# Script Vendors.
-# Set a CDN address for the vendor you want to customize.
-# For example
-# jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js
-# Be aware that you should use the same version as internal ones to avoid potential problems.
-# Please use the https protocol of CDN files when you enable https on your site.
-vendors:
- # Internal path prefix. Please do not edit it.
- _internal: assets/lib
-
- # Internal version: 2.1.3
- jquery:
-
- # Internal version: 2.1.5
- # See: http://fancyapps.com/fancybox/
- fancybox:
- fancybox_css:
-
- # Internal version: 1.0.6
- # See: https://github.com/ftlabs/fastclick
- fastclick:
-
- # Internal version: 1.9.7
- # See: https://github.com/tuupola/jquery_lazyload
- lazyload:
-
- # Internal version: 1.2.1
- # See: http://VelocityJS.org
- velocity:
-
- # Internal version: 1.2.1
- # See: http://VelocityJS.org
- velocity_ui:
-
- # Internal version: 0.7.9
- # See: https://faisalman.github.io/ua-parser-js/
- ua_parser:
-
- # Internal version: 4.6.2
- # See: http://fontawesome.io/
- fontawesome:
-
- # Internal version: 1
- # https://www.algolia.com
- algolia_instant_js:
- algolia_instant_css:
-
- # Internal version: 1.0.2
- # See: https://github.com/HubSpot/pace
- # Or use direct links below:
- # pace: //cdn.bootcss.com/pace/1.0.2/pace.min.js
- # pace_css: //cdn.bootcss.com/pace/1.0.2/themes/blue/pace-theme-flash.min.css
- pace:
- pace_css:
-
- # Internal version: 1.0.0
- # https://github.com/hustcc/canvas-nest.js
- canvas_nest:
-
- # three
- three:
-
- # three_waves
- # https://github.com/jjandxa/three_waves
- three_waves:
-
- # three_waves
- # https://github.com/jjandxa/canvas_lines
- canvas_lines:
-
- # three_waves
- # https://github.com/jjandxa/canvas_sphere
- canvas_sphere:
-
- # Internal version: 1.0.0
- # https://github.com/zproo/canvas-ribbon
- canvas_ribbon:
-
- # Internal version: 3.3.0
- # https://github.com/ethantw/Han
- han:
-
-
-# Assets
-css: assets/css
-js: assets/js
-images: assets/images
-
-# Theme version
-version: 5.1.1
diff --git a/_data/languages/de.yml b/_data/languages/de.yml
deleted file mode 100644
index dc975cdef8..0000000000
--- a/_data/languages/de.yml
+++ /dev/null
@@ -1,87 +0,0 @@
-title:
- archive: Archiv
- category: Kategorie
- tag: Tag
- archives: Archiv
- categories: Kategorien
- tags: Tags
- about: Über
-
-author: Author
-
-menu:
- home: Startseite
- archives: Archiv
- categories: Kategorien
- tags: Tags
- about: Über
- feed: RSS
- search: Suche
-
-sidebar:
- overview: Übersicht
- toc: Inhaltsverzeichnis
-
-post:
- created: Post created
- sticky: Sticky
- posted: Veröffentlicht am
- modified: Updated at
- in: in
- read_more: Weiterlesen
- untitled: Unbenannt
- toc_empty: Dieser Artikel hat kein Inhaltsverzeichnis
- visitors: Visitors
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: Gesamt
- tags: tags
-
-footer:
- powered: "Erstellt mit %s"
- theme: Theme
-
-counter:
- tag_cloud:
- zero: Keine Tags
- one: Insgesamt ein Tag
- other: "Insgesamt %d Tags"
-
- categories:
- zero: Keine Kategorien
- one: Insgesamt eine Kategorie
- other: "Insgesamt %d Kategorien"
-
- archive_posts:
- zero: Keine Artikel vorhanden.
- one: Ein Artikel.
- other: "Insgesamt %d Artikel."
-
-state:
- posts: Artikel
- pages: Seiten
- tags: Tags
- categories: Kategorien
-
-cheers:
- um: Öhm..
- ok: OK
- nice: Schön
- good: Gut
- great: Wunderbar
- excellent: Exzellent
-
-keep_on: Bleib dran.
-
-symbol:
- comma: '. '
- period: ', '
- colon: ':'
diff --git a/_data/languages/default.yml b/_data/languages/default.yml
deleted file mode 100644
index b0ce58bfb3..0000000000
--- a/_data/languages/default.yml
+++ /dev/null
@@ -1,96 +0,0 @@
-title:
- archive: Archive
- category: Category
- tag: Tag
- schedule: Schedule
- archives: Archives
- categories: Categories
- tags: Tags
- about: About
-
-author: Author
-
-menu:
- home: Home
- archives: Archives
- categories: Categories
- tags: Tags
- about: About
- search: Search
- schedule: Schedule
- sitemap: Sitemap
- commonweal: Commonweal 404
-
-sidebar:
- overview: Overview
- toc: Table of Contents
-
-post:
- created: Post created
- modified: Post modified
- sticky: Sticky
- posted: Posted on
- in: In
- more: more
- read_more: Read more
- untitled: Untitled
- toc_empty: This post does not have a Table of Contents
- visitors: Visitors
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-
-
-page:
- totally: Totally
- tags: tags
-
-footer:
- powered: "Powered by %s"
- theme: Theme
-
-counter:
- tag_cloud:
- zero: No tags
- one: 1 tag in total
- other: "%d tags in total"
-
- categories:
- zero: No categories
- one: 1 category in total
- other: "%d categories in total"
-
- archive_posts:
- zero: No posts.
- one: 1 post.
- other: "%d posts in total."
-
-state:
- posts: posts
- pages: pages
- tags: tags
- categories: categories
-
-search:
- placeholder: Searching...
-
-cheers:
- um: Um..
- ok: OK
- nice: Nice
- good: Good
- great: Great
- excellent: Excellent
-
-keep_on: Keep on posting.
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/en.yml b/_data/languages/en.yml
deleted file mode 100644
index 8e065a1b38..0000000000
--- a/_data/languages/en.yml
+++ /dev/null
@@ -1,94 +0,0 @@
-title:
- archive: Archive
- category: Category
- tag: Tag
- schedule: Schedule
- archives: Archives
- categories: Categories
- tags: Tags
- about: About
-
-author: Author
-
-menu:
- home: Home
- archives: Archives
- categories: Categories
- tags: Tags
- about: About
- search: Search
- schedule: Schedule
- sitemap: Sitemap
- commonweal: Commonweal 404
-
-sidebar:
- overview: Overview
- toc: Table of Contents
-
-post:
- created: Post created
- modified: Post modified
- sticky: Sticky
- posted: Posted on
- in: In
- more: more
- read_more: Read more
- untitled: Untitled
- toc_empty: This post does not have a Table of Contents
- visitors: Visitors
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: Totally
- tags: tags
-
-footer:
- powered: "Powered by %s"
- theme: Theme
-
-counter:
- tag_cloud:
- zero: No tags
- one: 1 tag in total
- other: "%d tags in total"
-
- categories:
- zero: No categories
- one: 1 category in total
- other: "%d categories in total"
-
- archive_posts:
- zero: No posts.
- one: 1 post.
- other: "%d posts in total."
-
-state:
- posts: posts
- pages: pages
- tags: tags
- categories: categories
-
-search:
- placeholder: Searching...
-
-cheers:
- um: Um..
- ok: OK
- nice: Nice
- good: Good
- great: Great
- excellent: Excellent
-
-keep_on: Keep on posting.
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/fr-FR.yml b/_data/languages/fr-FR.yml
deleted file mode 100644
index 69ea26ea59..0000000000
--- a/_data/languages/fr-FR.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-title:
- archive: Archive
- category: Catégorie
- tag: Tag
- archives: Archives
- categories: Categories
- tags: Tags
- about: A propos
-
-author: Author
-
-menu:
- home: Accueil
- archives: Archives
- categories: Categories
- tags: Tags
- about: A propos
- search: recherche
-
-sidebar:
- overview: Ensemble
- toc: Table Des Matières
-
-post:
- sticky: Sticky
- posted: Posté le
- modified: Updated at
- in: In
- read_more: Lire la suite
- untitled: Non titré
- toc_empty: This post does not have a Table of Contents
- visitors: Visitors
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: Total
- tags: tags
-
-footer:
- powered: "Powered by %s"
- theme: Thème
-
-counter:
- tag_cloud:
- zero: Aucun tags
- one: 1 tag au total
- other: "%d tags au total"
-
- categories:
- zero: Aucun categories
- one: 1 category au total
- other: "%d categories au total"
-
- archive_posts:
- zero: Aucun article.
- one: 1 article.
- other: "%d articles au total."
-
-state:
- posts: articles
- pages: pages
- tags: tags
- categories: categories
-
-cheers:
- um: Um..
- ok: OK
- nice: Jolie
- good: Bien
- great: Super
- excellent: Excellent
-
-keep_on: Et ca ne fait que commencer.
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/id.yml b/_data/languages/id.yml
deleted file mode 100644
index 0613b3aea6..0000000000
--- a/_data/languages/id.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-title:
- archive: Arsip
- category: Kategori
- tag: Tag
- archives: Arsip
- categories: Kategori
- tags: Tags
- about: Tentang
-
-author: Penulis
-
-menu:
- home: Beranda
- archives: Arsip
- categories: Kategori
- tags: Tags
- about: Tentang
- search: Pencarian
-
-sidebar:
- overview: Ikhtisar
- toc: Daftar Isi
-
-post:
- sticky: Sticky
- posted: Diposting di
- modified: Updated at
- in: Di
- read_more: Baca lebih
- untitled: Tidak ada title
- toc_empty: Posting ini tidak memiliki Daftar Isi
- visitors: Pengunjung
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: Total
- tags: tags
-
-footer:
- powered: "Powered by %s"
- theme: Tema
-
-counter:
- tag_cloud:
- zero: Tidak ada tags
- one: 1 total tag
- other: "%d total tags"
-
- categories:
- zero: Tidak ada kategori
- one: 1 total categori
- other: "%d total kategori"
-
- archive_posts:
- zero: Tidak ada posting.
- one: 1 posting.
- other: "%d total posting."
-
-state:
- posts: posting
- pages: halaman
- tags: tags
- categories: kategori
-
-cheers:
- um: Um..
- ok: OK
- nice: Bagus
- good: Bagus
- great: Besar
- excellent: Baik
-
-keep_on: Terus Posting.
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/ja.yml b/_data/languages/ja.yml
deleted file mode 100644
index 230f5b1465..0000000000
--- a/_data/languages/ja.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-title:
- archive: アーカイブ
- category: カテゴリ
- tag: タグ
- archives: アーカイブ
- categories: カテゴリ
- tags: タグ
- about: About
-
-author: Author
-
-menu:
- home: ホーム
- archives: アーカイブ
- categories: カテゴリ
- tags: タグ
- about: About
- search: 検索
-
-sidebar:
- overview: 概要
- toc: 見出し
-
-post:
- sticky: 固定
- posted: 投稿日
- modified: Updated at
- in: In
- read_more: 続きを読む
- untitled: 無題
- toc_empty: 見出しがありません
- visitors: Visitors
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: 全ページ
- tags: タグ
-
-footer:
- powered: "Powered by %s"
- theme: Theme
-
-counter:
- tag_cloud:
- zero: タグなし
- one: "全 1 タグ"
- other: "全 %d タグ"
-
- categories:
- zero: カテゴリなし
- one: "全 1 カテゴリ"
- other: "全 %d カテゴリ"
-
- archive_posts:
- zero: ポストなし
- one: "全 1 ポスト"
- other: "全 %d ポスト"
-
-state:
- posts: ポスト
- pages: ページ
- tags: タグ
- categories: カテゴリ
-
-cheers:
- um: うーん
- ok: OK
- nice: まあまあ
- good: いいね
- great: すごい
- excellent: 最高
-
-keep_on: もっと書こう!
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/ko.yml b/_data/languages/ko.yml
deleted file mode 100644
index 2d38eb6c14..0000000000
--- a/_data/languages/ko.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-title:
- archive: 아카이브
- category: 카테고리
- tag: 태그
- archives: 아카이브
- categories: 카테고리
- tags: 태그
- about: About
-
-author: 작성자
-
-menu:
- home: 홈
- archives: 아카이브
- categories: 카테고리
- tags: 태그
- about: About
- search: 검색
-
-sidebar:
- overview: 흝어보기
- toc: 목차
-
-post:
- sticky: 고정
- posted: 작성일
- modified: Updated at
- in: In
- read_more: 더 읽어보기
- untitled: 제목 없음
- toc_empty: 목차 없음
- visitors: 방문객
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: 모두
- tags: 태그
-
-footer:
- powered: "Powered by %s"
- theme: Theme
-
-counter:
- tag_cloud:
- zero: 태그 없음
- one: 1개의 태그
- other: "총 %d개의 태그"
-
- categories:
- zero: 카테고리 없음
- one: 1개의 카테고리
- other: "총 %d개의 카테고리"
-
- archive_posts:
- zero: 포스트 없음
- one: 1개의 포스트
- other: "총 %d개의 포스트"
-
-state:
- posts: 포스트
- pages: 페이지
- tags: 태그
- categories: 카테고리
-
-cheers:
- um: 음..
- ok: OK
- nice: 잘했어요
- good: 좋아요
- great: 훌륭해요
- excellent: 완벽해요
-
-keep_on: 포스트를 마저 작성하세요
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/pt-BR.yml b/_data/languages/pt-BR.yml
deleted file mode 100644
index 2893762940..0000000000
--- a/_data/languages/pt-BR.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-title:
- archive: Arquivo
- category: Categoria
- tag: Tag
- archives: Arquivos
- categories: Categorias
- tags: Tags
- about: Sobre
-
-author: Autor
-
-menu:
- home: Home
- archives: Arquivos
- categories: Categorias
- tags: Tags
- about: Sobre
- search: Pesquisar
-
-sidebar:
- overview: Visão geral
- toc: Tabela de conteúdo
-
-post:
- sticky: Sticky
- posted: Postado em
- modified: Updated at
- in: Em
- read_more: Leia mais
- untitled: Sem título
- toc_empty: Este post não possui tabela de conteúdo
- visitors: Visitantes
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: Totalmente
- tags: tags
-
-footer:
- powered: "Feito com %s"
- theme: Tema
-
-counter:
- tag_cloud:
- zero: Sem tags
- one: 1 tag no total de
- other: "%d tags no total de"
-
- categories:
- zero: Sem categoria
- one: 1 categoria no total de
- other: "%d categoria no total de"
-
- archive_posts:
- zero: Sem posts.
- one: 1 post.
- other: "%d posts no total."
-
-state:
- posts: Posts
- pages: Páginas
- tags: Tags
- categories: Categorias
-
-cheers:
- um: Uhmmmm...
- ok: OK
- nice: Bom
- good: Muito Bom
- great: Ótimo
- excellent: Excelente
-
-keep_on: Continuar no post.
-
-symbol:
- comma: '. '
- period: ', '
- colon: ':'
diff --git a/_data/languages/pt.yml b/_data/languages/pt.yml
deleted file mode 100644
index 2c35954737..0000000000
--- a/_data/languages/pt.yml
+++ /dev/null
@@ -1,85 +0,0 @@
-title:
- archive: Arquivo
- category: Categoria
- tag: Tag
- archives: Arquivos
- categories: Categorias
- tags: Tags
- about: Sobre
-
-author: Author
-
-menu:
- home: Home
- archives: Arquivos
- categories: Categorias
- tags: Tags
- about: Sobre
- search: Pesquisa
-
-sidebar:
- overview: Visão Geral
- toc: Tabela de Conteúdo
-
-post:
- sticky: Sticky
- posted: Postado em
- modified: Updated at
- in: Em
- read_more: Ler mais
- untitled: Sem título
- toc_empty: Esta publicação não possui uma tabela de conteúdo
- visitors: Visitors
- wordcount: Words count in article
- min2read: Reading time
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: Totalmente
- tags: tags
-
-footer:
- powered: "Desenvolvido com amor com %s"
- theme: Tema
-
-counter:
- tag_cloud:
- zero: Sem tags
- one: 1 tag no total
- other: "%d tags no total"
-
- categories:
- zero: Sem categorias
- one: 1 categoria no total
- other: "%d categorias no total"
-
- archive_posts:
- zero: Sem publicações.
- one: 1 post.
- other: "%d publicações no total."
-
-state:
- posts: publicações
- pages: páginas
- tags: tags
- categories: categorias
-
-cheers:
- um: Um..
- ok: OK
- nice: Legal
- good: Bom
- great: Grandioso
- excellent: Excelente
-
-keep_on: Mantenha-se publicando!
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/ru.yml b/_data/languages/ru.yml
deleted file mode 100644
index bbb039876c..0000000000
--- a/_data/languages/ru.yml
+++ /dev/null
@@ -1,102 +0,0 @@
-title:
- archive: Архив
- category: Категория
- tag: Тэг
- schedule: Календарь
- archives: Архив
- categories: Категории
- tags: Тэги
- about: О сайте
-
-author: Автор
-
-menu:
- home: Главная
- archives: Архив
- categories: Категории
- tags: Тэги
- about: О сайте
- search: Поиск
- schedule: Календарь
- sitemap: Карта сайта
-
-sidebar:
- overview: Обзор
- toc: Содержание
-
-post:
- created: Дата создания записи
- modified: Дата обновления записи
- sticky: Ссылка
- posted: Размещено
- in: в категории
- more: далее
- read_more: Читать полностью
- untitled: Без имени
- toc_empty: Эта запись без оглавления
- visitors: Просмотров
- wordcount: Кол-во слов в статье
- min2read: Время чтения в минутах
- copyright:
- author: Автор записи
- link: Ссылка на запись
- license_title: Информация об авторских правах
- license_content: 'Все записи на этом сайте защищены лицензией
- %s если не указано дополнительно.'
-
-page:
- totally: Всего
- tags: тэги
-
-footer:
- powered: "Powered by %s"
- theme: Theme
-
-counter:
- tag_cloud:
- zero: Нет тэгов.
- one: 1 тэг.
- two: "%d тэга всего."
- three: "%d тэга всего."
- four: "%d тэга всего."
- other: "%d тэгов всего."
-
- categories:
- zero: Нет категорий.
- one: 1 категория.
- two: "%d категории всего."
- three: "%d категории всего."
- four: "%d категории всего."
- other: "%d категорий всего."
-
- archive_posts:
- zero: Нет записей.
- one: 1 запись.
- two: "%d записи всего."
- three: "%d записи всего."
- four: "%d записи всего."
- other: "%d записей всего."
-
-state:
- posts: Архив
- pages: Страницы
- tags: Тэги
- categories: Категории
-
-search:
- placeholder: Поиск...
-
-cheers:
- um: Эм..
- ok: OK
- nice: Неплохо
- good: Хорошо
- great: Замечательно
- excellent: Великолепно
-
-keep_on: Продолжаю писать.
-
-symbol:
- comma: ', '
- period: '. '
- colon: ':'
diff --git a/_data/languages/zh-Hans.yml b/_data/languages/zh-Hans.yml
deleted file mode 100644
index 3879a38bf0..0000000000
--- a/_data/languages/zh-Hans.yml
+++ /dev/null
@@ -1,93 +0,0 @@
-title:
- archive: 归档
- category: 分类
- tag: 标签
- schedule: 日程表
- archives: 归档
- categories: 分类
- tags: 标签
- about: 关于
-
-author: 博主
-
-menu:
- home: 首页
- archives: 归档
- categories: 分类
- tags: 标签
- about: 关于
- search: 搜索
- schedule: 日程表
- sitemap: 站点地图
- commonweal: 公益404
-
-sidebar:
- overview: 站点概览
- toc: 文章目录
-
-post:
- created: 创建于
- modified: 更新于
- sticky: 置顶
- posted: 发表于
- in: 分类于
- read_more: 阅读全文
- untitled: 未命名
- toc_empty: 此文章未包含目录
- visitors: 阅读次数
- wordcount: 字数统计
- min2read: 阅读时长
- copyright:
- author: 本文作者
- link: 本文链接
- license_title: 版权声明
- license_content: '本博客所有文章除特别声明外,均采用
- %s 许可协议。转载请注明出处!'
-
-page:
- totally: 共有
- tags: 标签
-
-footer:
- powered: "由 %s 强力驱动"
- theme: 主题
-
-counter:
- tag_cloud:
- zero: 暂无标签
- one: 目前共计 1 个标签
- other: "目前共计 %d 个标签"
-
- categories:
- zero: 暂无分类
- one: 目前共计 1 个分类
- other: "目前共计 %d 个分类"
-
- archive_posts:
- zero: 暂无日志。
- one: 目前共计 1 篇日志。
- other: "目前共计 %d 篇日志。"
-
-state:
- posts: 日志
- pages: 页面
- tags: 标签
- categories: 分类
-
-search:
- placeholder: 搜索...
-
-cheers:
- um: 嗯..
- ok: OK
- nice: 好
- good: 很好
- great: 非常好
- excellent: 太棒了
-
-keep_on: 继续努力。
-
-symbol:
- comma: ', '
- period: '。 '
- colon: ':'
diff --git a/_data/languages/zh-hk.yml b/_data/languages/zh-hk.yml
deleted file mode 100644
index bb0679392a..0000000000
--- a/_data/languages/zh-hk.yml
+++ /dev/null
@@ -1,93 +0,0 @@
-title:
- archive: 歸檔
- category: 分類
- tag: 標籤
- schedule: 日程表
- archives: 歸檔
- categories: 分類
- tags: 標籤
- about: 關於
-
-author: 博主
-
-menu:
- home: 首頁
- archives: 歸檔
- categories: 分類
- tags: 標籤
- about: 關於
- search: 檢索
- schedule: 日程表
- sitemap: 站點地圖
- commonweal: 公益404
-
-sidebar:
- overview: 本站概覽
- toc: 文章目錄
-
-post:
- created: 創建於
- modified: 更新於
- sticky: 置頂
- posted: 發表於
- in: 分類於
- read_more: 閱讀全文
- untitled: 未命名
- toc_empty: 此文章未包含目錄
- visitors: 閱讀次數
- wordcount: 字數統計
- min2read: 閱讀時長
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: 共有
- tags: 標籤
-
-footer:
- powered: "由 %s 強力驅動"
- theme: 主題
-
-counter:
- tag_cloud:
- zero: 暫無標籤
- one: 目前共有 1 個標籤
- other: "目前共有 %d 個標籤"
-
- categories:
- zero: 暫無分類
- one: 目前共有 1 個分類
- other: "目前共有 %d 個分類"
-
- archive_posts:
- zero: 暫無文章。
- one: 目前共有 1 篇文章。
- other: "目前共有 %d 篇文章。"
-
-state:
- posts: 文章
- pages: 頁面
- tags: 標籤
- categories: 分類
-
-search:
- placeholder: 搜索...
-
-cheers:
- um: 嗯..
- ok: OK
- nice: 好
- good: 很好
- great: 非常好
- excellent: 激爆好
-
-keep_on: 繼續努力。
-
-symbol:
- comma: ', '
- period: '。 '
- colon: ':'
diff --git a/_data/languages/zh-tw.yml b/_data/languages/zh-tw.yml
deleted file mode 100644
index c79b368612..0000000000
--- a/_data/languages/zh-tw.yml
+++ /dev/null
@@ -1,93 +0,0 @@
-title:
- archive: 歸檔
- category: 分類
- tag: 標籤
- schedule: 日程表
- archives: 歸檔
- categories: 分類
- tags: 標籤
- about: 關於
-
-author: 博主
-
-menu:
- home: 首頁
- archives: 歸檔
- categories: 分類
- tags: 標籤
- about: 關於
- search: 檢索
- schedule: 日程表
- sitemap: 站點地圖
- commonweal: 公益404
-
-sidebar:
- overview: 本站概覽
- toc: 文章目錄
-
-post:
- created: 創建於
- modified: 更新於
- sticky: 置頂
- posted: 發表於
- in: 分類於
- read_more: 閱讀全文
- untitled: 未命名
- toc_empty: 此文章未包含目錄
- visitors: 閱讀次數
- wordcount: 字數統計
- min2read: 閱讀時長
- copyright:
- author: Post author
- link: Post link
- license_title: Copyright Notice
- license_content: 'All articles in this blog are licensed under
- %s unless stating additionally.'
-
-page:
- totally: 共有
- tags: 標籤
-
-footer:
- powered: "由 %s 強力驅動"
- theme: 主題
-
-counter:
- tag_cloud:
- zero: 暫無標籤
- one: 目前共計 1 個標籤
- other: "目前共計 %d 個標籤"
-
- categories:
- zero: 暫無分類
- one: 目前共計 1 個分類
- other: "目前共計 %d 個分類"
-
- archive_posts:
- zero: 暫無文章。
- one: 目前共計 1 篇文章。
- other: "目前共計 %d 篇文章。"
-
-state:
- posts: 文章
- pages: 頁面
- tags: 標籤
- categories: 分類
-
-search:
- placeholder: 搜索...
-
-cheers:
- um: 嗯..
- ok: OK
- nice: 好
- good: 很好
- great: 非常好
- excellent: 非常屌
-
-keep_on: 繼續努力。
-
-symbol:
- comma: ', '
- period: '。 '
- colon: ':'
diff --git a/_includes/_blocks/page_class.html b/_includes/_blocks/page_class.html
deleted file mode 100644
index f2a7e2329d..0000000000
--- a/_includes/_blocks/page_class.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% case page.layout %}
-{% when 'index' %}
- {% capture page_class %}page-home{% endcapture %}
-{% when 'post' %}
- {% capture page_class %}page-post-detail{% endcapture %}
-{% when 'page' %}
- {% capture page_class %}page-post-detail{% endcapture %}
-{% when 'archive' %}
- {% capture page_class %}page-archive{% endcapture %}
-{% when 'schedule' %}
- {% capture page_class %}page-post-detail page-calendar{% endcapture %}
-{% endcase %}
diff --git a/_includes/_blocks/script_extra.html b/_includes/_blocks/script_extra.html
deleted file mode 100644
index 4dbb0ef618..0000000000
--- a/_includes/_blocks/script_extra.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% case page.layout %}
-{% when 'post' %}
- {% capture script_extra %}{% include _scripts/pages/post-details.html %}{% endcapture %}
-{% when 'archive' %}
- {% capture script_extra %}
- {% if site.use_motion %}
-
- {% endif %}
- {% include _scripts/pages/pagination.html %}
- {% endcapture %}
-{% when 'category' %}
- {% capture script_extra %}
- {% include _scripts/pages/pagination.html %}
- {% endcapture %}
-{% when 'tag' %}
- {% capture script_extra %}
- {% include _scripts/pages/pagination.html %}
- {% endcapture %}
-{% else %}
- {% capture script_extra %}{% include _scripts/pages/post-details.html %}{% endcapture %}
-{% endcase %}
diff --git a/_includes/_blocks/sidebar.html b/_includes/_blocks/sidebar.html
deleted file mode 100644
index 8c1600ed4d..0000000000
--- a/_includes/_blocks/sidebar.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% case page.layout %}
-{% when 'index' %}
- {% assign is_post = false %}
- {% capture sidebar %}{% include _macro/sidebar.html %}{% endcapture %}
-{% when 'post' %}
- {% assign is_post = true %}
- {% capture sidebar %}{% include _macro/sidebar.html %}{% endcapture %}
-{% when 'page' %}
- {% assign is_post = false %}
- {% capture sidebar %}{% include _macro/sidebar.html %}{% endcapture %}
-{% when 'archive' %}
- {% assign is_post = false %}
- {% capture sidebar %}{% include _macro/sidebar.html %}{% endcapture %}
-{% when 'category' %}
- {% assign is_post = false %}
- {% capture sidebar %}{% include _macro/sidebar.html %}{% endcapture %}
-{% when 'tag' %}
- {% assign is_post = false %}
- {% capture sidebar %}{% include _macro/sidebar.html %}{% endcapture %}
-{% when 'schedule' %}
- {% assign is_post = false %}
- {% capture sidebar %}{% include _macro/sidebar.html %}{% endcapture %}
-{% endcase %}
diff --git a/_includes/_blocks/title.html b/_includes/_blocks/title.html
deleted file mode 100644
index f2aec26882..0000000000
--- a/_includes/_blocks/title.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% case page.layout %}
-{% when 'index' %}
- {% capture title %}{{ site.title }}{% if site.index_with_subtitle and site.subtitle %} - {{site.subtitle }}{% endif %}{% endcapture %}
-{% when 'post' %}
- {% capture title %}{{ page.title }} | {{ site.title }}{% endcapture %}
-{% when 'page' %}
- {% capture title %}
- {% assign page_title_suffix = ' | ' | append: site.title %}
- {% if page.type == "categories" and page.title == nil %}
- {{ __.title.categories | append: page_title_suffix }}
- {% elsif page.type == "tags" and page.title == nil %}
- {{ __.title.tags | append: page_title_suffix }}
- {% elsif page.type == "about" and page.title == nil %}
- {{ __.title.about | append: page_title_suffix }}
- {% else %}
- {{ page.title | append: page_title_suffix }}
- {% endif %}
- {% endcapture %}
-{% when 'archive' %}
- {% capture title %}{{ __.title.archives }} | {{ site.title }}{% endcapture %}
-{% when 'category' %}
- {% capture title %}{{ __.title.category }} | {{ site.title }}{% endcapture %}
-{% when 'tag' %}
- {% capture title %}{{ __.title.tag }} | {{ site.title }}{% endcapture %}
-{% when 'schedule' %}
- {% capture title %}{{ __.title.schedule }} | {{ site.title }}{% endcapture %}
-{% endcase %}
-
-{% assign title = title | strip_newlines %}
diff --git a/_includes/_custom/header.html b/_includes/_custom/header.html
deleted file mode 100644
index 8b13789179..0000000000
--- a/_includes/_custom/header.html
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/_includes/_custom/sidebar.html b/_includes/_custom/sidebar.html
deleted file mode 100644
index b691837708..0000000000
--- a/_includes/_custom/sidebar.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
diff --git a/_includes/_helper/_config_map.html b/_includes/_helper/_config_map.html
deleted file mode 100644
index 657b69fd4f..0000000000
--- a/_includes/_helper/_config_map.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% comment %} _config_map(include.key, include.value, include.deep, include.key_prefix) {% endcomment %}
-{% capture _config_map %}
- {% if include.key != '' and include.key != nil and include.deep <= 3 %}
- {% assign value_type = include.value | jsonify | slice: 0 %}
- {% if value_type == '{' %}
- {% for key_value in include.value %}
- {% assign key = key_value[0] %}
- {% assign value = key_value[1] %}
- {% assign deep = include.deep | plus: 1 %}
- {% capture key_prefix %}{{ include.key_prefix }}{{ include.key }}.{% endcapture %}
- {% include _helper/_config_map.html key=key value=value deep=deep key_prefix=key_prefix %}
- {{ _config_map }}
- {% endfor %}
- {% elsif value_type != '[' %}
- {% assign value = include.value | jsonify %}
- {% if value != '{}' and value != '[]' %}
- '{{ include.key_prefix }}{{ include.key }}': {{ value }},
- {% endif %}
- {% endif %}
- {% endif %}
-{% endcapture %}
-
-{% assign _config_map = _config_map | normalize_whitespace %}
\ No newline at end of file
diff --git a/_includes/_helper/_toc.html b/_includes/_helper/_toc.html
deleted file mode 100644
index 41def9b8af..0000000000
--- a/_includes/_helper/_toc.html
+++ /dev/null
@@ -1,45 +0,0 @@
-{% comment %} _toc(class, list_number, include.source, include.level, include.number_prefix) {% endcomment %}
-{% capture _toc %}
- {% if include.level <= 6 %}
- {% assign tag_begin = ''%}
- {% assign tmp = block | split: tag_end %}
- {% assign source = tmp[1] | strip %}
-
- {% assign tmp = tmp[0] | strip | split: '>' %}
- {% assign toc_title = tmp | shift | join: '>' | strip_html %}
-
- {% assign tmp = tmp[0] | strip | split: 'id=' %}
- {% assign id = tmp[1] | strip | replace: '"', '' %}
-
-
-
- {% if list_number %}
- {{ include.number_prefix }}{{ forloop.index }}
- {% endif %}
- {{ toc_title }}
-
-
- {% capture number_prefix %}{{ include.number_prefix }}{{ forloop.index }}.{% endcapture %}
- {% assign level = include.level | plus: 1 %}
- {% include _helper/_toc.html source=source level=level number_prefix=number_prefix %}
- {% if _toc.size != 0 %}
-
- {{ _toc }}
-
- {% endif %}
-
- {% endfor %}
- {% endif %}
- {% endif %}
-{% endcapture %}
-
-{% assign _toc = _toc | normalize_whitespace %}
\ No newline at end of file
diff --git a/_includes/_helper/config_map.html b/_includes/_helper/config_map.html
deleted file mode 100644
index f461df674b..0000000000
--- a/_includes/_helper/config_map.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% comment %} config_map() {% endcomment %}
-{% capture config_map %}
-(
- {% assign exclude_keys = 'source, time, data, documents, github, related_posts, posts, pages, static_files, html_pages, html_files, collections, categories, tags, kramdown' | split: ', ' %}
- {% assign keys = '' | split: '' %}
- {% for site_key in site %}
- {% unless exclude_keys contains site_key %}
- {% assign keys = keys | push: site_key %}
- {% assign key = site_key %}
- {% assign value = site[site_key] %}
- {% include _helper/_config_map.html key=key value=value deep=1 key_prefix='' %}
- {{ _config_map }}
- {% endunless %}
- {% endfor %}
-)
-{% endcapture %}
-
-{% assign config_map = config_map | normalize_whitespace %}
\ No newline at end of file
diff --git a/_includes/_helper/lineno.html b/_includes/_helper/lineno.html
deleted file mode 100644
index 3402684247..0000000000
--- a/_includes/_helper/lineno.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% comment %} lineno(source) {% endcomment %}
-{% assign block_begin = '' %}
-{% assign block_end = '
' %}
-
-{% comment %} This tag isn't in the site which is built locally. I don't know why? {% endcomment %}
-{% assign div_tag_begin = '' %}
-{% assign div_tag_end = '' %}
-{% unless source contains '' %}
- {% assign div_tag_begin = '' %}
- {% assign div_tag_end = '' %}
-{% endunless %}
-
-{% assign blocks = source | split: block_begin | shift %}
-{% for block in blocks %}
- {% assign code_content = block | split: block_end | first | prepend: block_begin | append: block_end %}
- {% assign line_count = code_content | newline_to_br | split: '
' | size | minus: 1 %}
- {% assign lineno = '' %}
- {% for no in (1..line_count) %}
- {% if no == 1 %}
- {% assign lineno = '1' %}
- {% else %}
- {% assign lineno = lineno | append: '
' | append: no %}
- {% endif %}
- {% endfor %}
- {% capture code_content_with_lineno %}{{ div_tag_begin }}{{ lineno }}
{{ code_content }}
{{ div_tag_end }}{% endcapture %}
- {% assign source = source | replace: code_content, code_content_with_lineno %}
-{% endfor %}
-
-{% assign lineno = source %}
\ No newline at end of file
diff --git a/_includes/_helper/list_categories.html b/_includes/_helper/list_categories.html
deleted file mode 100644
index a84a9863bb..0000000000
--- a/_includes/_helper/list_categories.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% comment %} list_categories(paginator, prev_text, next_text) {% endcomment %}
-{% capture list_categories %}
-
- {% for cat_posts in site.categories %}
- -
- {% assign cat = cat_posts[0] %}
- {% assign posts = cat_posts[1] %}
- {% assign cat_url_encode = cat | url_encode | replace: '+', '%20' %}
- {{ cat }}
- {{ posts.size }}
-
- {% endfor %}
-
-{% endcapture %}
diff --git a/_includes/_helper/open_graph.html b/_includes/_helper/open_graph.html
deleted file mode 100644
index d9cbaf976d..0000000000
--- a/_includes/_helper/open_graph.html
+++ /dev/null
@@ -1,125 +0,0 @@
-{% comment %} open_graph(twitter_id, google_plus, fb_admins, fb_app_id) {% endcomment %}
-{% capture open_graph %}
- {% assign default_images = '' | split: '' %}
- {% assign images = page.photos | default: default_images %}
- {% assign page_content = page.content %}
- {% assign description = page.description | default: page.excerpt | default: page_content | default: site.description %}
-
- {% if page.tags and page.tags.size != 0 %}{% assign page_tags = page.tags | join: ', ' %}{% endif %}
- {% assign keywords = page.keywords | default: page_tags | default: site.keywords %}
-
- {% if page.layout == 'post' %}
- {% assign type = 'article' %}
- {% else %}
- {% assign type = 'website' %}
- {% endif %}
-
- {% assign url = page.url | absolute_url %}
- {% assign og_title = page.title | default: site.title %}
- {% assign site_name = site.title %}
- {% assign language = page.language | default: site.language %}
- {% assign updated = page.updated %}
- {% assign twitter_card = 'summary' %}
-
- {% if description %}
- {% assign description = description | strip_html | strip |
- replace: '<', '<' |
- replace: '>', '>' |
- replace: '&', '&' |
- replace: '"', '"' |
- replace: "'", ''' |
- replace: '\n', ' ' %}
- {% endif %}
-
- {% if images.size == 0 and page_content %}
- {% assign imgs = page_content | strip | split: '
-
- {% endif %}
-
- {% if keywords %}
-
-
- {% endif %}
-
-
-
-
-
-
- {% if description %}
-
-
- {% endif %}
-
- {% if language %}
-
-
- {% endif %}
-
- {% for image in images %}
-
-
- {% endfor %}
-
- {% if updated %}
-
-
- {% endif %}
-
-
-
-
- {% if description %}
-
-
- {% endif %}
-
- {% if images.size != 0 %}
-
-
- {% endif %}
-
- {% if twitter_id %}
- {% if twitter_id[0] != '@' %}
- {% assign twitter_id = '@' | append: twitter_id %}
- {% endif %}
-
-
- {% endif %}
-
- {% if twitter_site %}
-
-
- {% endif %}
-
- {% if google_plus %}
-
-
- {% endif %}
-
- {% if fb_admins %}
-
-
- {% endif %}
-
- {% if fb_app_id %}
-
-
- {% endif %}
-
-{% endcapture %}
-{% assign lines = open_graph | normalize_whitespace | split: '' %}
-{% capture open_graph %}{% for line in lines %}
-{{ line | strip }}{% endfor %}{% endcapture %}
diff --git a/_includes/_helper/paginator.html b/_includes/_helper/paginator.html
deleted file mode 100644
index 6baf185b24..0000000000
--- a/_includes/_helper/paginator.html
+++ /dev/null
@@ -1,72 +0,0 @@
-{% comment %} paginator(paginator, prev_text, next_text) {% endcomment %}
-{% capture paginator %}
- {% assign end_size = 1 %}
- {% assign mid_size = 1 %}
- {% assign current = paginator.page %}
- {% capture current_page %}
- {{ current }}
- {% endcapture %}
- {% if paginator.previous_page %}
- {{ prev_text }}
- {% endif %}
-
- {% assign total = paginator.total_pages %}
-
- {% assign left_end = end_size %}
- {% assign right_end = total | minus: end_size | plus: 1 %}
- {% assign left_mid = current | minus: mid_size %}
- {% assign right_mid = current | plus: mid_size %}
-
- {% if left_end >= current %}{% assign left_end = current | minus: 1 %}{% endif %}
-
- {% assign current_plus_one = current | plus: 1 %}
- {% if right_end <= current_plus_one %}{% assign right_end = current_plus_one %}{% endif %}
-
- {% if left_mid <= end_size %}{% assign left_mid = left_mid | plus: end_size %}{% endif %}
-
- {% assign total_minus_end_size = total | minus: end_size %}
- {% if right_mid > total_minus_end_size %}{% assign right_mid = right_mid | minus: end_size %}{% endif %}
-
- {% assign space_html = '…' %}
-
- {% for i in (1..left_end) %}
- {% assign href = site.paginate_path | relative_url | replace: '//', '/' | replace: ':num', i %}
- {% if i == 1 %}
- {% assign href = "/" | relative_url %}
- {% endif %}
- {{ i }}
- {% endfor %}
-
- {% assign current_minus_end_size_minus_mid_size = current | minus: end_size | minus: mid_size %}
- {% if current_minus_end_size_minus_mid_size > 1 %}
- {{ space_html }}
- {% endif %}
-
- {% assign current_minus_one = current | minus: 1 %}
- {% if left_mid > left_end %}
- {% for i in (left_mid..current_minus_one) %}
- {{ i }}
- {% endfor %}
- {% endif %}
- {{ current_page }}
-
- {% if right_mid < right_end %}
- {% for i in (current_plus_one..right_mid) %}
- {{ i }}
- {% endfor %}
- {% endif %}
-
- {% assign total_minus_end_size_minus_mid_size = total_minus_end_size | minus: mid_size %}
- {% if total_minus_end_size_minus_mid_size > current %}
- {{ space_html }}
- {% endif %}
-
- {% for i in (right_end..total) %}
- {{ i }}
- {% endfor %}
-
- {% if current < total %}
- {{ next_text }}
- {% endif %}
-{% endcapture %}
-{% assign paginator = paginator | normalize_whitespace %}
diff --git a/_includes/_helper/tagcloud.html b/_includes/_helper/tagcloud.html
deleted file mode 100644
index 9e3cf8e7e6..0000000000
--- a/_includes/_helper/tagcloud.html
+++ /dev/null
@@ -1,58 +0,0 @@
-{% comment %} tagcloud(min_font, max_font, amount, color, start_color, end_color) {% endcomment %}
-{% capture tagcloud %}
- {% assign tags = site.tags %}
- {% assign max = max_font %}
- {% assign min = min_font %}
- {% assign sizes = '' | split: '' %}
- {% assign unit = 'px' %}
- {% assign start_color = start_color | split: ',' %}
- {% assign end_color = end_color | split: ',' %}
-
- {% for tag in tags %}
- {% if forloop.index > amount %}
- {% break %}
- {% endif %}
- {% assign sizes = sizes | push: tag[1].size %}
- {% endfor %}
-
- {% assign sizes = sizes | uniq | sort %}
- {% assign length = sizes.size | minus: 1 %}
-
- {% for tag in tags %}
- {% if forloop.index > amount %}
- {% break %}
- {% endif %}
-
- {% assign ratio = 0 %}
-
- {% if length > 0 %}
- {% for size in sizes %}
- {% if size == tag[1].size %}
- {% assign ratio = forloop.index0 | times: 1.0 | divided_by: length %}
- {% break %}
- {% endif %}
- {% endfor %}
- {% endif %}
-
- {% assign tmp = max | minus: min | times: ratio %}
- {% assign size = tmp | plus: min %}
- {% assign tmp = size | round: 2 %}
-
- {% assign style = 'font-size: ' | append: tmp | append: unit | append: ';' %}
-
- {% if color %}
- {% assign mid_color = '' | split: '' %}
- {% for i in (0..2) %}
- {% assign tmp = end_color[i] | minus: start_color[i] | times: ratio %}
- {% assign tmp = start_color[i] | plus: tmp | round %}
- {% assign mid_color = mid_color | push: tmp %}
- {% endfor %}
- {% assign mid_color = 'rgb(' | append: mid_color[0] | append: ',' | append: mid_color[1] | append: ',' | append: mid_color[2] | append: ')' %}
- {% assign style = style | append: 'color: ' | append: mid_color %}
- {% endif %}
- {% assign tag_url_encode = tag[0] | url_encode | replace: '+', '%20' %}
- {{ tag[0] }}
- {% endfor %}
-
-{% endcapture %}
-{% assign tagcloud = tagcloud | normalize_whitespace %}
diff --git a/_includes/_helper/toc.html b/_includes/_helper/toc.html
deleted file mode 100644
index 31079bf892..0000000000
--- a/_includes/_helper/toc.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% comment %} toc(source, class, list_number) {% endcomment %}
-{% include _helper/_toc.html source=source level=1 number_prefix='' %}
-{% assign toc = _toc | normalize_whitespace %}
-{% if toc.size != 0 %}
- {% capture toc %}
-
- {{ toc }}
-
- {% endcapture %}
-{% endif %}
diff --git a/_includes/_helper/wordcount.html b/_includes/_helper/wordcount.html
deleted file mode 100644
index 4b62f5988e..0000000000
--- a/_includes/_helper/wordcount.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{% comment %} wordcount(source) {% endcomment %}
-{% assign source = source | strip_html | strip_newlines %}
-{% assign no_english_source = source | upcase %}
-{% assign no_english_source = no_english_source | remove: 'A' | remove: 'B' | remove: 'C' %}
-{% assign no_english_source = no_english_source | remove: 'D' | remove: 'E' | remove: 'F' %}
-{% assign no_english_source = no_english_source | remove: 'G' | remove: 'H' | remove: 'I' %}
-{% assign no_english_source = no_english_source | remove: 'J' | remove: 'K' | remove: 'L' %}
-{% assign no_english_source = no_english_source | remove: 'M' | remove: 'N' | remove: 'O' %}
-{% assign no_english_source = no_english_source | remove: 'P' | remove: 'Q' | remove: 'R' %}
-{% assign no_english_source = no_english_source | remove: 'S' | remove: 'T' | remove: 'U' %}
-{% assign no_english_source = no_english_source | remove: 'V' | remove: 'W' | remove: 'X' %}
-{% assign no_english_source = no_english_source | remove: 'Y' | remove: 'Z' %}
-
-{% assign no_english_source = no_english_source | remove: ' ' | remove: '"' | remove: '.' | remove: ',' %}
-{% assign no_english_source = no_english_source | remove: '?' | remove: ':' | remove: ';' | remove: "'" %}
-{% assign no_english_source = no_english_source | remove: '<' | remove: '>' | remove: '[' | remove: '']' %}
-{% assign no_english_source = no_english_source | remove: '{' | remove: '}' | remove: '\' | remove: '/' %}
-{% assign no_english_source = no_english_source | remove: '(' | remove: ')' | remove: '!' | remove: '-' %}
-
-{% assign no_english_source = no_english_source | remove: '。' | remove: ',' | remove: '?' | remove: '…' %}
-{% assign no_english_source = no_english_source | remove: '“' | remove: '”' | remove: '《' | remove: '》' %}
-{% assign no_english_source = no_english_source | remove: '【' | remove: '】' | remove: '‘' | remove: '’' %}
-{% assign no_english_source = no_english_source | remove: ':' | remove: ';' | remove: '「' | remove: '」' %}
-{% assign no_english_source = no_english_source | remove: '!' | remove: '—' | remove: '、' | remove: '·' %}
-
-{% assign no_english_wordcount = no_english_source | size %}
-{% assign english_wordcount = source | number_of_words %}
-{% assign wordcount = no_english_wordcount | plus: english_wordcount %}
diff --git a/_includes/_layout.html b/_includes/_layout.html
deleted file mode 100644
index fdb739e072..0000000000
--- a/_includes/_layout.html
+++ /dev/null
@@ -1,86 +0,0 @@
-
-{% include _blocks/title.html %}
-{% include _blocks/page_class.html %}
-{% include _blocks/sidebar.html %}
-{% include _blocks/script_extra.html %}
-
-{% assign html_class = 'theme-next ' | append: site.scheme %}
-{% if site.use_motion %}
- {% assign html_class = html_class | append: ' use-motion' %}
-{% endif %}
-
-
-
- {% include _partials/head.html %}
- {{ title }}
- {% include _third-party/analytics/index.html %}
-
-
-
-
- {% assign container_class = "container " %}
- {% if site.sidebar.position %}
- {% assign container_class = container_class | append: 'sidebar-position-' | append: site.sidebar.position %}
- {% endif %}
-
-
-
-
-
- {% include _partials/header.html %}
-
-
-
-
-
-
- {{ content }}
-
- {% include _third-party/duoshuo-hot-articles.html %}
- {% include _partials/comments.html %}
-
- {% if site.sidebar.display != 'remove' %}
- {{ sidebar }}
- {% endif %}
-
-
-
-
-
- {% unless site.sidebar.b2t %}
-
-
- {% if site.sidebar.scrollpercent %}
- 0%
- {% endif %}
-
- {% endunless %}
-
-
-
- {% include _scripts/vendors.html %}
- {% include _scripts/commons.html %}
-
- {% assign scheme_script = '_scripts/schemes/' | append: site.scheme | downcase | append: '.html' %}
- {% include {{ scheme_script }} %}
-
- {{ script_extra }}
-
- {% include _scripts/boostrap.html %}
-
- {% include _third-party/comments/index.html %}
- {% include _third-party/search/index.html %}
- {% include _third-party/analytics/lean-analytics.html %}
- {% include _third-party/seo/baidu-push.html %}
- {% include _third-party/rating.html %}
- {% include _third-party/mathjax.html %}
- {% include _third-party/scroll-cookie.html %}
- {% include _third-party/exturl.html %}
-
-
diff --git a/_includes/_macro/post-collapse.html b/_includes/_macro/post-collapse.html
deleted file mode 100644
index 388157d4ed..0000000000
--- a/_includes/_macro/post-collapse.html
+++ /dev/null
@@ -1,31 +0,0 @@
-{% comment %} post-collapse(post) {% endcomment %}
-
-
-
- <{% if site.seo %}h3{% else %}h2{% endif %} class="post-title">
- {% if post.link %}{% comment %} Link posts {% endcomment %}
-
- {{ post.title | default: post.link }}
-
-
- {% else %}
-
- {% if post.type == 'picture' %}
- {{ post.content }}
- {% else %}
- {{ post.title | default: __.post.untitled }}
- {% endif %}
-
- {% endif %}
- {% if site.seo %}h3{% else %}h2{% endif %}>
-
-
-
-
-
diff --git a/_includes/_macro/post-content.html b/_includes/_macro/post-content.html
deleted file mode 100644
index 1ebdce80d5..0000000000
--- a/_includes/_macro/post-content.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% if site.highlight.line_number %}
- {% assign source = post.content %}
- {% include _helper/lineno.html %}
- {{ lineno }}
-{% else %}
- {{ post.content }}
-{% endif %}
\ No newline at end of file
diff --git a/_includes/_macro/post-copyright.html b/_includes/_macro/post-copyright.html
deleted file mode 100644
index 3b64d301f4..0000000000
--- a/_includes/_macro/post-copyright.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% if site.post_copyright.enable %}
-
- -
- {{ __.post.copyright.link | append: __.symbol.colon }}
- {{ post.url | absolute_url }}
-
- -
- {{ __.post.copyright.license_title | append: __.symbol.colon }}
- {{ __.post.copyright.license_content | replace_first: '%s', site.post_copyright.license_url | replace_first: '%s', site.post_copyright.license }}
-
-
-{% endif %}
diff --git a/_includes/_macro/post-end.html b/_includes/_macro/post-end.html
deleted file mode 100644
index a0481ab06b..0000000000
--- a/_includes/_macro/post-end.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% if site.post_end.enable %}
-
-
-
-
-
-{% endif %}
diff --git a/_includes/_macro/post-excerpt.html b/_includes/_macro/post-excerpt.html
deleted file mode 100644
index c89eb570bc..0000000000
--- a/_includes/_macro/post-excerpt.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% if site.highlight.line_number %}
- {% assign source = post.excerpt %}
- {% include _helper/lineno.html %}
- {{ lineno }}
-{% else %}
- {{ post.excerpt }}
-{% endif %}
\ No newline at end of file
diff --git a/_includes/_macro/post.html b/_includes/_macro/post.html
deleted file mode 100644
index ad426c0b9d..0000000000
--- a/_includes/_macro/post.html
+++ /dev/null
@@ -1,443 +0,0 @@
-{% comment %} post(post, is_index, post_extra_class) {% endcomment %}
-
- {% if 'quote, picture' contains post.type %}
- {% assign headlessPost = true %}
- {% endif %}
-
- {% assign post_class = 'post post-type-' | append: post.type | default: 'normal' %}
- {% assign post_class = post_class | append: ' ' | append: post_extra_class | default: '' %}
- {% if post.sticky > 0 %}
- {% assign post_class = post_class | append: ' ' | append: 'post-sticky' %}
- {% endif %}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% unless headlessPost %}
-
-
- {% comment %} % Not to show title for quote posts that do not have a title {% endcomment %}
- {% unless is_index and post.type == 'quote' and post.title == nil %}
- <{% if site.seo %}h2{% else %}h1{% endif %} class="post-title" itemprop="name headline">
- {% comment %} Link posts {% endcomment %}
- {% if post.link %}
- {% if post.sticky > 0 %}
- {{ post.sticky }}
-
-
-
- {% endif %}
-
- {% if post.title %}{{ post.title }}{% else %}{{ post.link }}{% endif %}
-
-
- {% else %}
- {% if is_index %}
- {% if post.sticky > 0 %}
-
-
-
- {% endif %}
-
- {{ post.title | default: __.post.untitled }}
-
- {% else %}{{ post.title }}{% endif %}
- {% endif %}
- {% if site.seo %}h2{% else %}h1{% endif %}>
- {% endunless %}
-
-
-
- {% endunless %}
-
-
-
- {% comment %} Gallery support {% endcomment %}
- {% if post.photos and post.photos.size > 0 %}
-
- {% assign COLUMN_NUMBER = 3 %}
- {% for photo in post.photos %}
- {% assign index0_modulo_COLUMN_NUMBER = forloop.index0 | modulo: COLUMN_NUMBER %}
- {% if index0_modulo_COLUMN_NUMBER == 0 %}{% endif %}
-
-
-
- {% if index0_modulo_COLUMN_NUMBER == 2 %}{% endif %}
- {% endfor %}
-
- {% comment %} Append end tag for `post-gallery-row` when (photos size mod COLUMN_NUMBER) is less than COLUMN_NUMBER {% endcomment %}
- {% assign photos_size_modulo_COLUMN_NUMBER = post.photos.size | modulo: COLUMN_NUMBER %}
- {% if photos_size_modulo_COLUMN_NUMBER > 0 %}{% endif %}
-
- {% endif %}
-
- {% if is_index %}
- {% if post.description and site.excerpt_description %}
- {{ post.description }}
-
-
-
- {% elsif post.excerpt %}
- {% include _macro/post-excerpt.html %}
-
-
-
- {% elsif site.auto_excerpt.enable %}
- {% assign content = post.content | strip_html %}
- {{ content | slice: 0, site.auto_excerpt.length }}
- {% if content.size > site.auto_excerpt.length %}...{% endif %}
-
-
-
- {% else %}
- {% if post.type == 'picture' %}
- {{ post.content }}
- {% else %}
- {% include _macro/post-content.html %}
- {% endif %}
- {% endif %}
- {% else %}
- {% include _macro/post-content.html %}
- {% endif %}
-
-
-
- {% unless is_index %}
- {% include _macro/wechat-subscriber.html %}
- {% endunless %}
-
-
-
- {% unless is_index %}
- {% include _macro/reward.html %}
- {% endunless %}
-
-
-
- {% unless is_index %}
- {% include _macro/post-end.html %}
- {% endunless %}
-
-
-
- {% unless is_index %}
- {% include _macro/post-copyright.html %}
- {% endunless %}
-
-
-
-
-
-
-
-
diff --git a/_includes/_macro/reward.html b/_includes/_macro/reward.html
deleted file mode 100644
index 76f4f5a244..0000000000
--- a/_includes/_macro/reward.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{% if site.alipay or site.wechatpay %}
-
- {{ site.reward_comment }}
-
-
-
-{% endif %}
diff --git a/_includes/_macro/sidebar.html b/_includes/_macro/sidebar.html
deleted file mode 100644
index 6dfa590478..0000000000
--- a/_includes/_macro/sidebar.html
+++ /dev/null
@@ -1,179 +0,0 @@
-{% comment %} sidebar(is_post) {% endcomment %}
-
-
-
-
diff --git a/_includes/_macro/wechat-subscriber.html b/_includes/_macro/wechat-subscriber.html
deleted file mode 100644
index 1bf2b2f523..0000000000
--- a/_includes/_macro/wechat-subscriber.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% if site.wechat_subscriber.enabled %}
-
-
- {{ site.wechat_subscriber.description }}
-
-{% endif %}
diff --git a/_includes/_partials/comments.html b/_includes/_partials/comments.html
deleted file mode 100644
index 939ff0f210..0000000000
--- a/_includes/_partials/comments.html
+++ /dev/null
@@ -1,39 +0,0 @@
-{% if page.comments %}
-
- {% if site.duoshuo and site.duoshuo.shortname or site.duoshuo_shortname %}
-
-
- {% elsif site.facebook_sdk.enable and site.facebook_comments_plugin.enable %}
-
-
- {% elsif site.vkontakte_api.enable and site.vkontakte_api.comments %}
-
- {% elsif site.disqus.enable %}
-
-
-
- {% elsif site.hypercomments_id %}
-
- {% elsif site.gentie_productKey %}
-
- {% elsif site.gitalk.enable %}
-
- {% elsif site.youyan_uid %}
-
- {% elsif site.livere_uid %}
-
- {% elsif site.changyan.appid and site.changyan.appkey %}
-
- {% elsif site.wildfire.enable %}
-
- {% endif %}
-
-{% endif %}
diff --git a/_includes/_partials/footer.html b/_includes/_partials/footer.html
deleted file mode 100644
index d9e4af222e..0000000000
--- a/_includes/_partials/footer.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
- {% assign current = site.time | date: '%Y' %}
- {% assign since = site.since | downcase %}
- © {% if site.since and since != current %} {{ since }} - {% endif %}
- {{ current }}
-
-
-
-
-
-
-{% if site.copyright %}
-
- {{ __.footer.powered | replace: '%s', 'Jekyll') }}
-
-
-
- {{ __.footer.theme }} -
-
- NexT.{{ site.scheme }}
-
-
-{% endif %}
diff --git a/_includes/_partials/head.html b/_includes/_partials/head.html
deleted file mode 100644
index 70de6fb75d..0000000000
--- a/_includes/_partials/head.html
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
-
-
-{% if site.pace %}
- {% assign pace_css_uri = site.vendors._internal | append: '/pace/'| append: site.pace_theme | append: '.min.css?v=1.0.2' | relative_url %}
- {% assign pace_js_uri = site.vendors._internal | append: '/pace/pace.min.js?v=1.0.2' | relative_url %}
- {% if site.vendors.pace %}
- {% assign pace_js_uri = site.vendors.pace %}
- {% endif %}
- {% if site.vendors.pace_css %}
- {% assign pace_css_uri = site.vendors.pace_css %}
- {% endif %}
-
-
-{% endif %}
-
-
-{% if site.han %}
- {% assign Han_uri = site.vendors._internal | append: '/Han/dist/han.min.css?v=3.3' | relative_url %}
- {% if site.vendors.Han %}
- {% assign Han_uri = site.vendors.Han %}
- {% endif %}
-
-{% endif %}
-
-
-{% comment %} #238, Disable Baidu tranformation {% endcomment %}
-
-
-
-
-{% if site.google_site_verification %}
-
-{% endif %}
-
-
-{% if site.yandex_site_verification %}
-
-{% endif %}
-
-
-{% if site.baidu_site_verification %}
-
-{% endif %}
-
-
-{% if site.qihu_site_verification %}
-
-{% endif %}
-
-
-{% if site.fancybox %}
- {% assign fancybox_css_uri = site.vendors._internal | append: '/fancybox/source/jquery.fancybox.css?v=2.1.5' | relative_url %}
- {% if site.vendors.fancybox_css %}
- {% assign fancybox_css_uri = site.vendors.fancybox_css %}
- {% endif %}
-
-{% endif %}
-
-{% include _partials/head/external-fonts.html %}
-
-{% assign font_awesome_uri = site.vendors._internal | append: '/font-awesome/css/font-awesome.min.css?v=4.6.2' | relative_url %}
-{% if site.vendors.fontawesome %}
- {% assign font_awesome_uri = site.vendors.fontawesome %}
-{% endif %}
-
-
-
-
-{% if page.keywords %}
-
-{% elsif page.tags and page.tags | size != 0 %}
-
-{% elsif site.keywords %}
-
-{% endif %}
-
-{% assign site_rss = site.rss %}
-{% if site.feed and site.feed.path and site.rss == '' or site.rss == nil %}
- {% assign site_rss = site.feed.path %}
-{% endif %}
-{% if site_rss %}
-
-{% endif %}
-
-
-{% if site.favicon %}
-
-{% endif %}
-
-
-{% if site.facebook_sdk.enable and site.facebook_sdk.webmaster %}
-
-
-{% endif %}
-
-
-{% assign twitter_id = site.twitter %}
-{% assign google_plus = site.google_plus %}
-{% assign fb_admins = site.fb_admins %}
-{% assign fb_app_id = site.fb_app_id %}
-{% include _helper/open_graph.html %}
-{{ open_graph }}
-
-{% comment %} Export some HEXO Configurations to Front-End {% endcomment %}
-
-
-{% comment %} Canonical, good for google search engine (SEO) : https://support.google.com/webmasters/answer/139066 {% endcomment %}
-{% if site.canonical %}
-
-{% endif %}
-
-{% include _partials/head/custom-head.html %}
diff --git a/_includes/_partials/head/custom-head.html b/_includes/_partials/head/custom-head.html
deleted file mode 100644
index ce990b7460..0000000000
--- a/_includes/_partials/head/custom-head.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{% comment %}
-Custom head.
-{% endcomment %}
diff --git a/_includes/_partials/head/external-fonts.html b/_includes/_partials/head/external-fonts.html
deleted file mode 100644
index d065853bf2..0000000000
--- a/_includes/_partials/head/external-fonts.html
+++ /dev/null
@@ -1,51 +0,0 @@
-{% if site.font.enable %}
-
- {% assign font_config = site.font %}
- {% assign font_families = '' %}
- {% assign font_styles = ':300,300italic,400,400italic,700,700italic' %}
- {% assign font_found = false %}
-
- {% if font_config.global.family and font_config.global.external %}
- {% assign font_families = font_families | append: font_config.global.family | append: font_styles %}
- {% assign font_found = true %}
- {% endif %}
-
- {% if font_config.headings.family and font_config.headings.external %}
- {% if font_found %}
- {% assign font_families = font_families | append: '|' %}
- {% endif %}
-
- {% assign font_families = font_families | append: font_config.headings.family | append: font_styles %}
- {% endif %}
-
- {% if font_config.posts.family and font_config.posts.external %}
- {% if font_found %}
- {% assign font_families = font_families | append: '|' %}
- {% endif %}
-
- {% assign font_families = font_families | append: font_config.posts.family | append: font_styles %}
- {% endif %}
-
- {% if font_config.logo.family and font_config.logo.external %}
- {% if font_found %}
- {% assign font_families = font_families | append: '|' %}
- {% endif %}
-
- {% assign font_families = font_families | append: font_config.logo.family | append: font_styles %}
- {% endif %}
-
- {% if font_config.codes.family and font_config.codes.external %}
- {% if font_found %}
- {% assign font_families = font_families | append: '|' %}
- {% endif %}
-
- {% assign font_families = font_families | append: font_config.codes.family | append: font_styles %}
- {% endif %}
-
- {% if font_families != '' %}
- {% assign font_families = font_families | append: '&subset=latin,latin-ext' %}
- {% assign font_host = font_config.host | default: '//fonts.googleapis.com' %}
-
- {% endif %}
-
-{% endif %}
diff --git a/_includes/_partials/header.html b/_includes/_partials/header.html
deleted file mode 100644
index 3fb2a849c2..0000000000
--- a/_includes/_partials/header.html
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-{% include _custom/header.html %}
diff --git a/_includes/_partials/page-header.html b/_includes/_partials/page-header.html
deleted file mode 100644
index c12323bf93..0000000000
--- a/_includes/_partials/page-header.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-{% case page.layout %}
-{% when 'page' %}
- {% capture post_title %}
- {% if page.type == "categories" and page.title == nil %}
- {{ __.title.categories }}
- {% elsif page.type == "tags" and page.title == nil %}
- {{ __.title.tags }}
- {% elsif page.type == "about" and page.title == nil %}
- {{ __.title.about }}
- {% else %}
- {{ page.title }}
- {% endif %}
- {% endcapture %}
-{% when 'schedule' %}
- {% capture post_title %}{{ __.title.schedule }}{% endcapture %}
-{% endcase %}
- <{% if site.seo %}h2{% else %}h1{% endif %} class="post-title" itemprop="name headline">{{ post_title }}{% if site.seo %}h2{% else %}h1{% endif %}>
-
-{% if page.description %}
-
diff --git a/_includes/_partials/pagination.html b/_includes/_partials/pagination.html
deleted file mode 100644
index c00f33a4cb..0000000000
--- a/_includes/_partials/pagination.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% if paginator.previous_page or paginator.next_page %}
-
-{% endif %}
diff --git a/_includes/_partials/search.html b/_includes/_partials/search.html
deleted file mode 100644
index 076fe0b2ae..0000000000
--- a/_includes/_partials/search.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% if site.algolia_search.enable %}
- {% include _third-party/search/algolia-search/dom.html %}
-{% elsif site.swiftype_key %}
- {% include _partials/search/swiftype.html %}
-{% elsif site.tinysou_Key %}
- {% include _partials/search/tinysou.html %}
-{% elsif site.local_search.enable %}
- {% include _partials/search/localsearch.html %}
-{% endif %}
diff --git a/_includes/_partials/search/localsearch.html b/_includes/_partials/search/localsearch.html
deleted file mode 100644
index 1c7d90345d..0000000000
--- a/_includes/_partials/search/localsearch.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-{% endif %}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/_includes/_partials/search/swiftype.html b/_includes/_partials/search/swiftype.html
deleted file mode 100644
index f1b71cceb1..0000000000
--- a/_includes/_partials/search/swiftype.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
diff --git a/_includes/_partials/search/tinysou.html b/_includes/_partials/search/tinysou.html
deleted file mode 100644
index 2dfa3e3175..0000000000
--- a/_includes/_partials/search/tinysou.html
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/_includes/_partials/share/add-this.html b/_includes/_partials/share/add-this.html
deleted file mode 100644
index f5a6f225bf..0000000000
--- a/_includes/_partials/share/add-this.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/_includes/_partials/share/baidushare.html b/_includes/_partials/share/baidushare.html
deleted file mode 100644
index eb5f8fb29f..0000000000
--- a/_includes/_partials/share/baidushare.html
+++ /dev/null
@@ -1,57 +0,0 @@
-{% if site.baidushare.type == "button" %}
-
-
-{% elsif site.baidushare.type == "slide" %}
-
-{% endif %}
-
diff --git a/_includes/_partials/share/duoshuo_share.html b/_includes/_partials/share/duoshuo_share.html
deleted file mode 100644
index 7845cb8105..0000000000
--- a/_includes/_partials/share/duoshuo_share.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
diff --git a/_includes/_partials/share/jiathis.html b/_includes/_partials/share/jiathis.html
deleted file mode 100644
index 6c64a71947..0000000000
--- a/_includes/_partials/share/jiathis.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
diff --git a/_includes/_scripts/boostrap.html b/_includes/_scripts/boostrap.html
deleted file mode 100644
index d3481ffd8d..0000000000
--- a/_includes/_scripts/boostrap.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% assign boot_scripts = 'src/bootstrap.js' | split: ", " %}
-
-{% for bs in boot_scripts %}
-
-{% endfor %}
diff --git a/_includes/_scripts/commons.html b/_includes/_scripts/commons.html
deleted file mode 100644
index a37c32279a..0000000000
--- a/_includes/_scripts/commons.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% assign js_commons = 'src/utils.js, src/motion.js' | split: ", " %}
-
-{% for common in js_commons %}
-
-{% endfor %}
diff --git a/_includes/_scripts/pages/pagination.html b/_includes/_scripts/pages/pagination.html
deleted file mode 100644
index ca3cc2b54f..0000000000
--- a/_includes/_scripts/pages/pagination.html
+++ /dev/null
@@ -1,103 +0,0 @@
-{% assign paginate_path = site[page.layout].paginate_path | default: site.paginate_path %}
-{% assign paginate = site[page.layout].paginate | default: site.paginate %}
-
-{% if paginate > 0 %}
-
-
-{% endif %}
diff --git a/_includes/_scripts/pages/post-details.html b/_includes/_scripts/pages/post-details.html
deleted file mode 100644
index 96cdca811b..0000000000
--- a/_includes/_scripts/pages/post-details.html
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git a/_includes/_scripts/schemes/mist.html b/_includes/_scripts/schemes/mist.html
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/_includes/_scripts/schemes/muse.html b/_includes/_scripts/schemes/muse.html
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/_includes/_scripts/schemes/pisces.html b/_includes/_scripts/schemes/pisces.html
deleted file mode 100644
index 6f5acc8515..0000000000
--- a/_includes/_scripts/schemes/pisces.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% assign scripts = 'src/affix.js, src/schemes/pisces.js' | split: ", " %}
-
-{% for script in scripts %}
-
-{% endfor %}
diff --git a/_includes/_scripts/vendors.html b/_includes/_scripts/vendors.html
deleted file mode 100644
index f1545da948..0000000000
--- a/_includes/_scripts/vendors.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{% comment %} Reset `window.Promise` when it was not a function. {% endcomment %}
-{% comment %} IE refers the element whose id is `Promise` as `window.Promise`, this causes Velocity throwing an exception {% endcomment %}
-
-
-{% assign js_vendors = '' %}
-{% assign js_vendors = js_vendors | append: ', ' | append: 'jquery: jquery/index.js?v=2.1.3' %}
-{% assign js_vendors = js_vendors | append: ', ' | append: 'fastclick: fastclick/lib/fastclick.min.js?v=1.0.6' %}
-{% assign js_vendors = js_vendors | append: ', ' | append: 'lazyload: jquery_lazyload/jquery.lazyload.js?v=1.9.7' %}
-{% assign js_vendors = js_vendors | append: ', ' | append: 'velocity: velocity/velocity.min.js?v=1.2.1' %}
-{% assign js_vendors = js_vendors | append: ', ' | append: 'velocity_ui: velocity/velocity.ui.min.js?v=1.2.1' %}
-
-{% if site.fancybox %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'fancybox: fancybox/source/jquery.fancybox.pack.js?v=2.1.5' %}
-{% endif %}
-{% if site.canvas_nest %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'canvas_nest: canvas-nest/canvas-nest.min.js' %}
-{% endif %}
-
-{% if site.three_waves %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'three: three/three.min.js' %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'three_waves: three/three-waves.min.js' %}
-{% endif %}
-
-{% if site.canvas_lines %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'three: three/three.min.js' %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'canvas_lines: three/canvas_lines.min.js' %}
-{% endif %}
-
-{% if site.canvas_sphere %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'three: three/three.min.js' %}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'canvas_sphere: three/canvas_sphere.min.js' %}
-{% endif %}
-
-{% if site.canvas_ribbon and site.scheme == 'Pisces'%}
- {% assign js_vendors = js_vendors | append: ', ' | append: 'canvas_ribbon: canvas-ribbon/canvas-ribbon.js' %}
-{% endif %}
-
-{% assign js_vendors = js_vendors | split: ", " | uniq %}
-{% for js_vendor in js_vendors %}
- {% assign name_internal = js_vendor | strip | split: ": " %}
- {% if name_internal.size != 2 %} {% continue %} {% endif %}
- {% assign name = name_internal[0] | strip %}
- {% assign internal = name_internal[1] | strip %}
- {% assign internal_script = site.vendors._internal | append: '/' | append: internal | relative_url %}
-
-{% endfor %}
diff --git a/_includes/_third-party/analytics/application-insights.html b/_includes/_third-party/analytics/application-insights.html
deleted file mode 100644
index d14c668994..0000000000
--- a/_includes/_third-party/analytics/application-insights.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% if site.application_insights %}
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/baidu-analytics.html b/_includes/_third-party/analytics/baidu-analytics.html
deleted file mode 100644
index 57c3ece8bb..0000000000
--- a/_includes/_third-party/analytics/baidu-analytics.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% if site.baidu_analytics %}
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/busuanzi-counter.html b/_includes/_third-party/analytics/busuanzi-counter.html
deleted file mode 100644
index 9981289471..0000000000
--- a/_includes/_third-party/analytics/busuanzi-counter.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{% if site.busuanzi_count.enable %}
-
-
-
- {% if site.busuanzi_count.site_uv %}
-
- {{ site.busuanzi_count.site_uv_header }}
-
- {{ site.busuanzi_count.site_uv_footer }}
-
- {% endif %}
-
- {% if site.busuanzi_count.site_pv %}
-
- {{ site.busuanzi_count.site_pv_header }}
-
- {{ site.busuanzi_count.site_pv_footer }}
-
- {% endif %}
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/cnzz-analytics.html b/_includes/_third-party/analytics/cnzz-analytics.html
deleted file mode 100644
index 70a3bf5d64..0000000000
--- a/_includes/_third-party/analytics/cnzz-analytics.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% if site.cnzz_siteid %}
-
-
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/facebook-sdk.html b/_includes/_third-party/analytics/facebook-sdk.html
deleted file mode 100644
index a91c29556b..0000000000
--- a/_includes/_third-party/analytics/facebook-sdk.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% if site.facebook_sdk.enable %}
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/google-analytics.html b/_includes/_third-party/analytics/google-analytics.html
deleted file mode 100644
index 714e9a09db..0000000000
--- a/_includes/_third-party/analytics/google-analytics.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% if site.google_analytics %}
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/index.html b/_includes/_third-party/analytics/index.html
deleted file mode 100644
index 25b5c63ca3..0000000000
--- a/_includes/_third-party/analytics/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% include _third-party/analytics/facebook-sdk.html %}
-{% include _third-party/analytics/vkontakte-api.html %}
-{% include _third-party/analytics/google-analytics.html %}
-{% include _third-party/analytics/baidu-analytics.html %}
-{% include _third-party/analytics/tencent-analytics.html %}
-{% include _third-party/analytics/tencent-mta.html %}
-{% include _third-party/analytics/cnzz-analytics.html %}
-{% include _third-party/analytics/application-insights.html %}
diff --git a/_includes/_third-party/analytics/lean-analytics.html b/_includes/_third-party/analytics/lean-analytics.html
deleted file mode 100644
index 1b9df5284b..0000000000
--- a/_includes/_third-party/analytics/lean-analytics.html
+++ /dev/null
@@ -1,108 +0,0 @@
-{% if site.leancloud_visitors.enable %}
-
- {% comment %} custom analytics part create by xiamo {% endcomment %}
-
-
-
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/tencent-analytics.html b/_includes/_third-party/analytics/tencent-analytics.html
deleted file mode 100644
index acf2cd1fb0..0000000000
--- a/_includes/_third-party/analytics/tencent-analytics.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% if site.tencent_analytics %}
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/tencent-mta.html b/_includes/_third-party/analytics/tencent-mta.html
deleted file mode 100644
index ceee2b71f1..0000000000
--- a/_includes/_third-party/analytics/tencent-mta.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% if site.tencent_mta %}
-
-{% endif %}
diff --git a/_includes/_third-party/analytics/vkontakte-api.html b/_includes/_third-party/analytics/vkontakte-api.html
deleted file mode 100644
index 88bca54946..0000000000
--- a/_includes/_third-party/analytics/vkontakte-api.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% if site.vkontakte_api.enable %}
-
-
-
-
-{% endif %}
diff --git a/_includes/_third-party/comments/changyan.html b/_includes/_third-party/comments/changyan.html
deleted file mode 100644
index 9472a32f62..0000000000
--- a/_includes/_third-party/comments/changyan.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% if site.changyan.enable and site.changyan.appid and site.changyan.appkey %}
- {% if page.home %}
-
- {% else %}
-
-
- {% endif %}
-{% endif %}
diff --git a/_includes/_third-party/comments/disqus.html b/_includes/_third-party/comments/disqus.html
deleted file mode 100644
index 6236c128ac..0000000000
--- a/_includes/_third-party/comments/disqus.html
+++ /dev/null
@@ -1,68 +0,0 @@
-{% unless site.duoshuo_shortname or site.duoshuo and site.duoshuo.shortname %}
- {% if site.disqus.enable %}
-
- {% if site.disqus.count %}
-
- {% endif %}
-
- {% if page.comments %}
- {% if site.disqus.hide %}
-
- {% else %}
-
- {% endif %}
- {% endif %}
-
- {% endif %}
-{% endunless %}
diff --git a/_includes/_third-party/comments/duoshuo.html b/_includes/_third-party/comments/duoshuo.html
deleted file mode 100644
index 929dadf781..0000000000
--- a/_includes/_third-party/comments/duoshuo.html
+++ /dev/null
@@ -1,33 +0,0 @@
-{% if site.duoshuo_shortname or site.duoshuo and site.duoshuo.shortname %}
-
- {% if site.duoshuo %}
- {% assign duoshuo_shortname = site.duoshuo.shortname %}
- {% else %}
- {% assign duoshuo_shortname = site.duoshuo_shortname %}
- {% endif %}
-
-
-
- {% if site.duoshuo_info.ua_enable %}
- {% if site.duoshuo_info.admin_enable %}
- {% assign ua_parser_internal = site.vendors._internal | append: '/ua-parser-js/dist/ua-parser.min.js?v=0.7.9' | relative_url %}
-
-
- {% endif %}
- {% assign ua_parser_internal = site.vendors._internal | append: '/ua-parser-js/dist/ua-parser.min.js?v=0.7.9' | relative_url %}
-
-
- {% endif %}
-
-{% endif %}
diff --git a/_includes/_third-party/comments/gentie.html b/_includes/_third-party/comments/gentie.html
deleted file mode 100644
index dfa5d0c344..0000000000
--- a/_includes/_third-party/comments/gentie.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% unless site.disqus_shortname or site.hypercomments_id or site.duoshuo_shortname or site.duoshuo and site.duoshuo.shortname %}
-
- {% if site.gentie_productKey %}
- {% assign gentie_productKey = site.gentie_productKey %}
-
-
- {% endif %}
-
-{% endunless %}
diff --git a/_includes/_third-party/comments/gitalk.html b/_includes/_third-party/comments/gitalk.html
deleted file mode 100644
index e8a4095440..0000000000
--- a/_includes/_third-party/comments/gitalk.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{% unless site.duoshuo_shortname
- or site.disqus_shortname
- or site.hypercomments_id
- or site.gentie_productKey
- or site.duoshuo and site.duoshuo.shortname %}
-
-{% if site.gitalk.enable %}
-
-
-
-
-
-{% endif %}
-
-{% endunless %}
diff --git a/_includes/_third-party/comments/hypercomments.html b/_includes/_third-party/comments/hypercomments.html
deleted file mode 100644
index 69b5493b8a..0000000000
--- a/_includes/_third-party/comments/hypercomments.html
+++ /dev/null
@@ -1,27 +0,0 @@
-{% unless site.disqus_shortname or site.duoshuo_shortname or site.duoshuo and site.duoshuo.shortname %}
-
- {% if site.hypercomments_id %}
-
-
-
- {% endif %}
-
-{% endunless %}
diff --git a/_includes/_third-party/comments/index.html b/_includes/_third-party/comments/index.html
deleted file mode 100644
index 6e20bf36e6..0000000000
--- a/_includes/_third-party/comments/index.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% include _third-party/comments/duoshuo.html %}
-{% include _third-party/comments/disqus.html %}
-{% include _third-party/comments/hypercomments.html %}
-{% include _third-party/comments/gentie.html %}
-{% include _third-party/comments/gitalk.html %}
-{% include _third-party/comments/youyan.html %}
-{% include _third-party/comments/livere.html %}
-{% include _third-party/comments/changyan.html %}
-{% include _third-party/comments/wildfire.html %}
diff --git a/_includes/_third-party/comments/livere.html b/_includes/_third-party/comments/livere.html
deleted file mode 100644
index 12f5ae2af3..0000000000
--- a/_includes/_third-party/comments/livere.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% unless site.duoshuo and site.duoshuo.shortname %}
- {% unless site.hypercomments_id or site.gentie_productKey or site.duoshuo_shortname or site.disqus.enable and site.disqus.shortname %}
-
- {% if page.comments and site.livere_uid %}
-
- {% endif %}
-
- {% endunless %}
-{% endunless %}
diff --git a/_includes/_third-party/comments/wildfire.html b/_includes/_third-party/comments/wildfire.html
deleted file mode 100644
index 7b07d39b0e..0000000000
--- a/_includes/_third-party/comments/wildfire.html
+++ /dev/null
@@ -1,44 +0,0 @@
-{% if site.wildfire.enable %}
-
- {% if page.comments %}
- {% if site.wildfire.loaderVersion %}
-
- {% else %}
-
- {% endif %}
- {% endif %}
-
-{% endif %}
diff --git a/_includes/_third-party/comments/youyan.html b/_includes/_third-party/comments/youyan.html
deleted file mode 100644
index ac96d77412..0000000000
--- a/_includes/_third-party/comments/youyan.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{% unless site.duoshuo_shortname
- or site.disqus_shortname
- or site.hypercomments_id
- or site.gentie_productKey
- or site.duoshuo and site.duoshuo.shortname %}
-
- {% if site.youyan_uid %}
- {% assign uid = site.youyan_uid %}
-
- {% if page.comments %}
-
-
-
- {% endif %}
- {% endif %}
-
-{% endunless %}
diff --git a/_includes/_third-party/duoshuo-hot-articles.html b/_includes/_third-party/duoshuo-hot-articles.html
deleted file mode 100644
index d1741bb181..0000000000
--- a/_includes/_third-party/duoshuo-hot-articles.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% comment %} 多说热评文章 {% endcomment %}
-{% if site.duoshuo_hotartical and page.title %}
- 热评文章
-
-{% endif %}
diff --git a/_includes/_third-party/exturl.html b/_includes/_third-party/exturl.html
deleted file mode 100644
index 610fd32d49..0000000000
--- a/_includes/_third-party/exturl.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{% if site.exturl %}
-
-{% endif %}
diff --git a/_includes/_third-party/mathjax.html b/_includes/_third-party/mathjax.html
deleted file mode 100644
index 220ca45899..0000000000
--- a/_includes/_third-party/mathjax.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% if site.mathjax.enable %}
- {% if page.layout == 'index' or page.mathjax or site.mathjax.per_page == nil or site.mathjax.per_page == false %}
-
-
-
-
- {% endif %}
-{% endif %}
diff --git a/_includes/_third-party/rating.html b/_includes/_third-party/rating.html
deleted file mode 100644
index f1f25063ff..0000000000
--- a/_includes/_third-party/rating.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% unless page.home %}
- {% if site.rating.enable and page.layout == 'post' %}
-
- {% endif %}
-{% endunless %}
diff --git a/_includes/_third-party/schedule.html b/_includes/_third-party/schedule.html
deleted file mode 100644
index 6aa59780f1..0000000000
--- a/_includes/_third-party/schedule.html
+++ /dev/null
@@ -1,185 +0,0 @@
-{% if site.calendar.enable %}
-{% if page.type == 'schedule' %}
-
-
-
-{% endif %}
-{% endif %}
diff --git a/_includes/_third-party/scroll-cookie.html b/_includes/_third-party/scroll-cookie.html
deleted file mode 100644
index 6f515fc36a..0000000000
--- a/_includes/_third-party/scroll-cookie.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{% if site.save_scroll %}
-
-
-{% endif %}
diff --git a/_includes/_third-party/search/algolia-search/assets.html b/_includes/_third-party/search/algolia-search/assets.html
deleted file mode 100644
index 076e1d16c6..0000000000
--- a/_includes/_third-party/search/algolia-search/assets.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% if site.algolia_search.enable %}
-
- {% comment %} S: Include Algolia instantsearch.js library {% endcomment %}
- {% assign algolia_instant_css = site.vendors._internal | append: '/algolia-instant-search/instantsearch.min.css' | relative_url %}
- {% if site.vendors.algolia_instant_css %}
- {% assign algolia_instant_css = site.vendors.algolia_instant_css %}
- {% endif %}
-
-
- {% assign algolia_instant_js = site.vendors._internal | append: '/algolia-instant-search/instantsearch.min.js' | relative_url %}
- {% if site.vendors.algolia_instant_js %}
- {% assign algolia_instant_js = site.vendors.algolia_instant_js %}
- {% endif %}
-
- {% comment %} E: Include Algolia instantsearch.js library {% endcomment %}
-
-
-{% endif %}
diff --git a/_includes/_third-party/search/algolia-search/dom.html b/_includes/_third-party/search/algolia-search/dom.html
deleted file mode 100644
index 63a2c5e5d6..0000000000
--- a/_includes/_third-party/search/algolia-search/dom.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% if site.algolia_search.enable %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{% endif %}
diff --git a/_includes/_third-party/search/index.html b/_includes/_third-party/search/index.html
deleted file mode 100644
index db4ae22796..0000000000
--- a/_includes/_third-party/search/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{% include _third-party/search/tinysou.html %}
-{% include _third-party/search/localsearch.html %}
-{% include _third-party/search/algolia-search/assets.html %}
diff --git a/_includes/_third-party/search/localsearch.html b/_includes/_third-party/search/localsearch.html
deleted file mode 100644
index 9b01892338..0000000000
--- a/_includes/_third-party/search/localsearch.html
+++ /dev/null
@@ -1,318 +0,0 @@
-{% if site.local_search.enable %}
-
-{% endif %}
diff --git a/_includes/_third-party/search/tinysou.html b/_includes/_third-party/search/tinysou.html
deleted file mode 100644
index d58de40447..0000000000
--- a/_includes/_third-party/search/tinysou.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% if site.tinysou_Key %}
-
-{% endif %}
diff --git a/_includes/_third-party/seo/baidu-push.html b/_includes/_third-party/seo/baidu-push.html
deleted file mode 100644
index 2d3ca23b84..0000000000
--- a/_includes/_third-party/seo/baidu-push.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% if site.baidu_push %}
-
-{% endif %}
diff --git a/_includes/archive.html b/_includes/archive.html
deleted file mode 100644
index 43d49ec3e4..0000000000
--- a/_includes/archive.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- {% assign posts_length = site.posts.size %}
- {% if posts_length > 210 %} {% assign cheers = 'excellent' %}
- {% elsif posts_length > 130 %} {% assign cheers = 'great' %}
- {% elsif posts_length > 80 %} {% assign cheers = 'good' %}
- {% elsif posts_length > 50 %} {% assign cheers = 'nice' %}
- {% elsif posts_length > 30 %} {% assign cheers = 'ok' %}
- {% else %}
- {% assign cheers = 'um' %}
- {% endif %}
- {{ __.cheers[cheers] }}!
- {% if site.posts.size == 0 %}
- {{ __.counter.archive_posts.zero }}
- {% elsif site.posts.size == 1 %}
- {{ __.counter.archive_posts.one }}
- {% else %}
- {{ __.counter.archive_posts.other | replace: '%d', site.posts.size }}
- {% endif %}
- {{ __.keep_on }}
-
-
- {% assign paginate = site.archive.paginate | default: site.paginate %}
- {% assign paginate_path = site.archive.paginate_path | default: site.paginate_path %}
-
- {% for post in site.posts %}
- {% if paginate > 0 %}
- {% assign page_num = forloop.index0 | divided_by: paginate | plus: 1 %}
- {% if page_num == 1 %}
- {% assign route = '/' %}
- {% else %}
- {% assign route = paginate_path | replace: ':num', page_num %}
- {% endif %}
- {% assign index0_modulo_paginate = forloop.index0 | modulo: paginate %}
- {% endif %}
-
- {% comment %} Show year {% endcomment %}
- {% assign post_year = post.date | date: '%Y' %}
- {% if post_year != year or index0_modulo_paginate == 0 and index0_modulo_paginate %}
- {% assign year = post_year %}
-
- {{ year }}
-
- {% endif %}
- {% comment %} endshow {% endcomment %}
-
- {% include _macro/post-collapse.html %}
-
- {% endfor %}
-
-
-
-
diff --git a/_includes/category.html b/_includes/category.html
deleted file mode 100644
index 9c4521d9a1..0000000000
--- a/_includes/category.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
- <{% if site.seo %}h2{% else %}h1{% endif %}>
- {{ page.title }}
- {{ __.title.category }}
- {% if site.seo %}h2{% else %}h1{% endif %}>
-
-
- {% assign paginate = site.category.paginate | default: site.paginate %}
- {% assign paginate_path = site.category.paginate_path | default: site.paginate_path %}
-
- {% for cat_posts in site.categories %}
- {% assign cat = cat_posts[0] | url_encode | replace: '+', '%20' %}
- {% assign posts = cat_posts[1] %}
-
- {% for post in posts %}
- {% if paginate > 0 %}
- {% assign page_num = forloop.index0 | divided_by: paginate | plus: 1 %}
- {% assign route = '/' | append: cat %}
- {% if page_num != 1 %}
- {% assign route = route | append: paginate_path | replace: ':num', page_num %}
- {% endif %}
- {% endif %}
-
- {% include _macro/post-collapse.html %}
- {% endfor %}
- {% endfor %}
-
-
-
diff --git a/_includes/index.html b/_includes/index.html
deleted file mode 100644
index d6f8b87e10..0000000000
--- a/_includes/index.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% assign posts = site.posts %}
-{% if site.paginate > 0 %}{% assign posts = paginator.posts %}{% endif %}
-
-{% include _partials/pagination.html %}
diff --git a/_includes/page.html b/_includes/page.html
deleted file mode 100644
index c1f62ce51b..0000000000
--- a/_includes/page.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
diff --git a/_includes/post.html b/_includes/post.html
deleted file mode 100644
index e6a6c9160d..0000000000
--- a/_includes/post.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
diff --git a/_includes/schedule.html b/_includes/schedule.html
deleted file mode 100644
index 6b153e6c06..0000000000
--- a/_includes/schedule.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/_includes/tag.html b/_includes/tag.html
deleted file mode 100644
index c144c2bf70..0000000000
--- a/_includes/tag.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
- <{% if site.seo %}h2{% else %}h1{% endif %}>
- {{ page.tag }}
- {{ __.title.tag }}
- {% if site.seo %}h2{% else %}h1{% endif %}>
-
-
- {% assign paginate = site.tag.paginate | default: site.paginate %}
- {% assign paginate_path = site.tag.paginate_path | default: site.paginate_path %}
-
- {% for tag_posts in site.tags %}
- {% assign tag = tag_posts[0] | url_encode | replace: '+', '%20' %}
- {% assign posts = tag_posts[1] %}
-
- {% for post in posts %}
- {% if paginate > 0 %}
- {% assign page_num = forloop.index0 | divided_by: paginate | plus: 1 %}
- {% assign route = '/' | append: tag %}
- {% if page_num != 1 %}
- {% assign route = route | append: paginate_path | replace: ':num', page_num %}
- {% endif %}
- {% endif %}
-
- {% include _macro/post-collapse.html %}
- {% endfor %}
- {% endfor %}
-
-
-
diff --git a/_layouts/archive.html b/_layouts/archive.html
deleted file mode 100644
index 02b915a6c6..0000000000
--- a/_layouts/archive.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: layout
----
-
-{% assign __ = site.data.languages[site.language] %}
-{% include archive.html %}
diff --git a/_layouts/category.html b/_layouts/category.html
deleted file mode 100644
index e6954ebf47..0000000000
--- a/_layouts/category.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: layout
----
-
-{% assign __ = site.data.languages[site.language] %}
-{% include category.html %}
diff --git a/_layouts/index.html b/_layouts/index.html
deleted file mode 100644
index 1f9148de36..0000000000
--- a/_layouts/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: layout
----
-
-{% assign __ = site.data.languages[site.language] %}
-{% include index.html %}
diff --git a/_layouts/layout.html b/_layouts/layout.html
deleted file mode 100644
index 00f6523a84..0000000000
--- a/_layouts/layout.html
+++ /dev/null
@@ -1,5 +0,0 @@
----
----
-
-{% assign __ = site.data.languages[site.language] %}
-{% include _layout.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
deleted file mode 100644
index 06879cfedd..0000000000
--- a/_layouts/page.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: layout
----
-
-{% assign __ = site.data.languages[site.language] %}
-{% include page.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
deleted file mode 100644
index 73123420c2..0000000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: layout
----
-
-{% assign __ = site.data.languages[site.language] %}
-{% include post.html %}
diff --git a/_layouts/tag.html b/_layouts/tag.html
deleted file mode 100644
index 4d8b154269..0000000000
--- a/_layouts/tag.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: layout
----
-
-{% assign __ = site.data.languages[site.language] %}
-{% include tag.html %}
diff --git "a/_posts/2018/2018-11-29-\346\230\237\346\234\237\345\233\233-\351\233\276.md" "b/_posts/2018/2018-11-29-\346\230\237\346\234\237\345\233\233-\351\233\276.md"
deleted file mode 100644
index 80ad515b3c..0000000000
--- "a/_posts/2018/2018-11-29-\346\230\237\346\234\237\345\233\233-\351\233\276.md"
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: 2018年11月29日 星期四 ☁
-date: 2018-11-29 17:52:52
-author: hoochanlon
-categories: [2018.]
-tags: [图片日志]
-math: true
-mermaid: true
-description: 迟来的日记,一些图片记录
----
-
-![](https://i.loli.net/2018/11/29/5bffc658e40c5.jpg)
-
-![](https://i.loli.net/2018/11/29/5bffc54e62e3b.jpg)
-
-![](https://i.loli.net/2018/11/29/5bffc30638b44.jpg)
-
-![](https://i.loli.net/2018/11/29/5bffc6fa964d4.jpg)
diff --git "a/_posts/2018/2018-12-15-\346\230\237\346\234\237\345\205\255-\346\231\264\350\275\254\344\270\255\351\233\250.md" "b/_posts/2018/2018-12-15-\346\230\237\346\234\237\345\205\255-\346\231\264\350\275\254\344\270\255\351\233\250.md"
deleted file mode 100644
index ba756a83b1..0000000000
--- "a/_posts/2018/2018-12-15-\346\230\237\346\234\237\345\205\255-\346\231\264\350\275\254\344\270\255\351\233\250.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: 2018年12月15日 星期六 🌦
-author: hoochanlon
-categories: [2018.]
-tags: [图片日志]
-description: 错过季节的短暂旅行 栖霞山
-abbrlink: 905b0a26
-date: 2018-12-15 18:57:32
-
----
-
-错过季节的短暂旅行 栖霞山
-
-![](https://images2.imgbox.com/41/aa/Xin3Zl5f_o.jpg)
-
-![](https://images2.imgbox.com/27/36/Hk6WXScC_o.jpg)
-
-![](https://images2.imgbox.com/22/42/tK5V1Y5b_o.jpg)
-
-![](https://images2.imgbox.com/27/ae/E1E0PBFq_o.jpg)
-
-![](https://images2.imgbox.com/86/ed/QgErzAx6_o.jpg)
diff --git "a/_posts/2019/2019-05-02-\346\265\217\350\247\210plantuml.md" "b/_posts/2019/2019-05-02-\346\265\217\350\247\210plantuml.md"
deleted file mode 100644
index d9ec3aa096..0000000000
--- "a/_posts/2019/2019-05-02-\346\265\217\350\247\210plantuml.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "浏览plantuml"
-author: hoochanlon
-categories: [2019.]
-tags: [chip]
-date: 2019-05-02 03:45:23
----
-
-## #1
----
-搜索jdk进入官网download,接受许可及下载并安装
-
-
-
-![](https://i.postimg.cc/447CVFzv/2019-04-05-222706.png)
-
-[下载graphviz](https://graphviz.gitlab.io/download/),**注意:** ***graphviz*** **不要安装在C盘上,否则配置环境变量无效**
-![](https://i.postimg.cc/g2qPf8j2/20190502035702.png)
-
-安装完成后运行 `sysdm.cpl` 打开环境变量并点击`高级`
-![](https://i.postimg.cc/pLcVPczm/2019-04-05-230724.png)
-
-环境变量 path变量 值路径要与JDK的安装路径一致,graphviz同理。
-![](https://i.postimg.cc/6QhKbHcj/2019-04-05-225827.png)
-
-## #2
----
-下载并安装
-![](https://i.postimg.cc/htRCYKfs/2019-04-05-231436.png)
-
-搜索并安装插件
-![](https://i.postimg.cc/zXmhTjtb/2019-04-05-232113.png)
-
-打开测试用的流程图 test.wsd
-
-![](https://i.postimg.cc/RVVTWGN7/2019-04-05-232614.png)
\ No newline at end of file
diff --git "a/_posts/2019/2019-05-23-puppeteer\347\232\204\345\256\211\350\243\205\346\226\271\345\274\217.md" "b/_posts/2019/2019-05-23-puppeteer\347\232\204\345\256\211\350\243\205\346\226\271\345\274\217.md"
deleted file mode 100644
index aa8c73d34b..0000000000
--- "a/_posts/2019/2019-05-23-puppeteer\347\232\204\345\256\211\350\243\205\346\226\271\345\274\217.md"
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: "puppeteer的安装方式"
-author: hoochanlon
-categories: [2019.]
-tags: [chip]
-date: 2019-05-23 15:33:08
----
-
-## 推荐使用淘宝chromium源安装
-
-简单方便还快速
-
-```
-npm config set puppeteer_download_host=https://npm.taobao.org/mirrors
-npm i puppeteer
-```
-
-
-#### 使用 `puppeteer-cn` 安装
-
-`npm install puppeteer-cn --save` 按此顺序执行以下指令即可
-
-```
-npm install puppeteer --ignore-scripts
-npm install
-npm config set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD false
-npm install puppeteer-cn --save
-```
-
-#### 跳过及恢复安装
- 1. 跳过安装chromium 安装步骤 `npm install puppeteer --ignore-scripts`
- 2. 执行 `npm config set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD false` 再恢复chromium的安装
- 3. 恢复安装后,执行 `npm install puppeteer --save`
-
-ps: 以上步骤可能涉及一定的代理设置访问
-```
-# 代理设置
-git config --global http.proxy 'socks5://127.0.0.1:1080'
-git config --global https.proxy 'socks5://127.0.0.1:1080'
-# 取消代理
-git config --global --unset https.proxy 'socks5://127.0.0.1:1080'
-git config --global --unset http.proxy 'socks5://127.0.0.1:1080'
-```
-
-[此篇文章内容已被该LxxyxResume收录于项目简介中](https://github.com/Lxxyx/LxxyxResume)
diff --git "a/_posts/2019/2019-05-26-Chrome\344\270\213\350\275\275\350\247\206\351\242\221\345\217\212\351\237\263\351\242\221.md" "b/_posts/2019/2019-05-26-Chrome\344\270\213\350\275\275\350\247\206\351\242\221\345\217\212\351\237\263\351\242\221.md"
deleted file mode 100644
index 91b19db1a0..0000000000
--- "a/_posts/2019/2019-05-26-Chrome\344\270\213\350\275\275\350\247\206\351\242\221\345\217\212\351\237\263\351\242\221.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "Chrome下载视频及音频"
-author: hoochanlon
-categories: [2019.]
-tags: [chip]
-date: 2019-05-26 02:27:05
----
-
-### 从网页下载视频文件
-
-打开控制台选择network选项,media处,并右键选择 open in new web
-
-
-
-![](https://i.loli.net/2019/05/26/5ce98dbc8e57c32100.png)
-
-右键即可保存(下载视频)
-
-![](https://i.loli.net/2019/05/26/5ce98e2d51f8e34045.png)
-
-ps: 之所以有些广告插件屏蔽不了广告,是因为广告已经嵌入视频合二为一形成了一个整体;广告30还是120m时长视频方说了算,因此并不好剪裁。
-
-### 从网页下载音频文件
-
-#### qqmusic 下载歌曲
-
-选择一首喜欢的歌曲播放,打开控制台选择network选项,刷新一下获取传输来的音频数据,选择占比最多的.m4a并右键选择 open in new web,在新打开的页面右键控件或点击┇即可下载该音乐
-
-![](https://i.postimg.cc/DZgmQkxZ/1494129-20180921235206844-339255922.png)
-
-#### 懒人听书
-
-选择音频控件模块,源代码中已存放音频的下载链接,将 value 中的音频网址在新页面打开,下载即可
-
-![](https://i.postimg.cc/CKpKWLt5/1494129-20180922000325152-1749995335.png)
diff --git "a/_posts/2019/2019-10-01-\345\205\263\344\272\216\344\277\241\346\201\257\345\274\200\345\217\221\347\216\257\345\242\203\345\214\205\344\270\213\350\275\275\350\277\207\346\205\242\347\232\204\350\247\243\345\206\263\346\226\271\346\241\210.md" "b/_posts/2019/2019-10-01-\345\205\263\344\272\216\344\277\241\346\201\257\345\274\200\345\217\221\347\216\257\345\242\203\345\214\205\344\270\213\350\275\275\350\277\207\346\205\242\347\232\204\350\247\243\345\206\263\346\226\271\346\241\210.md"
deleted file mode 100644
index 917d476d87..0000000000
--- "a/_posts/2019/2019-10-01-\345\205\263\344\272\216\344\277\241\346\201\257\345\274\200\345\217\221\347\216\257\345\242\203\345\214\205\344\270\213\350\275\275\350\277\207\346\205\242\347\232\204\350\247\243\345\206\263\346\226\271\346\241\210.md"
+++ /dev/null
@@ -1,188 +0,0 @@
----
-title: 关于信息开发环境包下载过慢的解决方案
-author: hoochanlon
-categories: [2019.]
-tags: [chip]
-math: true
-mermaid: true
-date: 2019-10-01 01:01:43
----
-
-在此之前,你可能需要阅读[《这本书能让你连接互联网》](https://github.com/hoochanlon/fq-book)作为知识前提。
-
-
-
-## 进入GitHub
-
-
-网速慢或被封锁,[github.com.cnpmjs.org]( https://github.com.cnpmjs.org/) 、[hub.fastgit.org](https://hub.fastgit.org)在这个镜像地址登录访问、下载也是可以的。
-
-然后是使用淘宝源加快国内git下载:https://npm.taobao.org/mirrors/git-for-windows ,npm/yarn下载组件方面,均可使用淘宝镜像
-
-```
-npm install -g cnpm --registry=https://registry.npm.taobao.org
-yarn config set registry https://registry.npm.taobao.org
-```
-
-## GitHub下载
-
-
-将以下host复制进`C:\Windows\System32\drivers\etc\hosts`,再使用命令行输入`ipconfig /flushdns`刷新dns缓存。目的:此host只为解除GFW对GitHub(asw、ssh)下载及克隆的网络限制干扰(不排除服务器吞吐、光缆受地理限制等原因)
-
-**如果某条hosts的IP、域名变更,而又没及时更新容易引发浏览器的连接错误重置指向,造成站点无法访问,** 详情 [GitHub RST与Git SSL_ERR_SYSCALL综合分析](https://hoochanlon.github.io/note/2020/06-06/74ae1ae6.html)
-
-关于releases,它可以是压缩包如zip、7z等格式;也可以是软体程式,比方说:exe、msi
-
-1. 打开[www.ipaddress.com](https://www.ipaddress.com/),查询以下链接的DNS解析地址
-
- ```
- github.com
- assets-cdn.github.com
- github.global.ssl.fastly.net
-
- # 下载链接 raw.githubusercontent.com 的实际地址
- codeload.github.com
- ```
-
-2. 记录下查询到的IP地址,并添加进入`C:\Windows\System32\drivers\etc\Hosts`文件
-
-3. 添加 aws host
-
- ```
- 219.76.4.4 s3.amazonaws.com
- 219.76.4.4 github-cloud.s3.amazonaws.com
- ```
-4. 运行`cmd`输入`ipconfig /flushdns` 指令刷新系统DNS
-
-
-我们也可利用[jsDelivr](https://www.jsdelivr.com) CDN加速进行下载文件,也可借此搭建访问速度加快的图床;还有站点加速下载也可试试:
-* https://toolwa.com/github/
-* http://g.widyun.com/
-* https://shrill-pond-3e81.hunsh.workers.dev/
-* http://www.toolzl.com/tools/githubjiasu.html
-
-再使用chrome扩展 [GitHub加速](https://chrome.google.com/webstore/detail/github%E5%8A%A0%E9%80%9F/mfnkflidjnladnkldfonnaicljppahpg/related?hl=zh-CN) + IDM/FDM 强强联合🤣
-
-
-## GitHub.io 解析
-
-### raw/avatars.githubusercontent.com 无法解析
-
-除了host外,还可以配置国内知名的dns进行解析;因为1.1.1.1不一定好使,所以就用国内的。
-
-* 百度DNS:180.76.76.76
-* 阿里DNS:223.5.5.5、223.6.6.6
-* 腾讯DNS:119.29.29.29、182.254.116.116
-
-### NET::ERR_CERT_AUTHORITY_INVALID
-
-浏览器会额外提示:攻击者可能试图从 xxx.github.io 窃取你的信息,此服务器无法证明它是 xxx.github.io;你的计算机的操作系统不信任它的安全证书。这可能是由配置错误或者有攻击者截获你的连接而导致的。当继续访问时又会403。
-
-解招!:更改为如上提供的百度、阿里、腾讯DNS,再用`ipconfig/flushdns` 刷新缓存。原因简述:ISP提供的DNS发送错误的根证书,换成能向访问网站提供正确证书的第三方DNS。
-
-
-## Git Clone 龟速问题
-
-### 浅克隆
-
-git clone 默认会下载项目的完整历史版本,若只关心最新的代码,而不关心之前的历史,可以使用浅复制功能:
-
-```
-$ git clone --depth=1 https://github.com/你的用户名/你的repo.git
-```
-
-`--depth=1` 表示只下载最近一次的版本,使用浅复制可以大大减少下载的数据量,这样即使在红色网络环境下,也可以快速的获得代码;若之后想获取完整历史信息,可以使用指令 `$ git fetch --unshallow`
-
-git ssh方面: https://github.zhlh6.cn/ 加快速度。
-
-### Git或终端代理方案
-
-***git***
-
-```
-# 代理设置
-git config --global http.proxy 'socks5://127.0.0.1:1080'
-git config --global https.proxy 'socks5://127.0.0.1:1080'
-# 取消代理
-git config --global --unset https.proxy 'socks5://127.0.0.1:1080'
-git config --global --unset http.proxy 'socks5://127.0.0.1:1080'
-
-```
-
-***mac***
-
-```
-
-# mac 终端
-
-export http_proxy="socks5://127.0.0.1:1080"
-export https_proxy="socks5://127.0.0.1:1080"
-
-## 在 .bashrc 或 .zshrc 中设置
-alias setproxy="export ALL_PROXY=socks5://127.0.0.1:1080"
-alias unsetproxy="unset ALL_PROXY"
-```
-
-***openssh***
-
-```
-
-# github ssh 配置
-## https://help.github.com/articles/using-ssh-over-the-https-port/
-
-# HTTP 代理
-ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=8848
-
-# socks5 代理
- ProxyCommand nc -v -x 127.0.0.1:1080 %h %p
-```
-
-反向代理加速 —— Static CDN,用来加载图片、内容等:
-
-* raw.githubusercontent.com 替换raw.staticdn.net
-
-
-## 环境包加速
-
-### pip
-
-由于部分项目需用到python,因附pip下载加速;`pip install 想要安装文件 -i 镜像源地址` 指令格式,以镜像源安装。
-
-例:安装jupyter `pip install jupyter - i http://mirrors.aliyun.com/pypi/simple/`
-
-国内常用pip源:
-
-* 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
-* 中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
-* 阿里云 http://mirrors.aliyun.com/pypi/simple/
-* 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
-* 豆瓣 http://pypi.douban.com/simple/
-
-设定默认值,一劳永逸
-
-```
-pip install pip -U
-pip config set global.index-url https://pypi.douban.com/simple/
-```
-
-### gem
-
-```
-gem sources --remove https://rubygems.org/ #移除默认源
-gem sources -a https://mirrors.ustc.edu.cn/rubygems/ #添加科大源
-```
-
-### npm
-
-```
-npm config set registry https://registry.npm.taobao.org
-npm config get registry
-```
-
-## 总结
-
-环境包下载无非三个问题:
-
-* 镜像源
-* 代理&VPN,以及hosts
-* 包、库文件的互相对应的版本
diff --git "a/_posts/2019/2019-10-28-\345\221\250\344\270\200-\351\230\264.md" "b/_posts/2019/2019-10-28-\345\221\250\344\270\200-\351\230\264.md"
deleted file mode 100644
index e87184800d..0000000000
--- "a/_posts/2019/2019-10-28-\345\221\250\344\270\200-\351\230\264.md"
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: 2019.10.28 周一 阴
-date: 2019-10-28 20:46:49
-author: hoochanlon
-categories: [2019.]
-tags: [离开地球表面]
-math: true
-mermaid: true
----
-当然了,我基本上也就处于观察状态,看着以嘲解闷不费脑子打发时间的;我倒是注意了一个技校生,他每天发说说基本上就是跑步,不时也会发些观影感受,安利些书籍、公众号。 我靠,每天都发也是算的上一个人才。 说到这里,想起如果我像他一样,每天下班做仰卧起坐,说不定还能减去看上去很别扭的将军肚,倒算是很好的启发。
-这家伙到群里聊的基本上都是找对象的话题,但看了这么多条关于跑步记录的说说,打消了让我觉得他跑步是为了勾搭妹子。可能持续做着假的也成了真(想法纯粹了),自己都信了并继续保持下去了。
-
-看过他不时推荐一些书,令我质疑推荐书只是摘抄网上的对此的总结(书评),不过既然能做到这些点也真是优秀。感觉不太像我印象中技校生的所为,毕竟我也是技校生出身;**不过也不应该有这种感觉,不该质疑这种优秀,我也懂了默默加油。**之所以这么说,毕竟我自己也是感同身受,能与上交大硕士合作项目,再看下自己学历及职业说出去,其实很多人基本上也不信。
diff --git "a/_posts/2019/2019-11-19-\345\221\250\344\272\214-\360\237\214\244.md" "b/_posts/2019/2019-11-19-\345\221\250\344\272\214-\360\237\214\244.md"
deleted file mode 100644
index 2f0bc3aa11..0000000000
--- "a/_posts/2019/2019-11-19-\345\221\250\344\272\214-\360\237\214\244.md"
+++ /dev/null
@@ -1,59 +0,0 @@
----
-title: "2019.11.19 周二 \U0001F324"
-author: hoochanlon
-categories: [2019.]
-tags: [事件还原、复盘分析、反省]
-date: 2019-11-19 20:26:53
----
-在接到一份关于“客户判断系统开启不来,判断是硬盘故障,确认是否可修复”的工单,赶到客户所在地,电话联系两次客户主管未果,在与前台说明来意后,又共同确认正好是前台的机器出现故障。
-
-由于正好是临时接到的工单,而手头又没有工具,于是找客户借了工具打开了机箱。但,就在打开机箱抬放支架的时候,由于不知情机箱内部排线过短造成抬起时出现硬盘塑料断裂。
-
-然后再将塑料接入接口针脚结合过程中,由于工单明确标注是硬盘的问题(实际上是内存条的问题),加之更关心是硬盘的接合出现故障,造成的开机黑屏无反应,导致误判是硬盘的故障,加上自己未注意到断裂声响,还有机箱存在维修过的痕迹,再次加深犯错误以为是客户内部处理不当,导致硬盘结合问题而造成开机无显示。
-
-之后跟前台说明前因后果,让前台转达给客户主管,仅是说需要更换硬盘,也没说后续处理,于是就回公司。接下来,客户投诉拆机也没通知就跑了(这让我有苦难言),于是需要换人上门处理。
-
-但这个工单是由销售部门经理高管负责,对这件事情额外重视,因在站在这个高管的角度:
-
-* 由于员工本职工作及服务态度很差,会引发客户不满(主观态度考量)
-* 由于客户本身并未造成内部损坏,而我的误判引发的诚信问题(客观事实评判)
-* 由于定制公司业务及洽谈合作客户领导,整体只关心结果(认为做好事情本身,就是无条件应该的)
-* 部门间的高管也存在利益冲突点,给个交代与说法
-
-综上这两点,可能会存在引发后续合作(来钱)的中止,所以我记过应该是肯定的,甚至有可能被开除,因这件事处理不当,而得罪到主管。
-
-站在我的角度:
-
-* 临时性的简单确认工单,并未引起足够的重视(不知情高管直派工单)
-* 月薪过低没有提成,积极性过低,只是为了完成任务,并没有形成做事情的大局观(把事情做到好)
-* 排查错误的不到位,直接无视了借助百度找寻资料的意义(搜寻信息来源的可靠度)
-
-经过这件事情,面对未解决的逃避(恐慌),敷衍所造成的更大恶果比坦率承认要大得多。做好一件事情必须要有全局把控的大局观。
-
----
-
-2021.4 评:
-
-恰好是这一次的错误信息交织又生疏不了解情况的误操作,唤醒了我对“处理事情管理与执行角色考虑问题层次是不一样的”的意识。2019.11.22又对此次事件进行一次深度的自我反思,现在来看经理对项目管理知识确实应用得有水平。
-
-以下是2019.11.22的反思更新
----
-
-因处理事故不当,自己损坏了客户的硬件设备,心里一慌,想逃避责任,然后断定为客户那边的人为损坏。结果,由客户的确切资料证明下而打脸,客户投诉到销售部门经理那,于是由个人问题影响到公司整体水平信誉素质问题。这个事情,如果我持续逃避,后果就是因个人诚信问题导致开除,这样必然会留下跳槽背景调查的不可消除个人诚信极差的公开污点。
-
-从这件事,我发现了一个很重要的问题:
-
-* 当一个人失去信任的时候,就没有了基础价值,没人敢用的后果就是无法生存
-* 低级别的人看能力,高级别的讲究诚信务实,说白了更关注后续安全及有明显的风险意识
-* 自己做不来的事情,不要苦苦一个人死扛,而是要求助及时汇报共同解决
-* 要有大局观,处理合作伙伴(财主)的事情上,要时刻有操作流程的安全意识
-
-我在汇报这个问题的时候,直到现在领导都是很信任我的,由于这些事件,我也不能再次辜负对我非常不错的领导了。虽然公司有些卑鄙针对应届实习的培训赔偿条款,以及冒用他人公司招标,但是我所在的部门领导却是非常不错的,认真对待事情的态度及处理事情有条不紊,简直是反差。公司、部门、个人真的是要分开看。
-
-之前我有个很不好的点:就是一开始凭直觉(上下级、待遇差距、说话语气)就开始反感某一个对象(人)。但是,这经过这件事后,我发现是错的,因为我看到了领导的思维以及处理事情上过人的一点。就是很能通过双方当事人的描述,并能根据双方的立场、职业(专注度)不失偏颇的概述及还原整个事件始末。
-
-辉哥(总经理)说过这样的话:这样的事情(处理不当的事故),我们每个人都会发生,只是早晚的问题,可能今天发生到你身上,明天发生到他身上。因操作不当而造成客户损失,心慌害怕,这我也能理解,但你们犯下再大的过错的事情,首先由我顶着。这样靠谱的领导,难怪大家都很敬重称呼他为辉哥,我也懂了,感悟颇深。
-
-写了自己最初提交给经理的整改报告,再看了辉哥(部门经理)帮我改写的整改报告,做人留三分,为我留了可回旋的余地,由衷的感谢。虽然工资开的去除五险一金、房租就是深圳的最低工资了,但公司所在部门领导及同事,并没有亏待我,反而处处帮助我,让我更快成长了。我不由得想起那天,我更周哥通话说明之前做事不稳,周哥喜悦地说:“你知道吗?成龙,你虽然做事现在不稳,但你能意识到这些差距,并能积极改正,我由衷的为你高兴”。
-
-写下这篇犯错过程再总结日记,我也彻底明白了:也许逃避责任能一时占得小便宜,但之后遇到大事情上(事关紧要)会毁掉一个人的基础价值人设,孤立无援,进退两难,最终作茧自缚困死自己。
diff --git "a/_posts/2019/2019-11-27-\345\271\263\345\256\211\346\200\273\350\241\214\347\273\223\346\236\234\346\261\207\346\212\245\347\232\204\351\227\256\351\242\230.md" "b/_posts/2019/2019-11-27-\345\271\263\345\256\211\346\200\273\350\241\214\347\273\223\346\236\234\346\261\207\346\212\245\347\232\204\351\227\256\351\242\230.md"
deleted file mode 100644
index 1c277b055f..0000000000
--- "a/_posts/2019/2019-11-27-\345\271\263\345\256\211\346\200\273\350\241\214\347\273\223\346\236\234\346\261\207\346\212\245\347\232\204\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: 平安总行结果汇报的问题
-author: hoochanlon
-categories: [2019.]
-tags: [事件还原、复盘分析、反省]
-abbrlink: '348e5072'
-date: 2019-11-27 20:36:20
----
-
-算是运气,因为大剧院装机的负责人周某汇报对象是谢子聪,而我正好又有他的联系方式。所以要点的需求核对就直接跟他说了。但也忽略了,一个重要的细节,这点也是同事跟我说的,让我想到关键点:当前负责人的汇报对象的需求双方存在差异时,必须转达他的汇报对象意见与他进行核对共同确认。这也体现了对他甲方职务的存在的相应尊重,避免了客观上不利于我方的争执风险。
-
-这次有失误的地方:
-
-* 我没有让同事产生放心凝聚感,主要在于没有更积极承担更多责任
-* 关心;没注意到与协助同事谈及他的家长里短,做过的事情记录优缺点
-* 没有向协助同事谈及完成工作的重点事项
-
-在零散的装置各种软体,需要人工一步步干预,但这样无法集中注意力,这是从同事装机遗忘部分要求发现的。自动化除了轻松,还让人有了时间,确认、完善工作,也可放心的去关注到其他要事上。19年的末期事情确实有些多了,不过今天的事情,我发现如今做事与过去做事有些很大的不同:
-
-* 过去我是为了完成某件事而完成
-* 潜移默化的做好事情
-
-潜移默化也许是大公司流程规范所致,回想起来确实,是从被动转主动的过程:
-
-需求一次次的变更,分行之间的要求又是各有差异,具体细节又有微小而容易忽视的地方,忙乱时或是放松时,老是不走心的出错,做过很多费时费力的无用功,为此挨过不少批评也降过薪;从此,“被迫”也不得不与客户核对并确认需求,平安的需求虽然很有条理,但因各行之间的需求差异,规则变更频繁,始终很难制定一个通用的方案。因此,也是常常去做确认需求执行的作业。
-
-受理工单负责总行标装期间,疏忽的地方:
-
-* 只是向协助同事介绍了完成作业的步骤,完全没去说明易导致流程出错的地方
-* 没有说明完成作业的重要性,以及导致出错的引发一系列连续性问题
-* 没注意协助同事的行事风格在哪种情景下,作业时会出现跳出说明之外操作隐患
-
-平安方面内部也出了些状况,负责各分行与当前分行运营主管出现了方案争议。在跟我们销售(职位级别高)反馈时,他对我表明以下要点:
-
-* 变更最好留下记录的文件(纸、签字、聊天记录),防止不承认的万一
-* 出现不合理的需求,可以反馈给他,由他出面协调
-
-之所以为客户经理,不只是面对客户进行对外销售那么单一,还应关注因客户存在某些的不合理规划导致售后出现的一些问题,针对这些问题提出异议进行妥善协商。
diff --git "a/_posts/2019/2019-12-14-\346\267\261\345\234\263\345\244\247\345\255\246\346\234\272\346\210\277\346\260\270\346\201\222\344\271\213\350\223\235\346\204\237\346\237\223\344\272\213\344\273\266.md" "b/_posts/2019/2019-12-14-\346\267\261\345\234\263\345\244\247\345\255\246\346\234\272\346\210\277\346\260\270\346\201\222\344\271\213\350\223\235\346\204\237\346\237\223\344\272\213\344\273\266.md"
deleted file mode 100644
index 639b0f1299..0000000000
--- "a/_posts/2019/2019-12-14-\346\267\261\345\234\263\345\244\247\345\255\246\346\234\272\346\210\277\346\260\270\346\201\222\344\271\213\350\223\235\346\204\237\346\237\223\344\272\213\344\273\266.md"
+++ /dev/null
@@ -1,72 +0,0 @@
----
-title: 深圳大学机房永恒之蓝感染事件
-author: hoochanlon
-categories: [2019.]
-tags: [事件还原、复盘分析、反省]
-date: 2019-12-14 16:39:39
----
-
-
-
-一开始销售与戴尔厂家是说有多很多台蓝屏,我的潜意识也隐约觉得有病毒吧,转念一想但现在中病毒也太低了,基本不可能。一直从解决蓝屏上入手了。查看过0x00000007E的代码,确实有中毒的可能,还有一部分是软硬件配置不当产生的兼容问题,此时我还是更为确定是后者,始终不愿相信前者,尽管我有了这直觉...
-
-戴尔厂家向老师了解情况,据老师介绍说从最开始的几台蓝屏到机房整体性的随机蓝屏,介绍之前,从上午一直到下午,我都是还在以解决大众化的蓝屏方案进行配置,但也发现一个问题,系统会自动更改了我之前设置过的注册表,发现这配置不可行,但我还是不甘心又继续这思路找寻其他方案但也还未解决,深大这边的网络老师、网络专员也没查出所以然来...因为这件事,当晚,我搜寻到病毒运行机制、种类查阅了大概并做了存页。
-
-
-
-> 图片摘自 [WannaMine4.0 警惕感染](https://www.northsoar.com/News/detial/206)
-
-![ ](https://i.postimg.cc/sxbSmMnq/1553131272718754.jpg)
-
-
-经过防火墙检测(还是企业级的杀软好使....)发现我们在并未共享文件情况下却存在共享文件的带宽,远高于传输通信流量的异常。很明显是在分发文件了,当我询问360厂商是否能找到源主机,得到的回答是病毒是从互联网传播过来的,我已经懂了。也就是说病毒类似于去中心化的网络分发,可以说目前面对的每一台都是母体。
-
-
-
-![ ](https://i.postimg.cc/ZnXtrsn8/IMG-20191213-113422.jpg)
-
-共同确认为永恒之蓝后,从微软官网中查询到相应补丁下载安装修复了这类问题,跟360厂商也交流了后续意见:
-
-* 选择封锁端口,安装最新杀软更新病毒库
-
-但如果做了这选项,我们将面临以下问题:
-
-* 师生网络共享文件成阻碍,需要额外的共享软件才能正常作业
-* 机房的保护系统又会将更新的杀软重置
-* 解除的话,但这么多师生操作又会影响机房缺省的配置,时时跟进工作量也太大,这不现实
-
-不过我仍很不死心(死脑筋)又用两台机器做测试(我的蓝屏处理方案)与打了永恒之蓝补丁做了对比,结果如图
-
-
-
-![ ](https://i.postimg.cc/T1WSj1fH/IMG-20191213-120458.jpg)
-
-买了瓶水然后继续工作,发现老师对我眼神不太对,所以才察觉到大家和我一样,口干舌燥了...现在想起来,当时应该请他们一瓶水的...在这样的氛围下,我也应该要考虑到大家是不是和我一样感同身受,可是我没有,只顾着我自己去了...处理完这些事情向老师交代后,又像往常一样,学生们可以正常上课了。
-
-
-
-![ ](https://i.postimg.cc/rFDfBBkq/IMG-20191213-135647.jpg)
-
-在解决完问题后,我们也与杨方老师、深大杨宇侨交流此次事件前后,原来是爆发永恒之蓝的那段时间,抱着侥幸心理而大意了,但我们都没想到病毒就发生在我们眼前。当然,我也懂侥幸的要因之一是没深入认识影子系统对防病毒的不足。结合网上查询到的资料及[卡饭-影子系统评测(加入了EXE感染的测试)](https://bbs.kafan.cn/thread-1778185-1-1.html),我推测还原系统被攻破的原因:
-
-影子系统并不会真正把整个系统还原(影子系统还原比标装镜像还原的速度快太多),病毒伪装成影子系统并不会还原的内部文件,自带不通知的执行语句(编程确实可以这么写的)完成整个暗箱破坏流程。
-
-
-
-![ ](https://i.postimg.cc/tChrbdVv/IMG-20191212-160800.jpg)
-
-今天回想起来,在网上查询下,看来这类端口微软并未给出GUI控制,而是在注册表自行更改成其他端口传输,为什么之前不在百度确认一下呢?他仅是说默认端口改不了,而我知道能改(用软件),为什么把注册表给忘了?只是做到了把问题解决了,而后续就这样凑合了,有点失望。
-
-深大给了我很多意料之外,没想到内部机房安全这么脆弱,综合布线、网络防环、负载优化上...一团糟...与360交哥在讨论安全话题也聊过,病毒攻击linux,个人使用方面太小众了,企业又都具有一定安全策略(win server自然也有)。经过这次病毒事件,休息了一段时间也想了一小会,我也懂了当时心中一直未解之谜:为什么大家都知道安卓是趋势,而诺基亚还在搞自己的塞班,自己难道看不出吗?就是因为过于迷信自己经验认知而给框死了,导致不切实际地一错再三,让自己走向衰败。
-
-通过这件事也发现了自己做事没有充分考虑环境因素风险评估不足,做事准则与流程太糟,没有详细询问事件发生前后流程,没有及时注意到量变到质变的过程,不会结合实际情况去考虑存在另一种诱因,太过于依占自己的经验了。分享见解与互助物资方面,不大懂得通人情,仅顾及了一己之心。虽然我也在及时的排查故障原因,但我潜意识也没那种失败的越多,换一种思路去做可行性尝试,离成功也就越近的积极的心态。
-
----
-
-其实这事换成大众的话早就解决了,先百度,然后有毒杀毒打补丁搞定。但是为什么这么多“专业人士”(够打脸的)搞了一天也没结果...我想应该是以下几个因素所致吧:
-
-* 机房默认是没联外网的,也没注意到用过时的杀软...而默认使用(所有)杀软无效
-* 机房设备是同时间采购的,使用年限也挺久了,有可能真是得换了(注意重心转移)
-* 大家其实面对病毒的经验不足,也有时间隔断的太久生疏所致,此次病毒确实厉害
-
-大家都没有考虑各自得出结论的特定环境,工作时也没注意同事间有无疏漏的地方,存在哪些因素使得出的结论全部颠覆。全在用平时解决方案...并没注意病毒的复发故障、扩散机群的特性。
\ No newline at end of file
diff --git "a/_posts/2019/2019-7-19-\345\237\271\350\256\255\346\234\272\346\236\204\345\210\206\346\236\220\346\212\245\345\221\212.md" "b/_posts/2019/2019-7-19-\345\237\271\350\256\255\346\234\272\346\236\204\345\210\206\346\236\220\346\212\245\345\221\212.md"
deleted file mode 100644
index dbe097551d..0000000000
--- "a/_posts/2019/2019-7-19-\345\237\271\350\256\255\346\234\272\346\236\204\345\210\206\346\236\220\346\212\245\345\221\212.md"
+++ /dev/null
@@ -1,534 +0,0 @@
----
-title: “培训机构分析报告(TI Analysis)”
-author: hoochanlon
-categories: [2019.]
-tags: [事件还原、复盘分析、反省]
-date: 2019-7-19
----
-
-以下真实故事及相关新闻,相信大家也是深有体会和认知;我觉得与其只从问答及贴吧等评论区去了解xx公司是不是培训公司,不如深入理解它的设计模式以及核心运作流程,不然此类公司一旦换个了名字,结果又是不知道了,这就是我写这报告的原因。此外,特别感谢网上结识的 biubiubiu 老哥,勇愿提供珍贵且有价值的信息。
-
-
-该篇文章研究所涉及到的培训机构核心运营设计模式及内部员工运作流程,基于国内某培训机构为母版进行分析
-
-## 培训机构坑人事例
-
-关于培训机构诈骗内容,相关媒体曝光链接:
-
-* [南方网 - 免费噱头尽是“套路” 警方侦破培训诈骗案](https://xw.qq.com/edu/20170505012547)
-* [北京晚报 - 培训贷诈骗案涉事老板被捕 近期全国多地均有此类“招生”陷阱](https://www.takefoto.cn/viewnews-1598036.html)
-* [人民网 - “培训贷”陷阱有多深:受骗者先被洗脑 维权或困难重重](http://www.people.com.cn/n1/2017/0818/c413890-29480203.html)
-* [生活法学家 - 刚出校门又被骗“培训贷”,第一次应聘签合同知道这些法律常识拒骗](https://baijiahao.baidu.com/s?id=1612188261409277598&wfr=spider&for=pc)
-* [大学生陷交2万培训费发现被骗钱却要不回来,我的钱为何不给?](https://baijiahao.baidu.com/s?id=1612486203137671306&wfr=spider&for=pc)
-
-近年来培训机构有下沉到幼儿教育,并往三四线城市发展的的趋势,新闻也不断报出996的程序员们猝死到35岁的中年危机失业,发现年轻人不好骗了,又来开始骗小孩了。只要不时留意下新闻、互联网产业相关技术群也是能发现这一点的。
-
-有人说:并不是所有培训机构都是坑钱的,但也存在有良心的;但我认为与其大海捞针般搜寻概率如千万分之一,还不如去想方设法地不断去强化自我的学习、社交、工作、总结能力。
-
-
-:::tip
-**推荐观看以下视频**
-* [朱一旦X罗翔 bilibili-被培训“招转培”套路诈骗,请拿起法律的武器!](https://www.bilibili.com/video/BV1ga4y1e7Z1)
-* [资本涌入及行业发展与人才过剩问题,有一定的启示](https://www.bilibili.com/video/BV1eJ411x7Ea/)
-:::
-
-## 首先,站在企业的盈利的角度分析
-
-### 条件名词用词
-
-关键词:本科及以上、2-3年经验及以上、xx专业优先
-
-企业筛选人才的名词用词大致定位,虽无法百分百绝对正确,但这些条件至少过滤较为多数部分不匹配者,减少了必要的面试等,并提高了自身用人的办事效率,节约了很多成本(比如说:多数纸张以及计算机运作成本)。
-
-### 人才选定及业务盈收
-
-* 招聘工作能力强的办事效率高,还是完全重新培养多名应职办事效率高
-* 以上,再进一步分析:这两者选择哪一个成本更高?又选择谁而盈利更快呢?
-* 最低限度:即使是培养人才也是要有基础的(科班应届、以及自学接触1-2年较长时间的,**所以,校招入职的工作经验很重要**)
-
-时间即是效率和金钱,办事效率高从而盈利更快,使公司更好的运作发展;办事效率低,营收资本过于缓慢,甚至无法在指定期限完成任务,长期进行亏本运作,公司会不会迟早倒闭呢?
-
-### 培训的资本主义
-
-多数行业都是依靠信息差来赚取利益,信息价值差小的,如常见生活用品靠走量。信息价值差大的,如大件物品车房则依靠信息差赚钱。搜索引擎、专题论坛已被资本商业化,这也就有竞价排名、强制删帖可能,何况魏则西的死亡已经说明了这一切。就是你不懂,我来培训你,我要靠这个敲骨吸髓把你的钱给挣咯!
-
-敢于维权且擅于维权在多数人中始终是少的,所以我们也要留意这些"少部分"的人心声。 正所谓防人之心不可无,以免日后被不怀好心的组织群体里的人套路。
-
-> [知乎-轮滑培训班的水到底有多深?](https://www.zhihu.com/question/59218448/answer/490653260) 的启示
-
-## 为什么培训机构伪装成互联网等其他专业服务(外包)公司?
-
-### 外包公司人员作业流程性质
-
-根据我的好朋友所提供的信息,绝大多数 xx 公司并不会把大量的业务逻辑等关键性处理代码分配给外包公司,多是项目代码大部分时间需要复制粘贴等简单的重复操作。做完一个xx公司分配的外包项目,立马又会有新的项目分发,项目没做完的话,则随时间而堆积越多;一个很形象的比喻:可以说就像是像是流水线作业员一样,捡料-> 组装 -> 下发-> 捡料-> 组装 以此循环。
-
-由于这点,为此外包公司也常常需要招聘多数此类人才,当需求量不够时,则会招收**拥有简单基础(相对经验较低)及所谓科班出身的人**进行内部指导教学(学习最长时间大致一个星期左右)。
-
-也有先给工作机会的底薪资的外包实习,再以强制签下必须在公司满两年的任职及人才培养合同,若是不满则是毁约赔款。伪装成一个外包公司,使应聘求职者更加难以辨认它到底是厂商或代理商、外包、培训公司呢?借此,以增大招转培的可能性。甚至就是混合型培训、代理、外包的中介公司!
-
-### 解招!专项培训费用赔偿金
-
-首先,普通的岗位培训,不需要要支付违约金;**但是专业技术(专项)培训是要支付违约金的。**
-
-> 因为根据《劳动合同法》第二十二条 【服务期】用人单位为劳动者提供专项培训费用,对其进行专业技术培训的,可以与该劳动者订立协议,约定服务期。
-
-这份违约金协议专为找不到工作应届生及行业新人设计的,本身又是一家外包公司正好符合其利益最大化需求。如果签订该协议,既然这个培训机构钻法律的牛角尖以谋暴力私益,我们也可以用法律来解招!
-
-> 劳动者依据《劳动合同法》第三十八条的规定单方解除劳动合同的,不需要支付违约金。
-
-比如做了半月或一年不等,要离职时,消极怠工并疯狂带节奏被炒鱿鱼,就不需要付违约金了。
-
-参考
-
-* [法邦网-单位进行培训要注意什么,单位何时可以主张违约金?](https://www.fabao365.com/renliziyuan/92837/)
-* [儒德律师-签了一年的培训和劳动合同,有违约金不想干了怎么办?](https://www.zhihu.com/question/316534295/answer/626521110)
-* [华律-培训合同有违约金吗](https://www.66law.cn/laws/227680.aspx)
-
-
-## 培训机构最大化盈利策略的定制
-
-### 所谓的企业合作
-
-* **与所谓的企业合作,可以由此借用企业实战课之名完成项目外包作业达到营收**
-* **培训完之后以人才市场公司的形式向合作企业推荐用人,又完成了中介业务的盈利**
-* **资本家通过人际关系网络输送dead president 达成校企合作,从而更加扩大影响力**
-* **社交问答、贴吧、文库等其它相关平台及搜索排名进行轰炸式的广告推广**
-* **名声的建立:**
- * 也许哪家公司发展很好,谁也说不定是成为下一个巨无霸企业呢?;借助此名不副实的“好名声”又进一步的诱骗和广告轰炸式的推广,完成上述循环
- * 若是出现较多的恶名,则利用已在职的核心讲师进行搜索优化咨询,然后再以股份持有或足够资金为条件,让第三方SEO搜索优化公司、社交及问答平台及进行洗白操作(删除负面消息内容);当然,成本过高的话,也会选择皮包公司的形式更换个公司名称继续赚大钱
-* 设备的选购按运行环境的成本最低价采购,难道配 alienware 吗?
-
-### 定制“招转培”招聘计划
-
-这次培训机构变得更为精明,其实... 培训机构的虚假招聘条件,其实是利用人们的一些养吃白饭的侥幸心理,然后进行剧本化诱使招转培的。
-
-![](https://i.postimg.cc/dVPxDtYm/11.png)
-
-站在培训机构招转培招收人效率最大化考虑:
-
-过于正式招聘条件,招收这些自身就有较长的工作及社会经验,还用的找培训吗?反而浪费时间(费口舌)又浪费钱(人头费)
-
-但又不能太过浮夸,上图如是说,一眼看穿意义就不大了...因此取值区间在应届以及初学新人专业基本基础部分作为招聘要求,比较合适,一是应届以及新人们不留意就可能难以看出,二是此人数越多就越有较大概率进行招转培工作。
-
-比如这个招聘简示的招转培目的,相对来说隐藏较深
-
-![](https://i.postimg.cc/5yTxcynT/1s3.png)
-
-### 内部销售招聘
-
-通过招聘网站或app查看并比对了四五家培训机构的内部招聘,例如线上课程顾问、教育咨询师、薪酬绩效专员这三者,我们也就能明白培训机构为什么如此热衷于引诱甚至欺诈式让用户购买高昂的培训课程。
-
-* 线上课程顾问:电话销售,有稍高或持平实习生底薪+人头提成。实习生底薪,饭还是要吃的;招聘信息定价近万的人头提成绩效工资范围,当然诱人去做这一职业,使劲拉人钱多一点谁不喜欢?
-* 教育咨询师:其实教育咨询师也就是一开始我们面对“招转培”面试我们的人,从本质上来说还是销售,但此类工作不乏有很多HR招聘专员转职的。相对于从业1年的工资水准而言,有较高基础工资,同时具有高提成。
-* 薪酬绩效专员:考察以上两者绩效,以及发放薪酬。以上再加上考核专员,这三者也很明显是重销售的内部薪酬体系及流程运作。
-
-
-
-![image-20210216112539093.png](https://i.loli.net/2021/02/16/CMqsYpT6V7u9HWr.png)
-
-### 文案制作
-
-> 引用节选自 [格子匠-教育机构如何撰写营销文案?](https://www.grazy.cn/article/10438.htm)
-
-![image-20210216190104690.png](https://i.loli.net/2021/02/16/7uGfr58PJnHisoY.png)
-
-首先定位人群标签再制造反差达到激发兴趣抓住眼球的吸睛目的,同时建立信任打造代言及品牌背书,文案与剧本流程以及销售相关话术进一步刺激用户购买欲望以及付费成单。
-
-### 培训机构对PUA应用调查
-
-特别感谢[知更鸟网提供 《PUA揭露杀人不见血》的文章](https://zhuanlan.zhihu.com/p/47338944),以及结合网上的老哥提供的实例,让我有清晰的类推思路写下去
-
-**怎样拉人进入培训?**
-
-机构员工合理之剧本:好奇陷阱、情感虐待、探索及着迷陷阱、恩人模式、推荐模式
-
-### 第一点 好奇陷阱
-
-**关键词:趣味、高级、不俗、立人设、讲故事**
-
-利用一些html简单又有效的小把戏,让人听课觉得有趣味;二三流学院毕业出来中的垃圾冒充名牌大学或是留洋,包装出在各大名企任职(实际上是自己也是不入流的外包),哪怕夸大其词,较真查也需要大量的时间,甚至查不到(虚假的)。听课时、下课时递上一杯热茶,不时播放培训成功的故事,让面试者感觉到了希望,产生一种他一定可以帮到我成功的情绪。
-
-总结:在培训初期阶段,他一切行为背后的目的是为了不断营造温暖的大家庭环境,防御弱化(放松警惕),带入第一个坑。
-
-### 第二点 情感虐待
-
-**关键词:表明立场、表达感受、表示情况紧急、制造压迫感**
-
-#### 培训机构对面试者的两种立场
-
-* 如果是自愿被培训的话,则表明自己是做教育的(和蔼态度)
-* 如果是招转培,则说能力不行,需要有偿培训一段时间才能上岗,制造压迫感(强硬及高高在上的姿态)
-
-**和蔼态度:**
-
-* 从网上找来的花哨程序,说是他们学员的开发应用,让面试者对此感兴趣
-* 给出被他们培训成功者的故事,故意询问面试者他们为什么会成功以催眠面试者入坑
-
-勾起面试者的兴趣,然后给出培训成功的故事,很容易使不少缺乏社会经验的新人落入掏钱的陷阱
-
-**强硬姿态:**
-
-* 以强硬姿态疯狂打击面试者的自尊心,数落面试者这不行、那不行
- * 目的:让面试者心理全面崩溃,迫切想要速成以改善自己的技能的心态,屈从它的指示
-* 当第一个目的达到时,乘胜追击、趁热打铁给出被他们培训成功者的故事以及铁定包就业让新人将血汗钱拱手相送
-
-#### 情感虐待对学员的方式
-
-培训机构整体师资力量及教学质量差的不堪入目,只能连哄带骗时,所常用的手段:
-
-* 教学质量差,自然引起学员的不满,无法得到进一步提高,同时又希望技术得到质的飞越的急切情绪
- * 利用该情绪,不时定期利用“教学人气教师”占用学员的时间,进行循环兜售所谓核心竞争力的课程
-* 利用人们的心绪化,培训机构将教学质量差的弱点,借此转变大发横财的优点。┌(。Д。)┐
-
-### 第三点 探索及着迷陷阱
-
-用已知的事实说明xx技术当下具有竞争力、赚钱多、热门的优点,然后将事实开始混淆,满嘴跑火车吹捧自己的课程
-* 偷梁换柱:将xx技术具有的优点替换成培训的课程所具有的优点
- * 目的:为了让学员陷入着迷陷阱,从而再次掏钱购买它的课程
-
-利用软考等国家认证的专业资质证书的权威特点,不断向学员宣导,让学员掏钱以从中赚取报名费
-* 偷天换日:让学员感觉到交了报名费就能将证书拿到的心理
- * 目的:诱使学员掏钱以从中赚取高额报名费
-
-这些过程就像签订契约一样,使学员不断将血汗钱送出。
-
-
-### 第四点 恩人模式
-
-**关键词:“创造就业”、就业率、画大饼、开除、廉价劳动力**
-
-教会学员学历等经验作假,再利用合作的小型房贷、催债、股票以及少数同类(培训)推荐给学员面试就业该公司,甚至自己旗下的皮包公司让学员“创造”就业的形式;当然这些公司先以高薪资画大饼,到试用期后直接开除,使其做了个廉价的劳动力。
-
-然后,被开时候还得麻烦培训机构推荐工作,于是由骗子转变成了大背景经济萧条下的就业“恩人”。
-
-目的:以此降低或消除对培训机构不利的情绪的预期行为,扩大就业率宣传,使其收纳更多学员(资金流)
-
-
-### 第五点 推荐模式
-
-**关键词:营造氛围、贪小便宜、坑害朋友**
-
-刚入坑时,在专门传授简单入门教程的教室里,不断营造温暖的大家庭学习氛围的环境,贴出拉人头降低学费海报,不时HR进行宣传和推荐。等到培训完找工作过后一段期间,培训机构将以垃圾邮件轰炸等形式发送到各个学员的邮箱、短信,让学员帮助推广该机构。
-
-* 营造温暖的氛围,将人防御弱化,使其易于被操控
-* 利用人们贪小便宜的特点,拉人降低学费,诱使学员欺骗他人送钱给培训机构
-
-最终的获利赢家还是培训机构,贪小便宜还把朋友坑进去了,到头来只是做个它的一个棋子罢了,实在不应该。
-
-以上所有步骤都为达到一个共同目的:催眠对方,将血汗钱“自愿”拱手相送培训机构!这五点在实际操作中可互为穿插。有了庞大的资金库,当然上市集资了。
-
-
-## 培训机构运作模式
-
-较多数培训机构会伪装成外包、互联网等其他相关专业的服务公司,甚至是人才市场;与此同时,再利用中介(网络招聘平台、线下人才市场)获得应届生、工作年限较短及转行者(新人)等信息,主动电话“是否愿意从事xx工程师”再以能力不够岗前培训为由与邮件发送面试通知等形式招人。
-
-培训机构招生流程 uml
-
-```
-@startuml
-start
-: 推送较简单的教程或是摘抄同业文章、炒作、广告等投送到微信、微博等其他公众平台,以此提升知名度; 经过五毛被诱导的众人和被减学费洗脑的学员以及HR推送公告到QQ群等其他社交群落;
-: 赚够了钱就开设其他行业培训,即使名声臭了,但又借此在其他专业上培训又重新混名声,负面消息交钱给搜索优化的进行洗白或是以法律威胁揭露者;
-
-: xx开发实习生居多,通常的招聘条件很模糊,可以说是零门槛非专业生也能干的事,例如:
-* 大专学历或不限,从事经验1年或不限,以及人数若干较多5-10人以上甚至不限
-* 熟练使用计算机基本操作,喜欢计算机相关专业,且有强烈意愿在IT互联网上发展
-* 工作认真、细致、敬业、责任心强、有较好学习能力者
-* 包住( 一般只有大厂业园区的公司才会这么做);
-
-:首先发一份面试通知,有的会主动直接确定5天的限期;当然有的培训机构没有确定明确的期限,只是短信上写诚邀应聘者届时面试;
-
-if(是否面试) then (yes)
-
-: 面试首先做个自我介绍、询问基本情况后、hr会向求职者简述公司大致情况;
-然后,开始以diss的方式疯狂打击自信心(以非本科生或是没有经验为由等)以使其收取课程试听费或是贷款培训也就是智商税;
-
-: 之后会有个面容姣好的女性讲师讲些简单的内容例如:html、css;hr时不时在上课期间的打断并催促面试者签下贷款协议;
-正式开始上课前,让学员观看其培养的成功就业人士(演员)的采访视频,以及浮夸公司的“成就”,定期对学员“洗脑”教育拉人头减学费;
-
-: 经包装过的二三流学院出来的“名师”照本宣科,重复某一章节模块课时讲解;项目课残缺不全敷衍了事,录制的内容跟占内存的垃圾一样;网上抄来过时的东西而做成的题库,实在没什么太多含金量可言;
-
-else (no)
-: 不管笔试过没过,hr都会诱使应聘者贷款培训,实在不行就会招个几乎完全免费的打杂苦工(低于当地省份市区最低薪资标准甚至没有薪水);
-如果笔试过了,就会以学历低下以及没经验的理由让诱使面试者培训(语气和善)
-如果笔试没过,就会以说明利害(疯狂打击面试者的自信心)的方式,(所谓的包分配:他们给“安排”一个岗位用借口又给辞了,就是学员自己的事了);
-
-: 若是hr看到应聘者沮丧的样子,会以自然的神态让求职者签培训贷款协议成为其培训学员,
-如果求职者打算要去别的公司,他还会“挽留”求职者说,过了这个村就没这店能成功应聘了;
-
-: 如果应聘者入套就和面试入套之后的流程差不多了,仅仅只是大同小异而已;
-
-stop
-
-
-if(是否进行人才租赁(中介的形式)) then (yes)
-
-: 任职的公司与中介签订人才租赁协议一次性付款给中介,工资由中介发放(这点培训机构可能稍有不同),
-说白了就是为培训机构打工的临时工(贷款还欠着吸血公司的钱,出来工作又被培训机构抽了一笔血汗钱);
-
-else (no)
-
-: 学历作假、经验作假套路多进与培训机构合作的一些杂七杂八的公司,例如:
-小型房贷、催债、股票以及少数同类(培训)甚至自己旗下的皮包公司;
-
-: 如被其推荐到上述公司而后不久又被开除,再去找它推荐工作,“老师”又是diss学员一顿,当然进入这种类型的公司对自身技能方面没什么发展可言的;
-
-: 很多正经公司也并不是傻子,也会调查所辞的公司信息以及求职者人脉,当然被发现了也好不到哪去!;
-
-stop
-
-@enduml
-
-```
-
-
-
-![](https://i.postimg.cc/rpmHkMLr/2019-04-05-233908.png)
-
-
-关于培训机构的若干问题(自问自答式)json
-
-```
-{
- "root": {
- "id": "gylmvpne",
- "text": "关于培训机构的若干问题(自问自答式)",
- "color": "#000",
- "layout": "graph-right",
- "shape": "ellipse",
- "children": [
- {
- "id": "hdqgxcwp",
- "text": "为什么热衷搞网络课堂教学?",
- "side": "right",
- "value": 1,
- "children": [
- {
- "id": "xvesrswq",
- "text": "利用网络远程教学赚钱还可节省人力、物力等经费等"
- },
- {
- "id": "yaiystwk",
- "text": "网络录制下的视频还可通过自身网站以及淘宝、qq等平台出售赚钱"
- },
- {
- "id": "itrjutkk",
- "text": "2.1-2.3节点内容已概括,btw,
拿的出会说的讲师讲解新人感兴趣的内容,又故意模糊细节,以此来吸引更多"
- }
- ]
- },
- {
- "id": "ogzvbcia",
- "text": "为什么有的有大量视频流出而有的却几乎没几个?",
- "color": "#000",
- "value": 2,
- "children": [
- {
- "id": "bytfsisk",
- "text": "大量视频流出原因:",
- "color": "#fa3",
- "children": [
- {
- "id": "ufqlxdwz",
- "text": "试水(一般的)或炫教学质量(当家的)",
- "value": 2.1
- },
- {
- "id": "uflkokhg",
- "text": "扩张宣传范围搞大知名度",
- "value": 2.2
- },
- {
- "id": "yzagfolv",
- "text": "最终目的,当然是拉更多的人了",
- "value": 2.3
- }
- ]
- },
- {
- "id": "tyzigmqk",
- "text": "几乎没几个的缘由",
- "color": "#fa3",
- "children": [
- {
- "id": "phisqzzj",
- "text": "法律威胁,观看软件限制",
- "value": 2.11
- },
- {
- "id": "foeqwcjx",
- "text": "害怕露底,坑蒙拐骗在行,教学质量过低,
发出来都丢人
",
- "value": 2.12
- },
- {
- "id": "ewbepigi",
- "text": "大学式面授,目前相对来说实际并不多",
- "value": 2.13
- }
- ]
- }
- ]
- },
- {
- "id": "wvciubgl",
- "text": "还要验证大专学历?",
- "color": "#000",
- "value": 3,
- "children": [
- {
- "id": "mhmjhhpq",
- "text": "套路式装逼,少一句不如多一句,提升自己档次,假正经"
- },
- {
- "id": "zksnwuai",
- "text": "防止一些虽毕业但想试水接触及了解社会的学生"
- },
- {
- "id": "ohbwpzwc",
- "text": "ps: 实在没必要花过万的冤枉钱去补习功课以及换就业证明去培训机构;
看书比看视频以及完成所谓的脱产式培训效率要高得多"
- }
- ]
- }
- ]
- }
-}
-```
-
-
-
-![](https://i.postimg.cc/KjvH3LB5/Snipaste-2019-06-23-01-11-47.png)
-
-
-### 培训机构无法规避的主要特征:
-
-* **招聘条件要求极低,可以说稍微接触过的都知道,甚至人人都会;工作后每月从工资扣除一部分费用(贷款分期模式)交钱的岗前培训**
-
-* **即使没投递简历到该公司,它也会主动找应届及新人**,以各自理由诱使贷款交钱培训
-
-* **没有薪水的上班,倒贴钱学习去应职的专业技能(培训);到任何公司工作,每个月都是必须拿薪水的,哪怕是拿当地最低薪资标准!自己是来工作赚钱的,而不是去掏钱培训的!(同时,坚定自己的角色)**
-
-* 不知名的多数培训公司人数较少为99-150之间,当然也有在500人以上的,如恶名远扬不断被投诉的培训机构:达内;但是达到这个体量时它们自身公司并不会进行更名,而是旗下成立皮包公司继续以此手法继续大球吐小球
-
-以上,我觉得接到公司面试电话时,可以问清对方公司名称以及主营业务、是否投递了该公司、招收多少具体该专业应职人数,借此读出及了解面试方情报;暂未了解公司的信息时,不轻易向对方状态。
-
-
-我倒想培训机构这个营销方案:
-
-* 没学会没找到工作,直接退款
-
-
-该方案理论上提供一些低价值甚至无关性的产品,断言使用该产品能达到顾客的理想效果,再借助人际网络的推广,品牌名声及效果达到最大化。但这个方案会存在资金断流的问题,培训机构坑来的钱用于投资各类股,大面积的爆发该方案条件下的退款,并不利于敲骨吸髓地稳定发展,存在较高风险性。
-
-* 指导大学选专业
-
-依靠自己的三寸不烂之舌一顿忽悠,以xx专业好、就业高又有前途的领路人形式,诱导学生交钱填选专业。最好的效果就是:没有你,我就错过了这唯一的机会,使其紧张来不及思考做出毫不考虑便将血汗钱拱手相送于人的不合理行为。
-
-* 以发放就业证明形式进行培训
-
-以当下大学生毕业实习期就业难,而院校又急着催进而影响到毕业进度,为解决这个难题进行打印并提供就业证明的形式收费。但该方案存在极大的个人个人购需产品价值的落差,比方说:用文库搜寻一张就业证明,公司联系写上亲朋好友的,并使用制章软件贴在文档上,成本不过十来块钱;所以,我什么还要花上万去买一张这几块能达到效果的破纸?
-
-ps: 着手分析行业现状用例图 uml
-
-```
-@startuml
-
-skinparam handwritten true
-skinparam usecase {
-
- BorderColor DarkSlateGray
- ArrowColor Olive
- ActorBorderColor black
- ActorFontName Courier
-
-}
-
-usecase uc1 as "..了解行业整体发展史的过程..
- 1.近期及未来社会(科技发达度)与个人(就业)发展趋势
- 2.社会对从业人员需求度是否饱和(人才过剩)
- 3.穷尽各种办法收集资料
- 4.这行中存在几大不同主要类型企业的运营模式
- (例如IT为例:培训、通信、互联网)
- 5.了解所感兴趣的行业的现状再决定选择"
-
-(相关专业考证、校招or面试、交流群) as obj1
-(1-3年间的行业从业情报) as obj2
-(网上查找院校相关教学专业一览表) as obj3
-(搜索或总结出行业产品产业链全景图) as obj4
-:学生: as student
-student -> uc1
-uc1 <|-- obj1
-uc1 <|-- obj2
-uc1 <|-- obj3
-uc1 <|-- obj4
-
-rectangle 此图可用vscode进行翻页详细查看{
-
-}
-
-note bottom of (obj3)
-进入天朝教育部高等教育司网站,站点内含有普通高等学校本科专业目录新旧专业对照表.
-end note
-
-newpage
-note right of (uc1)
---穷尽各种办法收集资料--
-收集情报:
-* 一手
- 1. 面对面实际接触行业人士
- 2.GitHub
-* 二手
- 1.维基百科
- 2.企业信息数据库(例如天眼查等)
-
-知乎:如何着手分析一个行业? 在回答里,网页查找下安晓辉的答案会有很好启发
-end note
-
-newpage
-note right of (obj1)
- --入群目的--
- * 考证群
- 1.通过他们考证了解行业证书难度、含金量
- 2.透过日常吹水,推测相关从业者的专业水平
- * 校招or面试群
- 1.大致从业季度概览(仅供参考)
- 实习毕业季(大约5-7月)
- 跳槽季(3月-4月)
- 安定季(年前8月-年后1-2月)
- 2.找好话题,以试探性交谈来获取相关学历专业应届生与新人的就业现状
- * 交流群
- 1.了解经常群聊的从业者的工作氛围
- 2.通过校招面试群来对比交流或考证群的群聊画大饼方式
- 保持疑问;一股脑全信,容易被大叔级的老油条&搅屎棍拉入坑或被培训机构hr骗钱
-end note
-
-
-newpage
-note right of (obj4)
---搜索或总结出行业产品产业链全景图--
-SWOT分析法:strength(优势), weakness(劣势), opportunity(机会), threat(威胁).
-PEST分析法:politics(政治), economy(经济), society(社会环境), technology(技术环境).
-进行总结的几个方面:
-* 生产的产品由谁买单?
-* 业务覆盖了哪些环节?
-* 这个行业的经济链条是如何运转起来的?
-* 产业薄弱环节是哪里,又靠什么弥补?
-end note
-
-@enduml
-```
-
-
-![](https://i.postimg.cc/vHVmZnqw/s30.png)
-
-
-
diff --git "a/_posts/2019/2019-8-26-\346\230\237\346\234\237\344\270\200-\351\230\265\351\233\250.md" "b/_posts/2019/2019-8-26-\346\230\237\346\234\237\344\270\200-\351\230\265\351\233\250.md"
deleted file mode 100644
index 8d9feaa352..0000000000
--- "a/_posts/2019/2019-8-26-\346\230\237\346\234\237\344\270\200-\351\230\265\351\233\250.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: “2019年8月26日-星期一-阵雨”
-author: hoochanlon
-date: 2019-08-26 20:55:00 +0800
-categories: [2019.]
-tags: [生活杂事录]
----
-今天睡觉到7:40左右,因为我知道到那边,就算迟到可以不签到,一个电话过去:“我可能会迟一些来”;但,我点开钉钉的时候,发现却不是这样。
-
-![ ](https://i.loli.net/2021/04/04/uSWXLrPDeGh3m2O.jpg)
-
-
-
-本来还想着睡个懒觉打会酱油的,但这样一来,只能上午去公司蓝牙打卡;但,去公司的路程坐地铁也需最快需要1个小时半,九点上班,延迟半小时旷工,死活也赶不到...
-
-出地跌赶到公司途中下了场未知短暂的大雨,花了25来块钱的伞;下去盘点提早下班回家时,又下了好大的雨,鞋子也在回家途中,湿了。要是再等半来小时看书,对比湿鞋与洗鞋,也许不会这么着急走了。
-
-实际开支远高于计划金额,提前分析这现象也不会像这样突如其来,也不会莫名觉得为什么每天每次能透支这么多...老是想着美好的白日梦,不去观察周围环境去做实际应有的准备,这跟狗共的所意淫的天朝梦有什么区别!
-
-本来请假的工钱损失是可避免的(看看群消息),本来雨伞是不需购买的(天气预报比盲目的自信可靠得多),我该如何省去这不该耗费的资金,而不是刻意节制的购买物品的需求来满足自己的预算?
-
-进行时及将来时的行为提前分析,分析之后,提前准备再出发!
diff --git "a/_posts/2019/2019-9-19-\347\244\276\344\274\232\347\247\237\346\210\277\350\256\260\345\275\225.md" "b/_posts/2019/2019-9-19-\347\244\276\344\274\232\347\247\237\346\210\277\350\256\260\345\275\225.md"
deleted file mode 100644
index 31a2237a13..0000000000
--- "a/_posts/2019/2019-9-19-\347\244\276\344\274\232\347\247\237\346\210\277\350\256\260\345\275\225.md"
+++ /dev/null
@@ -1,187 +0,0 @@
----
-title: 社会租房防坑记录
-author: hoochanlon
-categories: [2019.]
-tags: [找租房那时]
-date: 2019-9-19
-math: true
-mermaid: true
----
-
-## 了解租房方式
-在求职的时间段,如果资金不是特别宽裕,最好暂住在朋友家。相互彼此之间也能提供一个照应,暂时缓解了急需住房困难的问题,同时也能够安心专注地找工作。有小区有门禁的话,最好和安保混熟点,每天打声招呼及问候并不是很难;顺便再说一下,如果遇到新安保就说:拜访朋友临时进出一下;毕竟如果朋友也是租户的话,没有这么权限电话通知让安保放行,必须亲自去接应你,才可放行。
-
-
-
-* **较大型的租房中介:** 如链家 、自如等,一般来说房源与户型同参考照片相差不大,同时中介方也会提供完善的租前(帮助寻找合适房源)与租后(家具家电有问题)服务。但含有一定额外金额的服务费(中介费)。
-* **分类信息网站:** 如58、赶集等,虽有不少的租房信息,但是各方面监管约束及规范力度极差,易出现欺诈骗局,需要租客自行沉着判断。
-* **线下寻找:** 通常适用于老旧及老龄小区。租客到已确定的位置附近,查看小区公示栏或咨询门卫,这种方式虽然费时,但是信息**相对**准确且所需支付的佣金较低。
-
-[新浪博客-怎么租房子不上当?作为房产律师,我有这些建议](http://blog.sina.com.cn/s/blog_c74746f00102wrbe.html)
-
-
-## 租房入住及退房注意项
-
-首先要确定自己的租房预算(包括水电、网费),刚工作尤其在试用期工资没多少,建议不要找租金在自己工资1/3左右的房子,生活会被房租挤压。除了房租,衣食、车费等其他的花钱的地方还是很多的,不要把大半资金全都投入到租房上。如果财力有限,就不要盲目追求装修精致的房子。如果先定下住所,离公司较远或转车较多,每天上班要花一个半多小时倒几趟车,日复一日会严重影响休息质量。
-
-选择在居住地时,查看住房周边是否有正在建设的建筑、是否存在较重污染的厂房、交通及就餐是否方便;在确认协议没有坑及可接受的情况下,看房时要仔细检查未来将与自己共度少则上月及多则半年以上的房间。
-
-* 房间整体的卫生是否存在脏乱臭及漏水的情况
-* 门窗是否完好,光照是否充足,阳台有无护栏
-* 卫生间是否可通风良好,淋浴是否能正常通热水
-* 与中介或房东一起清点电器、家具是否完好可用
-* 以及记好交房时的水、电、气的用量读数
-
-以上信息在退租时也会进行同样的检查。但要注意看清楚合同退房的要求,是提前多少天及怎样告知,即使房东跟你说不需要,到时说一声就行,你要真信了,到退房的时候他可能就拿着合同说你没按期通知已经自动续住或者扣掉一半押金。在租房期间安全使用电器及设备保持完好,同时尽量保持房间清洁,检查完毕后,所点物品数量以及是否完好要在协议中注明,在签订时还需要仔细核对自己与房东的证件信息(包括身份证、房产证等)、联系方式、以及协议金额,如果通过大型中介租房,可以添加中介人联系方式,以后遇到问题可联系中介代为处理。
-
-***btw,房应注意些什么?[网友三月半](https://www.zhihu.com/question/20141017/answer/687368152?utm_source=qq&utm_medium=social&utm_oi=1155092701455159296)、[吉米搬家](https://www.zhihu.com/question/20141017/answer/571640744)、[盐选推荐](https://www.zhihu.com/question/20141017/answer/620916874)的回答都很详细;若是出现房东不肯退押金的情况,消费者维权手段可参考:[知乎用户](https://www.zhihu.com/question/21809795/answer/345280994)、[王困因](https://www.zhihu.com/question/21809795/answer/580737699)的事例及回答。***
-
-
-## 备好鉴别黑中介、房东意识
-
-可能很多人认为各站台张贴的牛皮癣小广告、本地租房信息网站的房源信息会遇到个人房东;其实,真有房且要出租的个人也很忙着工作生活,他们更愿意把房子委托给中介公司,坐着收钱就好。**所以,千万不要存这样的幻想。** 可能有人会问:他们做着房东,坐等收租且吃香喝辣各处逍遥还不好吗?我只能说在这具有任何国家都无法比拟的社会主义优越性的国家里,谁也不会嫌自己的钱多。
-
-* [以北京合同示范文本作为合同范例参考](http://www.beijing.gov.cn/ywdt/zwzt/htsfwb/)
-* [上海租房,需要知道的规则](https://zhuanlan.zhihu.com/p/67234741)
-* [房产证也有假的?手把手教你如何明辨房产证图片真假](https://zhuanlan.zhihu.com/p/40348701)
-* [使用全国企业信用信息公示系统,查询企业信用资质](http://www.gsxt.gov.cn/index.html)
-
-通过微信观察其个人发布的朋友圈乱七八糟的又是否像一个正常个人,如果是,那么从各方面推断其大体是哪种类型的人(职业、文化、性格);若其微信存在绝大部分全都是租房信息可以断定为中介(公寓管理员)。
-
-## 言不符实
-
-其实,我们很多时候在面对看得见的利益诱惑,只顾想着怕失去眼前的“机会”所带来的利益的损失,常常无视该事物存在的未被说明或潜在弊端,仅凭一时激动的获取,做出很多自以为是的选择,导致悔不当初又如此反复循环...说这句话的同时我也一样...为此受过太多太多教训...
-
-我的用电估算值 click me!
-
-```
-# P表示功率,单位为瓦特;W表示总功,单位焦耳;t表示时间,单位为秒
-W=Pt
-# kw 度;kw*h x小时所耗x度电
-1kw=1000w;kw*h
-```
-
-假设一个人日常需要电器设备使用时间,以下电器功率参考网上均值,[以市场价0.98元算](https://chat.shenchuang.com/xwrd/20190507/1490008.shtml)
-
-* 笔记本120w 平均使用时长9小时;手机10w,日常充电7小时
- * 0.12kw*9=1.08kw\*h;0.01kw\*7=0.07kw\*h
-* 风扇60w ,下班及夜间睡觉使用9小时;日光灯36w 打开5.2小时
- * 0.06kw*9=0.54kw\*h;0.036kw\*5.2≈0.19kw\*h
-* 电吹风2200w,吹头发共计使用6min;即热式热水器1.6KW,个人用时20min
- * 2.2kw*(6/60)=0.22kw\*h;1.6kw*(20/60)=0.53kw*h
-* 总计:[(1.08+0.07)+(0.54+0.19)+(0.22+0.53)]*30=78;78*0.98≈76.5块钱
-
-
-
-我的用水估算值 click me!
-
-以第三阶梯的[深圳市价水费](https://www.66law.cn/laws/509909.aspx) 1m3=1000L
-
-* 18L相当与办公室的桶装水、3L相当于2大瓶农夫山泉
-* 洗脸刷牙6L、72L洗澡、洗衣38L水以及4次洗手间13L
-* 汇总:(6+72+38+13)*30≈3.9m3;3.9\*5.83≈23块钱
-
-
-
-### 超优惠猫腻
-
-房东、二房东①发布中上等房间价格布置效果,又以最低配置房间价格作为广告②,并向线上及线下发布广告拓展业务,以此吸引租客看房。一般优惠力度非常大性价比极高的房子,早就给关系户或二房东自占用了,哪还轮的到你呢?
-
-待租客联系看房时,优先给租客看较好同时也较贵的房间,当租客需要查看广告价房间时,则会带至布置、通风、透光、隔音等各项相对有不足甚至缺失的房间。租客若是看中房间,则制造仅此一间且随时会有人租下这间房的缺失感;在租客看房时间紧促的情况,这更进一步加剧租客的紧张及缺失感,从而以此达到间接促使租客缴纳押金的目的。
-
-房间的水电、wifi、家具虽一应俱全,但缴费只是敷衍说很少,并不会说具体金额数字且也不会透露其他杂费。继续追问下去则会说等交押金签合同的时候会说明的③;但这时必须直接了当地表示出我可以直接一次性付清押金及房租。**绝对明确核对清楚租赁合同再缴纳付款**,与此同时并详细问清楚除房间以外的其他缴纳费金额具体数字;如果中介说要先缴纳押金才能看合同,还有就是涉及到金额的条款信息不让记录带走,可以确定是坑了,直接走人。**不管对方再怎么花言巧语,记住,只有白纸黑字的合同才是真实的。**
-
-押二付一;若想押一付一,房租要求比之前贵出二、三百左右不等,实际上还是押二付一。以入驻58江西二房东为例:当合同白纸黑字写出远高于市场价的水电(已为违规)⑥、管理、家具折旧、宽带、门禁费甚至已超出占广告房租价的1/2。
-
-600的单间房价+管理费100+门禁(一次付清)200
-* 600*2+600+100+200=2100 首付
-
-每月的具有入住功能的最低真实房价 宽带50、冷热水保底80、电费1.9元一度(78度为我的用电估算值)
-* 600+100+50+80+(1.9*78)=978.2
-
-像这样的房源基本到最后会找各种原因把你的钱扣的一毛不剩还要你倒赔④;最好自己也有一份租赁合同以及此证明的相关照片、对方录音保存在手机,以防这些垃圾居心叵测进行各种压榨及损害个人信誉的事情,如:篡改条款、贷款等。
-
-[搜狐-深圳记忆:这里是深圳最乱的城中村 ](https://www.sohu.com/a/231099716_322551)
-[网易广东 > 正文深圳城中村水电费成谜,热水30元/立方米?](http://shenzhen.news.163.com/19/0420/10/ED6UJ1BM04178D6R.html)
-
-注:
-
-① 二房东指先从原房东手里租下整套房子,然后再整体或分房转租给他人,如绝大多数中介、公寓运营商。二房东如果将租赁屋转租,必须要经过原房主的同意或承诺,否则是无效的。
-② 图片仅供参考,实际以实物为准,房东享有最高解释权,如同方便面的配图
-③ **注意:在没完成合同之前,拒绝缴纳任何费用,看房押金、意向金、房租还有合同里的相关款项,统统不能交**
-④ 如合同写明退房时收取上百元设备使用费、房屋物品及生活电器家具等损坏照价赔偿,若不修复则双倍赔偿
-⑥ 该项现已成行业里一个公开的秘密了,即使是无奈的现实妥协,也不应找几乎接近市场价一倍的
-
-
-### 诱使借贷款
-
-> 参考自 [中欧国际工商学院-自如空手套白狼?](http://www.ceibs.edu/node/14750)、[自如们背后的金融秘密:借道“信托计划”向租客放贷](http://www.xinhuanet.com/fortune/2018-08/27/c_129940586.htm)
-
-房产中介与信托公司(甚至是自己旗下的全资子公司)、银行的合作,同时也是为了从中介转型为资产管理公司,以谋求更大的蛋糕。由此以非贷款支付的每月租金要多贷款支付出百分之几十不等的欺诈条款,进行数字游戏的放长线钓大鱼,诱使用户贷款;他们当然不会告诉被贷款者逾期的所承受的1984老大哥无时无刻对个人生活的完全束缚风险。
-
-> 参考 [贷款必知:借款逾期和赖账的十大危害!](https://kknews.cc/finance/pn6v96p.html)
-
-* **信用污点后果:它将会造成对借款人以后申请贷款、信用卡造成阻碍,影响到借款人搭乘飞机高铁、上高速**
-* **产生额外罚息:贷款本来就会有相应的利息和费用,逾期还会导致额外费用的产生,这样可是十分不划算**
-* **影响个人职业生涯:提供借贷的公司组织将逾期者个人隐私曝光于媒体以及工作单位并起诉,会影响到你就业升职**
-* **终生被毁波及子孙后代:资产冻结并拉进黑名单,甚至个人将面临重度牢狱罪罚,子女无法上重点学校**
-
-***注意:营销者越是宣扬某个产品对自己有利的优点并催促着将其买下,就越是要留意分析该产品存在哪些对自己不利的因素甚至是致命弊端***
-
-
-
-### 卷钱陷阱
-
-越来越多的租客发现,寻找租房容易碰到一个现象,不论是在网络上看到求租的帖子、还是报纸上刊登的租房信息广告,还是个别中介公司所提供的租赁房源,承租人最终成交签署合同时都已经很难与原房屋业主打交道了,越来越多的“二房东”替代了“原房主”的位置。很有可能,租了好久都不知道真正房东是谁。
-
-从法律的角度上来说“二房东”的行为是非法的,但如果合同上原房东与二房东签订的协议中,原房东明确表示同意二房东实施转租,那么目前的法律机制上无法限制二房东的行为。若合同上原房东明确表示不允许转租等调理,那么租客与二房东的合同则视为无效,若原房东与二房东之间的合同并未明确写明允许不允许转租,那么最终由法院判定。
-
-如果找房的时候还是遇到二房东,你要注意他也是从房主那租的房子,**这时候你有权要求让原房东一同到场签约**,注意看他们双方的租赁合同。确认房东是允许他再租的,并且仔细核实房东和二房东的身份证明,如果房主约定不能再将房子转租就不能租。
-
-> 摘自 [房天下-和二房东签的合同有效吗?](https://zhishi.fang.com/zf/qg_500772.html和二房东签的合同有效吗?和二房东租房的注意事项?)
-
-案例回放:2013年11月,曲先生以月租金2800元,半年付的方式租了一套房,签约时房东委托的人出示了房屋产权证复印件及房东身份证复印件,双方关于合同内容达成一致后签署租赁合同,约定签约当日支付一个月的押金及半年的房租,次日客户入住并进行简单装修。
-
-纠纷产生:曲先生入住后不久称是房东父母的两位老人敲门,称房屋并没有委托任何人出租,儿子(房东)本人在国外,房屋一直是父母打理。曲先生联系门店并报警,之后得知自称受委托人的是小中介公司经纪人,与房东有委托合同,但该合同已经到期。该小中介公司利用复印件蒙骗了曲先生,使得曲先生面临交房后的损失押金、房租及装修费用。
-
-案例分析:受委托人出示房东身份证复印件、房产证复印件,并不一定能证明其委托权,所以一定要再三确认。曲先生在签合同前轻信了所谓受委托人权限,签署了租赁合同,而被骗取钱财。
-
-> 节选 [租房遇到委托人怎么办?](https://zhuanlan.zhihu.com/p/27409599)
-
-## 总结
-
-
-欺诈之所以往往能够成功,信息不对称的诱导,[维权意识](http://bbs.tianya.cn/post-free-4805509-1.shtml)及[难度](https://terminus2049.github.io/archive/2018/09/07/P2P-wangqian-dead.html)、还有监管方面的缺失。但凡要交钱的事,除营销者描述信息外,**还必须要了解身边及网上所曝光的相关案例事迹。只有掌握足够多的信息,再决定是否为其买单。** 这么做的原因:
-* 提高对事物**利与弊**的观察力,同时**避免情绪化[自以为是](https://blog.sciencenet.cn/blog-41757-918346.html)的行为造成资金流失**
-* 这是对好心曝光者的一种答谢方式,同时也可在网络与朋友间公开自己如何避免了陷阱的方法心得作为对此的回馈
- * 好心不当驴肝肺,不负有心人吧,公开分享论证也不失为正确整体提升自己各方面的方法之一
-
-但不要嫌麻烦,**尤其是需花钱的事上都得用心思考,急切的赚他人小便宜,背后却有造成自己大笔钱财无可挽回的损失,实在得不偿失。**
-
-* **凡是涉及到钱的事,先将钱留住,并给自己一段独立思考时间,从各方面衡量以学问的方式进行研究**
-* 有了一定的主见后,**再咨询身边人,同时在网上找此类曝光的相关事迹及案例(我方与他方)进行查漏补缺、引以为鉴**
-* **总结对方与自我的流程并参考案例进行各方面的分析,针对易产生陷阱的地方,加固自我策略的改善及优化**
-* **记录下音频、视频、纸质资料等证据并留在自己手中,以防万一产生对自己不利的局面,以作为应对手段**
-
-这样集群组织式的欺诈集资、借贷始终都会存在并不会消亡,相同重复的事情每天都在不同人身上发生。像电信诈骗受害群体爆发性的扩散增多,失去大半辈子积蓄的受害群体连五毛补偿都得不到,进而对光伟正失去彻底失望及负面累积,为了维稳而进行的大字报、大喇叭的两个凡是的语式进行大力普及下可能会削减很多...
-
----
-
本作品采用知识共享署名 4.0 国际许可协议进行许可。
diff --git "a/_posts/2019/2019-9-20-\350\247\243\346\236\204\351\235\236\350\247\204\350\214\203\345\236\213\346\234\215\345\212\241\344\274\201\344\270\232.md" "b/_posts/2019/2019-9-20-\350\247\243\346\236\204\351\235\236\350\247\204\350\214\203\345\236\213\346\234\215\345\212\241\344\274\201\344\270\232.md"
deleted file mode 100644
index b06114d874..0000000000
--- "a/_posts/2019/2019-9-20-\350\247\243\346\236\204\351\235\236\350\247\204\350\214\203\345\236\213\346\234\215\345\212\241\344\274\201\344\270\232.md"
+++ /dev/null
@@ -1,255 +0,0 @@
----
-title: 解构非规范型服务企业
-author: hoochanlon
-categories: [2019.]
-tags: [生活杂事录]
-date: 2019-9-20
-math: true
-mermaid: true
----
-
-## 业务解构思维导图
-
-不规范化的中小混合型服务企业业务解构
-
-![](http://imghost.guldhammer.info/pictures/62bd0a803ac8f5b1c61b130df5ea9c62.png)
-
-从该导图看出,它是以中介方式输送低层次技术批量劳力生产及技术实施外包,所进行的私有团体的利益资本扩张的企业。小型公司靠精明,中型公司靠管理,大型公司靠诚信,看来马云说的并没有错。
-
-
-
-隐患:
-
-* 由于廉价劳力,人员更替频繁,若是让基层员工独立负责项目实施,容易造成断档
-* 廉价劳力也会带来,回馈价值信息少,员工整体归属感低
-* 以下两种方式会进一步恶化认同及归属感
- * 以“技术水平较低”方式谈资压薪
- * 以“内部竞争权衡”机制决定服务质量
-* 名不副实的浮夸,没有普遍没有相应的实力,优化调度不当,易造成业内负面名声
-
-处理方案:
-
-话术制造亲近拉近距离+描绘愿景画饼暂缓情绪+文案标书套牢客户+有了足够的资金与规模配合的必要转型
-
-另附 [行业分析报告知乎个人集合夹](https://www.zhihu.com/collection/536704762)
-
-## 运营组织结构
-
-小型公司虽有组织结构独立明确的划分,但职能团队不乏多数由不同部门组员混搭组成的。一、人员少,二、向外体现自我专业化。如:客服团队含有技术储备组员,产品总监兼经理、技术支持等。
-
-* [百度百科-售前工程师](https://baike.baidu.com/item/%E5%94%AE%E5%89%8D%E5%B7%A5%E7%A8%8B%E5%B8%88)
-* [百度知道-产品经理和产品总监有什么区别](https://zhidao.baidu.com/question/181617004503804644.html)
-* [百度百科-客户服务经理](https://baike.baidu.com/item/%E5%AE%A2%E6%88%B7%E6%9C%8D%E5%8A%A1%E7%BB%8F%E7%90%86)
-
-![](https://i.loli.net/2020/06/02/7BKkNfjVsFUvYbO.png)
-
-
-***ps: 大型公司有专门且多个的战略规划部、法律合规部,还有独特客服关心部。***
-
-## 不合理事项探究
-
-### 虚假投标
-
-::: tip
-以下文献建议好好阅读:
-
-* [任何人是否都可以参与竞争投标](https://www.66law.cn/laws/383850.aspx)
-* [百度知道-投标书造假,有什么罪后果?](https://zhidao.baidu.com/question/269149048.html)
-* [公司让我们帮别人的公司买标书,购买人写的是我,现要我身份证复印件,这个有责任吗?](https://zhidao.baidu.com/question/1541504752254784187.html)
-:::
-
-投标人有下列行为之一的,属于招标投标法第五十四条规定的情节严重行为,由有关行政监督部门取消其1年至3年内参加依法必须进行招标的项目的投标资格:
-
-1. 伪造、变造资格、资质证书或者其他许可证件骗取中标
-2. 3年内2次以上使用他人名义投标
-3. 弄虚作假骗取中标给招标人造成直接经济损失30万元以上
-4. 其他弄虚作假骗取中标情节严重的行为
-
-投标人自本条第二款规定的处罚执行期限届满之日起3年内又有该款所列违法行为之一的,或者弄虚作假骗取中标情节特别严重的,由工商行政管理机关吊销营业执照。
-
-> 摘自 [百度百科-中标单位标书被发现造假责任谁承担,标书中的被授权人(公司主管)要负责任吗?](https://zhidao.baidu.com/question/481168126.html)
-
-补充名词:挂靠垄断。
-
-挂靠垄断是指通过挂靠其他企业,一家企业或个体包工头同时以好几家企业的名义去参加同一标的投标,形成实质上的投标垄断,无论哪家企业中标,都实际是一家企业。
-
-#### 扩展资料
-
-投标文件(本文简称投标书)是评标的主要依据,是事关投标者能否中标的关键。综合一些投标者在制作投标书方面的失败教训,投标者在制作投标书的过程中,必须对以下四个方面引起足够重视。
-
-1. “投标须知”是招标人提醒投标者在投标书中务必全面、正确回答的具体注意事项的书面说明,可以说是投标书的“五脏”。因此,投标人在制作标书时,必须对“招标须知”进行反复学习、理解、直至弄懂弄通,否则弄得不好,就会将“招标须知”理解错,导致投标书成为废标。
-2. 《招标投标法》第三章第二十七条规定:“投标文件应当对招标文件提出的实质性要求和条件做出响应”。这意味着投标者只要对招标文件中的某一条实质性要求遗漏,未做出响应,都将导致废标。
-3. “标函”、“项目实施方案”、“技术措施”、“售后服务承诺”等都是投标书的重要部分,也是体现投标者是否具有竞争实力的具体表现。倘若投标者对这些“重要部分”不重视,不进行认真、详尽、完美的表述,就会使投标者在商务标、技术标、信誉标等方面失分,以致最后落榜。
-
-在制作投标书的时候,有些项目很细小,但稍一粗心大意,就会影响全局,导致全盘皆输。这些细小项目主要是:封记、加盖法人或委托授权人印签、投标者单位名称或法人姓名与登记执照相符、法定注册地址等等
-
-> 摘自:[百度知道-投标书造假,有什么罪后果?](https://baike.baidu.com/item/%E6%8A%95%E6%A0%87/1031775?fr=aladdin),参考:[百度百科-投标](https://baike.baidu.com/item/%E6%8A%95%E6%A0%87/1031775?fr=aladdin)
-
-### 劳务外包与劳务派遣的区别
-
-**外包是甲方通过招标将某个非核心的业务交给投标公司;然后,中标公司接到任务后派人过去到甲方工作为派遣。** 国家规定劳务派遣仅限于临时性、替代性、辅助性的岗位,要求派遣职工与单位职工实行同工同酬。同时,防止部分企业以劳务外包之名,行劳动派遣之实(假外包真派遣),来降低用工成本,侵害劳动者利益。
-
-![7d.gif](https://i.loli.net/2021/01/03/ikFN2xycLUACmDq.gif)
-
-> 参考自 [百度知道-派遣和外包的区别?](https://zhidao.baidu.com/question/357806901.html)
-
-#### “假外包真派遣”识别
-
-用有无专门管理团队进行区分比较明显,服务单位的管理人员不能在生产上对外包公司的人员进行直接管理,涉及间接管理更多的是技术上的指导。如某一产品服务单位人员可以指导外包公司员工达到生产技术要求,如果外包公司员工不听其指挥甚至与其发生分歧,管理他的只能是外包公司的管理人员;如果服务单位人员直接介于管理,就存在“假外包、真派遣”之嫌。
-
-> 摘自 [如何认定“假外包、真派遣”](http://www.qiankunlt.com/xueyuan/1410.html)
-
-## 纳新管非内晋综合分析
-
-### 外部选聘优劣分析
-
-外部选聘优点:
-
-* 外部人才能够带给企业不同的经验、理念、方法以及新的资源
-* 避免了内部某派系扩张或独大,导致领导控制企业权力削弱的弊端
-* 外部人才挑选比企业内部范围广,也为作为企业的转型战略方向选择
-
-外部选聘缺点:
-
-* 外部征聘比通过内部晋升获取人才的费用更高
-* 会使企业职工感到升迁无望,从而挫伤工作积极性
-* 初期对企业人文环境缺乏了解,易出现配合困难,适应期较长
-
-### 内部征聘优劣分析
-
-内部征聘的优点:
-
-* 节省了外部选聘人才的成本
-* 更易趋同价值观,忠诚可靠度较高
-* 内部选聘能对企业职工能产生激励作用
-
-内部晋升的缺点:
-
-* 易形成各自派系对削弱企业的控制
-* 不利于个体创新和企业的成长,尤其是中小型企业
-
-参考资料:
-
-* [周松-企业管理人员内部选拔和外部招聘利与弊分析](https://wenku.baidu.com/view/7ef0b099a76e58fafab0038a.html)
-* [百度知道-企业管理人员可以从外部招聘和内部提升两种方式选择,你认为各有何优缺点?](https://zhidao.baidu.com/question/100315764.html)
-
-### 新老员工调薪分析
-
-老板给员工薪资必然是在能让员工努力工作的前提下越少越好,而员工则希望多多益善,二者之间是一个博弈过程。如果是员工技术长期没长进处于停滞状态,这跳槽成本还不低。这个成本就是老板压低老员工待遇的底气,也是挖来新员工要付的代价。
-
-对于企业来说,老员工整体调薪需要建立持续化的行情薪资及精细化的职级制定,这又意味着更完备的晋升机制与考核机制。做不到普及全体员工市场行价的调薪策略,那么低于市场价的情况就一定会出现,而一旦给一个老员工调薪,给其他老员工可能也得调。与其如此,不如提薪招纳新人,通过老员工培养新人的方式来注入新鲜血液,用人成本低且效益高。
-
-老员工跳槽的根本原因,还是因为此公司没能建立起一套员工职位晋升的详尽体系,这并不是单独给某个老资历涨薪就能解决的,这种情况在小外包公司是挺常见的现象。一个公司如果真的想发展做大,建立这个体系再难也要做。如果这个都不愿意做,那这家公司也发展不到哪里去的。
-
-参考相关解答:
-
-* [pansz的回答](https://www.zhihu.com/question/63878469/answer/214838894)
-* [hungry-hunter的回答](https://www.zhihu.com/question/63878469/answer/214430117)
-
-## 涉及到的离职问题
-
-::: tip
-阅读扩展:
-
-* [华律网-试用期六大陷阱需谨慎](https://www.66law.cn/laws/142934.aspx)
-* [华律网-试用期内解除劳动合同需要赔偿吗](https://www.66law.cn/laws/143420.aspx)
-* [doc88-【精品】职场新人必读的劳动法规](https://www.doc88.com/p-991237681701.html)
-* [百度文库-辞职书范文](https://wenku.baidu.com/view/8ad99c60f02d2af90242a8956bec0975f465a4c7.html)
-:::
-
-按照劳动合同法规定,正式员工离职是要提前30天通知公司的;交接完成后,并各项手续办理完毕,方可离职;切记保管好自己的离职证明。
-
-### 不开具离职证明
-
- 单位不开离职证明可向劳动监察部门申诉、控告。
-
-> 《中华人民共和国劳动合同法》第五十条规定: 用人单位应当在解除或者终止劳动合同时出具解除或者终止劳动合同的证明,并在十五日内为劳动者办理档案和社会保险关系转移手续。第八十九条规定: 用人单位违反本法规定未向劳动者出具解除版或者终止劳动合同的书面证明,由劳动行政部门责权令改正;给劳动者造成损害的,应当承担赔偿责任。
-
-**劳动仲裁是非常保护劳动者的,基本都会判劳动者胜诉,并且还会记录到企业征信中,这对企业来说是不可抹去的黑历史!**
-
-* [劳动仲裁胜利了是怎么样的体验?](https://www.zhihu.com/question/307787030/answer/956935774)
-* [懂法的和不懂法的员工有何区别?](https://www.zhihu.com/question/28601869/answer/1179435960)
-
-### 克扣工资
-
-提出辞职,而且按劳动合同法规定办理离职手续,还是被扣工资的,那么直接反映到劳动争议仲裁委员会处理,要求公司支付双倍工资,公司还是不执行裁决,那么上诉法院解决。
-
-
-依据《工资支付暂行条例》
-
-> 第九条,劳动关系双方依法解除或终止劳动合同时,用人单位应在解除或终止劳动合同时一次付清劳动者工资。
-
-> 第十八条,各级劳动行政部门有权监察用人单位工资支付的情况。用人单位有下列侵害劳动者合法权益行为的,由劳动行政部门责令其支付劳动者工资和经济补偿,并可责令其支付赔偿金:
-> * 克扣或者无故拖欠劳动者工资的
-> * 拒不支付劳动者延长工作时间工资的
-> * 低于当地最低工资标准支付劳动者工资的经济补偿和赔偿金的标准,按国家有关规定执行
-
-> 第十九条劳动者与用人单位因工资支付发生劳动争议的,当事人可依法向劳动争议仲裁机关申请仲裁。对仲裁裁决不服的,可以向人民法院提起诉讼。
-
-参考资料:
-
-* [公司不给开离职证明怎么办?](https://zhidao.baidu.com/question/509615539.html)
-* [百家号-在离职交接的过程中,一定要注意的六个方面,你知道几个?](https://baijiahao.baidu.com/s?id=1617483438902085462)
-* [齐鲁晚报-工作没满一年 公司扣发工资](https://epaper.qlwb.com.cn/html/2011-06/17/content_144489.htm)
-
-## 调岗变相劝退
-
-::: tip
-调岗变相劝退现象,多发生于试用期或在公司近满X年限期,或是有离职意向的员工。
-* [怎么拒绝领导的调岗](http://www.findlaw.cn/video/7723.html)
-* [UC百科网-如何礼貌回绝领导调岗](http://www.ucbaike.com/zhishi/512078.html)
-* [百度知道-如何拒绝领导的工作安排!](https://zhidao.baidu.com/question/476363479.html)
-* [百度知道-如果领导要调你到不喜欢的部门工作,应该怎么拒绝?](https://zhidao.baidu.com/question/115162021.html)
-:::
-
-我国《劳动法》规定,调岗分为三种:法定调岗、协议调岗、单方调岗。
-
-1. 法定调岗,只要发生法律规定的情形,公司就可以进行调岗,无需经员工本人同意。
-1. 协议调岗,变更劳动合同,用人单位与劳动者应协商一致,协议调岗就是公司与员工协商后的结果。
-1. 单方调岗,是指企业基于生产经营的需要,在未与员工协商,未经员工本人同意的情况下进行的调岗,是用人单位行使用工自主权的体现。
-
-用人单位调整劳动者工作岗位,同时符合以下情形的,视为用人单位合法行使用工自主权:
-
-* 调整劳动者工作岗位是用人单位生产经营的需要
-* 调整工作岗位后劳动者的工资水平与原岗位基本相当
-* 不具有侮辱性和惩罚性
-* 无其他违反法律法规的情形
-
-### 企业单方调岗要注意哪些事项?
-
-> 摘自 [mmmm-用人单位调整员工工作地点的正确方法](https://zhuanlan.zhihu.com/p/98698826)
-
-劳动合同明确单位权利→员工保障预案→书面告知原因→不降低待遇
-
-> **在劳动合同中对用人单位调岗的权利进行明确。**
-
-操作指引:在劳动合同中增加“乙方同意其工作地点包括甲方投资或关联企业的所在地、甲方投资或关联企业的项目所在地;乙方亦同意服从甲方根据工作需要对其进行工作岗位、工作地点以及相应工资标准的调整”等类似表述条款。
-
-> **在预案中需明确保障方案,为调岗人员提供必要的保障措施。**
-
-操作指引:若调岗后的工作环境产生了有害因素(诸如衣食住行等方面),用人单位需采取必要的措施,保障员工工作的顺利进行,不得因工作地点的调整影响工作完成质量。
-
-> **调岗前用人单位需要明确为企业经营所必需,即调岗需要理由。**
-
-操作指引:企业在调岗前书面向劳动者说明调岗的原因,发公告,员工代表签字。
-
-> **调岗不可能降低员工原有待遇。**
-
-操作指引:保持待遇变,或提升待遇;万万不可通过延长原有工作时间来变相降低员工的待遇水平。若用人单位做好前述调岗工作,劳动者依旧不服从调岗要求,拒绝去新工作地点报到,则用人单位可以旷工为由直接将劳动者予以辞退且不支付任何经济补偿金或者赔偿金。
-
-### 只要员工不配合调岗,公司就可以进行解雇吗?
-
-> ***首先应当确认,如果调岗本身是不具备上述条件的,员工有权拒绝。***
-
-其次,如果《调岗通知书》只陈述了调岗的事实,没有向员工说明调岗的原因,调岗后的工资待遇,给予的考虑期等问题,那么员工的知情权完全得不到保障,也可以拒绝调岗。公司如因员工不配合调岗而进行解雇属于违法。
-
-但是,如果调岗不存在违反法律的情形,且《调岗通知书》上已详细记载相关内容,也在里面注明未到新岗位报到所应当承担的法律后果(如:未在5日内报到视为旷工等等),且在公司规章制度中,也有规定旷工达到一定天数视为严重违反公司规章制度,那么公司对其解雇后,员工再主张公司违法解雇的话,可能得不到裁判机关的支持。在此情形下,员工不同意调岗,公司有权利辞退,工资照付,关于补偿方面需跟公司协商了。
-
-参考资料:
-
-* [人事星球-内部调岗](https://www.rsxq.com/baike/yuangongguanxiguanli/gangweidiaodong/1062/)
-* [职言无忌 | 又到了HR展示各种辞退神操作的年末了](https://zhuanlan.zhihu.com/p/32552314)
-* [sohu-对调岗不服气可以拒绝吗?教你正确应对调岗的姿势!](https://www.sohu.com/a/335574468_99963019)
-* [我能拒绝调岗吗——职工必须知道的劳动法常识](https://zhuanlan.zhihu.com/p/33103357)
-* [对调岗不服气又不敢拒绝怎么办?记住这4点,就算调岗也不怕!](https://zhuanlan.zhihu.com/p/96131336)
-* [学法网-员工调岗不同意怎么办(调岗不同意公司又不辞退)](http://www.kamoon.cn/flzs/133526.html)
diff --git "a/_posts/2019/2019-9-4-\345\221\250\344\270\211-\351\233\250.md" "b/_posts/2019/2019-9-4-\345\221\250\344\270\211-\351\233\250.md"
deleted file mode 100644
index 3ae695f6b0..0000000000
--- "a/_posts/2019/2019-9-4-\345\221\250\344\270\211-\351\233\250.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: 2019.9.4 周三 雨
-author: hoochanlon
-date: 2019-09-04 22:45:45
-categories: [2019.]
-tags: [生活杂事录]
----
-当写日记目的性,越来越强时,渐渐地发现了其作用。对比以前(2019.8):
-
-* 我善于管理个人的日常开销 (小狗钱钱)
-* 负责、不拖沓、善于花时间研究问题 (硬件加速)
-
-![](https://i.postimg.cc/pXhdbWXg/Snipaste-2019-08-29-22-43-52.png)
-
-今天,又学到一招:大雨、路程远导致超时旷工,借用外出已结束但没及时提醒的空子由: 请假->因公外出;保住了3.6k一定的月工资。
-
-
-
----
-
-2021.4.4 评:
-
-准确来说是从这个时间点开始,有主动思考意识的思维处理事情。恰好是从富士康流水线跳槽到代理集成外包商,从4k(包住)新工作的3.5k。迫于生存,想要过得更好,主动尽可能多的想要了解更多,如领导与我们之间,我们在社会所遇到的日常问题。主动与同事东扯扯西聊聊,再进行记录与自省反思。
diff --git "a/_posts/2019/2019-9-9-\346\231\264\350\275\254\351\233\250.md" "b/_posts/2019/2019-9-9-\346\231\264\350\275\254\351\233\250.md"
deleted file mode 100644
index f90b894629..0000000000
--- "a/_posts/2019/2019-9-9-\346\231\264\350\275\254\351\233\250.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: 2019.9.9 🌦
-author: hoochanlon
-categories: [2019.]
-tags: [生活杂事录]
-math: true
-mermaid: true
-date: 2019-09-09 22:23:16
----
-
-### 装机激活
-
-由于需求不明了及没有问清装配的具体细节,并不需要激活系统,而我却做了激活操作。同事说未知驱动需要联网激活,于是想了一下决定这样向组长解释:嗯,这是我的疏忽;由于同事说未知驱动需要联网激活,而我接入网线激活了系统,没完全掌握装机内容,以后注意。
-
-(对于时常需要汇报的领导,先道歉比一开始推责任要好很多,承认错误->说明原因->改进)
-
-### 地铁回家路上
-
-买的水果与淘宝的奥利奥的花费,容易超出一天的支出;不过利用这些水果、奥利奥作为一天的用餐,应该会节省很多,至少我觉得。我的个人成果:
-
-* 分析日常开销及优化日常开支
-* 降低领导对我的工作疏忽
diff --git "a/_posts/2020/2020-06-06-GitHub-RST\344\270\216Git-SSL-ERR-SYSCALL\347\273\274\345\220\210\345\210\206\346\236\220.md" "b/_posts/2020/2020-06-06-GitHub-RST\344\270\216Git-SSL-ERR-SYSCALL\347\273\274\345\220\210\345\210\206\346\236\220.md"
deleted file mode 100644
index fe01f82878..0000000000
--- "a/_posts/2020/2020-06-06-GitHub-RST\344\270\216Git-SSL-ERR-SYSCALL\347\273\274\345\220\210\345\210\206\346\236\220.md"
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: GitHub RST与Git SSL_ERR_SYSCALL综合分析
-author: hoochanlon
-categories: [2020.]
-tags: [chip]
-math: true
-mermaid: true
-date: 2020-06-06 00:53:01
----
-
-* 杜绝主观情绪化因素
-* 多方面考虑原因(多种可能)
-* 查找及建立两者关联(共同点)
-
-主观情绪化会失去客观分析判断能力,正确率几乎忽略不计,必须杜绝主观情绪化再去分析!
-
-
-
-### RST
-
-网络封锁重置、hosts IP-DNS映射指向问题
-
-### SSL_ERR_SYSCALL
-
-调用传输层自行设置的代理套接字,出现的无法访问的问题。可能存在代理配置或是网址有问题,网址问题则涉及到hosts映射设定内容。
-
-### 小插曲
-
-对GitHub进行ping测试,发现虽然ping不通,但还是能访问。处于网络安全的考量,应该是网站禁用了ICMP回应或者开启了ICMP过滤。
-
-参考 [kunlunmountain-为什么有些网站PING不通但又能访问.](https://www.cnblogs.com/kunlunmountain/p/5945756.html)
-
-由此从ping转向curl测试,因为该工具也提供了很直观的信息。
-
-![](https://i.postimg.cc/brH28KhX/010.png)
-
-### 汇总
-
-RST与SSL_ERR_SYSCALL有一个共同的问题:hosts IP-DNS映射
-
-应用层的Hosts通过IP-DNS映射,网址解析被指向特定IP地址。而代理只是转达客户端这特定指向访问IP请求,并不会对IP进行路径转换。若Hosts映射IP、DNS任一方不存在,则会造成即使翻墙配置了代理也无法进行访问的情况。所以代理也被称作[应用网关](https://baike.baidu.com/item/%E5%BA%94%E7%94%A8%E7%BD%91%E5%85%B3/6324513),也是有原因的。
-
-![](https://i.postimg.cc/SKjbkkk8/008.png)
-
-由于Hosts比远程的DNS优先级高,主机最先进入Hosts查询DNS映射,只有在hosts中没查到该条访问映射才进行远程DNS服务器查询,VPN方面虽建立一条专用隧道进行外部服务器访问,但主机给到外部服务器解析的DNS映射还是错误的,所以还是会造成主机不可达,依旧无法访问。
-
-![](https://i.postimg.cc/fT1p9pnn/009.png)
-
-有时就算进行Host设定重定向也能短时间内也正常访问站点,这与keep-alive、浏览器及系统DNS缓存有关,参考 [小胡子哥-修改Hosts为何不生效,是DNS缓存?](https://www.cnblogs.com/hustskyking/p/hosts-modify.html)
diff --git "a/_posts/2020/2020-07-31-\346\200\235\347\273\252\350\201\224\347\263\273\345\210\260\345\255\246\347\224\237\346\227\266\346\234\237\350\277\207\345\276\200\347\232\204\346\225\231\347\247\221\344\271\246.md" "b/_posts/2020/2020-07-31-\346\200\235\347\273\252\350\201\224\347\263\273\345\210\260\345\255\246\347\224\237\346\227\266\346\234\237\350\277\207\345\276\200\347\232\204\346\225\231\347\247\221\344\271\246.md"
deleted file mode 100644
index 829cd07a1c..0000000000
--- "a/_posts/2020/2020-07-31-\346\200\235\347\273\252\350\201\224\347\263\273\345\210\260\345\255\246\347\224\237\346\227\266\346\234\237\350\277\207\345\276\200\347\232\204\346\225\231\347\247\221\344\271\246.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: 思绪联系到学生时期过往的教科书
-author: hoochanlon
-categories: [2020.]
-tags: [离开地球表面]
-date: 2020-07-31 10:51:45
----
-再写前一篇文章时,翻阅[知乎专栏《终结拖延症》:一本可以根治拖延症的书](https://zhuanlan.zhihu.com/p/88059192)提到认知行为疗法ABCDE模型与我之前看到的ABC合理情绪疗法不谋而合。我就在想它们究竟这存在怎样的联系?
-
-由于之前的ABC理论内容也有些忘了,正好顺便查下心理相关的内容生产者的文献专栏 [心知识/情绪管理:学会合理情绪疗法](https://zhuanlan.zhihu.com/p/42322491),当作一次功课复习。
-
-《国家职业资格培训教程》提到的[RSA合理自我分析](https://wenku.baidu.com/view/5be8100d4a35eefdc8d376eeaeaad1f346931130.html?fr=search)和[RET(Rational Therapy Self-Help Form)](https://wenku.baidu.com/view/860d437db7360b4c2f3f645e.html)有些类似。
-
-
-我们作为内容生产者,这其中也存在这么一个现象就是:拿别人的研究出的内核模型,换个壳再去掉其出处,就能作为自己独立研究的一套的理论,甚至有的连壳都不换。这让我也不得不有必要去查证该理论是否有涉及到的作者及相关书籍。此时不由得想到一个问题:为什么我们的教材编写的晦涩难懂?
-
-你是否认同,一些大学教材,被人故意的编得晦涩难懂?悟空问答
-
-* [一叶知秋的回答(从自身职业立场角度出发)](https://www.wukong.com/answer/6751569417928179976/)
-* [五道口的颜学姐的回答(从教程编写者角度、国内教程编写过往的考量)](https://www.wukong.com/answer/6751350054239338759/)
-
-再想想自己的过往,也确实是那么回事。东拼西凑的内容,阅读起来思路难以连贯,甚至令人感到晦涩难懂。
diff --git "a/_posts/2020/2020-08-01-\344\272\272\345\212\233\350\265\204\346\272\220\344\270\216\351\235\242\350\257\225\350\200\205.md" "b/_posts/2020/2020-08-01-\344\272\272\345\212\233\350\265\204\346\272\220\344\270\216\351\235\242\350\257\225\350\200\205.md"
deleted file mode 100644
index 20c2462d8b..0000000000
--- "a/_posts/2020/2020-08-01-\344\272\272\345\212\233\350\265\204\346\272\220\344\270\216\351\235\242\350\257\225\350\200\205.md"
+++ /dev/null
@@ -1,304 +0,0 @@
----
-title: 人力资源与面试者
-author: hoochanlon
-categories: [2020.]
-tags: [事件还原、复盘分析、反省]
-math: true
-mermaid: true
-date: 2020-08-01 16:41:55
-
----
-
-## 简历敲门砖
-
-**⚠ 当心!:[百度搜索-招转培](https://www.baidu.com/s?ie=UTF-8&wd=%E6%8B%9B%E8%BD%AC%E5%9F%B9)、[知乎-管培生真的是个很坑的职位吗?](https://www.zhihu.com/question/300310754)**
-
-如果一个人学历低,工作履历上没有任何工作经验,只仅存有零星的小项目,应届生①身份也没得了。这没有任何亮点的简历都是被刷下来的份,连工作机会都没有。写投简历是为了能有一份工作面试机会的,一旦简历被人事淘汰,是一点工作机会都没有,就更别提找到工作了。所以,谁想在简历筛选这找工作的第一关被淘汰?
-
-简历过了,起码还有机会找到工作,所以,市面上充斥着很多包装简历的(假学历证书、假工作经历),当然这也是自考本科与升全日制本科②这么热门的原因,当然也衍生了代考的灰色产业链。可是,为什么会一直长期存在这个现象呢?
-
-
-
-这就要从不规范用人的中小型企业(结合目前社会上的经验,还是占有非常大比例的)用人说起了。
-
-::: tip
-企业不规范或不进行核实面试者入职年限流程原因:
-
-* 非技术服务(外包)之类的企业规模不够大,该岗位确实也缺人
-* 外包企业中特别是基础岗位人员流动过于频繁,进行逐一核实太麻烦,效率太低
-* 企业用人的侥幸因素:看实物证书以为真,侥幸认为不会有人、也不敢作假
-
-主要还是嫌麻烦,查询流程较为困难,如果存在有一键查询应聘者信息,他们肯定也乐意做的
-:::
-
-一般而言,企业通过查下社保(如支付宝进行查社保功能核对),就知道是否在公司任职与满足年限。因为,员工在职的每月,所在公司是必须缴纳的。
-
-::: tip
-若是近月底入职到一个中小型不规范的公司,为降低了公司的用人财务支出,他们会耍一个巧:
-* 将该月底的工资与下月的工资一起结算发放
-
-企业将该月在职的五险一金,延迟下月缴纳,有不履行义务的嫌疑;当然,靠着这个信息,我们有时是可以加一个月的工期。
-:::
-
-不过,由于岗位面试者也非常多,有些企业为了一定的工作效率,省去了对每名面试者的入职年限再查询核实一遍,而是询问是否有工作群、与上级微信,甚至“信以为真”(能做事能干活就行)。
-
-[这里附背景调查流程导图,由于此图较长,点击并新开一页查看!](https://i.loli.net/2020/06/08/dwhAZsGFeiJIaCW.jpg)
-
-
-
-::: warning
-① 绝大多数企业的应届生标准,是以毕业的前一年算的应届生;也有少数以毕业的当前年限的。顺带说一句,很有多外包公司为了降低企业用人开支,大量招应届及实习生,这对于学历较低、也没亮眼项目的同学来说,也是一种选择。
-
-② 自考本科属于第二学历,是非全日制教育,而全日制本科属于第一学历,二者在报考条件、学习方式、毕业条件等方面都是有区别的,而且自考本科在入学之后是没有学籍的,但是二者文凭在使用效力上还是一样的,都是国家承认学历。
-
-**但也有较多企业看中的是第一学历——全日制本科,不过只要求本科,不在乎第一二学历的企业也不少**
-:::
-
-顺带一提:
-
-一些专科院校为了刷就业率(部分二三本也是这般),以未就业为由不按时授予学生毕业证。为了能顺利毕业,加上现今行业就业不易,内卷化严重,因此不少学生选择作伪就业证明开具,当然也有暂入他行的(如:餐饮、管家),这个就另说了。
-
-以至于一些专科院校甚至用该虚假的就业率作为宣传,吹出“专科生比本科更容易找工作!”的口号,来唬骗未经世事的填报自愿的高考学生。
-
-希望以下资料文库,能对大家书写简历有所帮助。
-
-* [stevenc214-从一个HR的视角,解答你所有关于网上投递简历的困惑](https://zhuanlan.zhihu.com/p/146185434)
-* [dyweb/awesome-resume-for-chinese](https://github.com/dyweb/awesome-resume-for-chinese)
-
-### 面试准备
-
-首先,找一个不错的[简历模板](https://github.com/dyweb/awesome-resume-for-chinese),简历照着企业岗位职责要求,进行有针对性的写作,工作与责任描述可照搬企业招聘信息的岗位要求。应届简历写满一页即可,如果有经验的话就作两页。
-
-一般搜500强某公司的面试攻略很好找到,其他公司面试原理也是相通的。然后,准备一篇面试演讲稿,进行预先模拟面试演习,不断地让自己表达流畅,逻辑条理清晰。**注意:所有的话全是经过深思熟虑的,是有充分准备的,见缝插针往自己优势上说,说话一定要顺畅且有逻辑性④。** 并查找专业岗位的笔试题,进行模拟笔试,背题库、理解内容等方式做题都行。
-
-因为,大公司的二面方③每天工作很忙,自身都是专业的,只是兼职HR面试,听不进了半点没专业相关的重点内容,若是稍有不相关内容会很不耐烦,直接宣告结束。
-
-* ③ 大公司面试环节比多数普通的中小型公司要多:
- * 初级人事面试(某金融科技公司还有机面)、技术负责二面或三面(包括笔试)、主管最终面试
-
-* ④ **逻辑条理一定要清楚**
- * 工作负责方面:ABCD。因为A、B具有C、D没有的优势,更为核心重要,所以我专注A、B
- * 我在具体XX专业论坛及网站上,查询及发表过XXX,深化了对XXX的理解,获得大量关注与支持
-
-::: danger
-有些公司面试登记如需填入:身份证号码、家庭成员、职位、电话、地址;遇到这个必须果断拒绝,如果正式入职了OK填一下没问题。
-此外,面试运营转销售,面试技术转培训,要小心!
-:::
-
-### 用人部门与HR信息不同步
-
-简历很重要的一点还是关键词命中,关键词匹配度越高越容易面试。但其中有个很纠结的地方,之前我朋友在的企业用人部门并不是自己发招聘,而由是HR代写的。甚至发到招聘平台的岗位需求,连用人部门都不知道被HR写成啥样了。
-
-过了简单的HR面试,但到技术面试时,他想要的很可能不是这些,但也不止这些,这个信息不同步就会让面试者很尴尬。有些高难度的内容平时工作虽用不着,但当需要造轮子的时候就很重要了。
-
-谁的企业不希望招来的人才个个极端优秀?内卷化异常严重且就业不易的今天,你不会,总有人会,并且随时有可能把你替换掉的风险。
-
-综上,这也就是面试造火箭,工作拧螺丝的原因。
-
-### 从事非专业岗位现状原因
-
-之前说过,如果一个人学历低,工作履历上没有任何工作经验,应届生也不是。这没有任何亮点的简历都是被刷下来的份,连工作机会都没有。但还可以转从其他专业程度偏低,可替代程度较高的,靠业绩吃饭的相关岗位(例如:销售、HR)。这一部分人基本上是因对现状无奈的自我选择或被他方诱导进入的。
-
-事例:
-
-某金融科技分公司因扩招需要,借用挂在招聘网的职位将学历下放到最低或经验最低,来进行扩招销售。因为,很多人看重该大公司的编制,他们借此也能招更多的销售业务员。人事面试通过,主管终面才说:需要先做销售业务员达到一定业绩(基本上也达不到),才能应聘自己的专业岗。
-
-::: danger
-
-培训机构与博彩合作,岂不对应届以及从业新人危害更大了?社会!社会!
-
-* [百度新闻-境外赌博集团招聘盯上高校应届生](https://baijiahao.baidu.com/s?id=1608605009548077392)
-* [警惕!菲律宾博彩集团在我国招聘高校应届生从事网络赌博业务,从业者可获刑 ](https://www.sohu.com/a/246821467_99983643)
-:::
-
-## HR强势立场探究分析
-
-企业需要人才会招人,岗位应聘者很多,同时发布该岗位的企业也有很多。可是一般HR为了招纳人才以礼平等相待才对,为什么HR会以强势来压制应聘者呢?
-
-强势姿态面对应聘者,打击其自尊心,让其失去信心,将其压制在弱势一方。目的是为了使其产生被多个企业拒绝而找不到工作的孤立感,仅只有抓住这个企业才有就业机会(已经再没有企业选择我了)强烈的危机感。人在处于孤立弱势与危机并存的情况下,很容易被对方不怀好意地利用,被动地使自己不知不觉屈从对方指示(催眠):
-
-* HR打压应聘者提出高薪的信心,以此不尊重地压制应聘者到极低的薪资
-* HR以该方式询问出一般情况下不便透露的具体隐私方面信息(如:工资)
-
-::: danger
-HR询问工资的用意往往是想打听市场行情,在用人部门确定后,往往是想能省点就省点,到底也算自己的业绩呢。如果轻易透露个人工资,也会对同行业的薪资造成一定影响。所以,果断拒绝透露个人工资给HR,直接表明该问题浪费大家时间。
-:::
-
-另外的目的就是:
-
-* HR根本不想打算招该应聘者;如果是,那么HR就是想拉人交钱进培训
-
-HR先来个下马威,拿应聘者用做出气筒。以此,释放工作上招人入职、文档整理的等其他压力;所谓,留三分余地于人。把未来的同事过分打压其自尊信心、薪资待遇,将同事搞成自己对头是很不好相处的,作为一个专业的人事,不可能连这个道理都不懂。
-
-* HR想了解该专业岗位是否普遍只需基础资质水平
-
-::: danger
-多数HR其实对应聘者专业工作涉及到的原理是不清楚的,但是为了HR自身做到更专更好的业绩,反而想去根据应聘者描述的情况,去推测该岗位从业人员专业资质是否可替代成分高,从而节省企业开支招到更优秀的人(降低薪资待遇)。
-
-人在处于孤立弱势与危机并存的情况下,很容易全盘托出交代实情的,自己表述不到从事重点及企业对该岗位需求的重要性,加上HR非专业人士的[认知偏差](https://baike.baidu.com/item/%E8%AE%A4%E7%9F%A5%E5%81%8F%E5%B7%AE)及自身的业绩考量,拉低整体薪资水平。
-:::
-
-技术没问题的,应聘者就要有底气提薪资,人事提的只是公司的一个标准,不是应届毕业生,且是有工作经验的,更应该如此。
-
-::: tip
-HR们幸幸苦苦看了那么多简历,筛选出可能合适的人,如约通过技术面少之又少。好不容易通过,绩效考核及提成又更进了一步,生怕跑走一个人才,自己前面的铺垫那些辛苦都白费了。
-
-参考
-* [nov23-面试最后一关谈期望薪资时, HR压价该怎么应对?](https://www.zhihu.com/question/20883020/answer/472939545)
-* [面试想拿10K,HR说你只值7K,该怎样回答或者反驳?](https://www.zhihu.com/question/282880854)
-:::
-
-## HR的认知偏差归因
-
-[HR这个职位属于行政岗位,工作职责是负责后勤方面的](https://baijiahao.baidu.com/s?id=1608155308813228375),而我是属于技术岗网络方向的。**结合链接提供的参考,多数HR其实对应聘者专业工作涉及到的原理可以说是完全不清楚的,他们只是根据技术部门派发招聘岗位要求信息进行简历筛选及面试的。**
-
-所以,HR在筛选简历后,简单地与求职者沟通工作内容,从求职者概述中了解是否与部门岗位招聘要求的关键词匹配,从而发出面试邀请。HR面试主要考察的应聘者也是为人处事是否积极上进、品性良好。若涉及到的技术细节,应该是由技术方面的干部来进行面试。
-
-我是学网络的,思科、华为、华三实际上只是厂商系统、命令不同,除了厂商的特有协议外,网络协议都是通用的,相差无几。
-
-**但之前说过,多数HR其实对应聘者专业工作涉及到的原理,可以说是基本不懂,他们最多也只是听过从其他应聘者描述过的这么一个印象**,而他们仅需要的是从求职者概述中,去了解到是否与部门岗位招聘要求的关键词匹配。而这,也会造成一个他们的武断偏差。
-
-我在与他们进行交谈时,他们认为使用不同厂商设备就等于两个完全不同的概念。我才察觉到由于他们非专业的缘故,之前的话简直对牛弹琴。毕竟应聘人多,对于他们而言只要做好本位工作就行。
-
-所以,经过这件事情以后,我查觉到:
-
-有些相关方面的概述,还是要对专业人士说的,而不是初面我的外行HR;而对于他们,我需要换位思考并换一种概念般了解性的说辞概述,要站在HR的角度,去如何表达,让他觉得自己很专业。否则,真是在浪费时间!
-
-若是HR过于投入询问该岗位技术具体从事细节则是本末倒置,原因以下:
-
-* 想了解该岗位是否普遍基础且替代性高,以此节省企业用人薪资成本
-* HR进行“招转培”需要了解这些,并利用话术诱导应届或行业新人交钱培训
-* 前两者最终目的都是为了提升自己的业绩,最后一点则是他自身的定位不清罢了
-
-参考文献:
-
-* [知乎专栏-HR如何做岗位职责分析?](https://zhuanlan.zhihu.com/p/79500305)
-* [百家号-三张表格带你看透人力资源的具体工作职责](https://baijiahao.baidu.com/s?id=1608155308813228375)
-
-## 友好和平放鸽子
-
-::: warning
-一般等通知如果一个星期(7天)没消息的话,等于没通过
-
-* 我们会考虑一下,我和XX部主管讨论一下,觉得合适再来跟你联系。
-* 好的,我这边需要申请hc(headcount 名额)以及完成入职审批
-
-这句话,既可以用于面试通过,也可以用于委婉的表达没通过面试,顺带着也放了应聘者鸽子。企业也需要时间从众多的应聘者中挑选最佳人才,毕竟岗位是有限的!
-
-一般来说,先有HC再找人来面试的。面试完了通知说hc取消,可以理解;但说是要去申请hc,就耐人寻味了。还有一种可能,对方在进行应届校招与社招名额选取的纳新考量。
-:::
-
-人事对具体工作是不清楚的,觉得这个人简历好,然后发给领导,再叫应聘者等通知。但可是领导觉得这个人没这方面的工作能力,而这个“等通知”是在浪费应聘者的时间。
-* 一看学历是否够高
- * 一个人的学历足够的高,学习、适应及接受、反应能力,肯定也不会差到哪里去
- * 是否满足公司平均学历水平等级
- * 以上两个方面考量这个应聘者是否值得培养
-* 二看工作年限是否较长
- * 根据工作年限考察应聘者是否能长久做下去、以及经验是否丰富
-* 三看专业概述是否够水平
- * 应聘者的质量与效率是否够高
-
-能做领导的,公司对他工作能力是认可的。过了简历筛选、人事面试关卡后,到了技术面时,领导问几个专业性的问题,就可以分析应聘者适不适合这份工作,且不仅仅会做事就行,还会考虑到招收该应聘者对公司部门有何利益,现在的现实社会谁会做亏本生意?
-
-除了培训机构应招低学历无经验的外,但培训机构是要掏钱学的,不是来打工赚钱的!因此,培训也喜欢假借实习为由,进行招转培。
-
-## 判定公司的再次确认
-
-### 还有什么问题吗?
-
-面试官若是提出这类问题,可以提出:
-
-* 公司与其他企业合作的业务关系是怎样的?
-* 技术方面是靠大规模的批量重复执行,还是实现技术方案?
-* 公司的转正考核机制是怎样的,升职加薪需要哪方面的资质?
-* 五险一金是按实际工资百分比缴纳还是地方最低工资缴纳?
-* 住房交通补贴、年度体检、年终奖有吗?发放机制又是怎样的,具体是多少?😀
-
-我之前在的鸿海,年终奖只要是正编就有的,五险一金是按实际工资百分比缴纳的。不同公司,政策也会有所差异。提出该问的目的是:
-
-1. 了解该企业偏向于那个行业方向,及是一家什么性质的公司
-2. 摸底公司大概的技术含量占比,以及晋升情况
-3. 对比其他企业的五险一金及福利待遇,是好是坏
-
-### 薪资的试探
-
-向该公司面试官提出岗位额定的最高(或近最高)工资,试探对方反应。如果对方存在有该岗位技术层面不是很高,开不了这么多工资的意向。则说明:
-
-* 可能该岗位可能非业务核心,也并不重视
-* 岗位若是与业务核心相关(外包服务)
- * 那么就是倾向于招牛马苦工,不尊重人才
-
-### 我们薪资不高,但能教你很多东西
-
-如果是业内巨头的HR这么说,且作为求职者的资历不深,需要公司背书,那么其实是可以考虑的。如果是一个小公司的HR这么说,那就是想用鸡汤白嫖你。而且还没说谎,因为他已经用实际行动告诉了你:社会上有坏人。当然,所有前提都是你有的选,如果你没得选,那就没辙了,纠结这句话也没啥意义了。
-
-> 摘自 [banfoxianren的回答](https://www.zhihu.com/question/397786863/answer/1278173994)
-
-补充一点:这个小公司也可以是中小型外包中介公司的HR
-
-### 链接参考
-
-* [知乎-应届生求职如何避免踩雷「血汗工厂」?](https://www.zhihu.com/question/397948099/answer/1256648657)
-* [各省求职者慎重公司参考名单(由996icu作者发起)](https://lanzous.com/ixGgRdgyija)
-* [996icu slack邀请链(在线黑名单公司文档编辑群)](https://join.slack.com/t/996icu/shared_invite/enQtNjI0MjEzMTUxNDI0LTA5NTc3MTk0MDRlMzIzNTI3ZDk1Y2IxNzQzZmM0NGQzNmI0NDA3MWE2ZWQyY2RlNjhkN2ViYjYyMDAzMGVmNjQ)
-
-## 在职找工作
-
-HR介意在职是因为离职一个月周期太长,不能马上入职它的公司工作。如果是外包,人员若是没项目,一两周左右即会完成离职。辞职找工作则会缺少收入来源,很容易陷入生活经济上所带来的被动。
-
-所以,最好在职招工作,去试水体验。当然,[有些公司也会不断邀人面试,来试水锻炼他们的行政部门的HR](https://www.zhihu.com/question/344410138/answer/817563815),切不可轻易辞职(连房租钱也没存)找工作。
-
-参考意见:
-
-* 有了一定维持两到三月的生活存款,还有了充分的技术保障再进行辞职跳槽
-* 离职并不一定非要到满一个月期限,而是主要取决公司项目的交接时间
- * 公司是不可能想让人闲着轻松舒服一直拿工资的,而是创造效益与价值
-* [在职找工作,领导未必不知道,某些招聘网站幕后也会曝光给公司领导](https://www.zhihu.com/question/29727414/answer/1077773302)
-
-
-**切记,一直要拿也要保管好自己的离职证明,因为这涉及到个人及多个公司的劳务纠纷隐患。**
-
-### 对方的催促
-
-有时,HR会以较急促方式来向应聘者“透露”出该职位目前稀缺且人数竞争较多,以此为了让应聘者尽快来面试,或是挽留作为手段。有种过了这村儿没这店儿的感觉,其实想要的也就是这效果。
-
-客观上,也确是如此,普遍存在岗位少竞争多的现象;但实际上,在社会市场中也还有大量不少的公司也存在这一职位的空缺,又不止他这一家,甚至比它开价更高。
-
-以我的事例来说吧:
-
-当时投的是同一腾讯产品文档外包岗位,文思海辉最高给8K,而软通则是1w起步;另一个事是关于驻场与编制的薪资比对,oppo外包方索信达给6k,叮咚编制8k以上,感觉到这外包还是给少了。
-
-有家初创外包公司的HR也找到我,聊天过程中还问我曾参加哪些公司的面试,也顺便向她说道:“平安那边面试,已经通过了,但因异地的关系,就没去了”。然后,电话那头的HR问平安给我的薪资,当时我也直说了Xk。随后,她急切乞怜般地说道:“平安给Xk,平安能给你的,我们也能给你”。不由得让我联想到我当时初入社会求职找工作的也是这般处境。
-
-后来,我看到该公司招聘信息的Xk是他们最低薪资额定...想挽留人才,居然不在这基础上再涨些薪水,我感觉她一点诚意也没有...纯粹在这Xk工资基础上,找个更能干活的而已,而不是能够创造价值的人才。
-
-通过这件事也额外悟道了:人在资源紧促的环境下(焦虑)很容易失去理性的客观,及进行常规的分析和判断能力,这也导致更容易被他人所控制。
-
-还有,[dong-zu-11-面试当场就决定让我明天入职,靠谱吗?](https://www.zhihu.com/question/295453435/answer/519358767)的相关回答也可参考下。
-
-### 找工作的黄金期
-
-[金三银四](https://baike.baidu.com/item/%E9%87%91%E4%B8%89%E9%93%B6%E5%9B%9B/7874711)、[金九银十](https://www.zhihu.com/question/20028277)是找工作的黄金期。
-
-1. 三、四月与九、十月共同特点是
- 1. 竞争对手少,性价比高的应届生还没毕业
- 1. 企业需要作上、下半年发展规划,这也带来了新职位
- 1. 再加上处于这时期跳槽的,职位就显得更多了
-1. 三、四月,过年额外押了一月的工资,以及年终奖也发放了
-
-这个黄金期其实相当于一片掘金地。并不代表你去了,就能从地面上随便捡到金子。而是代表你在这片地上用力挖掘,能挖掘到质量和数量远比其他地方好的金子。竞争依然激烈!
-
-::: tip
-相关阅读推荐:
-
-* [18个面试经典问题(面试必考,建议收藏)](http://www.360doc.com/content/19/0718/15/35515328_849569069.shtml)
-* [面试必知14个最难回答问题(面试常考,建议收藏!)](https://zhuanlan.zhihu.com/p/67676322)
-* [面试:HR问你之前的薪资?不要告诉他!](https://www.sohu.com/a/213482130_100001183)
-* [HR32问压缩包RAR下载](https://lanzous.com/ibub5wj)
-* [三茅网-HR如何深入了解公司业务](http://www.hrloo.com/qa/t/4986248)
-* [日记-四月份的面试阶段回顾](https://hoochanlon.github.io/note/2020/04-21/c099fc51.html)
-:::
-
-
-此文献给我最爱的靖唯妹妹,在我承受这些教训的同时,我不想再让至亲至爱再次经历过往的覆辙。
-
diff --git "a/_posts/2020/2020-08-16-\351\235\242\350\257\225\347\232\204\351\274\223\346\260\224.md" "b/_posts/2020/2020-08-16-\351\235\242\350\257\225\347\232\204\351\274\223\346\260\224.md"
deleted file mode 100644
index b5222c1fba..0000000000
--- "a/_posts/2020/2020-08-16-\351\235\242\350\257\225\347\232\204\351\274\223\346\260\224.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: 面试的鼓气
-author: hoochanlon
-categories: [2020.]
-tags: [事件还原、复盘分析、反省]
-date: 2020-08-16 16:41:55
----
-
-**⚠ 当心!:[百度搜索-招转培](https://www.baidu.com/s?ie=UTF-8&wd=%E6%8B%9B%E8%BD%AC%E5%9F%B9)、[知乎-管培生真的是个很坑的职位吗?](https://www.zhihu.com/question/300310754)**
-
-说实话之前找工作,就从来就没想过这码事。其实外包并没有招聘条件上写的那么玄乎,而是真的懂一些入门级的操作就好了。配上有相关工作经验的简历,很容易找到。这也就是为什么我们会看到有的人培训后,再通过伪造简历,找到了工作岗位。
-
-原因就是:外包方很想快速从甲方手中套取投标订单,投标少说也能赚取几十万了。看上去外包的各种各样的岗位要求,但实际上并不需要掌握多少,核心的业务逻辑都在甲方那。他们很存在很多基层岗位要求是复制粘贴的;甲方又想让乙方的人(我们)长期留下来,但我们的工作由于是经常面对客户,也时长容易受到委屈,甚至一气之下就走了,所以有时外包会给出一个比新入行番一倍而这看上去又很高的工资。
-
-当时顺丰面试官尝试劝我要不要考虑一下,而我直接果断放弃了...经过这次的回溯,我才明白其实面试也是一门技术和学问。自信不自傲,自信要相信自己即使当前达不到,但以后是完完全全可以胜任的,做什么工作都可以;但自傲是这也看不上那也看不上。
-
-关于压低工资,与被用人主管以学识丰富及不安定的理由拒绝。听到昨晚朋友对此的指点迷津,让我豁然开朗。菜市场的砍价的类比,价格越砍越低的同时,也会让人想到这菜甚至有问题。与其委屈求全,还不如表明态度,一分货一分价。
-
-* [shouhu-面试:HR问你之前的薪资?不要告诉他!](https://www.sohu.com/a/213482130_100001183)
-* [18个面试经典问题(面试必考,建议收藏)](http://www.360doc.com/content/19/0718/15/35515328_849569069.shtml)
-
-有些岗位要求低,用人单位也确实想要这技能较低且安稳类型的人,基于这种考量,有时也会拒绝我们上进心强的人。有时由于经济所限,我们急需要一笔收入来源,这是我们承认且表明需要钱,但这对于他们也是良机,但为此能做的更好。即使遇到岗位对自己要求较高的,不论技能是否满足他们要求,但我表达到位了,未来坚信能做这码事;即使不要,那也是面试官的事,也不会因此而灰心,而是根据实际情况调整战术,进行相应的学习,以及继续寻找对应的岗位。
-
-**对未来怀有期望,并做好面临最坏的结果的准备。** 长时间没找到工作,都会对未来感到茫然,我们似乎只在意做得到工作的准备,而不去做(甚至是无视)失去这份工作机会的下一步应对策略和打算,也就是准备。准备面对面试提问自己所未知的事情:即使目前不了解该项产品,但我们可以通过好友同事一些相关建议、以及论坛博客文献的基础上,进行互帮互助的辅导防控风险下的安全操作,并对操作进行相应的研究。
-
-大的规划职业方向其实就是战略,如何实现招聘岗位要求的条件(如:技能、证书),实现这个目标该分几步走即为战术。连自己都不相信自己,怎么让别人相信你?请拿出你的自信!贯彻起来!贯彻到底!加油!行的!为自己鼓掌!
diff --git "a/_posts/2020/2020-10-02-\346\265\201\346\260\264\347\272\277\345\267\245\345\216\202\351\231\267\351\230\261.md" "b/_posts/2020/2020-10-02-\346\265\201\346\260\264\347\272\277\345\267\245\345\216\202\351\231\267\351\230\261.md"
deleted file mode 100644
index b0bb24c94d..0000000000
--- "a/_posts/2020/2020-10-02-\346\265\201\346\260\264\347\272\277\345\267\245\345\216\202\351\231\267\351\230\261.md"
+++ /dev/null
@@ -1,76 +0,0 @@
----
-title: 流水线工厂陷阱
-categories: [2020.]
-tags: [事件还原、复盘分析、反省]
-math: true
-mermaid: true
-date: 2020-10-02 17:05:15
----
-序:
-
-工厂自来各个专业领域的中专生有很多,不过听说大专的流水工在华为是很多的,从招聘上看确实如此,底薪高于富士康两倍多,学历要求大专,美其名曰促进了社会基层制造业工职学历提升。原因推测:
-
-* 面子工程,企业形象问题
-* 拉开企业之间的档次(如:[高新技术企业认定](http://www.cyshu.cn/s/news/149.html),企业有国家补贴)
-* 高工资的橄榄枝,同时素质较高的也便于管理
- * 吸引积蓄不够且求职碰壁的大专生
- * 拉拢自考大专的中专优秀上进人才
- * 让人们潜意识觉得就是做这个的料
-
-不过华为太过拉低与贬损我们大专了,我们可以且有能力去做体面的事情!最多待一年进行积蓄,了解身边的人和事,并总结所见的现象。在家两、三月磨炼自己专业,投简历找专业相辅的工作,大专投中专、本科投大专进行一定程度的降维打击,尽量展现自己的优势,用积蓄租房及进行一个月左右的时间找工作。
-
-
-
-不过,现在很多人做起了外卖、快递,大概也含包括这原因,可这本质上又陷入了同种陷阱。下面我回忆曾在流水线一线工作的室友,加上自己也曾舍去CQE职位,深入一线体会工友们白夜加班的工作生活,以此总结分析下多数工友未能走出流水线普工身份的原因。
-
-### 普工加班陷阱
-
-早8点工作到近12点左右,午间1.30再上班,排队吃饭的人很多,12.25分左右吃完饭回到工位也近40左右,实际休息时间也就半小时至四十近五十分不等左右。五点半开始,每条生产线10分钟左右按批次轮流去吃晚餐,晚七点半左右拥挤的人流进行排队打卡下班。
-
-下班通勤时间晚8点下班搭上班车,到宿舍也8点半左右了,忙碌的一天,休息半小时,再刷着40来分钟的抖音或两三局王者,洗衣搓澡也大概40来分钟左右,再循环一遍抖音、王者,就睡觉了。因为我们知道最晚也要搭上7点10分的班车去打卡上班。在园区买早餐吃,7.40-50间左右打卡,开始了8点的流水作业。
-
-绝大部分时间都被机械重复的流水线工作占据,长达几小时重复,人的精神都会变得麻木疲惫。吃完饭或是下班回宿舍也是第一时间想着休息,休息完看短视频、打王者放松。毕竟实在是很累也太疲惫了。
-
-我们也没有相关专业性质的培训与质量考试,这些都是线长、组长之类的管理职才能接触并涉及到的内容。而我们几乎接触不到更深层次的内容,我也是在下班前做报表偶然在组长办公室座位发现的。后来自己找工作时也发现想要跳槽更好的职位,也确实需要这些知识储备才有资格求职应聘。
-
-节假日休息的一天,无非就是睡个懒觉,到中午打局王者,下午上网或外出溜达。一到晚上简单聊会天,打局王者后洗衣搓澡,躺着或坐在床上刷着短视频,到点睡觉罢了。
-
-想要8小时5天工作制?可以,我们大家做的事情都是一样的,尼每天也就少了1.5-2小时左右,双休可没双倍工资哦。到最后你就只能拿到2200社会最低薪资了,真的要这样做吗?这就是不少人选择了加班的原因,以自己剩余时间换报酬。
-
-### 消费观念陷阱
-
-身为普工又想受人尊重,体面上也要过得去,发了工资买起了阿迪、耐克,分期购高价款iPhone。毕竟不用考虑外出租房,厂分配的宿舍租金加水电不超过二百元,相当于白送,情侣也多为合租;吃饭方面,富士康也会预发400整充值到工卡里给员工用于吃饭,综上所述到手4、5k的工资,可支配资金是较充足的。
-
-为了买所谓的高端名牌大气上档次的物品,来衬托自己,可能以这样的方式更能靠近有钱人的生活吧。想要让人心理认为“买这么贵的衣服,这人应该从事体面职位、薪资很高,是个有身份的人”,以获得脑补受人认可、称赞效果的满足感。
-
-娱乐方面,原本打局王者本为放松,由于游戏的竞争机制,所见所得即时反馈来的快感/损失厌恶,想要获得所需要快感:1、定制私有化,2、攀比炫耀展现自己优势,3、打赢别人回报损失厌恶的满足,这三点的体现如:充钱买皮肤、军备升级等等,“好牛逼!大佬,带带我”;人人都玩,于是它成为人们必要娱乐消遣方式,为了融入群体又或是从众效应影响,新人也开始入坑,由最初的娱乐转向电竞白热化心态,继续循环这一过程。烟酒也是同理,由最初用来缓解焦虑痛苦,渐渐人们反而被它所操纵。
-
-### 结语
-
-说起普工加班陷阱与消费观念陷阱,联想到富士康连环跳楼事件,以及自己与工友们过度消费买买买,这也让我有必要看看《自杀论》、《上瘾》、《贫穷的本质》三本书进行求解。
-
-普工工友们的剩余时间也被用来重复劳作,最后休息时间几乎所剩无几,生活就这样如此循环着,工友们跌入甚至连自己都不知道的加班陷阱中。没有了充裕时间进行自我思考,自然也不会进行反思去总结身边现象的更深层次的成因,也就是现象原因中的原因,不会想着从而以此进行谋划一份未来能够拥有更好的工作,一步步去实现它。
-
-每周不多的充足剩余时间也被投入到游戏、刷短视频中,为了更好的体面,分期消费升级换代了自己电子产品、服饰也配上国际大牌范,工友潜意识认为以这样的方式能迅速置身于有钱人的生活中吧。因为眼前所见这些有钱人、综艺明星也是用的这些,身边得到的信息也是用iPhone、穿XX,就是有钱人这类二元论。
-
-可工友这些行为实际上就是让自己为这产品分期的钱所打工,自己的思想觉悟并没有得到本质上的提高。其实我们仔细想想,购买这类批量制造价格不等的同质产品只是消费理念的不同,是否信仰其品牌营造的理念价格。真正想要获取的可能真的仅是能衬托出是有钱人的物质而已。
-
-每个人的经历各不相同,因学历低找不到对口专业或理想的工作,受限于眼前,仅认为自己只能做流水线普工了,基于这一共同点让我们走在了一起。在工厂制度与偏差的消费观双向影响下,不少工友陷入了上述的两个陷阱,这必然也会大幅削减自己购买书籍、文档资料进行自我提升的必要投入,无形之中将自己与普工身份绑定得更深,这就是大概多数普工未能走出的更深层次的原因吧。
-
-参阅资料
-
-* [观视频-有进无出,700万外卖骑手的内卷人生](https://www.bilibili.com/video/BV1bt4y1q7Hm)
-* [知乎3万赞!那些正在毁掉年轻人的“贫困陷阱”!【歌白】](https://www.bilibili.com/video/BV15y4y1y7XA/)
-* [端点星-梦雨:无悔选择 —— 从中大硕士到流水线女工](https://terminus2049.github.io/archive/2018/07/07/Shen-Mengyu.html)
-
-
-
-忽然想到我最近看完的《美丽新世界》,在这本小说中领导者有意强制通过胚胎,进行划分不同种族人群阶级,甚至连思维都如同程序般被写死的,不具有可塑性,下等种族也能无脑沉浸于欢乐;而我们不是,我们能够感知痛苦想要改变,因此我们的人性具有可塑性。
-
-
-
-
-
-
-
-
diff --git "a/_posts/2020/2020-10-12-\345\215\212\345\244\234\347\232\204\344\270\200\345\217\252\350\232\212\345\255\220\345\270\246\346\235\245\347\232\204\345\220\257\345\217\221.md" "b/_posts/2020/2020-10-12-\345\215\212\345\244\234\347\232\204\344\270\200\345\217\252\350\232\212\345\255\220\345\270\246\346\235\245\347\232\204\345\220\257\345\217\221.md"
deleted file mode 100644
index 1505ee1aff..0000000000
--- "a/_posts/2020/2020-10-12-\345\215\212\345\244\234\347\232\204\344\270\200\345\217\252\350\232\212\345\255\220\345\270\246\346\235\245\347\232\204\345\220\257\345\217\221.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: 半夜的一只蚊子带来的启发
-author: hoochanlon
-categories: [2020.]
-tags: [生活杂事录]
-math: true
-mermaid: true
-date: 2020-10-12 03:23:40
----
-
-### story
-
-长期以来,我一直是用点蚊香、喷花露水的方式驱蚊。可是我的居住环境较为潮湿、通风性也不是很理想,所以蚊香也时常过一段时间就熄了,花露水反倒是刺鼻的酸臭残留在房间...
-
-小时市面所见的都是吊挂式蚊帐,也老是被我翻来覆去睡得蚊帐掉了。受此影响,我从一开始也不期望蚊帐,在记忆中可以说是没有这项选择了。跟家里人反馈后,他们还是建议我购买蚊帐,我立马将该建议随着抛之脑后,认为这并不能满足我需求,甚至对我不重要;下班或是闲暇在家我也不会想着这码事,来了蚊子点蚊香,睡过一晚就好了,白天又没蚊子骚扰。所以,一直每天持续点蚊香睡觉过夜的状态。
-
-这次半夜被蚊子咬醒后,我觉察到我的睡眠质量取决于蚊香熄灭的时长,尤其处在这潮湿且通风差的环境中。虽我打算换租的想法,可换租也需要不少时间精力,就算暂且忍一时,这也并不是可靠的权宜之计。
-
-于是我又想起了蚊帐,在网上搜寻看下有没有符合我需求非吊顶的蚊帐。结果还真有,当时满怀着欣喜,现在写下日记又是无语...
-
-以下是我的各种思绪及想法
-
-### light
-
-我们对[商品]的见解受限于平日在固有市场眼前所见,它们对于我们来说也很熟悉,我们平日不大在意它的存在,仅重视[产品]功能上的使用价值;但商家为了[符合]各个人群的需求,就要参考不同人群的环境,设计[满足]此类需求的产品,实现公司营收。因此网店平台上早已有各式各样设计的此类别的商品了,但我们对它只停留在过去的映像及看法,这也是让我们惊讶,感受出产品发展迅速,自己也没跟上发展的原因。
-
-* [商品]:实现功能的同时,设计出符合用户环境、心理等需求,并实现盈利的产品
-* [产品]:用户对商品重视程度仅限于功能上的使用价值,不在乎体验,甚至不注重价格
-* [符合]:在我看来“符合”一词背后更关注于盈利而设计的产品
-* [满足]:“满足”指设计中的用户实际体验效果
-
-再回顾时想到:
-
-其实我们考虑问题也是仅满足于解决用户当前提出的问题而提出的建议,甚至连我们自己的建议都是想当然没有考据供别人的参考采纳的,也很少去深入了解”为什么会用户会这么想?“,更不会进行引导式提问挖掘出用户表面问题背后用户所潜藏的核心或是更深层次的需求。
-
-其实用户有时是知道自己比当前需求更想要某一种需求的,但一直因环境、时间、个人当前记忆、事项等因素无法及时表达出来的,这时就需要我们来将它体现出来。
diff --git "a/_posts/2020/2020-11-08-Linux\344\270\216Samba\344\271\213\351\227\264\347\232\204\346\235\203\351\231\220-Part1.md" "b/_posts/2020/2020-11-08-Linux\344\270\216Samba\344\271\213\351\227\264\347\232\204\346\235\203\351\231\220-Part1.md"
deleted file mode 100644
index 5c6f6a8f5e..0000000000
--- "a/_posts/2020/2020-11-08-Linux\344\270\216Samba\344\271\213\351\227\264\347\232\204\346\235\203\351\231\220-Part1.md"
+++ /dev/null
@@ -1,128 +0,0 @@
----
-title: Linux与Samba之间的权限 Part1
-author: hoochanlon
-categories: [2020.]
-tags: [chip]
-date: 2020-11-08 18:40:12
----
-
-Samba安装配置过程脚本之家的这篇文章写的很详细: [jb51net-Centos 7 Samba服务安装方法详解](https://www.jb51.net/article/162573.htm),此外我们还需要注意权限分配的问题:
-
-* smb、nmb服务开启(nmb服务是负责解析用的,类似与DNS实现的功能)
-* selinux 与 firewalld 禁用
-* 建议注释掉homes再配置共享(homes生成的目录,反倒成了干扰)
-* smb 读写执行依赖于Linux系统用户权限
-
-
-
-[第十六章、檔案伺服器之二: SAMBA 伺服器](http://linux.vbird.org/linux_server/0370samba.php)
-
-read:r,write:w,execute:x;rwx整合在一起就是可读可写可执行。
-
-> 图片整合自 [csdn-qq_42325315-linux权限说明](https://blog.csdn.net/qq_42325315/article/details/80474607)
-
-![20180604003458118.png](https://i.loli.net/2020/11/04/5Q9GfDTuqU2aIzH.png)
-
-samba权限是在Linux分配权限基础之上再进行调配的,例如Linux的普通用户权限不够,在smb设置成777之类权限也无济于事,依旧访问不了smb设定的共享目录;在samba创建了root用户,但在samba中未对root进行配置指定的目录访问权限,就算用root登录也是不能访问该目录的。
-
-关于上述可以用`su 普通用户名`切换登录,然后到目录中进行rwx实验,,这也是建议初次搭建samba建议最好也创建一个root级的smb用户的原因,方便研究与故障排查。
-
-```shell
-# Linux分配目录权限
-
-## 创建组并将新创建的用户添加到组内,参数前面第一个guest为组名
-groupadd guest && useradd -g guest guest && passwd
-## 赋给用户guest读写执行权限到 /home/guest/data 目录
-setfacl -m u:guest:rwx -R /home/guest/data/
-## 赋给guest组读写执行权限到 /home/guest/data 目录
-setfacl -m g:guest:rwx -R /home/guest/data
-
-# 参考 https://www.cnblogs.com/Jimmy1988/p/7260215.html
-```
-
-扩展阅读了[Linux文件权限与属性详解 之 SUID、SGID & SBIT](https://www.cnblogs.com/Jimmy1988/p/7260215.html),部分文件除rwx额外带“s”与“t”,s即为设置uid、gid,t即为粘滞位,粘滞位作用是以防止普通用户删除或移动其他用户的文件。
-
-## 对用户及组“所属者“与”权限“踩坑过程
-
-我们先创建一个用户public,加入guest组`useradd -g guest public && passwd` 。再将guest用户设置成同名组的管理员` gpasswd -A guest(用户) guest`试下粘滞位。
-
-别忘了创建系统用户的同时,相对的给smb也创建一个,但进入"来宾共享资源目录"出现了意外。😁
-
-![1-37-51.png](https://i.loli.net/2020/11/08/NVXeuUYiwoagC7O.png)
-
-```shell
-setfacl -m g:guest:rwx -R /home/guest/来宾共享目录
-systemctl restart smb
-```
-
-配置了如上指令还是访问无效,接着将来宾目录的rwx赋给test组,将用户peter加入到该组中,smb的valid users也改成@test,进行测试,还是不成。于是`su peter`访问目录发现Linux权限是拒绝的...把peter提升至组管理员也以失败告终。
-
-再阅读配置文件,首先valid user是生效的,因为生效后才能见着共享目录,访问受限是因为Linux的普通用户根本无法访问其他用户的家目录文件。于是又尝试了以下方法:
-
-* chgrp -R 组名 文件/目录名 表示递归修改文件/目录的所属组!
-* create directory mask升级到777
-
-以上都无效,终于
-
-```
-chown -R peter:test guest # 所有文件与子目录的拥有者皆设为peter,使用群组test
-```
-
-成功了进入共享目录,peter是可以rwx的,我们再将此前创建的用户加入到test组测试,结果访问无效!😱怎样才能让smb配置@test生效呢?
-
-### 跳坑转机
-
-我的当前情况是用户public有两个组,test、guest;于是我`usermod -g test public` 改成一个test组,去掉guest看看行不行?居然还是不行!!!
-
-最后参考 [【Linux】Linux下文件的权限管理和所属用户所属组](https://www.cnblogs.com/html55/p/13516659.html)所说的:
-
-> **权限要从最外层的文件夹开始进入**,**父级文件夹只要有x权限,那么子级文件夹就不受父级文件夹的影响了。父级文件夹没有x权限,其下的文件和文件夹在操作时会受到影响。**
->
-> **有点类似大院子嵌套小院子,大院子没有x权限(没有钥匙),就进入不了大院子,那你们的小院子,你有钥匙也没有用。**
-
-马上用`ls -ll /home`查看了下权限,于是发现了其中的端倪,于是将所属组权限改成 4+2+1,这次总算是明白了问题所在,总算搞定了。
-
-> 参考[Linux 之 用户、用户组以及权限](https://www.cnblogs.com/xs104/p/4510114.html)
->
-> * 图中的d代表目录;另外,l代表link、b储存设备、c键盘、鼠标等。
-
-![5-11.png](https://i.loli.net/2020/11/08/ROABXQvo4xGmkHD.png)
-
-**将文件目录分配给某个指定组,不代表指定组就有读写执行权限,这才是关键!Windows的思维有些严重了,走了很大的弯路。**但如果 `chmod 770 -R -v /home`又出现了同类型状况。
-
-![4-01.png](https://i.loli.net/2020/11/08/4eFEQZ6qOu3GWiU.png)
-
-因为不知道home原先权限,大脑也被折腾胀了,无奈将Linux还原😔,Linux初始home权限是755
-
-![4-5.png](https://i.loli.net/2020/11/08/xuqmMH7bf9oFwiI.png)
-
-由于我们把Linux还原需要重新配置samba,这里做个小总结:
-
-* 创建Linux用户与samba用户,并将用户分配到特定组
-* 将目录权限分配到特定组,设置群管理
-* 创建共享目录并在smb.conf配置
-* 管理->服务->workstation重启可以清除smb账号信息,完成重新登录
-
-## Linux粘滞位
-
-回顾上节,我们扩展阅读了[Linux文件权限与属性详解 之 SUID、SGID & SBIT](https://www.cnblogs.com/Jimmy1988/p/7260215.html),部分文件除rwx额外带“s”与“t”,s即为设置uid、gid,t即为粘滞位,粘滞位作用是以防止普通用户删除或移动其他用户的文件。处于业务需要,用户也需要向目录写入文件、删除自己的文件,但不能胡乱删除同事的文件,基于这个要求设置
-
-`chmod -R o+t /home/guest/ # 添加目录粘滞位`但这么一来,文件所属人又删除不了其他用户的文件了。
-
-![8-47.png](https://i.loli.net/2020/11/08/uCNIeLxpV96Kocd.png)
-
-此时smb.conf设置目录的admin user键即可解决这类问题。
-
-![44-02.png](https://i.loli.net/2020/11/08/5aRG6kiCw4Pojef.png)
-
-
-## 参考文献
-
-* [Samba共享权限分配](https://www.cnblogs.com/liuquan/p/5644760.html)
-* [菜鸟教程-Linux 命令大全](https://www.runoob.com/linux/linux-command-manual.html)
-* [Linux文件权限与属性详解 之 SUID、SGID & SBIT](https://www.cnblogs.com/Jimmy1988/p/7260215.html)
-* [Linux中的组管理员-gpasswd](https://blog.csdn.net/u010599211/article/details/84969308)
-* [【Linux】文件的权限管理及特殊属性-粘滞位(sticky bit)概述](https://blog.csdn.net/her__0_0/article/details/53930785)
-* [Linux 之 用户、用户组以及权限](https://www.cnblogs.com/xs104/p/4510114.html)
-* [第十六章、檔案伺服器之二: SAMBA 伺服器](http://linux.vbird.org/linux_server/0370samba.php)
-* [jb51net-Centos 7 Samba服务安装方法详解](https://www.jb51.net/article/162573.htm)
\ No newline at end of file
diff --git "a/_posts/2020/2020-11-13-Linux\345\212\240\345\205\245AD\345\237\237\350\277\233\350\241\214Samba\345\205\261\344\272\253\344\270\216\350\264\246\346\210\267\347\231\273\345\275\225.md" "b/_posts/2020/2020-11-13-Linux\345\212\240\345\205\245AD\345\237\237\350\277\233\350\241\214Samba\345\205\261\344\272\253\344\270\216\350\264\246\346\210\267\347\231\273\345\275\225.md"
deleted file mode 100644
index 2feb9a316f..0000000000
--- "a/_posts/2020/2020-11-13-Linux\345\212\240\345\205\245AD\345\237\237\350\277\233\350\241\214Samba\345\205\261\344\272\253\344\270\216\350\264\246\346\210\267\347\231\273\345\275\225.md"
+++ /dev/null
@@ -1,292 +0,0 @@
----
-title: Linux加入AD域进行Samba共享与账户登录
-author: hoochanlon
-categories: [2020.]
-tags: [chip]
-date: 2020-11-13 17:46:29
----
-
-## 前言
-
-不如NAS,让自己变得舒服,用这个方式友好使用共享。
-
-Linux跟Samba加AD域是两回事,往深的方面说就是sssd与winbind的ldap访问方式,不少文章以Samba容器来代指Linux,samba及winbind组件底层原理长篇叙述一大论,往往容易让初次搭建项目的新手被搞得很迷糊,这些章节内容也是足够的深,掌握起来也需要耗费大量时间。投入了大量时间进去。
-
-于是投入大量时间好不容易了解了,再学习其章节的另一板块内容,结果发现又如同深渊一般,再投入时间专注费劲功夫搞定了,结果呢?学东忘西的...迷失了,甚至都不知道自己学的是什么东西了,也不知道自己究竟要做什么,如何去做?而且各类知识名词由于特性或历史缘故具有相同属性或不同点,搭建项目的前提是自己又要明确地区分这些内容,所以一旦集成就又会搞混淆把自己弄得头晕脑胀。
-
-文章有我大量的主动式学习向思考及主观看法,不能保证绝对权威的正确性,因此抛砖引玉供同学参考,希望该篇文章也能帮助大家。
-
-## 安装Windows DC与Linux Samba
-
-### Domain Controller
-
-运行 `dcpromo`执行下一步,在新林新建域填写域名,并将DNS设置为域控计算机全名,整个安装过程完成。安装完成打开系统属性可以看到对计算机名、域的详细描述。
-
-具体每一步图文可参考文章此类步骤执行:[51cto-windows server 2008 R2 enterprise AD域控服务器安装](https://blog.51cto.com/12476193/2123191),本章节只做流程概述。
-
-![image-20201111174222325.png](https://i.loli.net/2020/11/11/kLHV9SramZIGczX.png)
-
-## 安装Samba
-
-***做加域集成前,建议先阅读此前写的 《Samba共享及Linux权限的应用》,看看[[sjhf-实例分析—samba的域功能](http://m.blog.chinaunix.net/uid-11636352-id-1757728.html),我认为这篇文章写得***
-
-接下来到了Linux安装Samba,支撑Samba加入AD域一系列体系的有:
-* 域账户与UID映射的Samba-winbind组件
-* 主机非安全通信的验证Kerberos
-* 用于与域主机时间同步的ntpdate
-
-这三者都是协作Linux加入AD域完成Samba共享的整个生态周期。了解到这里我们yum开始安装
-
-> 指令参考自 [linuxcn-如何让 Linux 机器加入 Windows 的 AD 域](https://linux.cn/article-7695-1.html)
-
-```shell
-# samba、winbind、Kerberos 安装
-yum -y install samba samba-client samba-common samba-winbind samba-winbind-clients krb5-workstation ntpdate
-```
-### 需要关闭及开启的服务
-
-需要关闭的服务有:selinux、firewall;这带来个问题就是为什么要关闭selinux、firewall?
-
-简而言之selinux核心是防止root滥用权限,用户要是sudo各种不明软件、病毒能这样吗?这就是运维与日常用户的区别。
-
-firewall方面,多数是因为不清楚各个软件通信该放行什么端口,索性关上防火墙,简单省事;或是企业系统已有外部防火墙或第三方防火墙,所以关掉系统自带防火墙。
-
-> 参考 [Linux 下为何要关闭 SELinux? - Hongbo He的回答 - 知乎](https://www.zhihu.com/question/20559538/answer/761147959)
-
-***建议:看上去,这些内容很耗时间,但实际上是值得投入与学习的。***
-
-接着,开启samba及winbind组件服务:
-
-* SMB是Samba 的核心启动服务,主要负责建立 Linux Samba服务器与Samba客户机之间的对话
-* NMB可以把Linux系统共享的工作组名称与其IP对应起来,若是关闭就只能通过IP来访问共享文件
-
-> 参考 [Samba启动服务中的nmb是什么](https://blog.csdn.net/qq_30782455/article/details/96345259)
-
-```shell
-chkconfig smb on && systemtcl start smb
-chkconfig nmb on && systemctl start nmb
-chkconfig winbind on && systemctl start winbind
-```
-
-samba配置文件配置内容解读可以看 [将samba加入到windows域《转载》](https://www.cnblogs.com/rusking/p/3993148.html)
-
-## 加域与验证的准备工作
-
-DNS方面需要配置DC主机IP才能加域,在网络通信中hosts优先级是比DNS高的,先访问hosts是否有对应域名映射,再查找DNS解析。
-
-配置hosts与DNS
-
-```shell
-vi /etc/hosts # 配置host
-# 格式:主机ip地址 主机名(计算机名.域名) 计算机名
-# 比方说我写入的hosts
-127.0.0.1 linux.win7.local linux
-
-vi /etc/resolv.conf # 配置DNS
-nameserver 172.17.198.34 # DC主机IP
-```
-接着配置时间同步 `ntpdate dc-01.win7.local`,加域与验证都是与需要时间一致的。
-
-
-## 搭建Kerberos
-前面介绍Kerberos是主机之间非安全通信的验证服务,既然如此就需要服务端与客户端来保持双方的验证。首先DC(Windows Server)搭建Kerberos;在[官网下载](http://web.mit.edu/kerberos/)选择for Windows的msi安装程序傻瓜化安装;初次安装摸索Kerberos配置可参考文章 [Windows Kerberos客户端配置并访问CDH](https://blog.csdn.net/weixin_42438176/article/details/87127632)
-
-安装完Kerberos打开软件,其配置内容自动生成的。配置文件是`C:/programData/mit/kerberos5/krb5.ini`。根本就不需要操心,有些文章教程在Windows上安装Kerberos配这配那的,反倒是画蛇添足。
-
-关注的重点是Kerberos的kdc、admin server、default realm具体是谁。
-
-* kdc:即密钥分发中心,维护域中所有安全主体账户信息数据库。
-* admin server:这里为域控DC服务器;default realm:域名
-
-![image-20201112105519473.png](https://i.loli.net/2020/11/12/63ilhg5rQaZdpzL.png)
-
-Kerberos 指令`klist`在Windows中信息中文提示友好
-
-![image-20201110180534597.png](https://i.loli.net/2020/11/13/cC8wgvbX1INQYV2.png)
-
-**让我们再回到Linux**,清除旧票据生成一个新的票据,并查看
-
-```shell
-kdestroy && kinit administrator@WIN7.LOCAL && klist #注意域名大写
-klist: No credentials cache found (ticket cache FILE:/tmp/krb5cc_0)
-Ticket cache: KEYRING:persistent:0:0
-Default principal: administrator@WIN7.LOCAL
-
-Valid starting Expires Service principal
-11/11/2020 22:19:34 11/12/2020 08:19:34 krbtgt/WIN7.LOCAL@WIN7.LOCAL
- renew until 11/18/2020 22:19:31
-```
-已指令的方式配置samba与Kerberos,并加入AD域,关于命令的说明可参考:[csdn-参考authconfig 用法](https://blog.csdn.net/safenli/article/details/70598885)
-
-```shell
-authconfig
-# 命令参考自:https://linux.cn/article-7695-1.html
---smbsecurity ads
---smbworkgroup=WIN7
---smbrealm WIN7.LOCAL
---smbservers=dc-01.win7.local
-
---enablewinbind
---enablewins # WINS实现的是IP地址和计算机名称的映射
---enablewinbindauth # winbind认证Windows AD-Linux用户映射
---enablewinbindoffline # 允许离线脱域情况登录
---winbindtemplateshell=/bin/bash # 给用户分配bash执行指令
---winbindjoin=administrator
---enablelocauthorize 本地用户使用本地授权
---enablemkhomedir=/home/%D/%U # 配置AD域用户的家目录,%D域名 %U用户名
---enablewinbindusedefaultdomain
-
---enablekrb5 --krb5realm=WIN7.LOCAL --krb5kdc=dc-01.win7.local
---krb5adminserver=dc-01.win7.local --enablekrb5kdcdns --enablekrb5realmdns
---update 更新配置
-```
-`authconfig-tui` 所对应的shell配置,这个图形界面集成了pam
-
-![12-01-41.png](https://i.loli.net/2020/11/13/fNtgdezVoZXO1cF.png)
-
-![12-01-59.png](https://i.loli.net/2020/11/13/VjSc2zE3JgHZLFl.png)
-
-![12-02-19.png](https://i.loli.net/2020/11/13/pJ4elQjmILCtGgv.png)
-
-
-## 完成加域并使用AD账户登录Linux
-
-`vi /etc/nsswitch.conf`添加winbind认证
-
-```shell
-passwd: files sss winbind
-shadow: files sss winbind
-group: files sss winbind
-```
-在配置winbind的过程中也查阅了关于sss的资料文档,sssd也是用于集成验证的,粗略来说它是作为一个本地验证的缓冲池降低认证服务器负载的。
-
-* [Sina-sssd 系统安全服务守护进程](http://blog.sina.com.cn/s/blog_588c88cb0100ywoh.html)
-* [RedHat-SSSD vs Winbind](https://www.redhat.com/zh/blog/sssd-vs-winbind)
-* [csdn-红帽企业级Linux 7和 Windows集成指南](https://blog.csdn.net/qtm_gitee/article/details/102879486)
-
-`net ads join -U administrator@WIN7.LOCAL`输入密码并加域
-
-```shell
-realm join dc-01.win7.local # 确认是否加域成功
-net ads testjoin -U administrator@WIN7.LOCAL # 如上二选一
-wbinfo -g & wbinfo -u #查看域中的组与用户
-```
-
-### 域账户登录Linux
-
-直接使用AD域账户登录Linux提示Disconnected from remote host(Samba) ,解决办法参考 [chinaunix-winbind实现用windows账户登录linux机器](http://blog.chinaunix.net/uid-73604-id-2058303.html) 所说`vi /etc/pam.d/sshd` 写入以下三行。
-
-```shell
-auth sufficient pam_winbind.so
-account sufficient pam_winbind.so
-session required pam_mkhomedir.so
-```
-
-在这个环节中也涉及到linux可插拔认证模块(PAM)知识,关于PAM可参考:
-
-* [csdn-Linux可插拔认证模块的基本概念与架构](https://blog.csdn.net/cpongo4/article/details/89166312)
-* [ariclee-常用的Linux可插拔认证模块(PAM)应用举例(一)](https://www.cnblogs.com/ariclee/p/4723835.html)
-
-个人浅见从设计者角度想相当于我们做的是接入式主机账户认证,必然需要随时取消这样的账户登录服务。现在我们开始以域账户SSH登录测试 `ssh od001@172.17.198.35`
-
-登录测试成功,配置AD用户映射生成对应家目录也完成了创建,如图。
-
-![Snipaste_2020-11-11_14-19-49.png](https://i.loli.net/2020/11/12/hFYOCM4xdn975sK.png)
-
-### AD用户访问samba
-
-专为AD共享测试创建了777的adsharp目录`chmod -R 777 /adsharp`,valid users也写成了AD域的hrs组,hr001登录到smb共享测试成功。
-
-## 项目搭建所出现的各种问题疑惑
-
-从samba到ad加域实际上一个复杂的过程,对概念理解空白初次入手照葫芦画瓢,忙着忙着一旦遇到报错也显得很是生疏,解决问题毫无头绪,大量时间也在不断查找资料,查找的过程中这边还没解决,又是一个接一个的新问题。于是为了解决问题而解决问题都不知道自己在忙些什么了。
-
-### failed: Cannot find KDC for requested realm
-
-初次遇到这个问题时,我在想是不是DNS不对,左核对右核对smb.conf、krb5.conf跟DC域控主机名有关的配置,明明是对的怎么会报错呢?真是摸不着头脑???
-
-没有在用户名加上 “@域名”,如:`administrator@WIN7.LOCAL`
-
-```shell
-[root@linux ~]# net rpc join -U administrator
-Enter administrator's password:
-kerberos_kinit_password administrator@WIN7 failed: Cannot find KDC for requested realm
-Using short domain name -- WIN7
-Joined 'LINUX' to realm 'win7.local'
-```
-
-### DNS update failed: NT_STATUS_INVALID_PARAMETER
-
-如下报错参考[Samba Net Ads Join “DNS Update Failed” Error Fixed](http://www.kombitz.com/2012/03/05/samba-net-ads-join-dns-update-failed-error-fixed/) 错误原因为hosts仅写入了计算机名“linux”,而没有在后面跟上域名,也就是没将主机名补充完整 “linux7.win7.local”。
-
-```shell
-[root@linux ~]# net ads join -U administrator
-Enter administrator's password:
-Using short domain name -- WIN7
-Joined 'LINUX' to dns domain 'win7.local'
-No DNS domain configured for linux. Unable to perform DNS Update.
-DNS update failed: NT_STATUS_INVALID_PARAMETER
-```
-
-### AD域账户id可以显示,但cat /etc/passswd没有记录
-
-如题就证明AD域账户的数据库不是写在了 `/etc/passwd`中,使用`getent passwd 用户名` 可查到相应的域账户。翻阅资料根据[Samba结合AD实现域帐号认证的文件服务器](https://www.cnblogs.com/IvanChen/p/4739092.html)所述:`winbind trusted domains only = yes` 决定getent passwd是否能获得域帐号。
-
-根据[《Linux菜鸟入门2》Ldap](https://blog.51cto.com/12157236/1874077)所说的getent passwd 如果用户信息可以正常显示,证明ldap客户端认证成功,没想到这里又引出一个新的概念LDAP:
-
-* [wilburxu-LDAP概念和原理介绍](https://www.cnblogs.com/wilburxu/p/9174353.html)
-
-* [jpfss-Linux下LDAP统一认证解决方案](https://www.cnblogs.com/jpfss/p/11021948.html)
-
-原来域账户是存在winbind的数据库中,登录时根据此前pam.d配置的可插拔模块,完成家目录的创建。图中hr004未登录用户。
-
-![Snipaste_2020-11-13_09-52-23.png](https://i.loli.net/2020/11/13/Sc1Xu6A7PC2YH5U.png)
-
-
-
-### pam_krb5.so not found
-
-可以使用`whereis`来验证模块是否存在,从而验证完整性,再使用yum安装 。
-
-![](https://i.loli.net/2020/11/13/sDVfmBPyd53cJYg.png)
-
-我在翻阅 [chinaunix-PAM配置](http://blog.chinaunix.net/uid-291705-id-2134362.html)了解到,`pam.d/system-auth`就是用做账户验证与会话管理的,还有一些关于requisite、required、sufficient、optional这类control_flag的涵义。
-
-
-
-### 结语
-
-直到自己搭建samba项目所遇到各种报错,看着报错提示,似懂非懂又摸不着头脑,明明自己配置的没问题呀,整个人都处于迷糊的状态。
-
-做完项目后,自己想了想原因才发现这些之前自己的教训都是没有一个项目整体的框架图,没有明确各项组件在项目中的作用、组件中的配置是在项目中承载那一块业务支持的,也就是哪些才是核心模块,是真正掌握的重点。也由此想到一些lights:
-
-我们的专业知识学习看似循序渐进章节明确,但又往往很零碎,我们初期阶段整合集成项目很是困难,经常被弄得头晕脑涨的。一个人集成起来实为困难,若是有一个团队每个人承担着不同分工,相对的
-
-一个人集成起来在项目中是不可或缺的存在,若是集成模块分工化,每个人负责不同的业务逻辑,相互协作组装成一个大项目就容易了许多。分工看起来很专业化,假设我把每条指令作为流水线,每个人作为其中一条指令的作业员,其可替代性强,且更换成本低。
-
-集成在初期本身就要投入大量精力且困难的事情,经验尚浅的朋友采取合作完成项目的形式,是高效且快速的,若要在分工项目中体现出重要性就专注某一方面来体现优势。
-
-建议在做集成项目时,用黑板或是白纸手绘一张大概整体功能及结构拓扑,虽说没各项一一详尽,但梳理出了一个整体性的框架,这样项目实施起来方向就明确了许多,也有利于节奏把控与异常排查。
-
-![image-20201113153331475.png](https://i.loli.net/2020/11/13/NvZzM6H3nlERuPq.png)
-
-## 参考文献
-
-* [linuxcn-如何让 Linux 机器加入 Windows 的 AD 域](https://linux.cn/article-7695-1.html)
-* [程序园-Windows AD域用户访问Linux samba服务](http://www.voidcn.com/article/p-smihtnxg-bpn.html)
-* [将samba加入到windows域《转载》](https://www.cnblogs.com/rusking/p/3993148.html)
-* [Windows Active Directory 域故障排错(三)](https://blog.51cto.com/zhangdonghui/62869)
-* [51cto-windows server 2008 R2 enterprise AD域控服务器安装](https://blog.51cto.com/12476193/2123191)
-* [Linux 下为何要关闭 SELinux? - Hongbo He的回答 - 知乎](https://www.zhihu.com/question/20559538/answer/761147959)
-* [Samba启动服务中的nmb是什么](https://blog.csdn.net/qq_30782455/article/details/96345259)
-* [Windows Kerberos客户端配置并访问CDH](https://blog.csdn.net/weixin_42438176/article/details/87127632)
-* [Sina-sssd 系统安全服务守护进程](http://blog.sina.com.cn/s/blog_588c88cb0100ywoh.html)
-* [RedHat-SSSD vs Winbind](https://www.redhat.com/zh/blog/sssd-vs-winbind)
-* [csdn-红帽企业级Linux 7和 Windows集成指南](https://blog.csdn.net/qtm_gitee/article/details/102879486)
-* [Linux可插拔认证模块的基本概念与架构](https://blog.csdn.net/cpongo4/article/details/89166312)
-* [ariclee-常用的Linux可插拔认证模块(PAM)应用举例(一)](https://www.cnblogs.com/ariclee/p/4723835.html)
-* [chinaunix-winbind实现用windows账户登录linux机器](http://blog.chinaunix.net/uid-73604-id-2058303.html)
-* [Samba Net Ads Join “DNS Update Failed” Error Fixed](http://www.kombitz.com/2012/03/05/samba-net-ads-join-dns-update-failed-error-fixed/)
-* [wilburxu-LDAP概念和原理介绍](https://www.cnblogs.com/wilburxu/p/9174353.html)
-* [jpfss-Linux下LDAP统一认证解决方案](https://www.cnblogs.com/jpfss/p/11021948.html)
-* [chinaunix-netid-PAM配置](http://blog.chinaunix.net/uid-291705-id-2134362.html)
\ No newline at end of file
diff --git "a/_posts/2020/2020-2-8-\345\221\250\345\205\255-\360\237\214\247.md" "b/_posts/2020/2020-2-8-\345\221\250\345\205\255-\360\237\214\247.md"
deleted file mode 100644
index cb71837620..0000000000
--- "a/_posts/2020/2020-2-8-\345\221\250\345\205\255-\360\237\214\247.md"
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "2020.2.8 周六 \U0001F327"
-author: hoochanlon
-categories: [2020.]
-tags: [生活杂事录]
-date: 2020-02-08 00:22:53
----
-清早,在家赖床晚起,吃个午饭;午间,想起前些天的当时在郊外散步,与朋友提及周边好友家事话题;下午,与小学同学一起打拳皇,互怼搓招真是欢乐哩;也不在意赤潮播报,傍晚,在观看不费脑的番剧,也追着喜爱的漫画,吃着家里刚做好的晚饭。
-
-晚上重新调试日记站点页面,处理组件下载异常问题,参考思否文章用镜像源搞定了。再和朋友昨晚讨论加入项目的事情,直到今天凌晨,顺便写着日记,记录着某月不时的某天。与过去的变化是:了解到身边朋友事业爱情有成时,感到一丝喜悦,也会说声羡慕的祝福。
-
-午夜,讨论着过往中二糗事,看着新添加许久未联系的家人微信动态,带着欢声笑语的同时,也结束了这假期较长的年末。(*^_^*)
-
----
-
-2021.4 评:
-
-我记得以前吧,可能是小时候任性无脑行为怪异,在同学们眼中并不受待见。于是也产生希望得到认同但无法得到而产生的憎恨心理。在文中我已经是期愿,不在是看不得别人过的好。至于我怎么消除的可能也是时间吧,准确地说是投入到这个社会中。
diff --git "a/_posts/2020/2020-3-1-\345\221\250\346\227\245-\360\237\214\244.md" "b/_posts/2020/2020-3-1-\345\221\250\346\227\245-\360\237\214\244.md"
deleted file mode 100644
index baf4001fa5..0000000000
--- "a/_posts/2020/2020-3-1-\345\221\250\346\227\245-\360\237\214\244.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "2020.3.1 周日 \U0001F324"
-author: hoochanlon
-categories: [2020.]
-tags: [漫谈随想]
-math: true
-mermaid: true
-date: 2020-03-01 19:23:08
----
-
-晚睡晚起,只有打游戏才能放松。每次像做工作上的事,又想到今天太晚,明天吧;然后,继续明早起来打游戏放松,游戏累了困了,就睡一下午,到傍晚吃饭,吃完喝完,继续玩游戏。
-
-这种状态真的十分颓废,想走出来第一步,尽管很明白,不知为什么,心理却很抗拒。
-
----
-
-2021.4 评:
-
-至少有一段时间是为写日记而写的,保持一个行为,在这行为基础进行改进优化,逐渐形成个人观点。
diff --git "a/_posts/2020/2020-5-3-\345\221\250\346\227\245-\360\237\214\244.md" "b/_posts/2020/2020-5-3-\345\221\250\346\227\245-\360\237\214\244.md"
deleted file mode 100644
index 4c40dfd627..0000000000
--- "a/_posts/2020/2020-5-3-\345\221\250\346\227\245-\360\237\214\244.md"
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: "2020.5.3 周日 \U0001F324"
-categories: [2020.]
-tags: [生活杂事录]
-math: true
-mermaid: true
-date: 2020-05-03 20:57:20
----
-
-转职学习策略方案调整,以及学习行为及进程反思。
-
-今天把网络基本脉络搞清楚,费了一天功夫写好了。但,我现在应该尽快理解菊花教材的这些内容,而不是专注写书。我当前的计划是什么呢?找到更好的公司,实现自我的转职。转职需要什么呢?了解菊花牌数通设备,还有一定的项目实施经验。那么该怎么获得呢?
-
-* 建立在思科设备的基础上的协议实验,使用菊花牌设备操作
-* 重心由写作书籍转向尽快理解菊花教程,争取考证证明自己实力
-* 利用迁移方案文档实验,转化为自己的项目经验,加强自我表达概述能力
-
-学习总结:
-
-我发现对问题深究到某个专项程度上,有些领域已经不是我能领悟的了(自身硬实力天花板上限)。从而引发以下思考:
-
-* 要么,投入大量时间去突破这个专项上的问题
- * 这个专项是否值得花时间投入(回报及收益考量)?
- * 由此带来,这个专项是否为当前学习任务的重点?
-* 要么,转向管理岗位进行业务逻辑、人资方面的综合方面的多向研究
-
-看上去复杂原理过程,是否能归纳汇总成一个通俗易懂的校验及运作过程?而这些复杂的,可不可以看作是对最终目的进行优化及策略调整?
-
----
-
-2021.4 评:
-
-这个考证念头也是波动性的。现已薪资达到预期,从事的作业偏向于业务流程后端,与网工也是相当职业化的岗位,没必要再去零实施经验“转行”。所以这就是后来也没打算去考网络证书的原因之一吧。
diff --git "a/_posts/2020/2020-7-15-\345\221\250\344\270\211-\360\237\214\244.md" "b/_posts/2020/2020-7-15-\345\221\250\344\270\211-\360\237\214\244.md"
deleted file mode 100644
index 522a595b6c..0000000000
--- "a/_posts/2020/2020-7-15-\345\221\250\344\270\211-\360\237\214\244.md"
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: "2020.7.15 周三 \U0001F324"
-author: hoochanlon
-categories: [2020.]
-tags: [离开地球表面]
-date: 2020-07-15 22:40:01
-description: 连推销员都这么努力了,我还有什么理由不努力呢,不尽量争取呢?
----
-这也算失去朋友的教训吧,还像以前一样冒名同学捉弄朋友已经不合时宜了,毕竟都走入了资本社会。当捉弄成了朋友眼中无聊的消遣,在朋友发来的推广招聘没有理会之下,也随即被朋友删除了好友。也确实没人会喜欢自己认为无聊的人。
diff --git "a/_posts/2021/2021-02-06-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\350\207\252\346\210\221\346\211\271\345\210\244.md" "b/_posts/2021/2021-02-06-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\350\207\252\346\210\221\346\211\271\345\210\244.md"
deleted file mode 100644
index dbe1636a03..0000000000
--- "a/_posts/2021/2021-02-06-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\350\207\252\346\210\221\346\211\271\345\210\244.md"
+++ /dev/null
@@ -1,224 +0,0 @@
----
-title: 面试项目之自我批判
-author: hoochanlon
-categories: [2021.]
-tags: [照本宣科]
-math: true
-mermaid: true
-date: 2021-02-06 16:41:55
----
-
-## 前言
-
-通过对比[百度文库-3 项目人力资源管理](https://wenku.baidu.com/view/7b3da87683c4bb4cf7ecd1dc.html)的资料与[清华大学出版社的书附件PPT资料](http://www.tupwk.com.cn/downpage/),文库中的内容显然更为充实一些(工作过程),对内容的描述手法也是较有差异,但它们都有一个共同的目标就是对难以言状的意识形态管理进行量化。
-
-这里以[百度文库-3 项目人力资源管理](https://wenku.baidu.com/view/7b3da87683c4bb4cf7ecd1dc.html)的内容进行展开与解读,因为[清华大学出版社的书附件PPT资料](http://www.tupwk.com.cn/downpage/)关于“项目人力资源管理”展示得并不够具体,缺少实施过程方面的说明。
-
-
-
-## 定义及特点
-
-我们看其对项目人力资源管理的定义:
-
-围绕项目涉及的人力资源所开展的规划编制、人员配备、绩效评估以及激励和约束等方面的管理实践。
-
-也就是说是以目标为导向进行的人力资源管理工作。
-
-特点(文字拼图)
-
-![image-20210218102810815.png](https://i.loli.net/2021/02/18/Ga3qzlWrQMdy9fh.png)
-
-他们也有着不同的分工以及流程,推荐去百度文档搜寻部门流程及职能相关介绍的说明文档,能让我们对企业部门有个初步具体的认知。
-
-![image-20210210141225759.png](https://i.loli.net/2021/02/10/7KHpsX81qPkMOc2.png)
-
-## 管理规划
-
-文字拼图
-
-![image-20210218111049454.png](https://i.loli.net/2021/02/18/7vnugSW8L2PpBrM.png)
-
-### 人员配备及责任矩阵
-
-从文档上看,人员配备单很像技能评分/定位表。以这样的方式进行纳入人才的话,看起来会精准很多,实际效果这么多要求,应该是与理想情况较有差异,但也不失为一个好的边界定位模型。
-
-![image-20210218114112584.png](https://i.loli.net/2021/02/18/qjbgHKcNsUzDpWL.png)
-
-角色和责任分派矩阵,通俗来说也就是分工明细表。对比起文库上搜寻的分工表,符号代替较多冗余的文字描述,进行报表的简明输出。
-
-![image-20210218114825042.png](https://i.loli.net/2021/02/18/pwaDfxCc4YAK8qJ.png)
-
-### 组织结构
-
-对比下一页的PPT所说的特点,仅从一幅图展开,应该也概述不充分,更像是由此前经验结合图例来做出的分析与定位。
-
-![image-20210218115038624.png](https://i.loli.net/2021/02/18/xj3sDuyrdtRZPh7.png)
-
-![image-20210218115626303.png](https://i.loli.net/2021/02/18/fJqYPb54W9GR7dO.png)
-
-外包公司常用于此类形式,投标项目,由服务部分派人员归项目经理或部门经理管理,此类部门经理也可以是项目经理,看来图中所总结的特点,也难怪外包公司的客服部多达上百人。
-
-矩阵式,非常好的例子就是公司的年会制定会议,由各个部门抽调出若干人负责特定时期的分工,选举出项目经理负责整体调控。(现象)
-
-人员组织性较为分散,各自有着特定的专职,对项目经理组织调控能力要求高、难度大(总结现象/推演特质)
-
-![image-20210218133344892.png](https://i.loli.net/2021/02/18/JEhlQqO1HXdM39B.png)
-
-## 人员招聘(招兵买马)
-
-人员招聘:得到需要分配到项目中工作的人力资源。包括:进行项目人力资源规划,确定项目人员需求、人员职能分工、每个人应具备的条件和要求,以及如何获得这些人员 。
-
-![image-20210218140414771.png](https://i.loli.net/2021/02/18/GtqSO7UbdzL1fJn.png)
-
-我们看如上这幅图,各个相独立的节点都是互有联系的,派生关系。从组织结构到需求计划,从人力供给中以考核标准形式进行筛选,从标准中又进一步落实政策,也就是规范。
-
-### 面试形式
-
-说实话在没看到下方拼图总结前,我都不知道还有这么一回事,原来面试还有这样的啊,毫无察觉;但实际情况已经发生过很多回了。
-
-![image-20210218141052175.png](https://i.loli.net/2021/02/18/t9pM4FSDGnfIuxa.png)
-
-结构型面试,正常的流程一问一答,八股面试家常见;非结构型面试,比较生活情景化很难察觉,听朋友所说合规部的酒席面试,她也是XX企业面试攻略了解到所提前准备的。自己也经历过两回,问些基础问题、以及组织结构后续的规划理解(应变);压力面试,培训机构招转培方面已经司空见惯了。
-
-## 团队发展
-
-将不同地域不同背景的人组成团队,确实需要很大的凝聚力,能够定向到共同的目标,不然很难凑在一块的。灵感来自下图以及自身经验类比所想。
-
-![image-20210218143306853.png](https://i.loli.net/2021/02/18/VDQ3JaSECjyLpuc.png)
-
-下图,我所能**具象化联想**到的是:培训师岗位(自身经验);如果没有这个经历又该怎样具象化找到对应事物呢?(思考)
-
-![image-20210218143545453.png](https://i.loli.net/2021/02/18/H7u3A8TOI2cfnsv.png)
-
-比如年会实施会议的召开、学生的集体劳动会。从这个例子中我们可以由行为去推导特质(意识与外在形态)。
-
-![image-20210218144030156.png](https://i.loli.net/2021/02/18/zd4jxYGu5mqrXJU.png)
-
-### 新团队
-
-![image-20210218151237619.png](https://i.loli.net/2021/02/18/GBicKCISVuJ3gkE.png)
-
-建设团队的工具与方法:
-* 团队建设活动(团建、旅游)
-* 绩效考评与激励(KPI)
-* 集中安排(会议)
-* 培训
-
-![](https://i.loli.net/2021/02/13/ep8rvB4HsCcXoW6.png)
-
-### 领导风格图表
-
-在拼图的过程中,我想到了一个点:
-
-* 我们怎样将这些描述语句总结成规律形成图表工具,让人印象深刻?
- * 也就是描述语句做成图表的特性有哪一些呢?
-
-![image-20210218152531388.png](https://i.loli.net/2021/02/18/Qko4eUFcvBD5lu2.png)
-
-## 管理规划、人员招聘、团队发展联系
-
-看起来各个模块之间相互独立,但实际上相互之间又有紧密的联系:上一模块的输出即是对下一模块的输入,高内聚低耦合。(对例图的思考)
-
-![image-20210218105221989.png](https://i.loli.net/2021/02/18/RCrTEe41wsHyZ9h.png)
-
-我们平时所见的内容都是属于在输入一系列流程下来的输出结果。
-
-
-
-## 人与需求及理论理解
-
-### 马斯洛的需要层次理论
-
-![image-20210218154454261.png](https://i.loli.net/2021/02/18/jXyUwRxbsHufFi2.png)
-
-### 郝茨伯格的双因素理论
-
-![image-20210218155117294.png](https://i.loli.net/2021/02/18/aDnicIm8YULZqFG.png)
-
-难怪,为什么福利这么低了,这方面引起也有一定因素,空手套白狼吗?对于下图PPT作者的结论,我的看法是:个人认为该结论适用于劳动密集型环境,流水线不断重复重复再重复,以较低的底薪+计件提成。
-
-![image-20210218155231282.png](https://i.loli.net/2021/02/18/UzfBAwXpeSGLPC2.png)
-
-### 泰穆汗和威廉姆的权利研究
-
-![image-20210218160125934.png](https://i.loli.net/2021/02/18/FetRWcQfHlz5dbg.png)
-
-管理行为-联想
-
-### 弗鲁姆的期望理论
-
-人们在工作中的积极性或努力程度(激发)力量M。M是效价,V和期望值E的乘积: `M=V×E`
-
-> A企业因一客户拖欠货款而周转不灵,但利用多种方法也没催回。领导认为重奖之下必有勇夫”,因此设重奖奖励能催回货款的人,但反应寥寥无几。为什么? - 引用文库文件案例
-
-![image-20210218161753250.png](https://i.loli.net/2021/02/18/OE3Bca59kA4LXIy.png)
-
-附:要使组织成员保持较高的工作热情,必须使工作报酬公平合理,使组织的成员感到组织的分配是公正的。——亚当斯理论;太过乌托邦的共产主义,PASS。
-
-### 人的逻辑
-
-一个人的观念行为基础都可以从如图几个方面进行解读
-
-![image-20210218163515583.png](https://i.loli.net/2021/02/18/8KJxgnVibshlyPm.png)
-
-媒体文化又会对具有可塑性的人们来说构成哪些影响?
-
-![image-20210218164410868.png](https://i.loli.net/2021/02/18/NytxgXrzO437buL.png)
-
-关于行为函数,我们多数对成语只了解结论或字面部分,而缺失史料考以及相关实证内容,导致整体思维高屋建瓴,精细和精准不足。
-
-## 人力资源系统
-
-我们也可以将图的要义模式提取出来,xxx是什么的根本,xxx是什么的关键、xxx是什么的支持,哪三者构成的一个相关事项系统的体系?带着问题思考一些体系化的事物。
-
-![image-20210218162645703.png](https://i.loli.net/2021/02/18/Z1TUdculikswMv4.png)
-
-
-## 关于员工流失的问题
-
-### 人员流失因素与成本分析
-
-> 本文图例摘自 [百度文库-如何降低关键员工流失率(PPT-43张)](https://wenku.baidu.com/view/f8082d6f58eef8c75fbfc77da26925c52cc5918f.html)
-
-基层主管在降低员工流失率方面作用有限,请不要把自己定位为基层主管。通过本次讲解就能留住关键员工不现实;人员流动不可避免,一定的人员流动率是健康的。
-
-**流失可控点结论与流失因素分析**
-
-![image-20210314115124682.png](https://i.loli.net/2021/03/14/AIwmgdeKl4XYtN3.png)
-
-![image-20210314114816716.png](https://i.loli.net/2021/03/14/JG1orxdpEjDYOgt.png)
-
-**员工流失成本结构图分析**
-
-![image-20210314091616174.png](https://i.loli.net/2021/03/14/mjxyGJRMaBEFdhe.png)
-
-
-### 人资行政建设
-
-**建议对比企业的宣传、招聘、合同,再参考如下图表**
-
-实际上给予多少的回报,也能换取员工的相应支持,对于下图实际上是建立联系而不应该分开看的,如下与其说是工作支持度,不如说是企业办公整体形象的满意度,这也是从我们员工的立场考量。
-
-![image-20210314095822356.png](https://i.loli.net/2021/03/14/VMHXWTU4pcbPej6.png)
-
-![image-20210314095948712.png](https://i.loli.net/2021/03/14/hJtFbaNVSfpZI3g.png)
-
-其实企业满意度也是建立在工作回报基础之上的。
-
-![image-20210314113418792.png](https://i.loli.net/2021/03/14/tH8xzl1BnjfXTsv.png)
-
-公司的留人策略
-
-![image-20210314114645922.png](https://i.loli.net/2021/03/14/BFovGiV3wDmlYsk.png)
-
-为什么老员工调岗能降低流失率呢?如何理解呢,当我们想不透时可借用他人的经验及专业调查性的参考原因: [百度知道-企业轮岗制度](https://zhidao.baidu.com/question/190345714.html)
-
-![image-20210314132707211.png](https://i.loli.net/2021/03/14/m1h5vD6REGswa4H.png)
-
-将被淘汰的员工应该做何处理让其自行离职?
-
-![image-20210314115211299.png](https://i.loli.net/2021/03/14/f3a2X8hoGEeYi7Z.png)
-
-最后根据时势及实务(社会背景调查)做好自己的职业规划。
-
-![image-20210314121132720.png](https://i.loli.net/2021/03/14/T58LDOnePzrQWvu.png)
diff --git "a/_posts/2021/2021-02-16-\347\204\246\350\231\221\351\200\217\346\224\257\344\270\216\345\273\266\350\277\237\346\273\241\350\266\263.md" "b/_posts/2021/2021-02-16-\347\204\246\350\231\221\351\200\217\346\224\257\344\270\216\345\273\266\350\277\237\346\273\241\350\266\263.md"
deleted file mode 100644
index 84bad2bfbb..0000000000
--- "a/_posts/2021/2021-02-16-\347\204\246\350\231\221\351\200\217\346\224\257\344\270\216\345\273\266\350\277\237\346\273\241\350\266\263.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: 焦虑透支与延迟满足
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
-math: true
-mermaid: true
-date: 2021-02-16 13:58:20
----
-对刹那的失望,拒绝做红利。
-
-“学习python,办公效率提升百倍”,“你来,我们辅导你的孩子;你不来,我们培养你孩子的竞争对手”,“用花呗给女儿过生日”,这标语一对比就会察觉到:明明感觉有什么有问题,但说不上来。
-
-其实我也是查阅了一些资料才发现,我感觉到不对但说不上来的一点:通过贩卖焦虑、亲情捆绑来牟利的,将消费观念进行错位营造出刚需的必要消费。这个标语的观念是非常线性的,甚至连二元论都算不上的低层次认知;但又为什么有很多人义无反顾的购买还觉得它值呢?这也是我要研究的事物现象。
-
-* 这件事情做了,如果我后悔了又是会是哪些原因?给出论据来说明。
-* 假设我就是这个买产品的,我该如何把产品卖给你?
- * 哪些因素会促使你购买?
- * 我的产品如何溢价赚取收益?
- * 从哪几个方面降低成本,增大资金回流效率?
-* 之前没有你,而他们又是怎么做到的?
- * 综合性论坛及专业学术社区收集意见
- * 阅读知网或文库及问答社区的产业研究报告
-
-阅读一些社会历史、心理学、经济学名著,了解下产品营销也是非常有效提升认知的途径。
diff --git "a/_posts/2021/2021-02-18-\346\210\221\344\273\254\344\270\272\344\273\200\344\271\210\345\217\215\346\204\237\347\233\256\347\232\204\346\200\247\345\274\272\347\232\204\344\272\272\357\274\237.md" "b/_posts/2021/2021-02-18-\346\210\221\344\273\254\344\270\272\344\273\200\344\271\210\345\217\215\346\204\237\347\233\256\347\232\204\346\200\247\345\274\272\347\232\204\344\272\272\357\274\237.md"
deleted file mode 100644
index 40a8f15fab..0000000000
--- "a/_posts/2021/2021-02-18-\346\210\221\344\273\254\344\270\272\344\273\200\344\271\210\345\217\215\346\204\237\347\233\256\347\232\204\346\200\247\345\274\272\347\232\204\344\272\272\357\274\237.md"
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: 我们为什么反感目的性强的人?
-author: hoochanlon
-categories: [2021.]
-tags: [漫谈随想]
-date: 2021-02-18 20:10:37
-permalink: /:year/:month-:day/02
----
-当我看到题主考公上岸,罗列的一张安排表 [coder2gwy/issues](https://github.com/coder2gwy/coder2gwy/issues/1#issuecomment-780593485),目的性很强很有谋略。但我略发觉得隐性的厌恶,一开始我也没什么头绪,所以就想百度、知乎去搜寻也没得到理想答案;也许很多人也没想明白,可能很多人想明白了但没说。
-
-
-
-当然也会有人自然应答:“这就是人性,正常的反应啊,过好自己就行了啊,没必要在意他人”。对于该表述,我略有发觉这是没有认真对待这一问题的逃避,也不排除他在这一点上相通的可能。
-
-以下我个人的见解,说得也未必到位,毕竟就我自身这一个样本研究对象:
-
-网上不少人说:“总有人活在正确的时间里又做了正确的事”,就比如有关于阶级升跃、人口发展红利话题讨论,而被常拿来进行批判的生于70年代的人。看来占有话语权的批判者与被批判者都有一定的比例基数,在见闻此事时我也在想:为什么有些70年代的人也一如既往做着底层劳动人民也没大发横财呢?至少我身边的父辈不是这样的;这当然这又涉及到很多因素考量,天时地利人和这三者之间所涉及的要因又是非常之多的。
-
-**建立在相互对等情况下,对与自身价值的获利不公的抵触、否定、不认同**
-
-幸运也说不上实力,只能算作事物运作的本分导向。而我们又看到处于同等甚至低于我们水平线的对方,他不劳而获的幸运又肆意妄为的展现成果喜悦又与其自身价值不符,**我们接收到此类信息后,所衍发的心理抵触抗拒,再由抵触抗拒带来厌恶,则会产生远离对方或是把握某种机会权益相争谋求对等及超越。厌恶本质是本能的化学信号产生的生理反应,实质是自我保护的过程。**这发生动作也仅在一瞬,时间急促也是察觉的难点所在。
-
-当然不同的幸运类型事件,相对待的差异也是魔幻般悬殊,则加加剧了情绪化学反应;有些人的幸运则是潜藏着决策成本的,这点也是不太容易被发现。我们平时也只能看到对方的输出成果,而成果产出的过程却是需要时间发掘和研究的。毕竟这又不是对方私人生活全程录像给我们展现,我们看到的也只是这个时间对方自我展示的一面而已。这也可以说得上“为什么我们要读名人传记或者著作?”的其中原因之一吧,无非就是想全面了解他怎么成功的,并以此为参照好让自己也可比肩及第。
-
-***ps:其实社会本身就是不平等,存在一定的阶层高低梯级以及相关游戏规则,只不过很多时候倡导的平等也是量化平等这一概念。***
-
-**基于自身损失厌恶对他人获取回报成果的价值观,进行抵触、否定、排斥**
-
-当我们向往的成事者提供了决策而进行数据分析时,这些信息在我们眼中展现,脑海潜意识也会存有对这一信息内描述的行动过程含有目标导向。此前,所带来的损失厌恶夹杂着不易察觉的后悔情绪,因此大脑的补偿机制使我们感到其的贬义性。我们对含有贬义事物的排斥,进而给出一些失败的事例去辩解这一行为是不对的,给出的论据要因也偏向于单一化,甚至会将自身不对等地放大代表群体进行人身攻击。
-
-比方说,你非常讨厌肆意随地吐痰的人,而他又对你说:“哦?你居然歧视黄种人、看不起中国人,CNM!”,而这就是自身不对等地放大代表群体进行人身攻击。
-
-连**目的性决策**都没有等同于盲人摸象。**盲人摸象,虽有目的,但无决策**。带有目的性为导向进行的决策所成事的概率显然是要大些的,这点要尤为说明。我能明确这一观点的前提,也是在我阅读了项目管理文稿内容,以及自身投入过年会部署讨论到项目实施的全过程所感悟的。
-
-
-**用现今自身的水平或者某个时间段的峰值替换到此前的真实水平**,注意这里有个时间差,我也是思考了较长时间想到这一点的。**也就是说自己基于此类事物对自身的美好向往,而幻想穿越,导致变相地高估自身水平**,对类比后自身不对等的现状不满,爆发了积压已久的愤怒,再由愤怒上升至嫉妒,这样类比换算下来自然不会承认对方的啦。(*^_^*)
-
-我目前所做的也无非是了解未知、发现矛盾、改进不足进行自洽的一个过程。最后,附上我对旁亲的口不择言恶言相向的反思图:
-
-![20210219212837.jpg](https://i.loli.net/2021/02/19/DC6aJiQoNn19kyc.jpg)
-
-参考:
-
-* [人类为什么会有「后悔」这种情绪?](https://www.zhihu.com/question/59400738)
-* [如何克服后悔情绪?](https://zhuanlan.zhihu.com/p/27434378)
diff --git "a/_posts/2021/2021-02-18-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\344\272\272\346\211\215\350\265\204\346\272\220\347\256\241\347\220\206.md" "b/_posts/2021/2021-02-18-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\344\272\272\346\211\215\350\265\204\346\272\220\347\256\241\347\220\206.md"
deleted file mode 100644
index 65fa8bbe01..0000000000
--- "a/_posts/2021/2021-02-18-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\344\272\272\346\211\215\350\265\204\346\272\220\347\256\241\347\220\206.md"
+++ /dev/null
@@ -1,223 +0,0 @@
----
-title: 面试项目之人才资源管理
-author: hoochanlon
-categories: [2021.]
-tags: [照本宣科]
-date: 2021-02-18 16:41:55
-permalink: /:year/:month-:day/01
----
-
-## 前言
-
-通过对比[百度文库-3 项目人力资源管理](https://wenku.baidu.com/view/7b3da87683c4bb4cf7ecd1dc.html)的资料与[清华大学出版社的书附件PPT资料](http://www.tupwk.com.cn/downpage/),文库中的内容显然更为充实一些(工作过程),对内容的描述手法也是较有差异,但它们都有一个共同的目标就是对难以言状的意识形态管理进行量化。
-
-这里以[百度文库-3 项目人力资源管理](https://wenku.baidu.com/view/7b3da87683c4bb4cf7ecd1dc.html)的内容进行展开与解读,因为[清华大学出版社的书附件PPT资料](http://www.tupwk.com.cn/downpage/)关于“项目人力资源管理”展示得并不够具体,缺少实施过程方面的说明。
-
-
-
-## 定义及特点
-
-我们看其对项目人力资源管理的定义:
-
-围绕项目涉及的人力资源所开展的规划编制、人员配备、绩效评估以及激励和约束等方面的管理实践。
-
-也就是说是以目标为导向进行的人力资源管理工作。
-
-特点(文字拼图)
-
-![image-20210218102810815.png](https://i.loli.net/2021/02/18/Ga3qzlWrQMdy9fh.png)
-
-他们也有着不同的分工以及流程,推荐去百度文档搜寻部门流程及职能相关介绍的说明文档,能让我们对企业部门有个初步具体的认知。
-
-![image-20210210141225759.png](https://i.loli.net/2021/02/10/7KHpsX81qPkMOc2.png)
-
-## 管理规划
-
-文字拼图
-
-![image-20210218111049454.png](https://i.loli.net/2021/02/18/7vnugSW8L2PpBrM.png)
-
-### 人员配备及责任矩阵
-
-从文档上看,人员配备单很像技能评分/定位表。以这样的方式进行纳入人才的话,看起来会精准很多,实际效果这么多要求,应该是与理想情况较有差异,但也不失为一个好的边界定位模型。
-
-![image-20210218114112584.png](https://i.loli.net/2021/02/18/qjbgHKcNsUzDpWL.png)
-
-角色和责任分派矩阵,通俗来说也就是分工明细表。对比起文库上搜寻的分工表,符号代替较多冗余的文字描述,进行报表的简明输出。
-
-![image-20210218114825042.png](https://i.loli.net/2021/02/18/pwaDfxCc4YAK8qJ.png)
-
-### 组织结构
-
-对比下一页的PPT所说的特点,仅从一幅图展开,应该也概述不充分,更像是由此前经验结合图例来做出的分析与定位。
-
-![image-20210218115038624.png](https://i.loli.net/2021/02/18/xj3sDuyrdtRZPh7.png)
-
-![image-20210218115626303.png](https://i.loli.net/2021/02/18/fJqYPb54W9GR7dO.png)
-
-外包公司常用于此类形式,投标项目,由服务部分派人员归项目经理或部门经理管理,此类部门经理也可以是项目经理,看来图中所总结的特点,也难怪外包公司的客服部多达上百人。
-
-矩阵式,非常好的例子就是公司的年会制定会议,由各个部门抽调出若干人负责特定时期的分工,选举出项目经理负责整体调控。(现象)
-
-人员组织性较为分散,各自有着特定的专职,对项目经理组织调控能力要求高、难度大(总结现象/推演特质)
-
-![image-20210218133344892.png](https://i.loli.net/2021/02/18/JEhlQqO1HXdM39B.png)
-
-## 人员招聘(招兵买马)
-
-人员招聘:得到需要分配到项目中工作的人力资源。包括:进行项目人力资源规划,确定项目人员需求、人员职能分工、每个人应具备的条件和要求,以及如何获得这些人员 。
-
-![image-20210218140414771.png](https://i.loli.net/2021/02/18/GtqSO7UbdzL1fJn.png)
-
-我们看如上这幅图,各个相独立的节点都是互有联系的,派生关系。从组织结构到需求计划,从人力供给中以考核标准形式进行筛选,从标准中又进一步落实政策,也就是规范。
-
-### 面试形式
-
-说实话在没看到下方拼图总结前,我都不知道还有这么一回事,原来面试还有这样的啊,毫无察觉;但实际情况已经发生过很多回了。
-
-![image-20210218141052175.png](https://i.loli.net/2021/02/18/t9pM4FSDGnfIuxa.png)
-
-结构型面试,正常的流程一问一答,八股面试家常见;非结构型面试,比较生活情景化很难察觉,听朋友所说合规部的酒席面试,她也是XX企业面试攻略了解到所提前准备的。自己也经历过两回,问些基础问题、以及组织结构后续的规划理解(应变);压力面试,培训机构招转培方面已经司空见惯了。
-
-## 团队发展
-
-将不同地域不同背景的人组成团队,确实需要很大的凝聚力,能够定向到共同的目标,不然很难凑在一块的。灵感来自下图以及自身经验类比所想。
-
-![image-20210218143306853.png](https://i.loli.net/2021/02/18/VDQ3JaSECjyLpuc.png)
-
-下图,我所能**具象化联想**到的是:培训师岗位(自身经验);如果没有这个经历又该怎样具象化找到对应事物呢?(思考)
-
-![image-20210218143545453.png](https://i.loli.net/2021/02/18/H7u3A8TOI2cfnsv.png)
-
-比如年会实施会议的召开、学生的集体劳动会。从这个例子中我们可以由行为去推导特质(意识与外在形态)。
-
-![image-20210218144030156.png](https://i.loli.net/2021/02/18/zd4jxYGu5mqrXJU.png)
-
-### 新团队
-
-![image-20210218151237619.png](https://i.loli.net/2021/02/18/GBicKCISVuJ3gkE.png)
-
-建设团队的工具与方法:
-* 团队建设活动(团建、旅游)
-* 绩效考评与激励(KPI)
-* 集中安排(会议)
-* 培训
-
-![](https://i.loli.net/2021/02/13/ep8rvB4HsCcXoW6.png)
-
-### 领导风格图表
-
-在拼图的过程中,我想到了一个点:
-
-* 我们怎样将这些描述语句总结成规律形成图表工具,让人印象深刻?
- * 也就是描述语句做成图表的特性有哪一些呢?
-
-![image-20210218152531388.png](https://i.loli.net/2021/02/18/Qko4eUFcvBD5lu2.png)
-
-## 管理规划、人员招聘、团队发展联系
-
-看起来各个模块之间相互独立,但实际上相互之间又有紧密的联系:上一模块的输出即是对下一模块的输入,高内聚低耦合。(对例图的思考)
-
-![image-20210218105221989.png](https://i.loli.net/2021/02/18/RCrTEe41wsHyZ9h.png)
-
-我们平时所见的内容都是属于在输入一系列流程下来的输出结果。
-
-
-
-## 人与需求及理论理解
-
-### 马斯洛的需要层次理论
-
-![image-20210218154454261.png](https://i.loli.net/2021/02/18/jXyUwRxbsHufFi2.png)
-
-### 郝茨伯格的双因素理论
-
-![image-20210218155117294.png](https://i.loli.net/2021/02/18/aDnicIm8YULZqFG.png)
-
-难怪,为什么福利这么低了,这方面引起也有一定因素,空手套白狼吗?对于下图PPT作者的结论,我的看法是:个人认为该结论适用于劳动密集型环境,流水线不断重复重复再重复,以较低的底薪+计件提成。
-
-![image-20210218155231282.png](https://i.loli.net/2021/02/18/UzfBAwXpeSGLPC2.png)
-
-### 泰穆汗和威廉姆的权利研究
-
-![image-20210218160125934.png](https://i.loli.net/2021/02/18/FetRWcQfHlz5dbg.png)
-
-管理行为-联想
-
-### 弗鲁姆的期望理论
-
-人们在工作中的积极性或努力程度(激发)力量M。M是效价,V和期望值E的乘积: `M=V×E`
-
-> A企业因一客户拖欠货款而周转不灵,但利用多种方法也没催回。领导认为重奖之下必有勇夫”,因此设重奖奖励能催回货款的人,但反应寥寥无几。为什么? - 引用文库文件案例
-
-![image-20210218161753250.png](https://i.loli.net/2021/02/18/OE3Bca59kA4LXIy.png)
-
-附:要使组织成员保持较高的工作热情,必须使工作报酬公平合理,使组织的成员感到组织的分配是公正的。——亚当斯理论;太过乌托邦的共产主义,PASS。
-
-### 人的逻辑
-
-一个人的观念行为基础都可以从如图几个方面进行解读
-
-![image-20210218163515583.png](https://i.loli.net/2021/02/18/8KJxgnVibshlyPm.png)
-
-媒体文化又会对具有可塑性的人们来说构成哪些影响?
-
-![image-20210218164410868.png](https://i.loli.net/2021/02/18/NytxgXrzO437buL.png)
-
-关于行为函数,我们多数对成语只了解结论或字面部分,而缺失史料考以及相关实证内容,导致整体思维高屋建瓴,精细和精准不足。
-
-## 人力资源系统
-
-我们也可以将图的要义模式提取出来,xxx是什么的根本,xxx是什么的关键、xxx是什么的支持,哪三者构成的一个相关事项系统的体系?带着问题思考一些体系化的事物。
-
-![image-20210218162645703.png](https://i.loli.net/2021/02/18/Z1TUdculikswMv4.png)
-
-
-## 关于员工流失的问题
-
-### 人员流失因素与成本分析
-
-> 本文图例摘自 [百度文库-如何降低关键员工流失率(PPT-43张)](https://wenku.baidu.com/view/f8082d6f58eef8c75fbfc77da26925c52cc5918f.html)
-
-基层主管在降低员工流失率方面作用有限,请不要把自己定位为基层主管。通过本次讲解就能留住关键员工不现实;人员流动不可避免,一定的人员流动率是健康的。
-
-**流失可控点结论与流失因素分析**
-
-![image-20210314115124682.png](https://i.loli.net/2021/03/14/AIwmgdeKl4XYtN3.png)
-
-![image-20210314114816716.png](https://i.loli.net/2021/03/14/JG1orxdpEjDYOgt.png)
-
-**员工流失成本结构图分析**
-
-![image-20210314091616174.png](https://i.loli.net/2021/03/14/mjxyGJRMaBEFdhe.png)
-
-
-### 人资行政建设
-
-**建议对比企业的宣传、招聘、合同,再参考如下图表**
-
-实际上给予多少的回报,也能换取员工的相应支持,对于下图实际上是建立联系而不应该分开看的,如下与其说是工作支持度,不如说是企业办公整体形象的满意度,这也是从我们员工的立场考量。
-
-![image-20210314095822356.png](https://i.loli.net/2021/03/14/VMHXWTU4pcbPej6.png)
-
-![image-20210314095948712.png](https://i.loli.net/2021/03/14/hJtFbaNVSfpZI3g.png)
-
-其实企业满意度也是建立在工作回报基础之上的。
-
-![image-20210314113418792.png](https://i.loli.net/2021/03/14/tH8xzl1BnjfXTsv.png)
-
-公司的留人策略
-
-![image-20210314114645922.png](https://i.loli.net/2021/03/14/BFovGiV3wDmlYsk.png)
-
-为什么老员工调岗能降低流失率呢?如何理解呢,当我们想不透时可借用他人的经验及专业调查性的参考原因: [百度知道-企业轮岗制度](https://zhidao.baidu.com/question/190345714.html)
-
-![image-20210314132707211.png](https://i.loli.net/2021/03/14/m1h5vD6REGswa4H.png)
-
-将被淘汰的员工应该做何处理让其自行离职?
-
-![image-20210314115211299.png](https://i.loli.net/2021/03/14/f3a2X8hoGEeYi7Z.png)
-
-最后根据时势及实务(社会背景调查)做好自己的职业规划。
-
-![image-20210314121132720.png](https://i.loli.net/2021/03/14/T58LDOnePzrQWvu.png)
diff --git "a/_posts/2021/2021-02-18-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\350\203\275\345\212\233\346\250\241\345\236\213\345\217\212\347\273\264\345\272\246\350\257\204\345\210\206\347\263\273\346\225\260.md" "b/_posts/2021/2021-02-18-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\350\203\275\345\212\233\346\250\241\345\236\213\345\217\212\347\273\264\345\272\246\350\257\204\345\210\206\347\263\273\346\225\260.md"
deleted file mode 100644
index 85385b7c47..0000000000
--- "a/_posts/2021/2021-02-18-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\350\203\275\345\212\233\346\250\241\345\236\213\345\217\212\347\273\264\345\272\246\350\257\204\345\210\206\347\263\273\346\225\260.md"
+++ /dev/null
@@ -1,69 +0,0 @@
----
-title: 面试项目之能力模型及维度评分系数
-author: hoochanlon
-categories: [2021.]
-tags: [照本宣科]
-math: true
-mermaid: true
-date: 2021-02-28 16:41:55
----
-
-> [百度知道-KPI 和 KCI 的区别是什么?](https://zhidao.baidu.com/question/298262752.html)
->
-> 关注点不同:KPI重点关注可量化指标,不可量化即不可考核。KCI重点关注重要但不可或不易量化因素,有助于更加全面的考核不同岗位的绩效,更好的衡量绩效。
-
-
-
-## 自我管理
-
-**目标管理**的第一层清晰理解自己工作目标,并进行分解规划,围绕目标开展工作。第二层比第一层来说强化了“毅力”,但实质上是强化“以问题为导向,怎样去解决问题的思考”,第三级则是在此基础上增加了责任与资源规划与激励互助的集体意识。
-
-**执行**上区分问题和目标的轻重缓急,亲自实践以发现问题发生规律和真实原因;对问题的全过程进行思考,发现并解决关键原因。第二层次在于闭环管理思路为原则去设计解决方案同时进行评估并优化,第三级在第二层次的基础上,有着系统层面宏观调控的意识,也就是从问题点及涉及面的考虑,怎样从源头上切断问题源的发生。
-
-**计划与规划**,分解岗位工作计划,制定年、月、周工作计划,制定计划实施的可行方案。第二层次在于对计划的定期回顾及评估,对不可控因素也制定相应措施;第三级比第二层次多了有关于思维工具的有效使用,有着一定的辅导或带动团队的整体性意识。
-
-**沟通及协调能力**,准确地理解他人地谈话内容、清晰地表达自己的观点,通过简要的重复、语调的变化等方法来传播谈话中的关键点,尤其是需要特别强调的细节或原则,确保他人能抓住重点。第二级能以通俗浅显易懂的方式说明事理,使他人易于理解,澄清明确共识以及搁置争议。
-
-第三级沟通,在第一层次察觉情绪变化,明确角色立场以及理清优先级优化性解答,在第二层次 更强化了逻辑维度, 对沟通内容进行有逻辑性的组织,寻找、归纳论据以支持自己的立场,增强沟通的条理性与影响力。
-
-## 核心能力
-
-**用心进取**,明确自身的工作目标,理解做得好与不好的基本标准;主动寻求学习与自我发展机会,不断提升自身的工作能力;将工作中困难与障碍视为挑战。第二层次在于反思,结合持间期可完成,但续性难度高的目标,反向推动自我有着更高层面的进取意识 。
-
-**勤奋刻苦**,以诚恳的态度面对客户,确保对客户的需求及时反应,虚心接受内外部客户的批评与建议,并表现出足够的耐心。再高一级的层面是抗压性,以及承担一部分直属或更上一级领导的职责。更高级的是主动争取团队信任、尊敬、能引导集体的意识精神。
-
-**诚实正直**,第一级,遵守基本的行为准则,清晰的判断自己行为的正确与否,能约束自己的行为不做相违的决定和行动,并坚决拒绝错误的行为。第二级在于帮助及纠正,在关乎原则是非的讨论前捍正确的标准;发现他人错误的行为时,直言不讳指出并帮助改正。第三级,有着责任主体意识,清晰地分辨自己行为对集体形象的影响(个人代表集体),并作出营造企业积极形象的决定和行动,营造集体形象。
-
-**团队协作**,基础层面在于个人的积极性上,了解团队使命,友好欣赏对待团队活动建设。第二层有着决策意识,主动营造融洽的学习交流的氛围,参与制定团队目标和具体的行动计划,清楚团队实际绩效与理想绩效之间的差距,认识到团队中潜藏的问题,主动提出解决建议;第三级,帮助和鼓励团队成员,对团队成功充满信心,能起到感召带头的作用。
-
-**客户导向**,以诚恳的态度面对客户,确保对客户的需求及时反应,虚心接受内外部客户的批评与建议,并表现出足够的耐心。第二层面更关注于客户的满意度并作为衡量尺度,以及自我改进与反馈意识;第三级在于引导客户,将原有满意度进行升级。
-
-## 学习创新
-
-| 第一级 | 第二级 | 第三级 |
-| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
-| 熟悉自身工作领域,指导本岗位所需专业知识和技能的要求及自身的欠缺,结合自身的差距制定实施适合自己的学习计划。 | 时常总结经验教训、开展提升性学习和前瞻性的学习储备,在工作中运用新方法、新思路;协助他人有意识地学习。 | 成为团队中学习与创新发展中地职业指导和求助对象,影响带动团队共同学习,促进形成学习型、创新型组织。 |
-
-## 制表指标化
-
-特别是有关于能力模型的量化,分数值的权重比应该起到促进作用,即发现自己缺点,改进自己的不足;而不能像应试教育死板一棍子打死,甚至将应有的自信心磨灭了。评分也需要多人参与,做成表打印出来,跟据自己对自己的评价,再比对他人对自己的评价异同。不断采样的过程中,以铜为镜可以明得失。
-
-相对而言,十分制的分数比五分制更精确,百分制会更精确,但每个维度都进行百分制反而很不好量化了。没上升一个维度都有一个过渡阶段,这就要求评分权重不能简单的12345那样随意排序给分,加上评委们也未必能领会指标化的要义,这就需要制表者更进一步的辨识能力。
-
-| 第三级 | 二与三级之间 | 第二级 | 一至二级之间 | 第一级 | 达不到第一级 | 补充说明 |
-| ------ | ------------ | ------ | ------------ | ------ | ------------ | -------- |
-| 10 | 8 | 7 | 6 | 4 | 0 | |
-
-## 后语
-
-关于制表指标,略看了[确定权重的7种方法](https://wenku.baidu.com/view/b1c90610bed126fff705cc1755270722192e5929.html)、[第十章人员素质测评的计分及分数解释.ppt](https://max.book118.com/html/2018/1209/7015106142001163.shtm),以及最后有关我对量化所想到的问题:
-
-量化会不会成为小镇做题家的新式八股,从以前的题海战术到如今的面试应答的人设战术?对比起机械做题而言,人设对个人意识的促进与觉醒,总归是好的吧..
-
-附:
-
-[北森2020题库](https://wwa.lanzous.com/iKUVDlfpxgf)、[能力模型](https://wwa.lanzous.com/iJi3ulglcuf)、信息层次金字塔
-
-![](https://i.loli.net/2021/02/10/c2TdNtF7YnP4zXm.png)
-
-![](https://i.loli.net/2021/03/07/NZ4Rf6nFGbcwhWg.png)
diff --git "a/_posts/2021/2021-02-19-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\346\262\237\351\200\232\347\256\241\347\220\206.md" "b/_posts/2021/2021-02-19-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\346\262\237\351\200\232\347\256\241\347\220\206.md"
deleted file mode 100644
index 10f9beb863..0000000000
--- "a/_posts/2021/2021-02-19-\351\235\242\350\257\225\351\241\271\347\233\256\344\271\213\346\262\237\351\200\232\347\256\241\347\220\206.md"
+++ /dev/null
@@ -1,171 +0,0 @@
----
-title: 面试项目之沟通管理
-author: hoochanlon
-categories: [2021.]
-tags: [照本宣科]
-date: 2021-02-19 16:41:55
----
-
-注:以下我会选型:[百度文库-项目沟通管理](https://wenku.baidu.com/view/790c7e1ace84b9d528ea81c758f5f61fb7362837.html)、[项目的沟通管理](https://wenku.baidu.com/view/9a4efe8a9fc3d5bbfd0a79563c1ec5da50e2d6c6.html)、[项目沟通管理(2)](https://wenku.baidu.com/view/50bf83236729647d27284b73f242336c1fb9300c.html)等多份文稿作为参考进行解析过程,因为 http://www.tupwk.com.cn/downpage/ 项目管理电子课件对此的描述过于简化,信息量不充分。
-
-
-
-## 沟通的实质、过程、要素
-
-对于我来说沟通的理解,最没想到的一点:**沟通是有意识的行为,沟通是你被理解了什么而不是说了什么。**
-
-![image-20210219100041414.png](https://i.loli.net/2021/02/19/iBtrTfNOUHelQYJ.png)
-
-信息发送传递到接收的过程图例中可发现,干扰变量是存在于整个过程的;信息的发送者或接受者在编码、解码以及接收过程者可能会遭到各种因素的干扰,以至于信息的初始想法、传递和理解等方面都可能被误解、歪曲。
-
-![image-20210219102712286.png](https://i.loli.net/2021/02/19/GbS2NQe9VCcoU7v.png)
-
-我们再由过程去推导出沟通的要素,自我总结虽不如编书定稿的出版团队完善,但非常有必要。再来将信息的构成与信息传递的过程进行关联,我们将得到一个深刻印象。
-
-![image-20210219172449825.png](https://i.loli.net/2021/02/19/urZNntqUsd2hfFw.png)
-
-我们此时也不需要一昧的记住所谓的总结要点,看看就行,注意哪些是“我”没说到的,再去了解所没说到的要点的系列充分过程。
-
-![image-20210219103733127.png](https://i.loli.net/2021/02/19/J2HBtv4eufrqmOp.png)
-
-
-
-## 沟通结构
-
-我们试图执行推论过程,由图中给出的结构推导结论去联想推导出该结论的原因,我们要对结论建立一个分析过程:
-
-* 为什么此类结构快?而其他类结构又慢?
-* 正式沟通与非正式沟通的区别之处有哪些?
- * 轮型像是多人为共同的主题聚焦,特点饱和度应该说是提议信息充分
- * Y型与链型多了一个信息渠道的协同
- * 全方位型更像是一种项目实施分工的范围管理讨论交流
- * 圆形为什么交流准确性差,它更像链式的回环,而没向全方位各个节点相连,信息偏差纠正度较低
-
-![image-20210219113805439.png](https://i.loli.net/2021/02/19/GLQu5MF7gyI89bD.png)
-
-非正式沟通结构更像是以个人为中心的信息辐射式或链条式的扩散,信息源来自相对分散的个人。
-
-![image-20210219114522169.png](https://i.loli.net/2021/02/19/bhqDSGw1HKpJYEr.png)
-
-### 沟通媒介特性
-
-实际上内容的受重视度取决于个人对有着较为明晰的共同利害关系,实际上电话、面谈、手册其实只是一种表现形式而已。不过度迷信于定论,而是推敲为什么会下此定论及原因,这才是重点。
-
-![image-20210219144450297.png](https://i.loli.net/2021/02/19/GfYjm9OBH2R47UX.png)
-
-## 沟通在项目中的应用
-
-项目沟通管理就是:要保证项目信息能够被及时、适当地生成、收集、分发、存储以及最终进行处理的过程。
-
-![image-20210219145507961.png](https://i.loli.net/2021/02/19/AZ54lVtxLOw6SuU.png)
-
-这一部分可以类比下标书文件的运维事件处理流程的描述,实际上也是一个沟通的过程。
-
-![](https://i.loli.net/2020/05/31/lXOJuSQUGdacKIq.png)
-
-**实际案例:**
-
-**项目状态报告/沟通协调管理**
-
-* 定期的(季月周)计划报告制度报告制度
-* 不定期的协调会制度(例会)、固定的协调联系人(固定项目组成员)
-* 绩效量化与审查输出绩效报告
-
-![](https://i.loli.net/2020/05/31/IvesQF1rpk2cHKd.png)
-
-## 团队沟通
-
-### 场合与会见
-
-会见的目的无非即是想促成谈判达成共识条件。
-
-![image-20210219155017776.png](https://i.loli.net/2021/02/19/gQICEztKcn9i2jJ.png)
-
-演讲的实施过程(拼图-文字环绕图),用于了解和具体实施的查询纲要。(无需记忆)
-
-![image-20210219155426360.png](https://i.loli.net/2021/02/19/zIfoeXLU7yTvNaw.png)
-
-### 例会责任分工
-
-例会责任分工也是闭环复盘的催化剂,马太效应也适用很多事例,多人会议也是需要此类分工,更便于有效地进行例会讨论及人员管理的。
-
-![image-20210219152659031.png](https://i.loli.net/2021/02/19/HMjybxAg4ItwGmC.png)
-
-对下图总结的观点分析:
-
-第一层思路,该类总结是作者实际经历过的体会感悟,团队-个人。第二层推演,之所以主持标明“主持人原因”,应该是会议的权重及关注度高,控场的对个人的素养要求高。第三层要素性,时间、地点、人物。
-
-![image-20210219153258544.png](https://i.loli.net/2021/02/19/PB1WYa3Sqp45v89.png)
-
-## 沟通表达纲要
-
-这个团队精神是以更大的回报作为支撑,过于画饼则会导致冲突失去希望进行消极怠工跳槽,潜在的也会对团队造成负面影响。口头上的称兄道弟也是体认他人价值的常见的手法,但就像美女帅哥叫多了也平平无奇。而比较好范例是表达同事及下属所处岗位的重要以及即时性。
-
-配合及建议性地指导工作,也是体认他人价值,以及与维护团队整体团结相辅相成的。
-
-![image-20210219160924647.png](https://i.loli.net/2021/02/19/Hq9DmeW7Gby3vLO.png)
-
-![image-20210219161506663.png](https://i.loli.net/2021/02/19/G1zRHoZOFW92kCg.png)
-
-### 阐述观点方式
-
-平时日常说话时强加练习应该会有所成效,具体的例子就是[【睡前消息169】有进无出,700万外卖骑手的内卷人生](https://www.bilibili.com/video/av627214923)的论点观点表述,完全符合如下图几点。
-
-![image-20210219161855648.png](https://i.loli.net/2021/02/19/SkYAflaZ4CIM29G.png)
-
-达成协议表示感谢,同时发现变化及时沟通;对于不善于感谢的我们倒是可参考如下图的几个方面:
-
-* 自发地分享信息的感谢(支持的感谢)
-* 共同合作以及分享成果的感谢(你把我当朋友而分享的喜悦)
-
-![image-20210219162145764.png](https://i.loli.net/2021/02/19/MKGo42VTWjHf3Nx.png)
-
-### 期望值与原则
-
-我们利用拼图来理解这些期望与相关的处事原则。
-
-![image-20210219165300453.png](https://i.loli.net/2021/02/19/rWq24X3S1OVgMb5.png)
-
-## 冲突管理
-
-我们比对下沟通有效性与冲突过程。
-
-![image-20210219173927725.png](https://i.loli.net/2021/02/19/NGQK1szurBbwSEA.png)
-
-![image-20210219174118663.png](https://i.loli.net/2021/02/19/UgWz4AQBFj356en.png)
-
-这个人格化让我想到不要以人格化去看待项目经理以企业、项目团队效益为导向处理事情,以及进行相关决策。
-
-### 引发冲突过程与分析
-
-冲突的行为过程导向图解,这份图解在于帮助我们了解自身的愤怒与冲突,类似一个冷天提前预防感冒一样,提前了解原因的同时,也好争取时间做个人乃至集体性的严密的防范措施。
-
-![image-20210219174827635.png](https://i.loli.net/2021/02/19/XcwSkpdTZf84Bm1.png)
-
-![image-20210219175200567.png](https://i.loli.net/2021/02/19/5bwhfeWgm4RA8sv.png)
-
-### 互动
-
-怎样将来自全国各地有着不同经历的人们为了共同的目标汇聚到一起?
-
-![image-20210219174326199.png](https://i.loli.net/2021/02/19/ZiyepJ1R6cUsmHB.png)
-
-正视与协作,至少一个时间段要营造出这一环境氛围,在较为乌托邦的环境里人的冲突争执意识会少很多,相对来说更愿意听取意见及措施。
-
-![image-20210219175645242.png](https://i.loli.net/2021/02/19/eAqCUvD9xnTRGjK.png)
-
-贴附该图的目的,也不是死记住这些要点,而是我们依据冲突的分类去更方便地理解冲突的原因,好进行下一步分析。
-
-![image-20210219180246228.png](https://i.loli.net/2021/02/19/zMKq6InTtJopsr5.png)
-
-## 沟通功能及目的
-
-我的理解:一个事物有一定功能才有使用价值(目的);我们先略览下图,再图蒙盖掉,自己想一下沟通的功能。
-
-* 我按自己的想法第一个想到的是:能够达成自己目的,再由此推导->促进交流增进关系。
-
-再以自己的想法对比下图:
-
-我的结论是对以前经验现象的描述,而下图是由现象规律抽象出行为过程(函数),以及相关运作图解,这些函数按照一定流程执行即为目的。
-
-![image-20210219104908804.png](https://i.loli.net/2021/02/19/ZMkd2wl7ECSyH1c.png)
diff --git "a/_posts/2021/2021-03-07-\351\230\266\347\272\247\345\220\257\347\244\272\345\275\225.md" "b/_posts/2021/2021-03-07-\351\230\266\347\272\247\345\220\257\347\244\272\345\275\225.md"
deleted file mode 100644
index 71a375fd88..0000000000
--- "a/_posts/2021/2021-03-07-\351\230\266\347\272\247\345\220\257\347\244\272\345\275\225.md"
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: 阶级启示录
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
----
-
-徘徊过了多少载书窗,住过多少车站城中村农民房,才会觉得受苦也并不冤枉,社会主义核心价值观是用来浏览还是用来珍藏,好让日子天天过得难忘。
-
-> [2002N-张翼-当前中国中产阶层的政治态度 Ξ](https://www.2002n.com/d/img/upfiles_6/20088211212345.pdf) 摘录
->
-> ![image-20210307161932426.png](https://i.loli.net/2021/03/07/WuhDfjUYB1kxesV.png)
->
-> ![image-20210307154554083.png](https://i.loli.net/2021/03/07/5Lxwno7HdTqMgJl.png)
-
-
-
-
-
-这是一份08年的调查不得不说很超前。读过书明事理的人,大多数已经成了国家公务员、事业编群体。资本领域用一些扩招群体社会务工人士,充作不断劳作的螺丝钉,必须用奶头娱乐偶像形式来心理按摩疏导,类宗教口号使他们觉得所做的事都是对的,“撸起袖子加油干”只不过是个口号,跟“阿弥陀佛”其实是一样的。
-
-![](https://s1.moetech.me/2021/03/07/2020101216030371.jpg)
-
-如图,社会的阶级等级较为大略的划分,我们要承认社会是存在阶层的,并不是平等的。但我们自己也要有一个大致的定位,**对资本涓滴和对剩余价值压榨,所以我们要独立思考,努力学习争取自己权益,让自己过得更好,不盲从,有目标才是真理**。
-
-为什么大多数人都没有独立思考能力?
-
-* [反本能、消耗、群体的角度](https://www.zhihu.com/question/20364224/answer/1722632290)、[思考领域的角度](https://www.zhihu.com/question/20364224/answer/1674071249)、[知识与经历](https://www.zhihu.com/question/20364224/answer/25514769)
-
-为什么很多人喜欢将国家拟人化?
-
-* [为什么是祖国母亲而不是祖国父亲?](https://www.zhihu.com/question/413610474)
-
-* [遮蔽内部矛盾(民族、阶层)或转移矛盾角度](https://www.zhihu.com/question/30172909/answer/641826915)
-* 《人类简史》、《社会契约论》、《国富论》
-
-**人最宝贵的是独立思考,有了独立思考我们才能有更好的追求希望,不管再怎么艰难也绝不可放弃独立思考。每个人的生命只有一次,它也是不可剥夺的一部分。**
-
-
-
-
diff --git "a/_posts/2021/2021-03-28-\344\270\200\347\233\264\345\255\230\345\234\250\345\276\205\350\247\243\345\206\263\347\232\204\344\272\213.md" "b/_posts/2021/2021-03-28-\344\270\200\347\233\264\345\255\230\345\234\250\345\276\205\350\247\243\345\206\263\347\232\204\344\272\213.md"
deleted file mode 100644
index 062995780d..0000000000
--- "a/_posts/2021/2021-03-28-\344\270\200\347\233\264\345\255\230\345\234\250\345\276\205\350\247\243\345\206\263\347\232\204\344\272\213.md"
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: 一直存在待解决的事
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
-math: true
-mermaid: true
-date: 2021-03-28 17:25:14
----
-
-### 序
-
-没经验该怎么处理事情,这一直是一件待完善的事情啊。这里推荐《非对称风险》这本书,至少对我很有启发,也希望能帮到你。
-
-* [知乎-在缺乏知识经验的前提下,如何分辨信息的真假?](https://www.zhihu.com/question/28730045/answer/42104079)
-* [知乎-有哪些你觉得是常识,但大部分人好像并不知道的事?](https://www.zhihu.com/question/422686198/answer/1505427901)
-* [公考常识怎么准备?- 知乎](https://www.zhihu.com/question/349643487/answer/1214068820)
-
-### 正文
-
-记住所有的各行各业常识、规则也不现实,我们之所以想记住它也无非是一开始为了更好的选择。可选择通常是带有决策性的,事物也是具有连锁反应关联性的。说到底还是要考量信息的对称性,人物角色是否受我们决策而利益受到影响?他们对信息的理解度以及行为是否民科?无数次随即生存的决择。
-
-有时我们所要处理的事情是这样的,这项任务工作或这项异常本身就是我们处理的,但又遇到自己也不清楚的知识点相关名词,而且这项事情还很紧急,我们该怎么做?这里还有个潜在的风险寻租,他们的所有历史风险全都托到我们这了,若是稍存有数据损失就是我们的责任了。
-
-* **承认自己能力不足,找比自己更了解的人处理**
-* **网上搜寻关于此名词的相关事件(作用、风险、后果)**
-* **如果还不熟练这操作,再来看一遍此文章吧,一步步实施**
diff --git a/_posts/2021/2021-04-14-oh-my-zshpowerline.md b/_posts/2021/2021-04-14-oh-my-zshpowerline.md
deleted file mode 100644
index 79100932b6..0000000000
--- a/_posts/2021/2021-04-14-oh-my-zshpowerline.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "oh my zsh,powerline"
-date: 2021-04-14 11:25:33 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [chip]
----
-
-![ ](https://i.loli.net/2021/04/14/Mf3Fl5E1rp7jmKS.png)
-
-
-
-## oh my zsh
-
-复制粘贴到终端运行。
-
-`sh -c "$(wget -O- https://gitee.com/mcornella/ohmyzsh/raw/master/tools/install.sh)"`
-
-将终端字体设置成powerline,防格式乱码。
-
-## powerline
-
-```
-# clone
-git clone https://github.com.cnpmjs.org/powerline/fonts.git
-# install
-cd fonts
-./install.sh
-```
diff --git a/_posts/2021/2021-04-16-latex-atom.md b/_posts/2021/2021-04-16-latex-atom.md
deleted file mode 100644
index 2edfd0426f..0000000000
--- a/_posts/2021/2021-04-16-latex-atom.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "latex + atom"
-date: 2021-04-16 17:29:18 +0800
-author: hoochanlon
-category: [2021.]
-tags: [chip]
-math: true
-mermaid: true
----
-
-有关于latex + vs code配置过于繁杂,还不如不用vs code,换一种简便形式。没必要为了完成而完成,进行毫无意义浪费时间的复杂化,而进行所谓的折腾。至于所谓的配置繁杂交给官方或时间来解决吧。
-
-* [知乎用户-有哪些好的 LaTeX 编辑器?](https://www.zhihu.com/question/19954023) ——忽略vs code
-
-* 下载最base的镜像包:[清华大学镜像站-mac/mactex/](https://mirrors.tuna.tsinghua.edu.cn/ctan/systems/mac/mactex/)——BasicTeX.pkg
-* atom插件——latex、latex-language、pdfjs-viewer
-
-创建一个专用于latex写作记录📝的文件夹📁,便于往后的兴趣调试与研究。
-
diff --git "a/_posts/2021/2021-04-20-\345\257\271\351\205\215\347\275\256\345\271\263\345\217\260\347\232\204\345\217\215\346\200\235\342\200\224\342\200\224latex.md" "b/_posts/2021/2021-04-20-\345\257\271\351\205\215\347\275\256\345\271\263\345\217\260\347\232\204\345\217\215\346\200\235\342\200\224\342\200\224latex.md"
deleted file mode 100644
index 7076276491..0000000000
--- "a/_posts/2021/2021-04-20-\345\257\271\351\205\215\347\275\256\345\271\263\345\217\260\347\232\204\345\217\215\346\200\235\342\200\224\342\200\224latex.md"
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: "对配置平台的反思——latex"
-date: 2021-04-20 08:21:02 +0800
-author: hoochanlon
-category: [2021.]
-tags: [chip]
----
-
-一直加班,脑袋都变得不清醒了,头重脚轻的,最优解—打车回家。当我回到家附近去买瓶饮料时,老板也在打瞌睡...当我询问优惠时,老板却告知输密码没付钱...老板也是昏昏欲睡的,精神萎靡...
-
-看到便利店老板如此这般,我深感到加班的可怕,对人脑神志的摧残,最让人感到畏惧的是大家都会把你的加班当作习以为常与理所当然的事。
-
-毛病不改,积恶成习。
-
-## 正文
-
-这是我在Windows平台搭建latex环境写作平台发现的:
-
-- 不同平台配置也是存有微妙差异,而这种微妙差异却极为棘手
-- 与其花费大把时间浪费在不同配置上,不如找个轻松在线平台环境搞定
-- 一直做这种自找没趣的geek,是傻瓜式行为
-- 长期与发热的机器打交道反而忽视最重要的人际关系
-
-在线几个latex以备便捷化使用:
-
-- https://www.latexlive.com
-- https://latex.91maths.com
-- https://zh.numberempire.com/latexequationeditor.php
-- https://www.zhihu.com/question/21375839/answer/1001223700
-
-
-好吧,当我打开iOS的文稿.app时,其实它已经自带latex了...来自我的备忘录。
diff --git "a/_posts/2021/2021-04-22-\345\207\240\345\217\252\350\234\230\350\233\233\344\270\216\346\225\260\345\255\227\347\214\234\350\260\234.md" "b/_posts/2021/2021-04-22-\345\207\240\345\217\252\350\234\230\350\233\233\344\270\216\346\225\260\345\255\227\347\214\234\350\260\234.md"
deleted file mode 100644
index 7637ef0354..0000000000
--- "a/_posts/2021/2021-04-22-\345\207\240\345\217\252\350\234\230\350\233\233\344\270\216\346\225\260\345\255\227\347\214\234\350\260\234.md"
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: "几只蜘蛛与数字猜谜"
-date: 2021-04-22 10:51:54 +0800
-author: hoochanlon
-category: [2021.]
-tags: [即时爱好]
-math: true
-mermaid: true
----
-
-一次实验性使用latex 🧪
-
-![ ](https://i.loli.net/2021/04/22/PXEfKNMJbwHCUl9.png)
-
-```latex
-\documentclass{article}
-\begin{document}
-8(8-x)+6x=54\par
-8*8-54=(8-6)x
-\end{document}
-```
-
-$$
-\begin{matrix}
- 8(8-x)+6x=54\\
- 8*8-54=(8-6)x
-\end{matrix}
-$$
-
-![ ](https://i.loli.net/2021/04/22/1DsSAGxeyJP9a2Q.png)
-
-```latex
-\documentclass{article}
-\begin{document}
-((x+1)3+1-4) \div 4
-\end{document}
-```
-
-$$
-\begin{matrix}
- ((x+1)3+1-4) \div 4\\
- 3x+3-1-4
-\end{matrix}
-$$
diff --git "a/_posts/2021/2021-04-23-\350\260\210\344\272\222\350\201\224\347\275\221\345\267\245\345\205\267\344\271\246\350\220\245\351\224\200.md" "b/_posts/2021/2021-04-23-\350\260\210\344\272\222\350\201\224\347\275\221\345\267\245\345\205\267\344\271\246\350\220\245\351\224\200.md"
deleted file mode 100644
index 0725164727..0000000000
--- "a/_posts/2021/2021-04-23-\350\260\210\344\272\222\350\201\224\347\275\221\345\267\245\345\205\267\344\271\246\350\220\245\351\224\200.md"
+++ /dev/null
@@ -1,40 +0,0 @@
----
-title: "谈互联网工具书营销"
-date: 2021-04-23 14:13:11 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
----
-
-**民科、限时抢购&名额有限、造势、身份焦虑**
-
-至少目前所见,网名小傅哥,GitHub从当初120左右的followers,涨到如今的千人,csdn博客不清楚;微信群方面也是博客站点、朋友圈、 群组多方面推广等。我推测像这样运营,前期是积淀不说深厚,但至少是有较有经验的,以及小众的支持者或称粉丝、受众。再从此基础上组建粉丝群,微信、QQ群推广拉人,利用人际网络的推广之后,整理笔记文稿出书。
-
-
-
-另一个中通丁威一直在用 **抢购**、**限时**、**名额有限**,这类能够让人产生情绪亢奋的词汇去轰炸,尤其是一些新人或是[偏执型](https://www.zhihu.com/question/54418491/answer/251014059)深究者,也是极为容易受稀缺情绪影响进行消费,也就是所谓的自我投资,当然这种投资往往在事后发现其实并不划算...
-
-他俩在朋友圈中也是互有合作推广,至于这么认识,可能圈子也就这么大吧,或是他人介绍又或是听说联系上的,这也仅是我个人推测罢了。
-
-尤其互联网软件一块,我自身的处境来看挺[民科](https://baike.baidu.com/item/%E6%B0%91%E7%A7%91/11050267?fr=aladdin)的,也热衷于造神造大牛。顺便插上一句:今日热榜的鸟哥笔记、人人都是产品经理的相关top文章可以了解看一看,里面也有解释相关的营销手法。
-
-这些说起来,培训机构确实着实很擅长这一套手法的。互联网书籍通常卖得普遍也比较贵,网课其实也半斤八两,我虽没出版过互联网书籍,我也是联想几种可能:
-
-* 畅销,中青年群体受众广,体量较大
-* XX语言YY框架技能知识容易过时,迭代快
-* 出版费、税等综合方面也相对较高
-* 更多的资本赚取,毕竟做生意,不寒掺
-
-关于民科的话题,知乎也是有不少说中现象的回答,都不需要高学历权威效应也可以出书。这也是复制时间产出资本的一个不错的选择,现在来看做这一块的也是多入牛毛,因为网络把各行各业的这些汇聚到一起了。现实工作中,实际遇到此类人也是较为少数的,大多数人都是过一如既往地过着自己小日子的。
-
-非对称风险角度,以及资本与舆论之间的导向解读有目的谬误与单纯的错误的差异。
-
-* [民科到底是一个什么样的群体?-戴为的回答](https://www.zhihu.com/question/54418491/answer/167501402)
-
-对学术知识认知不足与期盼身份焦虑认可满足
-
-* [民科到底是一个什么样的群体?-罗化生的回答](https://www.zhihu.com/question/54418491/answer/139542416)
-
-这也让我发现出书其实并不需要特别高的学历门槛...反倒增强了我的自信
-
-* [民科到底是一个什么样的群体?-匿名用户的回答](https://www.zhihu.com/question/54418491/answer/251187893)
diff --git "a/_posts/2021/2021-04-25-\344\273\243\346\225\260\345\210\235\350\257\206\342\200\224latex.md" "b/_posts/2021/2021-04-25-\344\273\243\346\225\260\345\210\235\350\257\206\342\200\224latex.md"
deleted file mode 100644
index 77a2f08145..0000000000
--- "a/_posts/2021/2021-04-25-\344\273\243\346\225\260\345\210\235\350\257\206\342\200\224latex.md"
+++ /dev/null
@@ -1,85 +0,0 @@
----
-title: "代数初识—latex"
-date: 2021-04-25 11:15:25 +0800
-author: hoochanlon
-category: [2021.]
-tags: [即时爱好]
----
-
-所谓的小学知识其实就算给一个成年人来做也未必做的出。本身有趣的内容成了打击他人抬高自身智商的手段,不可取,也无意义。
-
-
-
-![截屏2021-04-25 上午11.19.18.png](https://i.loli.net/2021/04/25/J1gbaOrLTv69GxR.png)
-
-好久没做数学了,说实话,第一次写成
-
-$$\begin{cases}x+1=2y\\ x-1=y\end{cases}$$
-
-确实很无语...😓后来看了答案才更正为如下
-
-$$\begin{cases}y+1=2(x-1) \\x+1=y-1\end{cases}$$
-
-```latex
-\documentclass{article}
-\begin{document}
- \begin{equation}
- %left right为闭合数组范围%
- \left\{\begin{array}{l}
- y+1=2(x-1) \\
- x+1=y-1
- \end{array}\right.
- \end{equation}
-\end{document}
-```
-
-还有一个割草问题也是让人困惑:
-
-一组割草的要把两片草地全割掉。大草地比小草地大一倍,全体组员首先用半天时间割大草地的草,到下午,他们对半分开:一半留在大草地,到傍晚时正好把大草地割完;另一半到小草地去割,到傍晚时还剩了一小块,这一小块如果有一个人去割,正好用半天时间。问:这个组有多少人?
-
-我的思路陷入死胡同,把草地和人数/效率完全孤立来看,大草地的1/2,人数的1/2,xy,半天把大草地割完...怎么也想不通。
-
-![IMG_0812.PNG](https://i.loli.net/2021/04/25/AuT6OZQhIBNmCzk.png)
-
-看了图也是之后拆解代数才想通的。
-
-* 全队的量x+半队的量1/2x=大草地
-* 半队的量1/2x,一个人的量为y=小草地(大草地的1/2)
-
-$$
-\begin{cases}
-\frac{1}{2}x+x=1 \\ \frac{1}{2}x+y=\frac{1}{2}
-\end{cases}
-$$
-
-```latex
-\documentclass{article}
-\begin{document}
- \begin{equation}
- %left right为闭合数组范围%
- \left\{\begin{array}{l}
- \frac{1}{2}x+y=\frac{1}{2} \\
- x+\frac{1}{2}x=1
- \end{array}\right.
- \end{equation}
-\end{document}
-```
-
-$$
-\begin{matrix}
-\frac{1}{2}x+\frac{2}{2}x=1 \\
-x= \frac{2}{2} \times \frac{2}{3} \\
-x= \frac{4}{6} \\
- \frac{1}{2}x+y=\frac{1}{2} \\
- y = \frac{1}{6}
-\end{matrix}
-$$
-
-草地总量是$$1\frac{1}{2}$$,也就是$$\frac{3}{2}$$;我们之前求的单人效率是$$\frac{1}{6}$$,把总量减去单人即全队$$\frac{9}{6}-\frac{1}{6}$$,也就是8人。
-
-
-公式写作参考:
-
-* [丝贝视像-高精度计算机视觉-latex的一些常用格式(参考)](https://blog.csdn.net/tanmx219/article/details/83040062)
-* [csdn-latex 中的 \left 和 \right](https://blog.csdn.net/u014791046/article/details/51367338)
-* [stackexchange-illegal character in an array arg](https://tex.stackexchange.com/questions/455494/i-am-getting-illegal-character-in-an-array-arg)
diff --git "a/_posts/2021/2021-04-26-\347\256\200\345\215\225\346\226\271\347\250\213\351\252\214\351\224\231.md" "b/_posts/2021/2021-04-26-\347\256\200\345\215\225\346\226\271\347\250\213\351\252\214\351\224\231.md"
deleted file mode 100644
index c4dbb57191..0000000000
--- "a/_posts/2021/2021-04-26-\347\256\200\345\215\225\346\226\271\347\250\213\351\252\214\351\224\231.md"
+++ /dev/null
@@ -1,85 +0,0 @@
----
-title: "简单方程验错"
-date: 2021-04-26 14:28:56 +0800
-author: hoochanlon
-category: [2021.]
-tags: [即时爱好]
----
-
-我对不解的疑惑🤔
-
-## 正负数结果
-
-![截屏2021-04-26 下午2.31.55.png](https://i.loli.net/2021/04/26/ulAHsn9SMhrOt7a.png)
-
-$$
-\begin{matrix}
- 32+x=(5+x)\times 10
-\end{matrix}
-$$
-
-```
-\documentclass{article}
-\begin{document}
- \begin{matrix}
- 32+x=(5+x)\times 10
- \end{matrix}
-\end{document}
-```
-
-![截屏2021-04-26 下午2.46.14.png](https://i.loli.net/2021/04/26/bZSi7w94nOvCcGE.png)
-
-***结果为正,实际情况为负***
-
-## 矛盾方程组
-
-![截屏2021-04-26 下午2.53.28.png](https://i.loli.net/2021/04/26/prmyO3MzfWKvZ76.png)
-
-$$
-\begin{cases}y-x=4 \\
-(10y+x)-(10x+y)=27
-\end{cases}
-$$
-
-```latex
-\documentclass{article}
-\begin{document}
- \begin{equation}
- %left right为闭合数组范围%
- \left\{\begin{array}{l}
- x-y=4 \\
- (10x+y)-(10y+x)=27
- \end{array}\right.
- \end{equation}
-\end{document}
-```
-
-说实话我算出了36,却没注意化简这个两个方程发现矛盾点。
-
-![截屏2021-04-26 下午3.27.42.png](https://i.loli.net/2021/04/26/NXmVErcl8q1w53k.png)
-
-## 恒等
-
-![截屏2021-04-26 下午3.30.34.png](https://i.loli.net/2021/04/26/6D9TGZ5UXLwNM7r.png)
-
-$$
-\begin{cases}y-x=3 \\
-(10y+x)-(10x+y)=27
-\end{cases}
-$$
-
-```latex
-\documentclass{article}
-\begin{document}
- \begin{equation}
- %left right为闭合数组范围%
- \left\{\begin{array}{l}
- x-y=3 \\
- (10x+y)-(10y+x)=27
- \end{array}\right.
- \end{equation}
-\end{document}
-```
-我计算得出是27,却怎么也百思不解。也没求出x或y的值
-
-![截屏2021-04-26 下午4.04.51.png](https://i.loli.net/2021/04/26/Ptb7BYOp8UDKJXx.png)
diff --git "a/_posts/2021/2021-04-29-\351\207\207\350\264\255\351\242\221\347\271\201\345\275\223\345\244\251\347\246\273\350\201\214\347\232\204\351\202\243\344\272\233\344\272\213.md" "b/_posts/2021/2021-04-29-\351\207\207\350\264\255\351\242\221\347\271\201\345\275\223\345\244\251\347\246\273\350\201\214\347\232\204\351\202\243\344\272\233\344\272\213.md"
deleted file mode 100644
index c21f75db4c..0000000000
--- "a/_posts/2021/2021-04-29-\351\207\207\350\264\255\351\242\221\347\271\201\345\275\223\345\244\251\347\246\273\350\201\214\347\232\204\351\202\243\344\272\233\344\272\213.md"
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "采购频繁当天离职的那些事"
-date: 2021-04-29 21:10:41 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [生活杂事录]
----
-
-一开始简历上写着的工作也是持续1-2年左右,按理说都来入职了,薪资待遇其实都谈妥了,环境其实也并不是快速离职的决定因素。那又会是哪些原因促使其离职呢?
-
-事后,我也是找了采购同事询问:“他们是不是认为工作不符合预期的内容?不是干一档子事情”,半开完笑的说是电脑配置问题。可这也不是主要因素,后来同事道出**压力大**,仅仅是压力也是说明不出什么更多的信息,我之前也是没对压力大这词引起足够注意,单纯认为是工作量问题。
-
-离职的新人看到同事难以交付物料的困扰与繁复的电话沟通催料。香港货代物料、订单,甚至报关数量都需要调整,责任的风险后果承担上缺乏安全感。以及可能存有还没有交付重复性的工作,当然还有初来乍到就加班加点完成任务...所以就直接劝退了新人。
-
-连续三人离职,已经不是用所谓的巧合能够解释的事了。—— 4月23号启示录
diff --git "a/_posts/2021/2021-05-02-\345\221\250\346\227\245-\346\231\264.md" "b/_posts/2021/2021-05-02-\345\221\250\346\227\245-\346\231\264.md"
deleted file mode 100644
index f8dca490da..0000000000
--- "a/_posts/2021/2021-05-02-\345\221\250\346\227\245-\346\231\264.md"
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: "2021.5.2 周日 晴"
-date: 2021-05-02 09:17:59 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
----
-
-## 想让工作正常化,业余生活充足化
-
-老实说,我是基于心理账户补偿而去在上班时间做的数学。对比之前呢,我之前是在做完工作的基础上会额外想一些基于工作建设上的事情,自从在工作学习数学反而成了只是应付工作。这也是今天休息偶然察觉到的,忽然发现这么做有些得不偿失:
-
-* 上司认为你干活只是为了应付完成而已
-* 自己只是为了完成应付,不会更深入的思考工作问题
-* 自己投入过多精力损耗,无心应对工作...
-
-问题点还是没能够聚焦嘛,别人摸鱼是放松脑子,我摸鱼是研究我不擅长且不相关的专业。网络占比显然也没桌面、数据库、流程事件多。数据库暂时没机会给我触碰,那么我关注的焦点就是流程业务。
-
-至于数学嘛,周末研究也未尝不可嘛;有关于相亲对象,反正没有所谓的恋爱经验,就那你刷个副本,就像爱情转移的歌词一样反省出梦想。记录下所谓的男女恋爱心理。对于我来说其实并不没有什么失去的嘛,为何不做呢?
-
-
-
-## 媒体市场营销让我敬畏
-
-顺便说下,我最近看了 [“偷换人生28年”不予立案后:我们与恶的距离到底有多远?](http://www.360doc.com/content/21/0421/21/71770510_973484134.shtml),其实我对媒体的消息也是保持怀疑正反两方向的解读或是过目,特别是网上论坛的人们喜欢把国家人格化、机构人格化,加之我曾涉猎过一些关于营销的小品文,对此也是甚是敬畏。
-
-下面这几段摘录让我感触很深
-
-> 要假定你的观众只有 **“7 岁智商”、“初中学历”**。这一点在 “偷换” 案中表现得尤为明显。由于时空环境变化,如今正规媒体式微,自媒体(特别是短视频)已经成为网友了解事情的主要渠道。这些自媒体肯定不如正规媒体有严格的编发要求,至少有一个 “编辑” 把关,往往是编、采、播一条龙,因此随意性也更大。
->
-> 而这些自媒体为了自身流量,往往以明显有**倾向性、情绪化、丑化**的方式进行追踪关注,有些博主甚至完全不讲基本逻辑,连 “聊天记录” 也敢伪造,一切以“7 岁智商”、“初中学历” 最能接受的 **“黑白分明”、“阴谋论”** 为主要立论。在他们的文字下,**“中立”、“平衡”** 这些新闻基本视角是完全消失的。
->
-> 我仔细观察了这一事件中跳的比较活跃的账号,他们在此前的热点事件中,也是扮演类似的角色,而且 **“反转” 后连一条澄清信息也不会发,继续追逐下一个热点了。**反正什么是热点,他们就起哄,怎么写可以来流量就怎么写,而不是什么是符合真实的怎么写。
->
-> 当然,这些自媒体往往会把责任甩锅给网友:因为他们喜欢看啊,我不这样做就没有流量(没有钱)。
-
-根据客户与受众的提供内容,这不得不让我引起反思
-
-> 许多媒体被收视率绑架,有实际经营难题,不过往另一方向想,**如果观众的新闻喂养是因为媒体,而媒体手上明明握有社会公器,却归因于观众的选择,因为你们想看,所以我这么做。我认为有点倒果为因,媒体应该教育观众,提出适合喂养的新闻,而不是你一直喂观众吃毒药,再归咎于 “因为他们想吃”**。
->
-> 虽然这一段话主要是说给正规媒体听的,但是我认为既然自媒体已经成为 “新闻喂养” 的主体,那么也应予以规制。
->
-> 其实不仅仅是 “偷换” 案,这些年来许多引发热议的事件幕后都有这些媒体之 “恶” 在发挥作用,**他们不仅把受众当做 “七岁智商、初中学历”,而且也在培养更多人成为 “七岁智商、初中学历”,破坏了许多人本应具备的基本逻辑能力和思考能力。**
->
-> 如果受众自己不能意识到,继续被他们所左右,那于己是愚蠢的,于众则是时代的悲剧,势必将制造更多的 “恶”。
-
-说白了,自我的独立思考不能交给任何人。
diff --git "a/_posts/2021/2021-05-06-\344\273\230\351\222\261\351\227\256\351\242\230\344\270\215\345\256\232\345\274\217\346\261\202\350\247\243.md" "b/_posts/2021/2021-05-06-\344\273\230\351\222\261\351\227\256\351\242\230\344\270\215\345\256\232\345\274\217\346\261\202\350\247\243.md"
deleted file mode 100644
index f8a2415b1d..0000000000
--- "a/_posts/2021/2021-05-06-\344\273\230\351\222\261\351\227\256\351\242\230\344\270\215\345\256\232\345\274\217\346\261\202\350\247\243.md"
+++ /dev/null
@@ -1,78 +0,0 @@
----
-title: "付钱问题不定式求解"
-date: 2021-05-06 15:20:25 +0800
-author: hoochanlon
-category: [2021.]
-tags: [即时爱好]
----
-
-
-方程由如下站点生成
-
-* [myscript](https://webdemo.myscript.com/views/math/index.html#)
-* [mathpix](https://mathpix.com/)
-* [cn.overleaf](https://cn.overleaf.com/)
-
-
-
-
----
-
-![截屏2021-05-06 下午3.33.09.png](https://i.loli.net/2021/05/06/bKZvX54pCrx9DWw.png)
-
-Ⅰ
-
-一开始看到这个问题,挺无解。因为我想把2x-5y=19以我的思维习惯解出唯一的正确答案...老是想把x又或是y求出来。x=(19-5y)/2,y=(19-2x)/5,可这么一来还是算不出什么,反而把自己搞迷糊...
-
-后来也是确实想不通也就没用方程了,而是根据这两数相减各位数是9,比如14-5,16-7之类,由此我便想到:
-$$
-\begin{matrix}
-5\times 5 = 25 \\
-2\times 22 = 44 \\
-44 - 25 = 19
-\end{matrix}
-$$
-
-有关于2的乘积结果无非也就2,4,6,8,0;5则对应0,5,0,5,0,5...。这么说也就只有2的乘积个位数上是4才能使尾数等于9。
-
-Ⅱ
-
-把前一个思绪理顺后,我着手思考书上问题的解法过程。书上可能是篇幅有限省略了类似草稿一样的式子转换。我看了这结果实在也确实想不通。9+2y,y+1,(19-5y)/2会等于这样的换算法,那其他公式会不会也是这样呢?什么鬼?摸不着头脑。
-
-$$
-\dfrac{19+5y}{2}=9+2y+\dfrac{y+1}{2}
-$$
-
-后来才知道原来是这样。
-
-$$
-9+2y+\dfrac{y+1}{2}=\dfrac{9\times2}{2}+\dfrac{2\times2y}{2}+\dfrac{y+1}{2}
-$$
-
-书中的代数t也是,把我绕了好一会儿。我当时想法如下,可是这不又陷入了死胡同了吗?
-
-$$
-\begin{cases}
-x=9+2y+t \\
-y=(9-t) \div 2
-\end{cases}
-$$
-
-书中利用$$\dfrac{y+1}{2}$$作为代数t,得到结论如下。
-
-$$
-\begin{matrix}
-x=9+2y+t \\
-y=2t-1 \\
-x= 9+2(2t-1)+t \rightarrow x=9+4t-2+t \\
-\downarrow \\
-\begin{cases}
-x=7+5t \\
-y=2t-1
-\end{cases}
-\end{matrix}
-$$
-
-了解完这些后剩下的也就能轻易看懂了。
-
-![截屏2021-05-06 下午5.21.21.png](https://i.loli.net/2021/05/06/LFnyD5YWJH9qhOV.png)
diff --git "a/_posts/2021/2021-05-07-\346\267\241\351\251\254\351\224\241\344\270\216\345\271\263\345\217\260\345\234\210\345\255\220\345\217\221\345\261\225\346\235\202\350\260\210.md" "b/_posts/2021/2021-05-07-\346\267\241\351\251\254\351\224\241\344\270\216\345\271\263\345\217\260\345\234\210\345\255\220\345\217\221\345\261\225\346\235\202\350\260\210.md"
deleted file mode 100644
index 7a8d3865cb..0000000000
--- "a/_posts/2021/2021-05-07-\346\267\241\351\251\254\351\224\241\344\270\216\345\271\263\345\217\260\345\234\210\345\255\220\345\217\221\345\261\225\346\235\202\350\260\210.md"
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "淡马锡与平台圈子发展杂谈"
-date: 2021-05-07 18:08:31 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
----
-
-看了这相关三篇文章[人民网-被誉为国有资本运营典范的新加坡“淡马锡模式”](http://finance.people.com.cn/n/2015/0323/c1004-26734362.html)、[新浪财经-深圳国资委是怎样神奇的存在](https://baijiahao.baidu.com/s?id=1698888952176306000&wfr=spider&for=pc)、[谢娜离开《快本》103天,暴露了芒果一姐的假相:有一种天真,叫错把平台当本事](https://mp.weixin.qq.com/s?__biz=MjM5MDc0NTY2OA==&mid=2651569375&idx=1&sn=c2a4fdc6624e80fb3b6d9b01346aff0c&scene=0),正好可以结合起来进行联想;虽说新浪财经、微信公众号的作者也存有夸大内容来阐述自己观点之嫌,但其表达的部分观点也是值得一番思考的。
-
-
-
-其实现在淡马锡模式运营的企业其实可能还真不少,结合我以前面试鸿联九五的经历来看,这实际上只是国企或国资委一种投资而已,类似有点于我们买股票,不参与运营决策,只拿点回报分红。这么看来,其实那次遇见的面试官对我还是较为诚恳的,只是自信地表述国企是我们的大股东,至少自吹自擂妄语说:我们是国企,国企的信息外包服务公司。
-
-现在来说平台确实大于个人能力,越大的平台就越是这样,要求也常高得离谱。毕竟坑位也是相对有限。微信流水文其实说的也对:整天跟身居高位有权势的人在一起,其实真正厉害的是平台,不是我。
-
-平台处处有能能者,也值得我去发现他们,了解他们,与他们友好相处;而错把平台当本事也是值得警惕的事情,这也是大忌,要不得的。
diff --git "a/_posts/2021/2021-05-08-\351\207\215\345\255\246\345\271\263\346\226\271\346\240\271\345\237\272\346\234\254\350\277\220\347\256\227.md" "b/_posts/2021/2021-05-08-\351\207\215\345\255\246\345\271\263\346\226\271\346\240\271\345\237\272\346\234\254\350\277\220\347\256\227.md"
deleted file mode 100644
index 2d593f5a03..0000000000
--- "a/_posts/2021/2021-05-08-\351\207\215\345\255\246\345\271\263\346\226\271\346\240\271\345\237\272\346\234\254\350\277\220\347\256\227.md"
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: "重学平方根基本运算"
-date: 2021-05-08 13:42:03 +0800
-author: hoochanlon
-category: [2021.]
-tags: [即时爱好]
----
-
-仅做平方根基本运算了解
-
-
-
-这是我考虑减法运算想到的:
-
-* [网络排行榜-根号可以开出负数吗?](https://www.pai-hang-bang.com/on/%E6%A0%B9%E5%8F%B7%E5%8F%AF%E4%BB%A5%E5%BC%80%E5%87%BA%E8%B4%9F%E6%95%B0%E5%90%97.html)
-* [wiki-虚数单位](https://zh.wikipedia.org/wiki/%E8%99%9B%E6%95%B8%E5%96%AE%E4%BD%8D)
-
-还有一个情况也是百度过后发现的
-
-![截屏2021-05-08 下午2.04.38.png](https://i.loli.net/2021/05/08/8GKSj4NDyEMAe1x.png)
-
-与书中刚好一致。
-
-![截屏2021-05-08 下午1.39.04.png](https://i.loli.net/2021/05/08/Gu3OKd42sqVIa1B.png)
-
-然后是下图书中的基本运算,发现了有意思的现象,平方根相加的平方算法。以$$\left( \sqrt{7}+\sqrt{10}\right) ^{2}$$ 为例
-
-$$
-\left( \sqrt{7}+\sqrt{10}\right) ^{2}=\left( 10+7\right) +2\times \sqrt{10\times 7}
-$$
-
-![截屏2021-05-08 下午2.17.21.png](https://i.loli.net/2021/05/08/Cy1OahmuFSX9xr6.png)
-
-还有一个有关于$$x^{x^{3}}=3$$的问题,刚开始看的时候也是挠头了好一会,一下没转过弯,x^x^3=3?这怎么可能?可实际上本身就这么回事。
-
-$$
-\begin{matrix}
-x^{x^{3}}=3 \\
-x=\sqrt[3] {3}
-\end{matrix}
-$$
diff --git "a/_posts/2021/2021-06-09-\345\221\250\344\270\211 \342\230\201\357\270\217.md" "b/_posts/2021/2021-06-09-\345\221\250\344\270\211 \342\230\201\357\270\217.md"
deleted file mode 100644
index ccf3ed956b..0000000000
--- "a/_posts/2021/2021-06-09-\345\221\250\344\270\211 \342\230\201\357\270\217.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "2021.06.09 周三 ☁️"
-date: 2021-06-09 16:37:26 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [生活杂事录]
----
-
-一些琐事
-没想到年纪大可以换成经验丰富来说
-两则年度消息
-不禁感叹资本营销手法确实惊叹不已
-
-又是高考&培训捆绑焦虑、乌合之众的狂热鸿蒙
-毕竟又不是关乎己身的新闻事件,那有什么好蹭热度的,无聊🥱
-朋友圈的广告
-我看得想吐了🤮
-还有一张骑行的新地图
-
-这些spam看得影响心情,多了也就麻木了;说起来上下班骑行的沙河小道,其实也挺好的。一时岁月静好,日常一地鸡毛,这可不就是生活吗?
-
-![截屏2021-06-09 下午4.41.12.png](https://i.loli.net/2021/06/09/5JuADGxzTHSl37O.png)
-
-![截屏2021-06-09 下午4.58.33.png](https://i.loli.net/2021/06/09/xPstMIJ4KwhGmQq.png)
diff --git "a/_posts/2021/2021-06-24-\346\277\200\346\264\273\346\224\271\350\243\205\345\224\256\345\220\216\351\227\256\351\242\230\346\261\207\346\200\273.md" "b/_posts/2021/2021-06-24-\346\277\200\346\264\273\346\224\271\350\243\205\345\224\256\345\220\216\351\227\256\351\242\230\346\261\207\346\200\273.md"
deleted file mode 100644
index 0a010cf8b1..0000000000
--- "a/_posts/2021/2021-06-24-\346\277\200\346\264\273\346\224\271\350\243\205\345\224\256\345\220\216\351\227\256\351\242\230\346\261\207\346\200\273.md"
+++ /dev/null
@@ -1,61 +0,0 @@
----
-title: "激活改装售后问题汇总"
-date: 2021-06-24 12:23:31 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [chip]
-math: true
-mermaid: true
----
-目前在处理的Office激活异常中遇到两种激活问题:
-
-1. 账号有Office2019,但本地端没有office2019
-
- 解决办法:卸载365,账号下载2019安装
-
-2. 账号没有Office2019,本地端也没预装(也可能之前卸载或升级过)
-
-
-
-## office2019激活
-
-**情景还原**
-
-第二个问题比较麻烦,明明标签体贴预装2019家庭版或学生版,但实际情况却没有安装。电话咨询客服,要一份Office2019安装包,可安装之后激活操作画面却并不像客服所描述的ui界面以及激活方式。于是再次咨询戴尔客服,戴尔客服表示微软问题,随即转接微软客服。我在一番陈述异常事由时,微软客服回应是戴尔客服安装包问题。于是致电戴尔客服重新核对安装包并发一份修复工具到邮件。
-
-Office2019修复之后的UI界面正如戴尔客服所描述那样,但依旧不能激活,登录账户还是显示未激活。于是再次联系微软说明异常事由,于是微软客服发来一份Office修复工具文件。按照提示看到窗口框显示的已修复xxx问题代码,再次登录Office2019惊喜发现:已激活。
-
-**过程归纳**
-
-咨询电脑厂家客服提供Office安装包及修复工具,致电Office厂商提供修复工具。
-
-**细节方面**
-
-只要笔记本或台式一体机提供预装正版Office,都是可以登录账号激活的。并不是完全限制在仅一台机器上。
-
-## 加装硬盘
-
-再联系戴尔客服了解可以加装硬盘后,顺便也咨询了电脑改装的售后问题。加装硬盘在非破坏的基础上是可以正常售后的(戴尔),于是我向戴尔索要了一份拆解的电子说明书和一份服务手册。
-
-* https://dl.dell.com/topicspdf/vostro-14-3400-laptop_owners-manual2_zh-cn.pdf
-* https://dl.dell.com/topicspdf/vostro-14-3400-laptop_owners-manual_zh-cn.pdf
-
-售后质量确实可以,至少资料方面挺齐全的。
-
-![截屏2021-06-24 上午11.31.38.png](https://i.loli.net/2021/06/24/th1F8oRwybJnTjP.png)
-
-## NTFS for Mac
-
-**情景还原**
-
-在淘宝向代理商家购买软件后,客服提供的安装包软件界面与其所述不一致,并没有输入序列号或许可证一项。在进入官网创建账号后还是不出现该类选项。卸载重装后也是如此。
-
-**总结**
-
-⚠️一定要分清国区与外服,国外国内激活机制不互通,账号以及安装包不通用。此外国区会提供一个不可激活的安装包,安装完软件账号登录后,进入账号内提供的下载链接才能正常激活。
-
-⚠️ 如果一款一年一代的软件售价偏高的话,300-500不等且激活方式是机器序列的激活码,还不如TNT。替换原文件或使用补丁。或是换用别的同类型软件。
-
-进入“国区官网”网页下载软件 https://china.paragon-software.com/home-mac/ntfs-for-mac/
-
-国区未登录账号下载软件是不能激活的,需要账号输入激活码再跳转账号购买页面才能激活,然后进入国区网页登录,进入国区账号下载提供的软件。
diff --git "a/_posts/2021/2021-07-06-\347\227\205\345\220\216\346\211\215\346\230\216\347\231\275\347\247\257\350\223\204\347\232\204\351\207\215\350\246\201.md" "b/_posts/2021/2021-07-06-\347\227\205\345\220\216\346\211\215\346\230\216\347\231\275\347\247\257\350\223\204\347\232\204\351\207\215\350\246\201.md"
deleted file mode 100644
index e9cd0e3430..0000000000
--- "a/_posts/2021/2021-07-06-\347\227\205\345\220\216\346\211\215\346\230\216\347\231\275\347\247\257\350\223\204\347\232\204\351\207\215\350\246\201.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: 一场病后才明白关于存钱积蓄的事情
-author: hoochanlon
-categories: [2021.]
-tags: [生活杂事录]
-math: true
-mermaid: true
-date: 2021-07-06 20:17:50
----
-
-工作之余所憧憬的兴趣如:数学、日语、极客,这些在日常暴饮暴食所累积的肾结石面前显得不堪一击,毕竟真实的现实可没什么积蓄,消费主义的借贷花销一遇CT体检测出的大病,真的只能束手无策了。
-
-
-
-写到这里,我才想到原来《古巴比伦最富有的人》真是值得一读与实践的书,特别是当下“营销为王”的时代,学习营销、社会学也有助人保持头脑清醒。目前所影响我的三本书,也算是一安利吧。
-
-* 《人类简史》
-* 《国富论》
-* 《这本书能让你戒烟》
-
-也庆幸在湘科职院认识了宿舍室友,他分享了其中一位室友如今的生活,走关系进海军服役,积攒积蓄在长沙买了房。自回忆从与他在宿舍相识以来,平日较为省吃俭用较为拮据,在同龄人也是如此,简简单单一日三餐,偶尔去超市买副食品,也不沉溺于游戏、电子产品。实在中的实在,生活现实化。
-
-回到开头,做手术的开销,工资以及工作,交房租,这三者确实是值得三思的一件事。也许,对于我来说最坏的结果可能是七月就申请一月病假,理想的情况应该是八月-九月。因为满一年的同时疫苗的第二针也打了。
diff --git "a/_posts/2021/2021-07-08-\346\270\270\346\210\217\350\277\207\345\220\216\346\230\257\347\251\272\350\231\232.md" "b/_posts/2021/2021-07-08-\346\270\270\346\210\217\350\277\207\345\220\216\346\230\257\347\251\272\350\231\232.md"
deleted file mode 100644
index 3cfa76fdad..0000000000
--- "a/_posts/2021/2021-07-08-\346\270\270\346\210\217\350\277\207\345\220\216\346\230\257\347\251\272\350\231\232.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: 游戏过后是空虚
-author: hoochanlon
-categories: [2021.]
-tags: [生活杂事录]
-math: true
-mermaid: true
-date: 2021-07-08 19:01:51
----
-
-完成了弹丸论破一周目不知道自己要干嘛了,特别是自己有结石病在身,让我开始思考是不是要冲击更高的方向?虽说以前冲击了好几次,但一直没看路啊。之所以这么说,我以前没注意有如下几点,还被坑过好几回:
-
-* 贩卖焦虑的培训生意人
-* 我所就职的工作环境适合扩展学习哪些技能?
-* 如何让他们认可我的所扩展的职业水准?
-
-
-
-我也想旅行?总不能再当了6-7年之久的宅男吧?我想去一些地方看看,想交一些朋友。这些想法实现的前提,总要在上班时间规划周六日的目的路线图。
-
-* 积蓄
-* 旅行
-* 找个伴
-
-总要为了梦想实现啊,空想不去主动做,不去尝试实现。
diff --git "a/_posts/2021/2021-07-13-\350\272\272\345\271\263\351\235\222\345\271\264\344\270\216\351\270\241\345\250\203\345\244\247\345\251\266.md" "b/_posts/2021/2021-07-13-\350\272\272\345\271\263\351\235\222\345\271\264\344\270\216\351\270\241\345\250\203\345\244\247\345\251\266.md"
deleted file mode 100644
index 6675c17e09..0000000000
--- "a/_posts/2021/2021-07-13-\350\272\272\345\271\263\351\235\222\345\271\264\344\270\216\351\270\241\345\250\203\345\244\247\345\251\266.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "躺平青年与鸡娃大婶"
-date: 2021-07-13 10:03:36 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
----
-
-近一两年间新闻及贴吧论坛上不断被提及“躺平”、”摸鱼”,我看过一些自媒体人对此的描述似乎有些混为一谈。努力“奋斗”得不到快速显著的生活质量改善,于是选择躺平,加班劳心伤神,缓解身心做些摸鱼的事情;不过,二者目的是相同的 ———— 为了放松舒服。
-
-
-
-有时我在想“读书无用论”是不是和“躺平学”都是同一拨人所提起的。有种微妙的直觉:宣扬“读书无用论”的多是既得利益者,“躺平学”的前提是比起同阶级现状满意的环境与报酬。阶级渐固化的现实,使他们相当难在靠以前积累的优势跨阶级升跃了,于是开始躺平,毕竟这样过活也不差。
-
-这么想起来,“躺平”算是一个不对称的信息,因为对于不同环境的人来说其实并不是适用。对于我们青年人来说,现实与理想的落差,身份的断层尤甚,如大专做流水线普工,多数人也是选择另谋生路的,大抵。毕竟流水线是为资本服务的,说是非人性化的煎熬不为过。
-
-至于鸡娃大婶呢,不少是既得利益者吃到改革开放发展期、以及土地财政经济的人力物力红利甜头,自然是会更为激进的鸡娃,反倒是我等小摊市贩、小镇矿务子弟等的后代又为落后一截呢。
-
-其实人还是取决于环境,什么出淤泥而不染,净TM狗屁。
diff --git "a/_posts/2021/2021-07-14-\345\220\204\345\234\260\345\237\237\351\227\264\345\255\246\347\224\237\345\255\230\345\234\250\347\232\204\344\277\241\346\201\257\350\214\247\346\210\277.md" "b/_posts/2021/2021-07-14-\345\220\204\345\234\260\345\237\237\351\227\264\345\255\246\347\224\237\345\255\230\345\234\250\347\232\204\344\277\241\346\201\257\350\214\247\346\210\277.md"
deleted file mode 100644
index 63b3eb32c1..0000000000
--- "a/_posts/2021/2021-07-14-\345\220\204\345\234\260\345\237\237\351\227\264\345\255\246\347\224\237\345\255\230\345\234\250\347\232\204\344\277\241\346\201\257\350\214\247\346\210\277.md"
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "各地域间学生存在的信息茧房"
-date: 2021-07-14 15:44:49 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
----
-
-## 兴宁
-
-现在写到这里,其实心里也是五味杂陈的,但我还是要把它写下来,由于此前妹妹考上了郴州一中,我想我能够发现新的东西。我所接触的中学虽不算多,加入过的往届中学群实际上也就一两个。但我观察到对于我而言一个重要的现象:
-
-四五线往下的小乡镇(市),教育资源确实不发达,陈旧的铁木桌凳,待报废的电脑与投影设备仪器,多数教师都是上了年纪的土生土长的乡村教师,标着地道的乡音在课堂上教学。学生多半是留守儿童成长的,家庭条件充裕的或是重视子女教育的,往往转入市中心城区学校就读了。学生也大多数是“顽皮混蛋街溜子”,现在回想起来,当时年轻气盛跟从“社会人”拉风自嗨、“快手哥”欢乐摇崇拜,加上本身就类冥顽不灵的自顾自享乐,学校为什么大多数都是这种学生也就不奇怪了。
-
-我也有和他们相似的经历,毕竟当时我也是不良少年。基本上也不会去查探了解其他学校的教学设备、师资优势在哪里体现,他们都在享受野玩、奔放各小城镇的游乐嗨,遇到无望的考试,也就哀叹一下时遇不顺罢了,过一会就完事了,一直往复。
-
-
-
-## 深圳
-
-在深圳就以我所见过的学生与同事提及话题作为一个参考吧。我也曾进入过深圳中学,记得是18年,当时协助深中老师部署360企业杀毒,自己也是见过投影设备、maxhub的主机大屏黑板,又是场外的无人机,比起小镇、三线城区的中学确实好不少。
-
-我曾在松坪路与地铁上见过学生在提及考试排名成绩,以及询问相关“为什么”查找原因的问题。还有一次在地铁上,学生也许在赶作业,还有一些学生在看书。同事的小孩也在使劲地上辅导班,毕竟教材的内容以及考卷实际上是不满足需要的,每个人的自适应能力都各有不同,还有编写教材者自身的水平问题也是一方面。值得注意的是辅导培训机构很多也是良莠不齐,其中不少是贩卖焦虑冲着借贷圈钱去的。
-
-主观意识也许存在一定偏差,在这个现象上,目前我也处在一个信息茧房中。
-
-## 郴州
-
-三线市区发展到一定程度,可能跟二线城市或新一线城市,学习氛围上稍有差异,多媒体设备相比起一二线还算凑合,但不至于悬殊,差异集中体现在师资学位上,毕竟不是深圳,清华北大出身以及重本研究生、博士在深中任教。相比于小城镇来说,市区的中学还是存在巨大优势的。小城镇的中学设备与如今的智能信息化时代发展显得极为不对称。
-
-想起小侄女在小城镇上学,不由得心生凉意,教育资源不发达,入学条件又高,真是显得极为荒谬,可这又是现实啊。目前我能想到的办法就是准备一些必要性问题问及我婶婶,虽然对她虚伪颇为厌恶,但问及详情总归对我来说是有帮助的。
-
-其实这些问题实际上是要花心思动脑子的,而不是想当然。
-
-* 经常借阅及查询下学期与下一年级教科书及其他资料吗?
-* 暑假一般是去辅导班学习吗?通过那些方式学习,认识了哪些人?
-* 平常是通过什么样的方式对妹妹进行学习之外的帮助?
-* 你们从哪里可以搞到教育优惠以及其他福利?
diff --git "a/_posts/2021/2021-07-19-\350\256\260\345\215\227\346\262\271\346\271\212\346\271\212\344\270\216\345\215\227\345\261\261\344\271\246\345\237\216.md" "b/_posts/2021/2021-07-19-\350\256\260\345\215\227\346\262\271\346\271\212\346\271\212\344\270\216\345\215\227\345\261\261\344\271\246\345\237\216.md"
deleted file mode 100644
index 86afdb187b..0000000000
--- "a/_posts/2021/2021-07-19-\350\256\260\345\215\227\346\262\271\346\271\212\346\271\212\344\270\216\345\215\227\345\261\261\344\271\246\345\237\216.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "记南油湊湊与南山书城"
-date: 2021-07-19 12:49:15 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [生活杂事录]
----
-
-7.17 南油湊湊,7.18 南山书城。———— 以此纪念第一次文章投稿拿到稿酬。2022.5.7 修改博客源码审
-
-## 7.17 南油湊湊
-
- 我点了一份并不符大家口味的锅底,花胶汤煮得粘稠,看上去大家并没有什么太多想法去吃,便问了一句“谁点的?”,小卢说是我点的后大家都指向了我,此时的我只能尬笑场;不一会儿财务部的大哥打破这尬场面,用它拌饭吃起来了,目光炯炯有神,并开怀畅谈道“真好吃,太好吃了,把它拌在饭里相当不错”,边吃边说到“真的可以,你们可以尝一下”。经此一说后,逐渐有同事开始试吃花胶锅了,从不认同到认同的变化过程。
-
-看到肥牛、羊肉等,不断地多夹了好几块,感觉吃饱时,却被财务大哥劝多吃,真是在吃不了了,差点要被吃吐的感觉。不由地让我想起了酒席的劝酒。还好没算太难为我,像我不太“会”懂得拒绝的人,肯定是要命的。
-
-事后我网上也查了下花胶想到:
-
-* 当他人可能不看好某样物品时,先抑后扬对其部分优点进行肯定。
-* 聚会上真是适量吃,还真是尝尝就好,并不能当做平常的吃饭。
-
-## 7.18 南山书城
-
-南山书城内看书也是买一个氛围环境看书,说实话毕竟不在万科小区住有一两年了,工业区的环境真是糟糕,跟垃圾场一样,确实没什么太多心情看书,看不下。
-
-上午10点左右坐上坂田-前湾的地铁,再转乘文锦九号线到南山书城,大约用了1小时15分钟左右的时间,车程较远;一楼周边饭菜偏贵38~40不等,面包店也比也较贵,无配料的吐司也要近十七八来块钱,适合吃午间中饭;上二楼来到书吧,书吧的饮品最低22起,泡上一壶茶42起步,毕竟实际上花钱买座位,茶水实际上是附带品。难怪以这样的方式办会员。
-
-我在书吧的时间,大概是从11点50左右起至15:00左右不等。一点半左右的样子,正好我也刚看完《千与千寻》绘本不久,过了几分钟后,我听到了一位妇女在与老外争执的声音(外语),我抬起头看到那位妇女说完外语后再用中文向大家解释说明,在这期间老外一直用英文与妇女争执,他一直不说中文使我产生了疑问:在国内,主要语言非英语国家中,一直使用英文,不懂中文能正常出行吗?
-
-原来老外在她离开座位时一会,霸占了她的茶水座,有礼相劝遵守规则,老外怒气冲天把问题上升到民族主义、地域歧视来强词夺理。在争辩过程中,大家只是沉默地看着,至少有十来分钟才逐渐有人为那位妇女站出来评理。
-
-于是争执开始越来越大,老外说“买20杯咖啡把座位全占了”(翻译)。工作人员,一开始工作人员一丝消极意味静静地看着争执,随后平淡地为妇女换座。但妇女据理力争,要求工作人员让老外离开她被占的座位。工作人员一边打电话上头领导,一边协商处理,可没见着穿蓝颜色服装的保安,我就有些纳闷“为什么保安没在呢?”。同时看热闹的也越来越多,工作人员也开始主动地劝导老外离开座位。
-
-突然一声巨响贯耳,(感觉是摔了桌凳的声音,后来推测是摔书,因为摔书的声音更为沉闷),那个老外发狂发飚大骂道“SHAME ON YOU!” ,“傻逼!”,“我是外国人,你是中国人”,“我是外国人,你是中国人”,“SHAME ON YOU!”;在老外被工作人员边推边劝走过后,坐在我不远处的中学生还带着一丝讥笑意味,说了一句“那个外国人占她座了”,他旁边上的女同学随即说了一句“刚才把视频发到抖音上肯定能火”。事件结束过后一位帮妇女争议的女士说到:“我们中国人总是喜欢忍气吞声,你们其实应该感谢她能够站出来发声,那个老外故意一直用英文,她在向老外劝说的时候一边用中文向我们解释,很不容易了,她是我们的英雄”。
-
-回到家跟朋友提及此事,朋友认为现在国内关于外国人的观念,确实发生了不小转变了,我对朋友说:“如果是我的话,很可能会被抬着走”。随后朋友对我说:“不一定”。
diff --git "a/_posts/2021/2021-08-16-\345\205\263\344\272\216\345\205\245\350\201\214\345\260\217\345\205\254\345\217\270\347\224\237\346\264\273\350\264\271\347\232\204\345\207\206\345\244\207.md" "b/_posts/2021/2021-08-16-\345\205\263\344\272\216\345\205\245\350\201\214\345\260\217\345\205\254\345\217\270\347\224\237\346\264\273\350\264\271\347\232\204\345\207\206\345\244\207.md"
deleted file mode 100644
index 2a902c70bc..0000000000
--- "a/_posts/2021/2021-08-16-\345\205\263\344\272\216\345\205\245\350\201\214\345\260\217\345\205\254\345\217\270\347\224\237\346\264\273\350\264\271\347\232\204\345\207\206\345\244\207.md"
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "关于入职小公司生活费的准备"
-date: 2021-08-16 08:34:27 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [生活杂事录]
----
-
-其实一开始我也没想到公司无通知延期发薪已成常态;而是近前的几月延迟离合同原定的日期近一周的时间发放薪资,生活费也耗得所剩无几了,这才让我意识到问题的重要性。
-
-我们在应对此类公司做法时,其实是要有预留存款的,哪怕不进行存款也要有35-40天的生活费应对每月经常延期的工资,难道当时财务给新员工培训时有借款这一说; 这次三餐近40左右,大小瓶饮用水7元,去掉买两支雪糕18元,这样算来我甚至一天只用50块都是足够的,也并不会显得局促。
-
-目前日常进行记账操作可以说很稳定了,但我需要花一定时间去思考鉴别真·伪需求,也就是每天日常进行的不必要花费开销,例如:非刚需品买来求安慰的,有它可能更方便点,但我已经有了同质的产品了,此时还需要再二次购买吗?
-
-电子产品生态基本也有了,iPad/iPhone、mac还有watch;软件方面其实编辑视频、绘画几乎没动过一两次的,虚拟机倒是更常用一些,因为工作老是需要在Windows/Mac主机来回切换,操作空间上确实存在不方便,虽存在割裂,但也不是特别糟;着装方面,工装、休闲装、牛仔裤各三件其实也够了。
-
-也就是目前来说,其实我并不需要再购买什么的。滥用钱等到月结延期发工资时,满脑子都是想着发工资,思维也会大大受限,不利于思考及行动。
diff --git "a/_posts/2021/2021-08-18-\346\227\240\350\201\212\347\232\204\345\272\224\350\201\230\351\204\231\350\247\206\351\223\276.md" "b/_posts/2021/2021-08-18-\346\227\240\350\201\212\347\232\204\345\272\224\350\201\230\351\204\231\350\247\206\351\223\276.md"
deleted file mode 100644
index ec9c9fef88..0000000000
--- "a/_posts/2021/2021-08-18-\346\227\240\350\201\212\347\232\204\345\272\224\350\201\230\351\204\231\350\247\206\351\223\276.md"
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "无聊的应聘鄙视链"
-date: 2021-08-18 15:27:56 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [漫谈随想]
----
-
-目前所在近150人左右的小公司,6-8月也处于招聘热度较高的时期,我听过不知多少回人资招聘无数次说:“专科,xx大学硕士,第一学历是专科”。这样的硕士,我认为他其实都挺牛的,能够对自身处境进行审时度势,这个学历若没毅力决心一般是做不来的。还在学历上挑三拣四没多大意义,我也不见得这人事招聘会比他/她强到哪去。在研究生基数较多的群里,很多都是字节、微软、银行之类的巨型企业校招,这些双一流看二三本跟二三本看专科类同,都认为对方学历并不高,也不怎么好,很普通。
-
-这两件事一对比起来,真是有意思。我隐约从中感受到一丝分层味道在里面,这些高学历(青年群体)大部分应该是在成规模的集团式公司入职,次之也是在600~1000以上普通中大型企业入职。二三本专科之流的我们呢,不少也在中大型外包公司劳务派遣,产业研发型企业我们专科相对于普通二三本少之又少。
-
-只能说时代在发展,岗位也就这么多,要求也随之增高不少。看来怎样稀释掉每年百万千万的大学生,国家也是老大难。由筛选到进一步鄙视的过程是多么无聊且无意义,我们所能做的就是自己不去主动参与他们,认清自己,跟自己的每一天比就好了。[【罗翔】为什么现在的学生越来越内卷?](https://www.bilibili.com/video/BV16q4y1E7wR)这个视频确实给了很大的启发。
diff --git "a/_posts/2021/2021-08-23-\345\221\250\344\270\200-\346\231\264\357\274\210\345\233\236\351\241\276\357\274\211.md" "b/_posts/2021/2021-08-23-\345\221\250\344\270\200-\346\231\264\357\274\210\345\233\236\351\241\276\357\274\211.md"
deleted file mode 100644
index 887e1a1a8f..0000000000
--- "a/_posts/2021/2021-08-23-\345\221\250\344\270\200-\346\231\264\357\274\210\345\233\236\351\241\276\357\274\211.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "2021.08.23 周一 晴(回顾)"
-date: 2021-08-23 08:53:32 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
-math: true
-mermaid: true
----
-### 平湖图书馆
-
-今天在平湖理发探索到一个新地点——平湖图书馆。比之热闹的南山书城,这里的图书馆虽不及书城图书齐全、电子设备先进;但图书馆的环境宁静许多,看书氛围实际上并不下于书城。
-
-若是看书累了,也能透过窗外的看看大城小镇的平湖风景来缓解疲劳;从距离上来考量,由坂田到平湖坐地铁半小时即可到达。
-
-综上,平湖图书馆对于我来说是一个看书写作的理想地点。
-
-
-
-### 伏见桃山奶茶店
-
-在龙华天虹商圈中看到日式装潢的伏见桃山奶茶店,我带着一丝新奇感,于是点了一杯售价21元的“伏见桃山”。在店员递给我奶茶的那一刻令我大失所望,它无非就是普通乌龙盖上了口味并不厚实的奶油泡沫,再撒了一点五颜六色的棉花糖,实际上味道并没有普通的奶茶粉冲泡的奶茶好喝。
-
-看了一下小票关于奶茶店的描述,中国茶与日本茶融合一说,再查了下百科,印证了我的推测:伏见桃山其实是国内一家饮品公司开的,不由得让我联想到萨莉亚与元气森林略有相似的营销风格。
-
-### 打赏街边手艺人竹艺品
-
-看起来已步入老年且身有残疾的大叔,但能凭自己的一技之长及爱好来赚钱谋生,确实不容易,也是值得尊敬的。
-
-把钱花在虚拟的游戏上,却一点也捐赠支持不了街边艺人的劳动成果,至少他们不是那种用来历不明的残疾证及一些遇人便伸手掏出首付款二维码的那般人。
-
-纠结于去南山书城还是请客吃饭
-
-原本计划着洗完澡的傍晚去趟南山书城看书写作的,但微信跟富士康流水线作业员师傅提到关于我请客吃饭这件事,于是我在“该不该推翻原有的制定目标”的选择问题上反复纠结。到底是坐地铁一个钟以上的南山书城,还是在龙华清湖附近请客吃饭?
-
-过了较长的一段时间决定请客吃饭,还想着了解有关流水线制造排班是否有发生较大改变;结果产线师傅说好会合的地点没有及时去,而且双方在吃饭时间的意见上也不一致,最后的结果就是两边都落空了。
diff --git "a/_posts/2021/2021-09-08-\346\230\250\345\244\251\347\232\204\345\233\236\351\241\276.md" "b/_posts/2021/2021-09-08-\346\230\250\345\244\251\347\232\204\345\233\236\351\241\276.md"
deleted file mode 100644
index 954736a124..0000000000
--- "a/_posts/2021/2021-09-08-\346\230\250\345\244\251\347\232\204\345\233\236\351\241\276.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "昨天的回顾"
-date: 2021-09-08 15:54:16 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
-math: true
-mermaid: true
----
-
-从一开始的写日记仅仅是记事,大约写了280篇左右,逐渐过渡到思考分析身边的一些事情。写了150篇日记以上后,以及陆陆续续工作上的一些操作指引,直到后来公司投稿征文的消息,为了稿费,我才开始渐渐关注怎样去写好文章,看一些写作相关的指导书籍,我才发现原来写作其实大有不同。
-
-
-
-其二,我在真正读了十本书以上后,才意识到一些问题:
-
-- 一些小说的主人公名字,我也忘了,但是我能一句话概括小说说的是什么内容
-- 逻辑相关的书,我只是有一个印象名词概念,在看了释义后,我还是能知道他在说什么的
-- 这十本书,我甚至都忘记了书名,但一些书中重要的名词概念,我还是有印象的。甚至融入我的日常思考中。
-- 我才发现对书的标注,以及每个章节进行总结,甚至摘录背诵书中的一段话是多么重要
-
-好了,不说了,我要开始读小狗钱钱2了,结果我又玩起了死亡细胞...
diff --git "a/_posts/2021/2021-09-13-\346\230\250\345\244\251\347\232\204\345\233\236\351\241\276.md" "b/_posts/2021/2021-09-13-\346\230\250\345\244\251\347\232\204\345\233\236\351\241\276.md"
deleted file mode 100644
index 50b4180a5f..0000000000
--- "a/_posts/2021/2021-09-13-\346\230\250\345\244\251\347\232\204\345\233\236\351\241\276.md"
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "昨天的回顾"
-date: 2021-09-13 13:21:21 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
-math: true
-mermaid: true
----
-
-昨天游戏玩了一整天,我习惯周末去图书馆看书后,我察觉到我对这种生活方式游戏抵触,想要摆脱,于是就去图书馆了。我也发现了我胃不好的原因了,原来是吃不消化的辣条,吃饭又太快不加控制,饭后又吃过冷的糖与饮料。
diff --git "a/_posts/2021/2021-09-22-\351\245\255\345\220\216\351\232\217\346\203\263.md" "b/_posts/2021/2021-09-22-\351\245\255\345\220\216\351\232\217\346\203\263.md"
deleted file mode 100644
index 1de6e00964..0000000000
--- "a/_posts/2021/2021-09-22-\351\245\255\345\220\216\351\232\217\346\203\263.md"
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "饭后随想"
-date: 2021-09-22 14:19:32 +0800
-author: hoochanlon
-category: [2021.]
-tags: [离开地球表面]
----
-
-我才发现一个重要的问题,就是把交代的事情当成简单地完成任务,很容易会忽视掉细节,做些荒唐的事情。能想到这一点是中午卸掉机房的ac导致全公司上不了网,其实是我把ac卸载错了,要卸下的是另一个ac。老实说概念不清是很容易让人糊涂的,所以有必要减少这类事情的发生。
-
-当然还有日记,几个月前我基本上能保持写日记、记账,现在加入一周不时的成果记录(五点),看事情方面比之前略有提升,写作还得继续努力才行。
diff --git "a/_posts/2021/2021-10-08-\345\221\250\344\272\224-\351\233\250.md" "b/_posts/2021/2021-10-08-\345\221\250\344\272\224-\351\233\250.md"
deleted file mode 100644
index 667ed199f1..0000000000
--- "a/_posts/2021/2021-10-08-\345\221\250\344\272\224-\351\233\250.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "2021.10.8 周五 🌧️"
-date: 2021-10-08 16:20:58 +0800
-author: hoochanlon
-category: [2021.]
-tags: [生活杂事录]
----
-
-哦,一些琐事的记录。
-
-**一**
-
-清早下了场暴雨,夜晚也是,已经持续三月了。吃饭赶路,没注意脚下的浅水会淹没到鞋湿,嗯——买双新鞋吧。
-
-**二**
-
-靠微信聊天记录留下来的主机图片信息,排除掉非带显卡的主机。之前文控无法出示主机流出记录,而锁定在一楼。通过查找丁工离职后的新员工的入职记录,却发现并没有转交换机记录,有些匪夷所思了。其实我也意识到自己对事件记录与描述上的遗漏了,可目前要想办法解决当前的问题。
-
-目光扫过设计部的主机,这些职员也都是老职员了,也可以排除,仓库也排查过了,所幸有显卡的主机不多,也排除了,老旧的机箱确实不像i7。无意间看到新来的安卓工程师,我留意地问了一句:“主机带显卡吗?”,他回复:“带”,在结合之前与丁工聊天记录的图片,才发现——原来主机在这,经过这事我才发现记录转交与主机信息的意义所在。
diff --git "a/_posts/2021/2021-10-11-\345\221\250\344\270\200 \346\231\264.md" "b/_posts/2021/2021-10-11-\345\221\250\344\270\200 \346\231\264.md"
deleted file mode 100644
index 48b5cdc3bf..0000000000
--- "a/_posts/2021/2021-10-11-\345\221\250\344\270\200 \346\231\264.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: " 2021.10.11 周一 晴"
-date: 2021-10-11 10:10:37 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [chip]
-math: true
-mermaid: true
----
-
-关于上周六策略组与网络问题回顾。
-
-**将用户加入到文件共享的所有组,但该用户访问文件时却提示无权限访问?**
-
-老实说这个问题,在没看论坛帖子之前确实琢磨不透,摸不着头脑。成员都在一个组了为什么不能访问呢?死活想不通。在看了[51cto-关于Windows Server 2008 文件夹共享权限设置问题 ...](https://bbs.51cto.com/thread-918879-1.html),才明白原来机制是这样的:共享文件的所有组中的成员隐私读写又是各自独立的,所以需要在共享设置中的【安全】额外添加everyone,此处的everyone也就代表组中的每一个人都有着相应的共有重合权限。
-
-这一次的完全没想透的原因是没站在设计者的立场考虑安全问题,过于依赖自己的常见性的理解,遇到“反常”事件就显得很死脑筋无头绪了。
-
-**早前可以ping通网关,现在电脑显示网线端口连接正常,却并不能ping不通网关?**
-
-“从上周开始,就ping不通网关了,不知道你们怎么弄的,做了网络调整吗?”,同事反馈说。于是我进走现场查看电脑的网络连接状态,电脑显示的网线-端口连接是正常的,接入侧线器检测状态灯显示也无异样。IP自动及手动分配依旧ping不通网关,说明也没遇到ip冲突问题导致不能正常ping通。见此况,同事随即说:“很有可能是你们机房那网线连接有问题。”,听到此话后,我当即跑到机柜用寻线仪在配线架寻线,可一点信号音都没有,说明网线在连接机房过程途中就中断了。我的思绪便想到:该不会是从墙上或地上走来的线被老鼠咬断了吧,如果是这样那我可没辙了啊!实在解决不了就算了...”。可这想法一出,眼前的问题如同浆糊般堆满了我的大脑,顿时我的头脑中的线索乱作一团乱麻,脑袋有些昏昏涨涨的。
-
-最后在问了了解该房间网络布局的同事才明白,原来这里网络是通过交换机接入到一起的,于是我与该同事测了交换机接入路由器的主线,也就是说交换机那边主线没网,肯定是交换机所接入路由器之间的线路断开了,一排查果然有发现:侧线器的指示灯灯不亮。于是顺着这条道开始查找交换机接入的网线,发现并找到主线后,插入到路由器完成了正常上网及ping通网关。
-
-在问题的诊断上,我没有先有序整理事件经过,及罗列排除逻辑并分析下一步可能,没有去主动探究事件背景及内容的全局,当我的一次次猜测被眼前事实否定后,以及后续越来越多的信息陆续在我面前呈现时,导致我找寻问题关键点成捉瞎一般地猜灯谜,大脑的思绪也如同多个绳子绑在一起的死结,无论怎样都死活都想不出所以然来。
diff --git "a/_posts/2021/2021-10-17-PD\344\275\277\347\224\250\344\275\223\351\252\214.md" "b/_posts/2021/2021-10-17-PD\344\275\277\347\224\250\344\275\223\351\252\214.md"
deleted file mode 100644
index e9568c8962..0000000000
--- "a/_posts/2021/2021-10-17-PD\344\275\277\347\224\250\344\275\223\351\252\214.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "使用PD的体验"
-date: 2021-10-17 21:11:38 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [chip]
-math: true
-mermaid: true
----
-
-联系了淘宝商家才发现todesk远程软件貌似用着还不错,飞书云盘200G也不限速,够用。我也没想到的淘宝的序列号这么强,kms等软件激活无效情况下,它居然激活了;PD则不行,只能是以一些第三方所提供的特定启动器来使用,而这些启动器也是略有差异,部分启动器对应不同的系统,有些启动器则是全支持,但不能进行更新。
-
-
-## 正题
-
-等到现在PD也有特定长期试用版的启动器了,30-40不等,比起官网版本号卖断动辄近六七百的大价钱,确实划算不少。除了在一开始使用特定启动器时会弹过期提示,不能随意命名虚拟机,倒也没什么其他要紧缺陷。再说说虚拟机使用上的一些小瑕疵,就是当win11重置时,阅读条款的界面过大,几乎完全遮住条款说明及选项按钮,导致无法点中一些必选项,也就一直僵在了即将进入系统的初始界面上…自然也就无法进入系统了…的确很尴尬…在镜像安装上,会有“安全启动功能防止操作系统启动”的弹窗提示,然后就强行退出,需要关闭到tpm才能解决。
-
-在Mac平台上,少了许多一些好用的软件,这些软件都在windows平台中了…在Mac上替代成相应同类型的软件体验上总有些别扭,总有些差强人意。装双系统确实是一种选择,但也造成了明显割裂感,体验上比虚拟机PD可差太多了,具体:
-
-* 占用硬盘空间大;双系统看似很美好,但要分配分出至少40-60G的硬盘。
-* 字体、画面粗糙;没有PD对windows的Retina屏优化,显示不精细。
-* 切换平台使用软件不顺畅;但PD就像平时在一台电脑使用软件办公一样。
-
-这么一说,实际上使用PD还挺省钱的, 原因如下:
-
-* 购入代理商的PD送U盘读写软件、清理工具、win+Office,这算得上是刚需的四件套,再对比订阅PD一年498¥,加量不加价,就确实香了。
-* 有了PD,也就不需要破费购入玩具crossover了,crossover只能运行非常少的简单软件,二者间的差距确实没法比。
-* 相对冷门的Mac,查找破解软件真是叫人劳心伤神又费事的。windows上有不少破解版软件,而且很好找到。
-
-CPU倒是消耗得不多,极少;如果真要使用PD做图、高画质游戏的话,还真是建议上16G以上的内存配置,毕竟苹果是锁内存、还锁硬盘存储的。
diff --git "a/_posts/2021/2021-10-24-\345\267\245\350\265\204\344\270\216\345\267\245\344\275\234\342\200\224\342\200\22410\346\234\21024\346\227\245\347\232\204\346\204\237\346\203\263.md" "b/_posts/2021/2021-10-24-\345\267\245\350\265\204\344\270\216\345\267\245\344\275\234\342\200\224\342\200\22410\346\234\21024\346\227\245\347\232\204\346\204\237\346\203\263.md"
deleted file mode 100644
index 855f2f1a0f..0000000000
--- "a/_posts/2021/2021-10-24-\345\267\245\350\265\204\344\270\216\345\267\245\344\275\234\342\200\224\342\200\22410\346\234\21024\346\227\245\347\232\204\346\204\237\346\203\263.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "工资与工作——10月24日的感想"
-date: 2021-10-24 19:09:49 +0800
-author: hoochanlon
-category: [2021.]
-tags: [生活杂事录]
----
-
-我已经几乎连续三个星期都一直在工作,在公司搬家迁移网络的过程中,看到公司新入职四年经验的采购员8k比我多1k的工资,我心生不满,挺是气愤,也打乱了我的工作思绪。今天也是最无能的一天,发泄着握拳打向了两次墙壁、用劲锤了两次桌子,敲了一次电梯...计数中透露我愤恨又无能可笑,情绪也到了即将爆发争吵与人身攻击的边缘。其实我也意识到了,也在稍作努力地克制自己的情绪,虽收效甚微,不过也许避免了潜在的一场大灾难,我感到。
-
-
-
-我在测完所有办公座位的线后,也把情况汇报给了我的主管。主管随即对我说:“关是ping不通、网络不通,这一结论太笼统了,你有没有拿测线器测过?我要看它具体是哪个灯亮不亮。”,道出了我一开始就嫌麻烦而没做的细节...当他再要我测一遍座位时,我不想做了,我一点都不想做了,完全没什么动力了。虽然我没说,但我戴上口罩流露的眼神很可能已经在我主管面前现形了,因为他不到一会就表示,一起去共同完成这件事情。这一对比起来,然而我呢,一直在那埋头干着,主管一说到做什么,我如同流水机器一般一直被动的接受什么,也没主动提有关于自己已经极不情愿做某件事的需求,我也只是为完成这一件事情,好像似一头蠢驴。
-
-工作。最近两天加班都是在干挨个每个座位重复侧线的体力活,我脑海已经完全意识不到从整体去优化工作了。今天所做的事就是:搬运服务器及上架、上架显示屏、钻进每个座位挨个测线排错。身心疲惫。累了。有些困了。我的主管,虽然3-5年将到了退休的年纪,但在繁杂的琐事中还能保持清醒的思考,这方面并不亚于二十多岁的年轻气盛的小伙子,着实厉害。
-
-公司虽然不咋地,在员工办公设备上好似铁公鸡,十年以上的微型迷你主机都还在使用,拉垮的配置已经影响效率了,真是为老板省出一辆限量版豪车,商务工作十来年的老员工也只有6k税前工资;但我的主管留人确实有一手,一些小细节可以看出,比如说:递瓶水、请吃饭,给出一些指导性的意见。
-
-做事归做事,工资归工资,两码事。光想着出一份力干一份力的活,真是没办法把当前事情做好。可没把当前的事做好,也就难以让自己升值跳槽到更好的地方去。
diff --git "a/_posts/2021/2021-10-25-\345\207\235\350\201\232\345\212\233\344\272\262\345\222\214\345\212\233\346\211\200\350\203\275\345\214\226\350\247\243\347\232\204.md" "b/_posts/2021/2021-10-25-\345\207\235\350\201\232\345\212\233\344\272\262\345\222\214\345\212\233\346\211\200\350\203\275\345\214\226\350\247\243\347\232\204.md"
deleted file mode 100644
index ece63b8851..0000000000
--- "a/_posts/2021/2021-10-25-\345\207\235\350\201\232\345\212\233\344\272\262\345\222\214\345\212\233\346\211\200\350\203\275\345\214\226\350\247\243\347\232\204.md"
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "凝聚力亲和力所能化解的"
-date: 2021-10-25 21:26:01 +0800
-author: hoochanlon
-category: [2021.]
-tags: [离开地球表面]
----
-
-如题所说,亲和力是化解猜疑及矛盾的很好方法。在布线财务部网络的时候,他们整体的氛围很融洽,如同一个具有共同信仰的集体组织。他们有说有笑谈起日常话题,事后又再给我点了一杯柠檬茶。融洽关怀的氛围让我降下来了些许强烈跳槽的冲动,我感到亲和力是能长时间有效化解探听与猜忌的,能够让人一直很愉悦享受融于组织中。
-
-
-
-经过上回与此次,我感到亲和力的重要性,亲和力其实也是能力之一。这是团队聚能一心的重要组成部分。不由得想起公司的上一任招聘着实厉害。她能看到他人的许多优点,这点也很了不起的。真是我所喜欢的人那,不过与其这样还不如成为她这样的人,自然会有人喜欢的。
diff --git "a/_posts/2021/2021-10-26-\345\211\215\345\207\240\345\244\251\345\244\234\346\231\232\347\232\204\345\233\236\346\203\263\344\270\216\344\273\212\346\227\245\350\272\272\346\244\205\351\227\255\347\234\274\347\232\204\344\274\221\346\201\257.md" "b/_posts/2021/2021-10-26-\345\211\215\345\207\240\345\244\251\345\244\234\346\231\232\347\232\204\345\233\236\346\203\263\344\270\216\344\273\212\346\227\245\350\272\272\346\244\205\351\227\255\347\234\274\347\232\204\344\274\221\346\201\257.md"
deleted file mode 100644
index d79829a223..0000000000
--- "a/_posts/2021/2021-10-26-\345\211\215\345\207\240\345\244\251\345\244\234\346\231\232\347\232\204\345\233\236\346\203\263\344\270\216\344\273\212\346\227\245\350\272\272\346\244\205\351\227\255\347\234\274\347\232\204\344\274\221\346\201\257.md"
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: "前几天夜晚的回想与今日躺椅闭眼的休息"
-date: 2021-10-26 18:59:08 +0800
-author: hoochanlon
-category: [2021.]
-tags: [生活杂事录]
-math: true
-mermaid: true
-image:
- src:
----
-
-累了,困了,明天还得干活...
-
-## 一
-
-一不小心午睡多睡了半小时,主管再说:“把车先放一边”,顺手把车给了他,说了:“原来你是这么做事的!?”。才会过神,于是主管把拖车放入挡板侧边,接着说:“这么做就不会有人一不小心碰到。” ,我才醍醐灌顶….
-
-* 在大脑清醒时,做事
-* 思想上的冲突,及时理解他说话的角度,试着说出他理想的答案
-
-比笨,其实更可怕的是态度问题。笨、“蠢”至少做事上人们还是对我做事多少有些信任感的,而态度则会成为质疑,也没有什么认同可言。
-
-## 二
-
-一个显卡驱动一直安装不上,居然没认为是硬件显卡的问题…新同事因电脑显示模糊,一直纠缠着说:“给我换新电脑”。而公司电脑大部分都是十年前以上的迷你主机。这搞得我很纠结: 硬件配置就摆在着,我也实在没什么主机可以换了,可主机又是找我们部门申请的,又怎么能不换呢?”。这死循环让我真是头皮发麻…
-
-我居然没想到说:“现在,你愿意换回之前的很卡的电脑,还是用这台分辨率稍低但十分流畅,不会影响办公效率的电脑?”,用现有条件去引导她,让她去做出问题的选择,而不是她的问题带给我客观无解的难题。
-
-## 三
-
-下午有场英特尔台湾的teams会议,然而公司会议主机是win 7 32位的系统,导致浏览器和应用程序的不支持;且当事人也并未携带笔记本办公,也就只能用会议室的电脑咯。再重装系统折腾后,又因音响效果不理想,同事们都放弃使用了,转而使用有teams会议经验的同事电脑共同召开会议…
-
-* 我只问了当事人的需求,而当事人并没有经验(止步于此)
-* 主观意识上完全没意识到曾有过此类经验的同事
-
-这件事让我想到几月前的从中兴来的供应链小主管对我说的“视频会议”:
-
-我所在的公司与分厂之间却并不支持视频会议这玩意,当时我也并不清楚现在的工厂设备是什么情况,分厂的it换人频繁,我却在这想法中淹没了联系离职it同事的获取线索…当时也是想这为了解决问题而解决问题,他也到过工厂嘛,于是顺着他的话说到:“工厂有视频会议吗?”,他随即像平常一般表示:“有”;然而结果却是…从it主管查看工厂的反馈:“让他们电话联系吧。”,我才反应过来:原来从客观条件上根本就不支持这玩意…,供应链的小主管之后便说:“我以前在的公司都支持的呀…”。
-
-## 四
-
-看似平常的瞬间,却需要一定的 **勇气** 、**从容**、**大度**,多数同事都同我的感觉一致,她很亲近如同很亲近的朋友般。我从其他部门同事常见打招呼之间再与对比时,确实有厉害之处:因为每个人从对人的感受上都自我中心的,这就像感觉特殊关照一般,她这亲和力着实强啊。
-
-记得有次答辩时,她了解到我为答辩做了认真的准备,记录过不少东西,得出这个结论应该不是我简历上写的两本作品,应该还有其他的地方可以看出。从前不久得到的文档下载费与写作稿酬 ,现在想来,她真是对我的肯定了。
-
-虽然新来的人资总是吐槽咯,但她们有一个共同的优点:能够对人说出真实的感受,这是我所不具备的。我不大喜欢主动去表达我完全真实的想法。
diff --git "a/_posts/2021/2021-11-05-\346\230\250\346\227\245\344\270\216\344\273\212\345\244\251\347\232\204\345\267\245\344\275\234\345\233\236\351\241\276.md" "b/_posts/2021/2021-11-05-\346\230\250\346\227\245\344\270\216\344\273\212\345\244\251\347\232\204\345\267\245\344\275\234\345\233\236\351\241\276.md"
deleted file mode 100644
index c61eb03a97..0000000000
--- "a/_posts/2021/2021-11-05-\346\230\250\346\227\245\344\270\216\344\273\212\345\244\251\347\232\204\345\267\245\344\275\234\345\233\236\351\241\276.md"
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: "昨日与今天的工作回顾"
-subtitle: "劳累的回忆,尽量多想想。"
-date: 2021-11-05 18:57:09 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
----
-
-
-
-劳累的回忆,尽量多想想。
-
-## 先写感受,后上标题
-
-总的算下来少说也有重修四五次之多的图了,从临摹装修施工图纸上的平面图,挨个去钻到每一个座位测网络与电话模块,再到修改全部的网络及电话编号,还有至少16个以上网络及电话模块松动接触不良、无信号,这么折腾下来,又累又烦,唉,现在确实有些累了...
-
-屋漏偏逢连夜雨,眼镜也掉了一片,Office也是打不开出bug
-
-累归累,但还是要总结一下这两天工作上的不足:
-
-* 积蓄下来的工作量,加上再次重修平面图,心情烦躁,做事使小性子
-* 把目前持续更新的图的重修工作想的太过麻烦了,低估了自己的耐心
-* 目前,自己还是缺乏一定的情绪管理能力,在做事考虑上问题缺乏大局性
-* 安于“”基本上完成了”的勉强及格的现状,惰于去完善做事本身
-
-一些自认为我的可取之处:
-
-* 还是能意识到自己的情绪爆发要去让自己冷静下来
-* 在工作心烦时,有意与亲和力强的同事照面缓和压力
-* 现在也才意识到主管也在观察着我,从他谈及“心里疏导”、零食与咖啡
-* 发现主管的优点,以及今天对话事的改进
-
-## 电话中谈话内容
-
-坐在工位上听到主管与另一位分厂未曾谋面的it同事谈及有关于处理ERP数据及培训的事宜,我的主管对分厂厂长让分厂it同事去立马处理目前遇到的问题,且在短时间内培训速成去熟练工作的行为,是胡子眉毛一把抓,如同盲人摸象般,激进且不稳妥的想法。此番表态后,他又承认了目前问题的存在,但还是要分步骤体系化的学习,循序渐进式运用在工作中去。(对比我的《桌面运维管理指南》)
-
-从我的主管说的那句:“经费是我们申请的,你先不用听他的,安排是由我们来决定,这件事你不用替我打掩护,陈述现在的事实就好了。”。这句话,至少是察觉到职级上级传达至下级的事务安排,上级的意见完全被动接受、选择性无视目前状况,附和上级,对人不对事。其直面现实的主见也体现了他的自信。
-
-## 主管与我工作时的谈话
-
-他带严肃的语气对我说:“我现在找的是有问题电话的座位,你现在给我的网络图,你到底有没有搞清楚啊?你这个图,重做一遍吧!”。我做这一举动的前因是:座位号是根据网络编号来的,而电话编号又并不与网络编号保持一致。电话、网络没整合到一起,电话、网络各做一张图就带来了此次混乱与各自做事思想意识的冲突。
-
-现在我在想如果换一种说法是更好接受的,毕竟语气上的凌厉,通常也先需要梳理自己的情绪,再来理解对方的意思,耗费太多精力疏导自己情绪上,时间也占用不少,其实。发觉到不合常理时,先说:“你这件事的处理是怎么理解的呢?,给出网络图与这件事的关联在哪里呢?”,然后再提出改进性意见,再说改进带给我们的好处,应该是让人心悦诚服的。
-
-老实说,当时的首要做的事情,当务之急是找到有问题的电话座位,并找出原因,汇总所有问题座位模块。也许确实难以想到我提到的换语气这个点,自认为有些太过理想,不太现实。若非提前准备,毕竟我所认识的人里,反应还没快到这种程度的人。或许这个做事意识冲突点及方法上,就是我通常要花时间去理解的事吧。
diff --git "a/_posts/2021/2021-11-06-\345\257\273\346\216\245\345\272\247\344\275\215\345\257\271\345\272\224\345\210\206\351\205\215\347\232\204\347\224\265\350\257\235\345\217\212\347\275\221\347\273\234\347\253\257\345\217\243\347\272\277\350\267\257.md" "b/_posts/2021/2021-11-06-\345\257\273\346\216\245\345\272\247\344\275\215\345\257\271\345\272\224\345\210\206\351\205\215\347\232\204\347\224\265\350\257\235\345\217\212\347\275\221\347\273\234\347\253\257\345\217\243\347\272\277\350\267\257.md"
deleted file mode 100644
index a621ce879c..0000000000
--- "a/_posts/2021/2021-11-06-\345\257\273\346\216\245\345\272\247\344\275\215\345\257\271\345\272\224\345\210\206\351\205\215\347\232\204\347\224\265\350\257\235\345\217\212\347\275\221\347\273\234\347\253\257\345\217\243\347\272\277\350\267\257.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "寻接座位对应分配的电话及网络端口线路(11.6)"
-date: 2021-11-06 19:00:47 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [chip]
----
-
-先来上平面图,D:desktop,工位桌面;T:telephone,电话;"`\`备注":分机号码。知道这些后,我们发现座位的编号与电话编号并不一致,这是因为整层楼公司的装修施工的总工程量很大,需要多团队多人协作才能完成,每个人的经验、工作方式都多少有些差异,所以从天花板放线时总会错位一些电话、网络线路,这也在所难免的。
-
-![截屏2021-11-06 下午5.44.57.png](https://i.loli.net/2021/11/06/SyTGxMJIZK94EHh.png)
-
-这些网络、电话端口也并不是百分之百就能连通的,跟装修队的施工质量密切相关。以下网络与电话排查的汇总。
-
-
-
-## 用寻线测线工具排查平面图线路
-
-**网络**
-
-信号灯1、2、3、6反了,网络是不通的,走数据;4、5、7、8监控和AP会用到。
-
-![截屏2021-11-06 下午6.11.49.png](https://i.loli.net/2021/11/06/soGID3dvkYzwVfB.png)
-
-**电话**
-
-[下翻到京东的说明书](https://item.jd.com/100011928048.html),正好可以解释电话线走4、5而不是其他线序灯的原因,其实答案在6P/4P/2P,走两根线必然4、5了。
-
-![截屏2021-11-06 下午6.09.31.png](https://i.loli.net/2021/11/06/5V1irYLG9CORXAw.png)
-
-## 最后我想说的
-
-从装修剩下的破烂不堪的图纸中,用Visio做完整张图,这已经是第二次这样做图了,上一次是分厂。寻线、测线整图所有的工位都有3次以上了吧,反正至少都有3次,确实也是体力活,挺折腾的。感觉吧,一直埋头干体力活带上脑子其实也是不容易的事。写SOP什么的,不过我在Excel做了这些总结反而不太好写了呢...
-
-一次不太正式的SOP,把整个工作应应具全地写来,让人人都能看懂又的确很麻烦,而且以我目前的精力,也确实做不到,我只能给出一个核心主干,技术随笔?就算是吧...
diff --git "a/_posts/2021/2021-11-15-\344\273\212\346\227\245\344\272\213\347\232\204\345\244\215\347\233\23011.15.md" "b/_posts/2021/2021-11-15-\344\273\212\346\227\245\344\272\213\347\232\204\345\244\215\347\233\23011.15.md"
deleted file mode 100644
index 68db84f4ee..0000000000
--- "a/_posts/2021/2021-11-15-\344\273\212\346\227\245\344\272\213\347\232\204\345\244\215\347\233\23011.15.md"
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: "今日事的复盘11.15"
-date: 2021-11-15 20:35:52 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
----
-
-想到许久以前从未想到过的,现在也算能得出一些见解了,无非如此。
-
-
-
-## 被问:“电话是否已经无号领用了?”
-
-电话在去年装修部署调试了一星期左右到前几月都一年没动工过,实际上。最近二楼装修,三楼退租搬迁到一楼,电话寻线测线工作前前后后也忙碌了一整月。一楼因位置搬迁的缘故,上周五又是倒弄了一下午,绘制平面图、寻查对应电话工位及线架编号、制作外线-内线表格,也算是忙完了。
-
-今早被主管问及现在一楼电话还有多少空余,我仅是说:“不清楚”。主管看到我做此番表态后,严厉地说道:“不要不清楚,我要具体的回答”。我其实已心想:这,我怎么知道?一楼电话具体有多少个,有些电话号码并没有安排到座位上,在公司二十多年,这不你最清楚吗?。不一会儿,我又回想起去年施工时,我也看了有关一二楼的电话平面分布与电话-线架对应的编号表,但确实我也没记那么详细了。沉闷了一会,我应和交差的形式地答复:“嗯,用完了”。主管说:“真的全占用完了吗?”,随后他给了我一楼全部号码的图片,让我再对照一下。
-
-从被问及电话占满空余这件事上,我处理上也有极大失误,首先:
-
-* 情绪上的失调;经过此事,我也才知道被问及先前并非由对方所知,且要求其负责的事是多么不爽、恼火了。
-* 我没给自己时间,先暂缓一会,再做比当时鲁莽要好得多的答复。(思维堵住了,应该给出时间思考,整理思绪)
-
-后来也是想了一会,给出目前的方案:
-
-* 给出不知晓全貌的前因后果,证实自己为什么不知道
-* 尽可能先说出心里默默潜沉的设想可能性
-* 自己不确切了解以及模糊不清的事,最好让对方提供事件历史记录,再做明确回复。
-* 给出时间思考问题,提出解决办法
- * 不清楚的事情,最好自己先清晰化事情始末原由
- * 设想->更新->提出办法
- * 办法的几种可能性->储备方案。
-
-## U盘插在电脑上无法识别
-
-U盘首先插在我的电脑上无法识别,然后换到其他电脑也不行,再进行换货后。这下U盘可以用了;可是呢,换了一个接口又不可以用了,换到其他电脑又是正常的...我都不敢相信,难以置信 —— 新换的U盘居然也有问题...
-
-我主管在看到这情况后,把我的U盘接到手以后,用他的电脑使用又是正常,扩展坞也是正常能识别到的。他表示应该是我电脑接口的问题,他虽然得出这一结论,但还是进行了一番求证(厉害之处)。
-
-1. 用其他扩展坞连接设备,证明了我的电脑接口没问题
-1. 我的扩展坞各个接口插入其他U盘,证明了我的扩展坞也没问题
-
-## 瞬时所想的事
-
-夜晚写日记,瞬时想到前年事:同事看着我,迟迟不来未给主管答复会不会批处理复制各个表内容的需求,可当时我又懂一些编程,就因为这迟迟未做答复,同事看着我的迟疑说:“超过五秒就是不会!”。
-
-对知识半懂不通,半懂不懂,就是不会。最好给对方明确的答复。
diff --git "a/_posts/2021/2021-11-15-\350\275\257\344\273\266\357\274\214\350\275\257\344\273\266.md" "b/_posts/2021/2021-11-15-\350\275\257\344\273\266\357\274\214\350\275\257\344\273\266.md"
deleted file mode 100644
index 854bf916ad..0000000000
--- "a/_posts/2021/2021-11-15-\350\275\257\344\273\266\357\274\214\350\275\257\344\273\266.md"
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: "软件,软件"
-date: 2021-11-15 10:08:04 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-购入软件的感受,以及使用省钱方法的体会。
-
-## 第三方下载站中消逝的枪版
-
-大概是15-17年左右,在windows系统中,想下载一个破解版、精简版,只要在百度上输入软件名称进入网站下载就完事了,可以说是不费吹灰之力且唾手可得的事情;可到了现在相对困难了许多,近年人们经济消费及生活质量的提高,在能用的基础上更看重于体验;与此同时,国家出台及落地了一系列相关作品版权保护政策。在这消费升级与政策支持的共同推进下,我们对购买付费软件相对重视了起来了。
-
-当软件付费成了一如既往的平常,商家也为在此基础上追求更多的收益,付费方式也多样了起来,从最开始的一手交钱一手交付商品的买断制,再到了近年流行等同房东续租的订阅式服务购买,每年仅订阅一家厂商软件就要动辄花费三五六百,确实算的上不小的开销。
-
-## 高额的软件购买成本,又使我们回到起点
-
-在软件厂家这一操作下,我们的购买的开销如同装置了弹簧,瞬间猛然发射蹦高到原价的好几倍。在这一影响下,我们又得上网搜寻破解版,转向了最开始熟悉的地方;不过,这一次可没那么好运了,国区的软件代理商对第三方下载网站的侵权投诉,我们熟悉的知名软件被大量下架,其中就有:Xmind、PD、Adobe Reader DC等等。所以,这时我们也只能无奈选择代理商那购买软件了。
-
-从代理商购买软件,虽然会有少量优惠,但依旧是偏贵的。这还是一个软件,眼前的事实是我们需要用上的软件又不止一个,这样的近况下,我们其实也不得不另寻路子省点钱,又来到了万能的淘宝。
-
-## 购买软件省钱经验心得
-
-在淘宝上一开始搜出来占屏的也是一些代理商,多翻翻,看到价格低的几块到几十不等的一些商家,那些大部分就是了,你懂的;我也在App Store、京东淘宝、论坛购买软件的一段时间才发现一些现象,并作如下总结:
-
-**在线应用商店**
-
-* 在Mac的App Store上付费软件,在官网是免费的(如:keka)
-* 购买软件可以买礼物兑换码,适用steam、App Store等。礼物兑换通常比单入手购买便宜(促销;若价钱无差,谁还买礼物、兑换区域限制)
-
-**各类来源的软件**
-
-* 相比与网站论坛,淘宝商有许多存货,因为淘宝是有海量个体户及企业商家对普通消费者买卖的,因此厂家针对起来比较困难。
-* 一般付费的资源论坛的售后远不如淘宝,可以说几乎无售后可言。虽说部分淘宝商也会开设论坛(聚集客流),但我们面对付费资源论坛,还是得多长个心眼。
-* 要说现在的话,淘宝下载安装软件还能省心些,有客服指导,而且价格也便宜(毕竟赚差价嘛),花上百元不等左右就能买下许多资源足够用了。
-
-## 本文汇总
-
-从一开始讲到早年我们使用枪版再到近年购入正版的原由,后因厂家逐利调整为订阅制的销售,为了节制这高额购入成本,于是我们又得开始找寻渠道购入下载枪版了,最后也说明及对比了不同渠道的软件购买的省钱方式。
-
-写作本文的目的,这除了是对自己入过一些坑的总结,也无非是想让大家看到多省下一些开销嘛。
diff --git "a/_posts/2021/2021-11-18-\345\234\250Mac\344\270\212\347\256\241\347\220\206iPhone\347\232\204\347\205\247\347\211\207.md" "b/_posts/2021/2021-11-18-\345\234\250Mac\344\270\212\347\256\241\347\220\206iPhone\347\232\204\347\205\247\347\211\207.md"
deleted file mode 100644
index e975e49601..0000000000
--- "a/_posts/2021/2021-11-18-\345\234\250Mac\344\270\212\347\256\241\347\220\206iPhone\347\232\204\347\205\247\347\211\207.md"
+++ /dev/null
@@ -1,77 +0,0 @@
----
-title: "在Mac上管理iPhone的照片"
-date: 2021-11-18 15:36:40 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [Mac·iPad·iPhone]
----
-
-使用过iPhone的都知道,我们拍摄的所有照片都是在“最近项目”里,各类形形色色照片塞满了着整个屏幕,内容杂乱无章且混乱不堪。所以,我们在拍照之前理解苹果的逻辑,在一开始就有分类的概念,这样我们才能更好的管理大量的照片。
-
-
-
-## 截屏归档
-
-在iCloud创建一个专门为手机截屏的目录,做一个不同聊天记录的类别归档。
-
-![_](https://i.loli.net/2021/11/27/hWQjnlz165H8BPX.png)
-
-
-然后手机截图后将其储存为文件,选择好相应的文件夹,再次截屏也会显示当前存储的目录,手机即使多个截图也会被保存到同个文件夹。
-
-![](https://i.loli.net/2021/11/27/MuEDHa8UATvbfVx.png)
-
-## 照片归档
-
-**文本类照片;**有关文本类的照片,我们可以点击,信息图标,然后附上说明,如:“扫描”。
-
-![](https://i.loli.net/2021/11/27/7ji2KMAlFX5kpG4.jpg)
-
-然后我们在我的相薄右击建立一个智能相薄,添加两个规则:
-- 任一条件
-- 说明 包含 扫描、说明书
-
-![我的相簿.png](https://i.loli.net/2021/11/27/zq2alwS5DL8hT9I.png)
-
-
-可这样也只在Mac上才能看到分类的智能相薄,在iPhone上是不显示智能相薄的。所以我们需要新建立一个普通相薄,把智能相薄叠放进刚建好的普通相薄,这样iPhone上也能有完整的显示。
-
-![文本.jpg](https://i.loli.net/2021/11/27/BzMOpuJ3l9hmfny.jpg)
-
-注:智能相薄相当于是Mac上的一个照片的归类汇总,在手机上拍摄的照片并不会被智能归类到普通相薄里。需要在Mac上将智能相薄拖入到普通相薄进行同步。 详情:https://support.apple.com/zh-cn/guide/photos/pht6d60ca71/6.0/mac/11.0
-
-我们日常产生的照片就可以这样进行归类。
-
-![2021人与事.png](https://i.loli.net/2021/11/27/BH6Cn1GAJxT2ymW.png)
-
-**信息设备与物件归类;**由于工作需要,我通常需要及时上报设备信息,基本上都是实况摄影。
-
-![1.png](https://i.loli.net/2021/11/27/pZwcUOA4QfVemBn.png)
-
-我这里是将拍摄物品,非GIF动图的静图摄影。
-
-![2.png](https://i.loli.net/2021/11/27/jJ2hao9En4CkdVX.png)
-
-网上下载的图片我们可以这样分:表情包、壁纸图。但由于表情包过于包罗万象,都是网上存图到本地,所以我这并不加其他限制。
-
-![3.png](https://i.loli.net/2021/11/27/AbNpOGRrHMXlsqk.png)
-
-**壁纸;**电脑上:我们可以命名为wallpaper,作为一个文本匹配包含条件。手机上:由于iPhone在照片中并不能重命名,所以就添加说明“壁纸”
-
-![文件名.png](https://i.loli.net/2021/11/27/eFVHd8a2DuOSlhJ.png)
-
-**京东淘宝售后短视频;**京东淘宝、微信钉钉这类app拍摄的视频,它们都不含镜头手机信息的。于是可按照下方归类:
-- 匹配全部
-- 视频类型、镜头为空
-
-![截屏2021-11-18 下午6.18.34.jpg](https://i.loli.net/2021/11/27/MNs6z5HrR37eFQp.jpg)
-
-## 删除照片
-
-删除方面,Mac从普通相薄里删除照片,只会将照片从该相薄移除,并不会删除原文件,需要在智能相薄中删除原文件。但如果想全部删除照片,删除相薄是没有用的,只能通过电脑登陆iCloud进行全选删除。
-
-![](https://i.loli.net/2021/11/27/OxYMhJqFWsA8CBp.jpg)
-
-## 总结
-
-看起来我们需要设置这么多内容,但实际上我们只要把握两个点就好了:**设备拍实况,物件不拍实况,一切交给我们设置好的分类来完成。我们分类相对完善,后期也基本不用操心图片过多所带来的烦扰了,只需要将Mac的智能相薄覆盖到普通相薄就OK了。**
diff --git "a/_posts/2021/2021-11-20-11.17-18\345\233\236\351\241\276.md" "b/_posts/2021/2021-11-20-11.17-18\345\233\236\351\241\276.md"
deleted file mode 100644
index 1b3703fd66..0000000000
--- "a/_posts/2021/2021-11-20-11.17-18\345\233\236\351\241\276.md"
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: "11.17-18回顾(2021)"
-date: 2021-11-20 13:01:11 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
-math: true
-mermaid: true
----
-
-加班深夜与同事闲谈,及后续与朋友谈论我的日记是否方便阅读。
-
-## 加班深夜,与同事闲谈(11.18)
-
-前晚11点深夜加班,我与同事闲聊谈到了有关于公司以前裁员的事,听到同事说公司前几年营收暴涨、业务扩张之际,随之招聘职位要求提高了许多,同时上头下达指标,裁掉了多名十年以上的老员工。
-
-同事话音刚停住,我瞬间感到大为震撼,并想到:看来公司飞黄腾达牛逼哄哄,像入大厂一样,带着我们起飞,也是挑人的,跟着公司起飞原来这是么不现实。我心里再次回想:看来实际上我也并不稳定,公司又经常延期发工资放好几天,我也不小了,但也算年轻,能力也有很多需要提升的,可不能被这公司当时合同上的死工资买断了;这公司对于我,看来不能久留。
-
-## 与朋友谈论我的日记是否方便阅读 (11.17)
-
-朋友在提到关于日记中的这句:“情绪上的失调;经过此事,我也才知道被问及先前并非由对方所知,且要求其负责的事是多么不爽、恼火了。”,我感觉有些自己心里酝酿许久想要表达的话,实际上换做别人是很难理解的。其实我用一个活生生的事例就能表现出来,为什么一定非要一言概括整个想象,自己遣词造句方面也并非过人,结果一句话语序凌乱、不伦不类,这不是加大了对读者的困惑吗?
-
-接下来,朋友问及我下次若是再主管询问我剩余电话一事该怎样去回答,我将当时日记所想意思答复给朋友,我的原话:已经测完过座位电话,还剩余多少个,要拿出文件对照才知道。朋友分析了后表示:我话中的内容也存在需要补充的关键点——优先级、时间:
-
-* 询问:交给我的事情,是否为当前急需给到的事项
-* 安排:我自己该安排在什么时候、时间点去执行
-
-补充这两个要素,也向对方表明了我对事情的关注度及态度。我也由此联想到我的主管日常电话沟通的言语画面,他会将事情问得特别清楚,事情谁负责?其中又有哪些人参与?事件的目前进展及影响如何?我自己想一遍:对事情信息必须要明确了解清楚,才能做事不迷糊。我的朋友谈到了我完全不知晓的两点:
-
-* 向对方表明自己对事情的重视
-* 能更好明确责任摊派,避免被不相关责任全揽在自己头上
-
-得到这两点新的信息后,我又获得了一些新知体会。
diff --git "a/_posts/2021/2021-11-21-\346\210\221\347\216\260\344\273\212\345\217\221\345\261\225\347\232\204\351\227\256\351\242\230.md" "b/_posts/2021/2021-11-21-\346\210\221\347\216\260\344\273\212\345\217\221\345\261\225\347\232\204\351\227\256\351\242\230.md"
deleted file mode 100644
index 56ac054a9a..0000000000
--- "a/_posts/2021/2021-11-21-\346\210\221\347\216\260\344\273\212\345\217\221\345\261\225\347\232\204\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: "我现今发展的问题(2021)"
-date: 2021-11-22 13:06:30 +0800
-author: hoochanlon
-category: [2021.]
-tags: [生活杂事录]
----
-
-我所在公司曾在业绩营收突飞猛进巨增时进行内部裁员,现今业绩不如以前反倒是没有裁员。虽然我一直在吐槽,但也联系了朋友帮忙分析原因。得出结论如下:愿意付出这些成本, 优化人员结构;营收大幅增涨,此时进行裁员,说明公司赔的起。剔除掉老员工后,招纳更优秀的新职员进来,带动活力及提升工作效率,以这样循环的方式让公司业绩持续上涨。
-
-
-
-## 公司裁员与薪资倒挂原因分析
-
-自己的工资还是刚入职的薪资,这三年的雇佣合同,我也意识到公司用一年经验的钱卖断了我后续两年为公司工作的价值。想要在公司内部加薪又是很难的,同时我也看到了工资倒挂的现象,在网上也查找了到一些相关原因:
-
-* 一线员工很难在企业提升自己级别,管理走了又换新任管理,岗位级别决定薪资区间就是这么多
-* 招新人流程上确实比内部升职加薪简单,整体调薪成本过高,单个调薪又易造成集体不满
-* 倒挂薪资也说明企业将此做为员工跳槽风险的成本,其实已经做好了这方面准备了
-
-参考链接:
-
-* http://www.yjcf360.com/jinritoutiao/754159.htm
-* https://www.hright.cn/Article/225.html
-
-也因此我开始思考以后的发展问题,这是很要紧的事。
-
-## 我目前的现状
-
-我目前所做的桌面上限受阻,由于受限工作环境,操作网络交换机不多,后台都是由主管自己一人牢牢把控着。我的主管也负责管理及维护各个部门流程,但从未没有跟我提及过流程逻辑。我感到待在着公司其实已经无法得到进一步的提升,所以必须另谋路子来提升自己的价值。
-
-再把网络部分做为一个加分项上,另谋路子:
-
-* 走硬件维护;电路,电子元器件,FAE
-* 走软件维护;Linux运维
-
-电子元器件、电路,理科向我可以说毫无基础,Linux好歹还有些基础,看FAE操作Linux吧,多学点吧。朋友告诉我与其说经验不如着重说思维模式,把自己过人优点展现出来,同时朋友提醒我该锻炼下自己的口才了。
diff --git "a/_posts/2021/2021-11-22-\345\210\206\346\236\220\346\210\221\345\267\245\344\275\234\344\270\212\346\262\241\346\234\211\345\261\202\346\254\241\343\200\201\346\227\266\351\227\264\346\246\202\345\277\265\347\232\204\345\216\237\345\233\240.md" "b/_posts/2021/2021-11-22-\345\210\206\346\236\220\346\210\221\345\267\245\344\275\234\344\270\212\346\262\241\346\234\211\345\261\202\346\254\241\343\200\201\346\227\266\351\227\264\346\246\202\345\277\265\347\232\204\345\216\237\345\233\240.md"
deleted file mode 100644
index f8c8effa68..0000000000
--- "a/_posts/2021/2021-11-22-\345\210\206\346\236\220\346\210\221\345\267\245\344\275\234\344\270\212\346\262\241\346\234\211\345\261\202\346\254\241\343\200\201\346\227\266\351\227\264\346\246\202\345\277\265\347\232\204\345\216\237\345\233\240.md"
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "分析我工作上没有层次、时间概念的原因"
-date: 2021-11-22 13:07:44 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-在看到这幅图,我恍然大悟,才开始明白工作上主管一直叫我处理桌面问题,而他自己则在规划流程及维护网络、业务数据后台的原因。
-
-![IxDVyQ.jpg](https://z3.ax1x.com/2021/11/22/IxDVyQ.jpg)
-
-
-
-主管相当于把桌面问题这类第三象限不重要但紧急的事安排给我做,但到我这里后就成了第一象限,原因如下:
-
-* 同事电脑有问题影响他办公,第一时间就会想到我,同事会要求我最好尽快、立即、马上处理,处理不好又会遭投诉,再加上此事也是主管吩咐我照办,这也让我更加不敢有丝毫懈怠。
-
-长此以往我也感精神疲惫,也正好如图所说,近期我一直经常在回家深夜一直看游戏、动画等娱乐节目放松消遣、打发时间,随着时间一天天这样过去了。现在我才开始意识到我从工作到现在一直在白“穷忙”,实际上没真正想过该怎样去改善目前的现状,建立好自己的有序的计划。
-
-看到图中的第二象限,我似乎明白了什么。将第一象限的事情转化为第二象限处理,不论工作有多么紧急也要有计划有安排地去做。无意中也发现第二象限也体现了做事的态度。想到了一个很好例子:对方交代我主管做的事情,他都会把事情问得特别清楚:
-
-* 事情谁主导(负责)?其中又有哪些人参与?
-* 事件的目前进展及影响如何?
-
-说完事情概貌后,他接下来考虑处理问题:我们有哪些办法?又该分几步处理?同时产生新问题又该怎么解决?最后落实到具体时间上执行。
-
-再由以上想到第一象限还真是为了解决问题而解决问题,而不是把事情办好办漂亮,同时也想到第三象限也有一个解决方式:明晰事件,划清责任。落实到执行上也给出了自己的空余时间,也有着第四象限的缓冲带;联想到我自己:待办事项是第一步,四象限法则是第二步。第一步我做到了,目前的目标是开始持续进行第二步。
diff --git "a/_posts/2021/2021-11-22-\346\230\276\347\244\272\345\261\217\351\227\252\345\261\217\346\215\242\345\261\217\344\272\213\344\273\266\357\274\2102021\357\274\211.md" "b/_posts/2021/2021-11-22-\346\230\276\347\244\272\345\261\217\351\227\252\345\261\217\346\215\242\345\261\217\344\272\213\344\273\266\357\274\2102021\357\274\211.md"
deleted file mode 100644
index 7b9f89fa99..0000000000
--- "a/_posts/2021/2021-11-22-\346\230\276\347\244\272\345\261\217\351\227\252\345\261\217\346\215\242\345\261\217\344\272\213\344\273\266\357\274\2102021\357\274\211.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "显示屏闪屏换屏事件(2021)"
-date: 2021-11-22 19:36:47 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
----
-
-新来的销售副总的屏幕出现了闪屏,叫我进他的办公室查看情况。一进入办公室销售副总就对我说道:“我的显示屏闪屏,帮忙看下什么原因。”。我一检查确实是屏幕问题,我回答道:“只能是给你换一个了。”,于是我回到工位对我的主管说:“祝总的显示屏闪屏,需要更换一个显示屏”。我的主管当即变脸一副不屑冲我喝道:“我们哪有显示屏给他换?!没有!”。我主管说完话的一瞬间使我异常尴尬,我先前在销售副总办公室满口答应给他换显示屏,现在又不给换了,搞得我是左右为难。
-
-
-当销售副总把我再次叫到办公室询问我的进展,我应声下气地答复道:“我们这能正常使用的显示屏都已经用完了,只能提申请采购了”。我话音一结束,销售副总立马厉声对我喝道:“这公司要啥,啥没有”,顺手指向他的电脑又是一番呵斥:“你看!这台电脑是我该带的吗?这些基本的办公设备本该就是由你们提供的!连最基本的要求都保障不了!”。对我发泄了一通后,缓缓地向我问道:“能不能搞定?你有什么解决办法?”,我无奈回复道:“这些设备的分配,都是我主管管的,我只能做的只有将这些设备部署到工位上。”,他听到我的答复表示等会找我主管。
-
-主管看我回到工位上后,说道:“你去旧库房看看哪些显示屏还能用的,给他换上。”,我心里其实知道都没几个能正常用的机器,就算能用显示屏也太小了,折腾这旧显示屏意义不大,浪费时间...我便说:“就算给他换了难道他不嫌小吗?”,我主管一脸严肃地质问我:“到底是他嫌小?还是你嫌小?”。其实显示屏13寸4:3的屏,搁个谁那都嫌小吧...写到这我感到我主管甚至强词夺理了。当我把旧库房仅存的旧显示器拖上来,正好销售副总走向我主管说:“傅工,我这显示屏看能不能报修啊?”。我主管当即明确表示:“不用修!我给你换一个显示屏”,指着我:“从他这里找一个就好了。”
-
-最后好不容易找到一台正常工作的显示屏,结果被销售副总直言拒绝:“这太小了吧?!嗯~——?!”。最后他也奈何地表示说:“算了,我就这么继续用下去吧...”。
-
-## 事后总结
-
-我替公司?/我的主管?挨了一顿冤枉气后,为了以后再出现这样事件自己更好地应对,于是进行这次事件的总结:
-
-其实销售副总在询问我更换设备时,我应该说:“其实管设备的不是我;我看,我跟我主管沟通一下,咨询下他的意见能不能换,换的话,我也给你挑一个好的。”要是到我主管那边明确拒绝,销售副总问到我时,我也可以说得委婉点:“公司目前后备设备准备不充裕,我主管他也可能是对这突如其来的设备故障更换上,目前暂时没想到妥当的办法吧,届时,一有补充到合适的设备立马就给你换上。”
-
-我现在想到我主管对我说的话:“难道他嫌自己车不够好,就要公司给他配宝马给他吗?资源不足,不是我们的事,我们只要把服务做好就行了,至于他用不用是他的事。”,我立马想到其实还能这样说:“虽然公司物资不是很充裕,但我会把现今能做好的部署设备的事,给做的干净整齐,尽可能把当前能解决的事做好。”
-
-* 第一步,在自我表情情绪上做足准备,目光要炯炯有神,最大地呈现出认真地倾听他的意见神态表情。
-* 第二步,避重就轻,谈及自己做好服务的亮点一些行为,说明当前在自己努力下依旧无法满足对方的原因,给对方一个自己尽全力有去改变当前事实态度
-* 第三步,事件发展往对方期望那样说,并自己会优先联系对方,给对方一个可期的愿景。
diff --git "a/_posts/2021/2021-11-26-\345\257\271\345\211\215\346\227\245\347\232\204\351\227\252\345\261\217\344\272\213\344\273\266\345\206\215\345\244\215\347\233\230.md" "b/_posts/2021/2021-11-26-\345\257\271\345\211\215\346\227\245\347\232\204\351\227\252\345\261\217\344\272\213\344\273\266\345\206\215\345\244\215\347\233\230.md"
deleted file mode 100644
index 17453b45ea..0000000000
--- "a/_posts/2021/2021-11-26-\345\257\271\345\211\215\346\227\245\347\232\204\351\227\252\345\261\217\344\272\213\344\273\266\345\206\215\345\244\215\347\233\230.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "对前日的闪屏事件再复盘"
-date: 2021-11-26 16:46:57 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
----
-
-在上回,我对闪屏换屏事件问题分析得出来的解决办法还是停留在减缓解事件压力的思路上。昨日我咨询了和我主管共事多年的同事意见,听取完同事的意见后,我顿时有了新的收获、思路。
-
-在我咨询意见前,我把上回闪屏换屏事件的经过向她复述了一遍,跟她倾诉了我在直系主管与公司副总就换屏一事双方存在争议而使我左右为难的原由。在听完我叙述完整个过程后,她开始着手分析对我说明当前我左右为难的问题原因在哪里,她的原话大意:
-
-若是我平日里那样遇到问题只是向我主管简单复述一遍,没把副总训斥我一事具体跟我主管说明,也没明确表示副总其实是很在意这件事,我主管可能就会认为副总的当前问题,并不是很紧要。我主管可能会认为是副总这个人官大、比较讲究。我主管可能会想着顺其自然,看习惯过去就好了,这自然不会着重优先处理;但副总那边的事实是屏幕真的影响到了正常的日常办公,到时追责,主要的问题矛头都会指向了我:
-
-* 副总发现他的问题持续没有进展回音,会找你问是怎么一回事,同时副总也会联系到你主管,等你主管反应过来后,就会说你没向他汇报清楚副总的具体问题;而且副总还会认为你没有将他的问题/意思传达到给你主管,没把他的问题当回事。到最后挨了训斥,两边也没落着好。
-
-此外这事没能妥善处理,还有后续的影响:副总对我及部门办事会产生一些相关方面的负面看法,处理问题不积极、做事效率低,在以后双方之间也易于产生矛盾误解,更别说后续他会提供任何帮助了。
-
-像这次设备更换,安排、处置设备超出我的权限范围,就要主动交给我主管来处理,及时跟我主管汇报说明当前遇到问题,我被训斥也表明副总其实是很在意这件事的,这问题要尽快处理,以免副总他对我们处理问题的效率、我们的态度产生误解。再进一步问我主管的下一步安排与计划,将我主管的意思同时也传达到副总那边,由他们双方对接沟通协商。
-
-我自己也开始意识到我在闪屏换屏事件自己的一些主要问题,我在向我主管汇报这个问题上,仅仅只是说到公司副总因闪屏问题才有了换屏的需求,这类普普通通简单的屏幕更换事情,没有再更深入一层,对这个事件的做个实质上的分析。
-
-1. 我完全没揣摩到副总对闪屏还是上心的,我被训斥这极为明显有代表性的事例,我也没向我主管汇报。
-1. 我没意识到自己在事件过程中充当双方的委派代理人:
- * 没依据线索去了解掌握双方的意图,更没有表达清楚对方的真正需求到底是什么
-3. 没有考虑事件中的问题已经超出了自己力所能及的职能权限范围,而在这过程中自然也把活全盘自己接了
diff --git "a/_posts/2021/2021-11-27-\345\257\271\351\227\252\345\261\217\346\215\242\345\261\217\344\272\213\344\273\266\350\277\233\350\241\214\347\254\254\344\270\211\346\254\241\345\244\215\347\233\230.md" "b/_posts/2021/2021-11-27-\345\257\271\351\227\252\345\261\217\346\215\242\345\261\217\344\272\213\344\273\266\350\277\233\350\241\214\347\254\254\344\270\211\346\254\241\345\244\215\347\233\230.md"
deleted file mode 100644
index 6a15052330..0000000000
--- "a/_posts/2021/2021-11-27-\345\257\271\351\227\252\345\261\217\346\215\242\345\261\217\344\272\213\344\273\266\350\277\233\350\241\214\347\254\254\344\270\211\346\254\241\345\244\215\347\233\230.md"
+++ /dev/null
@@ -1,40 +0,0 @@
----
-title: "对闪屏换屏事件进行第三次复盘"
-date: 2021-11-27 17:09:57 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
----
-
-我现在就这一事件得到了三种不同的角度看问题:
-
-* 我自己职位角度
-* 揣摩他人心思再分析的旁听者角度
-* 就事论事,依据事情本身的情况来作评论或判断
-
-此外,与朋友的讨论过程中也意外发现,我自身的职位在他们心里权重究竟是怎样的,从被高管训斥来看,确实我的位置并不怎么重要,也有必要为自己找条门路。以下正题开始。
-
-
-
-从自己职位角度:第一想到的是下次再遇到这样的事,我应该怎么做?我该怎样避重就轻地缓和事件中的冲突,怎样应付处理问题使对方能够很好接受。
-
-旁听者角度:把事情在脑海过一遍,明确我们当前遇到的问题是什么?双方的立场上,他们各自是怎样看待关注问题的?处理问题进展不顺,问题延期且没有具体解决的时间,这对双方看问题的性质上会有哪些影响?
-
-就事论事的说:
-
-- 就事件的本身来说,职责上我是有义务为他处理的;问题延期,而且还处于一个僵滞状态,确实不妥。
-
-- 造成问题延期的客观因素,而要改变这些客观因素,实际上已经超出自身能力边界及权限范畴:
-
-- - 超出了自身能掌控范围,就需要上报给比我职能范围更大的主管上级。事件双方的代表由我这代理人过渡到他们本人对接交涉。
-
-副总这边会习惯性地顺便叫我给到他通知,实际上就是让我又作为“代理人”跟进下他的问题进度,毕竟一开始我是副总遇到问题的第一时间联系人。这期间也存在一个问题点 —— 对方要求我给到他答复的问题,已超出我职能控制范围了。所以也要务必明确表明三点传达到副总:
-
-1. 这问题其中客观事实的改善,已超出自己的职能力所能及的范围,及时地上报给我主管。
-
-2. 向副总表明:
-
-3. 1. 这其中遇到影响到他正常办公一些问题,并明确详细地汇报到了我主管那边
- 2. 同时,把副总关注这件事也跟主管说明了
-
-4. 问题进展上,主要还需听由我主管给到我的具体安排时间;收到通知后,再来第一时间为他处理问题。
diff --git "a/_posts/2021/2021-12-06-\350\243\205\346\234\272\344\270\244\347\257\207\357\274\210\344\270\200\357\274\211.md" "b/_posts/2021/2021-12-06-\350\243\205\346\234\272\344\270\244\347\257\207\357\274\210\344\270\200\357\274\211.md"
deleted file mode 100644
index b85bdaac43..0000000000
--- "a/_posts/2021/2021-12-06-\350\243\205\346\234\272\344\270\244\347\257\207\357\274\210\344\270\200\357\274\211.md"
+++ /dev/null
@@ -1,66 +0,0 @@
----
-title: "装机两篇其一:组装电脑"
-date: 2021-12-06 19:23:22 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [chip]
----
-
-## 组装电脑
-
-### 主板、芯片、机箱
-
-amd与intel芯片主板不通用,先确定你要选哪个芯片,再去选择对应的主板,看下芯片与主板的插槽是否对应。
-
-[电脑主板和cpu如何搭配?牢记这几点!(全文)_主板_机箱电源新闻-中关村在线](https://power.zol.com.cn/666/6665093_all.html)
-
-看主板选机箱
-
-![IMG_0261.jpeg](https://s2.loli.net/2021/12/06/kaBtXN8Mr59ixu2.jpg)
-
-
-
-
-### 主板、芯片、显卡
-
-不存在显卡兼容主板问题,插槽插上就适配;如果CPU弱,显卡强,CPU会成瓶颈,反之就是显卡成瓶颈。
-
-[主板和显卡怎么搭配,有什么方法吗?_百度知道](https://zhidao.baidu.com/question/1894092098019175020.html)
-
-
-### 主板与内存
-
-⚠️注意在京东自营、官方旗舰店内查看参数,非官方渠道存在参数虚标,细节详情模糊。
-
-
-选择主板规定的内存标准就好了。
-
-
-![IMG_0260.png](https://s2.loli.net/2021/12/06/ChknM9QEy6dWDag.png)
-
-
-首先要说明的是,只要是同一代的内存,频率不一致也没太大的关系,可以混用,只不过高频内存会自动降频到低频,与低频内存组成双通道,而不同代的内存则不能混用。
-
-
-[内存条频率不一样能一起用吗?不同频率的内存条可以混用吗?|Crucial(英睿达)](https://www.crucial.cn/articles/about-memory/can-different-frequency-work-togethter)
-
-
-内存频率是否在主板支持内存频率的范围内,比方说主板支持的最高内存频率为 1066MHZ ,那么1333mhz的内存插入到主板上之后。就无法点亮,电脑就不会工作。
-
-注:远古的主板或许是这样,但现在的主板,点亮基本是没有问题的,只是还是会存在高频降低频的问题。
-
-[电脑内存条频率取决于CPU还是主板?](https://baijiahao.baidu.coms?id=1666993483934409555&wfr=spider&for=pc)
-
-
-双通道内存频率是否会翻倍?
-
-[DIY从入门到放弃:双通道内存你把握不住](https://baijiahao.baidu.com/s?id=1706576368226376444&wfr=spider&for=pc)
-
-如果是两条不同频率的内存条组成双通道,内存频率会以两根内存条当中频率最低的一根为准。
-
-### 主板显卡、芯片与电源
-
-电源的功率>=(显卡+CPU最大功率)*1.5。
-
-* [主板电源怎么匹配_百度知道](https://zhidao.baidu.com/question/918306230642883139.html)
-* [电源额定功率不足会降低显卡和CPU的性能吗?](https://baijiahao.baidu.com/s?id=1604226208285759861&wfr=spider&for=pc)
diff --git "a/_posts/2021/2021-12-06-\350\243\205\346\234\272\344\270\244\347\257\207\357\274\210\344\272\214\357\274\211.md" "b/_posts/2021/2021-12-06-\350\243\205\346\234\272\344\270\244\347\257\207\357\274\210\344\272\214\357\274\211.md"
deleted file mode 100644
index 1cbfd7aa23..0000000000
--- "a/_posts/2021/2021-12-06-\350\243\205\346\234\272\344\270\244\347\257\207\357\274\210\344\272\214\357\274\211.md"
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "装机两篇其二:电脑装win7系统"
-date: 2021-12-06 19:34:08 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [chip]
-permalink: /:year/:month-:day/01
----
-
-## 电脑装win7系统
-
-### 注入驱动与系统封装
-
-8-10需要注入驱动安装win7,11代截止。
-
-[第几代cpu不支持win7?全面分析第几代cpu不支持win7 _ 电脑系统城](http://www.dnxtc.net/zixun/zhuangjijiaocheng/2020-12-22/6773.html)
-
-联想注入工具、电脑店PE启动盘(比微pe稍强,可以选win7启动安装。)
-
-[联想中国(Lenovo China)联想知识库](https://iknow.lenovo.com.cn/detail/dc_178680.html)
-
-系统封装 easy sysprep;支持wim、esd,可以批量给不同配置装机。ghost装机ssid一致会存在域冲突的问题,ghost也只适用同机型。
-
-[Easy Sysprep v5.19.802.282 Release1 (2019.10.26)_IT天空原创软件_IT天空](https://www.itsk.com/thread-402133-1-1.html)
-
-
-
-### 非官方驱动安装
-
-因为8代以后因特尔官方都不提供显卡驱动包了,只能从第三方驱动精灵、驱动人生那查找驱动,但这两款软件限速…如果是品牌机,电脑御三家有自己的驱动服务app,但小厂没有,只能通过它们先排查哪些驱动没装,然后再到网上搜资源下载;步骤如下:
-
-- 360驱动大师安装完,用驱动人生检测,再到网上下载对应的驱动。
-
-win7显卡驱动安装(适用8-10代cpu)
-
-[intel UHD graphics 620/630 -win7 驱动 - 知乎](https://zhuanlan.zhihu.com/p/73250440)
-
-鼠标右键单击计算机 - 设备管理器 - 显示适配器 - 右键单击显卡名称 - 更新驱动程序软件 - 浏览计算机以查找[驱动程序](https://www.zhihu.com/search?q=驱动程序&search_source=Entity&hybrid_search_source=Entity&hybrid_search_extra={"sourceType"%3A"article"%2C"sourceId"%3A73250440})软件 - 从计算机的设备驱动程序列表中选择 - 从磁盘安装 - 浏览 - 刚刚解压缩的驱动文件夹 - 选择 igdlh64.inf - 开始安装。https://baijiahao.baidu.com/s?id=1604226208285759861&wfr=spider&for=pc)
diff --git "a/_posts/2021/2021-12-07-\346\267\230\345\256\235\350\264\255\344\271\260iOS\345\255\246\344\271\240\347\211\210\350\275\257\344\273\266\344\275\223\344\274\232.md" "b/_posts/2021/2021-12-07-\346\267\230\345\256\235\350\264\255\344\271\260iOS\345\255\246\344\271\240\347\211\210\350\275\257\344\273\266\344\275\223\344\274\232.md"
deleted file mode 100644
index 78857ae02c..0000000000
--- "a/_posts/2021/2021-12-07-\346\267\230\345\256\235\350\264\255\344\271\260iOS\345\255\246\344\271\240\347\211\210\350\275\257\344\273\266\344\275\223\344\274\232.md"
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: "淘宝购买iOS学习版软件体会"
-date: 2021-12-07 15:42:23 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [Mac·iPad·iPhone]
----
-
-## 淘宝买断scanner pro的后续操作
-
-在钱给到淘宝店家后,店家要了我的ID进行他特有的路子购买流程后,我的ID与软件进行了绑定,只是需要关闭在App Store上关闭更新。手机存下店家给的.ipa程序后([.ipa程序链接,提取码:sfw1](https://pan.baidu.com/s/1n2j_2KjmdnAFkaegw-XPzA )),用Mac隔空投送到iPhone上,iPhone就自动安装上软件了,点击软件就可以使用了。
-
-当时我感到惊奇,iOS不是没软件包吗?它这还绕过App Store,怎么搞到的软件包的?店家也回避了这方面的问题回答。我在查了网页资料后找到一些相关线索 :
-
-* [PP助手、爱思助手、Apple Configurator 2抓包获取到安装文件](https://www.jianshu.com/p/fdb50d303ad6)
-* [ios怎么下载老版本app?-知乎](https://www.zhihu.com/question/344479701/answer/816525672)
-* [iTunes+http抓包软件](https://www.jianshu.com/p/acf915b4bd9a)
-
-三个链接的内容的核心就是网络抓包,爱思应该是有个软件版本仓,所以可以下载到一些旧版软件。顺便猜测一下淘宝店家的路子:用旧版软件进行购买,在购买时可能对地区及时间做了调整,来完成这一系列的购买操作。
-
-
-## 使用 httpcatcher 体会
-
-我在淘宝店家又购入一款软件,按照客服提示使用httpcatcher,翻看了httpcatcher软件的原话说明:它可以拦截、查看、修改和重复iOS的http请求。再联系我到之前看视频的一番操作,初步推测类似电脑里写入host来规避验证吧。后来再看了json文件算是明白了,json文件如下:
-
-> 来源 [baipiaomonster](https://github.com/baipiaomonster/httpcatcher/blob/master/PDF%20%E7%82%B9%E7%9D%9B%20-%20PDF%E7%BC%96%E8%BE%91%E5%99%A8.json)
-
-```json
-{
- "name" : "PDF 点睛 - PDF编辑器 A+",
- "locations" : [
- {
- "method" : "POST",
- "scheme" : "https",
- "enabled" : true,
- "port" : 443,
- "query" : "",
- "host" : "license.pdfexpert.com",
- "path" : "\/api\/1.0\/pdfexpert6\/subscription\/refresh"
- }
- ],
- "description" : "PDF 点睛 - PDF编辑器 (PDF Expert 7) 来自 Readdle Inc. https:\/\/apps.apple.com\/cn\/app\/pdf-%E7%82%B9%E7%9D%9B-pdf%E7%BC%96%E8%BE%91%E5%99%A8-pdf-expert-7\/id743974925"
-}
-```
-
-与host屏蔽主机不同,它是改写软件版本及用户ID,再用改写的信息对厂商服务器进行欺骗,获取验证。原因是:网上查找到 pdfexpert6版本是可买断的,证据充分。
-
-据我目前所见软件买断转向订阅制的情况,无非二者:
-
-* 将买断用户限制在此前更新的版本,如需使用后续版本需要订阅付费。
-* 在后续升级过程中会保留此前买断用户的软件功能,新功能需要订阅费用。
-
-PDF expert就属于上面提到的第二种情况。
-
-### httpcatcher具体操作
-
-发现:
-
-* https://github.com/baipiaomonster/httpcatcher
-* https://streamja.com/RAmoX
-
-![截屏2021-12-07 下午12.26.49.png](https://s2.loli.net/2021/12/07/k8dQLjfPFYMHA4q.png)
-
-httpcatcher操作步骤:
-
-1. 打开httpcatcher -> 更多 -> 点击 解密https流量 -> 确认弹窗提示项->再开启 解密https流量 -> 安装;此时会跳出Safari会下载文件,允许下载。
-2. 下载好文件后,进入设置:
- 1. 第一步:通用-> 描述文件 -> 安装;第二步:通用->关于本机->证书信任设置->启用
-3. 导入hcc内购规则->更多->重写->重写列表开启,并勾选规则->再点击中心按钮
-4. 打开需要内购订阅的软件,点击恢复购买。
-
-## 淘宝共享ID | testflight
-
-**共享ID**
-
-店家开通一个号的正版,然后用家庭共享拉号,这样就可以一个帐号买入,其他帐号可以共享正版,然后店家再卖出家庭共享的ID创收。还有一种就是店家提供购买过该付费软件的ID,登录到App Store下载后,进入软件恢复购买。这应该是软件与苹果之间的验证机制问题,点击恢复购买,App Store的ID是在线登录的,软件会调取ID进行验证,该ID用户是否曾买过该软件,然后恢复购买。
-
-店家的具体操作如下图链。顺便说一句:淘宝的好评也是值得留心的,虽然一些用户评测写得挺好,但淘宝店家也会抓顾客痛点,诱导顾客评论的:7天内好评红包返现,包售后、失效补。
-
-* https://imgur.com/a/IXYvw5j
-
-像上图链的操作方式,要想长期使用,软件它是不能自动更新的,一更新软件那边服务器验证到不是此前购买的ID,直接就凉凉了。而且这些ID也是有风险的,不能登录设置里的帐号以及iCloud,只能在App Store上登录,不然极易锁死设备。这也有篇相关链接说明:
-
-* https://www.zhihu.com/question/283094747/answer/1518961762
-* https://www.zhihu.com/question/20807637
-
-**testflight**
-
-这一般要内测资格的玩家才能获取到testflight版,软件厂家提供给用户一个有期限的内测版本,如:west world vpn。 https://sjssr.fun/
-
-
-## 方式汇总
-
-我目前了解到的iOS低价或免费长期使用的操作方式:
-
-* 网络抓包获取应用程序安装文件
-* httpcatcher重写信息
-* 共享ID
-* testflight
diff --git "a/_posts/2021/2021-12-07-\347\234\213\345\210\260\351\273\221\345\215\241\346\266\210\346\201\257\350\201\224\347\263\273\345\210\260\345\211\215\346\234\210\345\260\217\347\201\253\347\256\255\345\270\220\345\217\267\350\242\253\345\260\201.md" "b/_posts/2021/2021-12-07-\347\234\213\345\210\260\351\273\221\345\215\241\346\266\210\346\201\257\350\201\224\347\263\273\345\210\260\345\211\215\346\234\210\345\260\217\347\201\253\347\256\255\345\270\220\345\217\267\350\242\253\345\260\201.md"
deleted file mode 100644
index 3ade85e19c..0000000000
--- "a/_posts/2021/2021-12-07-\347\234\213\345\210\260\351\273\221\345\215\241\346\266\210\346\201\257\350\201\224\347\263\273\345\210\260\345\211\215\346\234\210\345\260\217\347\201\253\347\256\255\345\270\220\345\217\267\350\242\253\345\260\201.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "看到黑卡消息联系到前月小火箭帐号被封"
-date: 2021-12-07 15:47:53 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-**主题**
-
-此前在淘宝购买软件,看到商家标注的杜绝黑卡,于是我有意百度了“iOS黑卡”。围绕黑卡的中心词“盗刷信用卡”、“诈骗”、“封号封设备”,我顿时感到触目惊心,确实要小心为是。其实这个问题也不光是在苹果上,任天堂、蒸汽、索尼、微软这些国际大厂都会存在这样的不良现象,也因此面对充值我们也要尤为谨慎。
-
-* https://zhuanlan.zhihu.com/p/102147834
-* https://zhuanlan.zhihu.com/p/358658744?ivk_sa=1024320u
-* https://www.zhihu.com/question/26128414
-* http://www.cocoachina.com/articles/18709
-
-小火箭这类翻墙应用基本上就是一次安装长期使用,可能被这些商家钻漏子,这又不像游戏帐号需要实时联机,售后方面可想而知,跑路的可能性确实很大。我想应对的办法也只能是看店铺星级信誉了,附链接:https://zhidao.baidu.com/question/1173879482046556379.html
-
-
-**其他**
-
-https://www.jianshu.com/p/d6761e820895 ,看到这个链接对软件购买制的分类,感觉挺清楚明了的。
-
-![截屏2021-12-07 下午4.00.27.png](https://s2.loli.net/2021/12/07/MAVnXHYO713k5Tj.png)
diff --git "a/_posts/2021/2021-12-09-\346\230\250\346\231\232\344\270\216\350\257\204\346\265\213\345\234\250\351\243\237\345\240\202\345\220\203\351\245\255.md" "b/_posts/2021/2021-12-09-\346\230\250\346\231\232\344\270\216\350\257\204\346\265\213\345\234\250\351\243\237\345\240\202\345\220\203\351\245\255.md"
deleted file mode 100644
index 912d583ef8..0000000000
--- "a/_posts/2021/2021-12-09-\346\230\250\346\231\232\344\270\216\350\257\204\346\265\213\345\234\250\351\243\237\345\240\202\345\220\203\351\245\255.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "昨晚与评测在食堂吃饭"
-date: 2021-12-09 11:20:30 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [离开地球表面]
----
-
-## 品质做工话题
-
-昨晚与评测聊到的主要内容就是公司分工厂主要负责生产品质、工艺等人员离职造成产品大范围出现品质问题,离职人员有厂长、生产、品质部门经理,以及长期在一线跟进的途程、工艺工程师。而在他们离职后的近期,每百台主机就有十台以上的不良,而这些不良中,很多都是生产线不按业内规范工序进行生产,不少主板的零配件都是用的极其低价的二手料,甚至主板都没用洗板水进行清洗,粗制滥造地赶工出货。
-
-在与评测吃饭了解到这些信息后,我便不由的感慨:同配置下,小品牌的价格是大品牌的1/2,虽有性价比,但质量真的把握不住,上手体验确实相当的糟心,原来品牌溢价也有售后质保在里头。 评测又顺便提到了国内、海外双标一事,他主要观点是说:国内供应链方面比不过同行,拼做工与质量跟肯定比不过大厂,一般都是向海外卖的。也由于海外为主要市场,相对来说流程、做工都是比国内要好上不少的,用料也都是新的。
-
-当然,他也解答了我在这其中的一些疑问就是 —— 我时常听到公司质量堪忧,好几个重要的客户的生源也断了,时常听着有马上要倒闭的感觉;但我又发现从公司去年的财报了解到也并没有亏本?公司每年其实也都在赚钱,赚多赚少的问题,这真是挺令我疑惑的。他的回答就是:供应链那边疏通关系,用料成本低,再加上软硬件很多现有的,可以拿来,怎么着也是赚钱的。
-
-## 股权话题
-
-一时兴起,我从淘宝那购买天眼查临时会员帐号,查了下公司的投资、股权架构等相关信息。随后便与评测部同事展开了畅所欲言、发散性的讨论。发现了一些现象:之前公司搞的股权激励,员工参与买入的都是老板注册皮包公司名下的股份,并不是我们在上班的公司名称,买的人也大都是公司的管理人员,以及少部分待在公司十年以上的老员工。讨论了股权目的两种可能性:以股权名义回收工资、集资,留人
-
-## 老板同学都很厉害话题
-
-我的主管是老板的同学,厂长也是老板的同学,在六十年代生人,那个时候考上现在的重本一流大学,家境普遍来说算得上中上层次了,而且也挺重视教育的,我感觉到老板同学都很厉害。我的这一问题,朋友给我举了刘邦遇张良、韩信的事例。大意就是他们也是一步步起来的,概率上来说,在一个地域总有一部分人其实都有相当才能,也需要在适当的时候有一个发挥实力的舞台,大浪淘沙,有的人经得起检验,也到最后留下来的,实力可见一斑。
-
-此外还谈到了厂长走了,下面的生产经理、品质经理也接着离职的原因:
-
-* 受到前厂长的提拔,来了新厂长也可能配合不好,自己职位都难做,保不住
-* 新任厂长与其双方的信任问题
-* 办事意识存在冲突
-* 在被新任厂长干掉前离职,保留职位跳槽
diff --git "a/_posts/2021/2021-12-11-\344\270\216\346\267\230\345\256\235\345\215\226\345\256\266\347\232\204\344\270\200\346\254\241\345\276\256\344\277\241\345\257\271\350\257\2351211.md" "b/_posts/2021/2021-12-11-\344\270\216\346\267\230\345\256\235\345\215\226\345\256\266\347\232\204\344\270\200\346\254\241\345\276\256\344\277\241\345\257\271\350\257\2351211.md"
deleted file mode 100644
index 5bcd820eee..0000000000
--- "a/_posts/2021/2021-12-11-\344\270\216\346\267\230\345\256\235\345\215\226\345\256\266\347\232\204\344\270\200\346\254\241\345\276\256\344\277\241\345\257\271\350\257\2351211.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "与淘宝卖家的一次微信对话12.11"
-date: 2021-12-11 09:49:12 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [Mac·iPad·iPhone]
----
-
-## 我与淘宝卖家的杂谈
-
-我向经常购买软件的淘宝卖家那里咨询到购买美区ID封容易被封号,确实是这样,因为前二月左右的时间,我的美区ID就没有了。卖家也跟我聊及他在App Store买软件一事,说是他昨晚购买app后发现描述内容不符,第二天一早申请退款,结果不符资格。我才发现原来购买的app是可以退款的…但可能像steam那样二小时内吧,不清楚。我也顺着话题发表了下苹果硬件售后的感想,听他一话感觉瞬间真相了:因为设备利润高,有钱售后都好。
-
-
-
-他也谈到了他在淘宝店卖软件内测码被淘宝冻结一事,说:他之前卖内测邀请码 正规软件的,淘宝说检测存在虚假交易、色情,与淘宝客服联系无果后,后来他致电到杭州12345,态度特别好就是不办事…他对淘宝也失望了,放弃申诉了。
-
-
-## 提及我琢磨不透的一些淘宝卖家逻辑
-
-我和上文的淘宝店家也提到了我的一些不解困惑:我看到一些淘宝卖家都是共享ID的,上架商品越多也能吸引顾客买入app,而且淘宝对上架也没太多限制,但为什么卖家却只上架几个商品呢?
-
-店家向我说道:“一个ID无限共享,卖到封号就下架,再上新。而且一般人几块钱也就不追究了,再说其实有很多店铺都是同一个人,这种很对一个月卖几百个的”。我算明白意思了,一个店铺上架太多这种非正规的应用,风险也会相对增大,而且也不太方便去管理维护。
-
-顺便也聊到卖软件的店家怎么一下成服装店了?我顿时没想明白其中的逻辑,后来所有所悟,原来是要转手,考虑将账号屯几年成老店进行转手卖掉,当然也不排除有其他避风头的可能。
diff --git "a/_posts/2021/2021-12-11-\345\210\206\346\236\220\347\275\221\347\220\203\347\240\264\350\247\243\345\217\212\345\216\202\345\225\206\345\260\201\345\217\267\347\232\204\345\216\237\345\233\240.md" "b/_posts/2021/2021-12-11-\345\210\206\346\236\220\347\275\221\347\220\203\347\240\264\350\247\243\345\217\212\345\216\202\345\225\206\345\260\201\345\217\267\347\232\204\345\216\237\345\233\240.md"
deleted file mode 100644
index ba8c3162b6..0000000000
--- "a/_posts/2021/2021-12-11-\345\210\206\346\236\220\347\275\221\347\220\203\347\240\264\350\247\243\345\217\212\345\216\202\345\225\206\345\260\201\345\217\267\347\232\204\345\216\237\345\233\240.md"
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "分析网球破解及厂商封号的原因"
-date: 2021-12-11 09:52:37 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-我在试用了Http Catcher后,我还知道了与此相关 Thor / Quantumult X / Surge 4 / Loon这样的同类软件。我咨询了我经常购买的淘宝店家告诉我说:“这种破解最好不要弄,虽然苹果大部分封ID都是黑卡兑换码,但也存在封号的风险,买了很多正版app搞那种不值得”。
-
-
-
-我在后续查阅资料发现游戏厂商的内购对此封杀的较多,当然软件也有一个就是adobe,但软件这边相对较少,事例链接:[网球修改IOS某些挂机游戏的思路(大侠+悟空)-吾爱破解](https://www.52pojie.cn/thread-1192530-1-1.html)、[Adobe Photoshop 解锁900+元/年内购订阅-草蜢](https://www.cmboy.com/1438.html)。后来我回想了一下,估摸着原来是这么回事:
-
- * 由于厂家是应用内购的支付交易,苹果是不负责管理厂家交易流水的,买多买少是厂家自己的事,App Store上那么多厂家,苹果估计也管不过来;而在App Store购买软件就不同了,这将直接影响到苹果的流水进账。
- * 网络游戏之所以能够果断直接封号,网络游戏商品一般都是线上时时验证的,很快就能发现。但应用软件很多功能开发就是为了在离线环境下也能本地使用的,所以基本就一次性解锁,这也是难发现的一个原因。所以就有登录解锁全功能的账号,解锁完软件再换回去的使用手法。
- * 看到上文的abode链接信息,再思考补充一点:一些软件厂商在这方面也是花了些小心思,就是你登录账号线上内容都没初始化过,直接就使用了后续的软件功能,不合理吧?发现了数据或逻辑异常,所以也是被封号的可能因素吧。
-
-> 引用自 [【建议收藏】图文讲解如何把httpcatcher过滤器改成圈x规则,一文讲清圈x和httpcatch...](http://www.360doc.com/content/21/0903/17/33194869_993958567.shtml)
-
-![IMG_0275.jpeg](https://s2.loli.net/2021/12/13/8sZLPcTtKFeNj4m.jpg)
-
-附网球操作:
-
- * [网球教程2-实战教程-HttpCatcher实战修改教程-Joi](https://www.joibk.cn/archives/54/)
- * [Http Catcher(网球)安装及规则使用教程,白嫖各种VIP【一】](https://zhuanlan.zhihu.com/p/357855822?ivk_sa=1024320u)
- * [htttp catcher去广告教程-羊毛党](https://www.plus888.com/13750.html)
- * [**【建议收藏】图文讲解如何把httpcatcher过滤器改成圈x规则,一文讲清圈x和httpcatch...**](http://www.360doc.com/content/21/0903/17/33194869_993958567.shtml)
diff --git "a/_posts/2021/2021-12-13-10-12\346\234\210\347\224\237\346\264\273\344\270\212\347\232\204\346\204\237\345\217\227.md" "b/_posts/2021/2021-12-13-10-12\346\234\210\347\224\237\346\264\273\344\270\212\347\232\204\346\204\237\345\217\227.md"
deleted file mode 100644
index 4e3be10756..0000000000
--- "a/_posts/2021/2021-12-13-10-12\346\234\210\347\224\237\346\264\273\344\270\212\347\232\204\346\204\237\345\217\227.md"
+++ /dev/null
@@ -1,40 +0,0 @@
----
-title: "10-12月生活上的感受 2021"
-date: 2021-12-13 09:56:12 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [事件还原、复盘分析、反省]
----
-## 回顾 10-11月
-
-今年十月至十一月,因公司装修,所有网络线路与设备都进行了迁移调整,测试公司楼层所有工位上的模块,以及做好信息点平面图纸、线架-工位线路对应表。在这两月里每天都很忙,也没怎么休息好。除了对工作内容理解深了一层次外,还意识到了两个重要点:
-
- * 一个人长期没合理休息,会焦躁易怒,做事麻木,缺乏头绪。
- * 我的工资与我的工作内容实际并不匹配,去年至今年的中旬,我还沉浸跳槽后工资翻了0.5倍的生活
-
-
-
-当时确实在干活中就一直有跳槽的想法,下班到回家11-12点了,回到家过后只想着睡觉,感到确实没有精力再折腾了,明天还得上班;但周六日呢,想到上班每天6.30那么早起床,就对自己补偿地睡懒觉,起来也是玩游戏、游戏累了就睡觉,混混僵僵地就这么过去了…
-
-我记得在公司装修前,是有过计划和行动的,一被持续时间较长的外部因素干扰下,左手练字与考证刷题现在都被搁置了下来,到现在也没什么行动。当我玩游戏想到当初自己制定去做的事时,有些心生厌烦,还是继续自己躺着椅子上舒服地游戏,写到这里,我似乎已经对目标不感什么兴趣了。
-
- 我发现我对现在的工作已经提不起太多兴趣了,行政打杂,有些反感了。
-
-## 12月
-
-我对今年实际上并不怎么满意,具体如下:
-
- * 我看完过的书,后续没有做日记备忘:《小狗钱钱》、《娱乐至死》,还有一些书可能也想不起来了。
- * 现在一个月也就存到三四百块钱…
- * 我发现了我读书总结缺乏一定体系,到现在却没多大的进展改善。
-
-很多事情都需要重启,举例说:今年自己的现状总结、考证计划(回想这都三年了,唉,都不想吐槽了)、怎样做好明年脚踏实地的打算。
-
-当我发现有些异常的苗头,跳槽准备上,余下的时间确实有些来不及了,我的一些不足,如口语表达上都没专门时间去有效锻炼。加在学历、经验,找份理想的3-5年经验岗位的薪资工作,对我确实也有些不利。
-
-当今主要问题:
-
- * 没有深刻分析自己当前环境及现状
- * 没归纳自己工作上的优势
- * 没对市场岗位及未来发展进行充分分析
- * 跳槽的目标没具体化
diff --git "a/_posts/2021/2021-12-19-\346\210\221\346\262\241\346\203\263\345\210\260\346\211\223\347\211\214\344\271\237\350\203\275\350\277\231\344\271\210\344\271\205.md" "b/_posts/2021/2021-12-19-\346\210\221\346\262\241\346\203\263\345\210\260\346\211\223\347\211\214\344\271\237\350\203\275\350\277\231\344\271\210\344\271\205.md"
deleted file mode 100644
index efa3a5c1cb..0000000000
--- "a/_posts/2021/2021-12-19-\346\210\221\346\262\241\346\203\263\345\210\260\346\211\223\347\211\214\344\271\237\350\203\275\350\277\231\344\271\210\344\271\205.md"
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "我没想到打牌也能这么久"
-date: 2021-12-19 13:57:48 +0800
-author: hoochanlon
-category: [2021.]
-tags: [即时爱好]
----
-
-![IMG_2639.png](https://s2.loli.net/2021/12/20/alZWoyismuHNpnS.png)
-
-
-
-本打算用《尖塔奇兵》来打发一些无聊时间,没想到这把时间耗在这里了,我也分析了游戏后劲足的原因,这里就平常说一下:
-
-前面遇到的4-5层怪物及事件都是精心设计的,在问号房间中会有奖励或怪物。奖励能让人有满足感,往上的一层怪物,相当于我们面对的是游戏外表下的加减数学题,做好题后游戏就会提供给你三选一收益,收益越多当然越容易。
-
-往后的怪物,是似乎就是对你套路上的针对,打死怪物也是大伤,就在自己元气大伤之际,每层关卡结束后,游戏都会提供属性加成的卡,此时我又内心又想着还能打,这把自己运气不好,下一关卡就顺很多了,就这样带着好奇心又继续玩下去了。
-
-蛋疼的一点是这游戏不能覆盖存档,也就是通过存档来悔棋,只能是当前每回合的重开局。这也导致了我又得花心思去琢磨它。我想这就是苦手的意义吧。
-
-游戏角色:战士、盗贼/毒士、机器人、法师虽是差别很大,但通关思路都差不多:
-
- * 莽流;多张的高攻牌+群体附加属性+群体伤害牌,但没配合,不太好过牌运转起来。
- * 利用牌属性打配合&转换,不同流派其实思路都差不多:
- * 弃牌流;利用抽卡检索找无效耗的攻击牌,再选择丢掉可弃牌加能量/能力的牌,完成过牌的运转循环。
- * 卖血流;收集一些掉血给属性加成的牌,在卖血后加攻+抽牌+加能量+加防,这样各属性加成堆叠下,完成一波爆发输出。
-
-机器人用电容球打击、法师的不同攻击或防御加成属性的姿态转换,其实也是够新鲜的。从这些游戏细节,游戏商确实花了不少心思的。
-
-哎呀,才想到一个聚焦点:游戏运用了哪些心理学方面的东西,或许还真有什么进展收获,或多或少对以后还真有什么帮助。
-
-![IMG_2621.png](https://s2.loli.net/2021/12/20/CVSiKwk4e2fpqJR.png)
-
-![IMG_2640.png](https://s2.loli.net/2021/12/20/Mu7vQgYTUEor5OJ.png)
diff --git "a/_posts/2021/2021-12-20-Mac\346\226\260\345\217\221\347\216\260 2021.11.20.md" "b/_posts/2021/2021-12-20-Mac\346\226\260\345\217\221\347\216\260 2021.11.20.md"
deleted file mode 100644
index 66213d29fd..0000000000
--- "a/_posts/2021/2021-12-20-Mac\346\226\260\345\217\221\347\216\260 2021.11.20.md"
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "Mac新发现 2021.11.20"
-date: 2021-12-20 15:47:51 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [Mac·iPad·iPhone]
----
-
-## 学习版软件
-
-一时无聊,我在知乎[macOS破解软件的许可证的TNT团队到底是什么神秘的组织?](https://www.zhihu.com/question/319316132)了解到了一些有意思的信息:
-
- * 0day;[0day](https://baike.baidu.com/item/0day/4885829?fr=aladdin)据百科的解释,有点像网站上放的破解版软件仅供学习使用,24小时删除的意思啊。
- * 一个关于macOS破解版软件网站——[Статьи » AppStorrent - Игры и программы для Мак (macOS Monterey)](https://appstorrent.ru/articles/)
-
-其他资源下载站 :
-
- * [精品MAC应用分享](https://xclient.info)
- * [FileHippo.com - 下载免费 Mac 版软件](https://filehippo.com/zh/mac/)
- * [MacEnjoy-macOS破解资源分享站](https://www.macenjoy.co)
- * [MacDrop - Cracked Mac Apps & Games](https://macdrop.net)
-
-忽然发现我之前在淘宝购买学习软件后才有了自己找软件的经验。
-
-## 其他
-
-### 最小化打开
-
-⌘+m、⌘+h之后,我在想之后该如何再使用快捷键打开,在查阅该链接[MAC下如何快速还原最小化的程序窗口 - 系统之家](http://www.xitongzhijia.net/xtjc/20150115/34948.html)后,原来如此:⌘+tab定位到程序,再使用⌥选中即可。
-
-### 隐藏文件
-
-您不能使用以点“.”开头的名称,因为这些名称已被系统预留。是因为隐藏文件的原因。解决办法是按command+shift+`.` 把finder里的所有隐藏文件都显示出来以后,再把要隐藏的文件夹前面加`.` 。
-
-https://www.zhihu.com/question/45093789/answer/102208343
-
-### 扫描与截图工具
-
-text- scanner,ishot这两款工具确实不错,text- scanner识别中英文数字都没问题;ishot,总算是找到类比Windows上的fscapture截图软件了。
diff --git "a/_posts/2021/2021-12-28-\350\277\231\345\267\245\344\270\232\345\214\272\345\236\203\345\234\276\345\234\272.md" "b/_posts/2021/2021-12-28-\350\277\231\345\267\245\344\270\232\345\214\272\345\236\203\345\234\276\345\234\272.md"
deleted file mode 100644
index 0051b258c2..0000000000
--- "a/_posts/2021/2021-12-28-\350\277\231\345\267\245\344\270\232\345\214\272\345\236\203\345\234\276\345\234\272.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "这工业区垃圾场"
-date: 2021-12-28 14:30:46 +0800
-author: hoochanlon
-category: [2021.]
-tags: [找租房那时]
----
-
-我住的地方什么牛鬼蛇神都有,隔壁是令我非常讨厌的培训销售员,死肥猪每天三更半夜炒菜,宿舍屋子里一股挥之不去的油烟;楼下是左青龙右白虎的,呃,反正我对有纹身的人,整体印象不好…不时夜里见过几次聚伙,总之不是什么善茬。 当然,我心里也有些七七八八的想法,就是一些女性找寻伴侣不是在对比家底环境吗?呵呵,我们还不都一样住在这地方,有什么好讥讽的,啧啧。
-
-最近几月,每天晚上的一两点老是有猫在嚎叫,锯木材的壮汉养的巨型白犬老是吠个不停,实在太吵了,于是我查阅网上论坛、文章,结合来分析我的住房附近为什么老是有流浪猫?有如下几点:
-
-* 垃圾箱是开盖的,不是闭合的
-* 工业区嘛,相对城中村,四周较为空旷,车、小棚屋、植被之类的遮蔽物也多
-* 见过一些猫主人养过一段时间,任其放任自流了。
-
-见过流浪猫王死过一段时间,一群小猫逃离,之后的一段时间,又会有新的流浪猫在此落脚。主要是环境原因,即使把猫毒死打死,这小破地方的物业也不会花成本去绝育它们,唉,治标不治本。
-
-思来想去,原来之前租房便宜的成本,现在得全部还回来,夜晚真是有些折磨,搞得每天早上上班精神不是很好,心态什么的整体都会下降许多,确实需要尽早离开这地方。
\ No newline at end of file
diff --git "a/_posts/2021/2021-6-15-\345\221\250\344\272\214 \346\231\264.md" "b/_posts/2021/2021-6-15-\345\221\250\344\272\214 \346\231\264.md"
deleted file mode 100644
index a1e337d4dc..0000000000
--- "a/_posts/2021/2021-6-15-\345\221\250\344\272\214 \346\231\264.md"
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "2021.6.15 周二 晴"
-date: 2021-06-15 09:19:14 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [生活杂事录]
----
-
-由于端午连续三天间歇性的大暴雨,衣服也迟迟未干,屋内也是一股湿气扑鼻。打开房门通风后一段时间,发现晾晒的衬衫起了密密麻麻的霉斑,面积如拳头般大小,粘在衣领肩头处位置,很是显眼。
-
-在网上百度经验、根据关键词搜寻到的相关视频上所说“白醋加牛奶浸入衣服半小时或几小时不等,可洗除霉斑”。不过我也是抱着试一试的心态,可结果却是不尽人意的,衣服上的霉斑还是那么显眼,也没网上所演示的效果显著,对比起我眼前的实际情况,在我看来甚至神乎其神了。可这些视频又为什么不断重复重复再重复呢?无非就是up主人不通而已;知乎上也是“物理化学”的文字带货,比电视、直播带货相对来说更为隐蔽罢了...从一些图片上来看,隐约觉得同样款式衣物所营造理想效果的摆拍。其实关于霉斑问题看来论坛上也是没有特别钟意例子。
-
-后来了解到淘宝霉斑清洁剂,我感觉到这是在拿自己衣服做一窍不通的化学实验...腐蚀性太强了,小心谨慎的倒入液体再掺合着粉末,一股嗞嗞声,随后衣服泛起了铁锈红...随后静置了两小时后,效果不是特别好,霉斑除去也不多,倒是挺伤衣物的,一些染料小图标也褪色了...晾晒较为微干时,发现霉斑比起之前确实不那么显眼了...密密麻麻的斑点偏淡了许多。
-
-这事所给我最大的反思其实就是网上视频所演示小技巧、小科普、小土方展现出的效果,存在不少夸大其词与很多做假嫌疑,可这些为什么视频甚至谬误会不断未经证实广泛传播与点赞呢?
diff --git "a/_posts/2021/2021-6-18-6\346\234\210\357\274\214\345\205\263\344\272\216\344\275\277\347\224\250Mac\351\227\256\351\242\230\347\232\204\346\261\207\346\200\273.md" "b/_posts/2021/2021-6-18-6\346\234\210\357\274\214\345\205\263\344\272\216\344\275\277\347\224\250Mac\351\227\256\351\242\230\347\232\204\346\261\207\346\200\273.md"
deleted file mode 100644
index da00056374..0000000000
--- "a/_posts/2021/2021-6-18-6\346\234\210\357\274\214\345\205\263\344\272\216\344\275\277\347\224\250Mac\351\227\256\351\242\230\347\232\204\346\261\207\346\200\273.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "6月,关于使用Mac问题的汇总"
-date: 2021-06-18 14:46:20 +0800
-author: hoochanlon
-categories: [2021.]
-tags: [Mac·iPad·iPhone]
-math: true
-mermaid: true
----
-
-**硬件设备驱动兼容问题**
-
-Mac机器看来是不能轻易安装旧版打印机或其他控制器等硬件驱动,,不同系统平台之间使用共享打印机也存在问题,Linux暂没测试。目前来看不支持Xbox one 2020,Xbox one s还是可以的。这是继hp打印机驱动之后安装了又一个残废驱动。
-
-
-
-**系统备份(误)**
-
-时间机器,一开始我以为使用时间机器是可以还原系统的,类似于系统镜像;但看了视频操作演示后发现,其实它是用来辅助我们查找文件夹误删除的文件用的。
-
-**右键**
-
-右键和windows不太一样,是双击触控板。鼠标滚轮是反向的,相较于windows。
-
-
-**开关机**
-
-抬起开关机以及开机自带声音,输入指令
-
-```
-sudo nvram AutoBoot=%0 //关闭自动抬起屏幕开机
-sudo nvram AutoBoot=%03 //恢复自动开机
-
-sudo nvram BootAudio=%01 //打开开机音效
-sudo nvram BootAudio=%01 //取消开机音效
-```
diff --git "a/_posts/2022/2022-01-04-\350\241\245\357\274\232\345\205\263\344\272\216\347\235\241\345\211\215\346\266\210\346\201\257\350\257\264\345\210\260\347\232\204\347\233\227\347\211\210\351\227\256\351\242\230.md" "b/_posts/2022/2022-01-04-\350\241\245\357\274\232\345\205\263\344\272\216\347\235\241\345\211\215\346\266\210\346\201\257\350\257\264\345\210\260\347\232\204\347\233\227\347\211\210\351\227\256\351\242\230.md"
deleted file mode 100644
index ff45c69e74..0000000000
--- "a/_posts/2022/2022-01-04-\350\241\245\357\274\232\345\205\263\344\272\216\347\235\241\345\211\215\346\266\210\346\201\257\350\257\264\345\210\260\347\232\204\347\233\227\347\211\210\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "补:关于睡前消息说到的盗版问题"
-date: 2022-01-04 19:23:43 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
----
-
-虽然这家伙扯到国家层面,但也不否定他完全就是偏离“打击盗版”的主题。他也说到:代理商找小企业麻烦,后续跟进的人力成本远大于卖几套软件。但这事也不是完全没有,比如,我所在的某小公司:基本上也是敲诈的套路,利用通讯录先绕路找到设计工程师,然后联系到我使用非正版软件,我也看到过我主管桌上邮递过来的律师函警告,但却并没有后续…
-
-
-
-不过我也没想到,Autodesk中国居然没销售权;他也说到大企业合规,以及影响到涉及采购软件领导的官途,所以代理商针对大企业,往往比找小企业省事得多。阿,确实赞成;不过涉及到大批量采购要走很多流程的,光明正大吃回扣是不太容易的。
-
-不是愿意陪着国产软件修bug,而是上手体验的问题吧,还有这陪着他们修bug,也不是面对面的,也不是驻厂性质的。好用才买,至于国产实际,确实也是备胎而已。
-
-[北京公安答复某协会“被软件维权”,涉及强迫交易等行为“将延期补充侦查”](https://view.inews.qq.com/a/20211215A0BH4000)这信息量确实大,例如:信息背后的合同到期、买卖双方对售价有争议、背后的双方在职人员的利益关系等,哦——,一下想起来,当然还有我并不关心的中美贸易这类国家级层面的问题。
-
-[【睡前消息371】买过正版CAD吗?你管不着!_哔哩哔哩_bilibili](https://www.bilibili.com/video/BV1eP4y1H7Bi?spm_id_from=333.999.0.0)****
-
diff --git "a/_posts/2022/2022-01-20-\346\264\275\350\260\210\345\256\244\347\272\246\350\260\210\347\232\204\344\270\200\344\272\233\346\203\263\346\263\225.md" "b/_posts/2022/2022-01-20-\346\264\275\350\260\210\345\256\244\347\272\246\350\260\210\347\232\204\344\270\200\344\272\233\346\203\263\346\263\225.md"
deleted file mode 100644
index 0ab34e1685..0000000000
--- "a/_posts/2022/2022-01-20-\346\264\275\350\260\210\345\256\244\347\272\246\350\260\210\347\232\204\344\270\200\344\272\233\346\203\263\346\263\225.md"
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: "洽谈室约谈的一些想法"
-date: 2022-01-20 08:55:43 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [事件还原、复盘分析、反省]
----
-
-## 在没看到满意度调查,对洽谈室约谈内容的所思感想
-
-主管就财务咨询文件访问权限,我的回复方式欠妥一事约谈我。在主管指明我“找傅工”三字等同踢皮球。把事情一股脑地推到我主管后,我主管实际上还是会叫我去到现场看看情况,于是这样财务会因此联想到我部门的处理问题上经常推拖、反馈慢。若是问题处理不当,他也会留下较深刻的爱推拖、回馈慢、效率低的一个长期负面印象。接着,我主管继续向我点明:在我的立场看来,权限确实是我的主管开的,直接叫财务联系我主管,这没什么不对。那么我先去现场了解情况再反馈到我主管呢?虽然两种方式都能解决问题,但体验上整体、感觉上来说确实要好不少。
-
-听到他的话,我恍然悟到:表面上看是我的一个随意性的处理事务(其实我也嫌麻烦,想偷懒),没想到会产生这么大的连锁反应。不过我主管也是借着人资新出台的KPI绩效考核关系到发放奖金一事向我说明意会提示的。我主管对我点明这次这么大的意见其实是对事不对人,并不是针对我或他的个人恶意,而是针对部门存在的问题。我沉思了半会确实也是。
-
-我的直觉感受到这次的反馈不同于以往学生时代给教师的刷好评,应该很多具有一定真实性,我好奇又非常想了解他们到底给出了什么意见,于是我向我主管说明想看看他们提议内容;这次绩效考核没有直接公开,搞了一个突然袭击的问卷,次数多了,获得到的真实信息就没像现在第一次搞这个效果那么显著了。
-
-
-
-## 在看到内部满意度数据分析表,我引发的一系列联想
-
-说实在的,看了Excel统计的参与人数,我完全没想到会有这么多人参与打分的。太过自我了,老实说看到评分我都嫌麻烦,不过说到这话时忽然明白了给评分都是哪些人:
-
-* 对公司抱有能前景希望的性质的人
-* 公司改进能更好带来业务的人
-* 对自己工作改善,及自己在公司能更舒服地工作的人
-* 自己工作上主要联系的部门进行评价
-* 公司邮箱发来的问卷评分,起码一部分人是带着任务性质的,交卷
-
-员工为部门评分的高低,受这几个方面影响:
-
-* 各部门的联系紧密程度、人与人的协作之间的契合度(好感度)
-* 个人对一般、良好的打分值衡量
-* 因部门对接人的一些事,导致自己权益受损等不爽不快
-
-看来也不是完全的“对事不对人”啊,至少契合度会深化一层正面或负面的评价,也不是我主管说的那样中肯;此外,能够给出意见相关部门意见的人的大多数是工作业务紧密相关的人,而且大部分都是针对问题提出的意见。相对的,具体好评内容较少,大部分都是简单的“满意”二字,这个嘛也只能算是中规中矩了。
-
-## 一些看了评分后的杂想
-
-1. 我发现常与之谈天吃零食的财务部对我的部门评分确实低的不行…荒诞滑稽,一会想到我之前车费报销、无补贴加班争议,确实不太对劲。啊,市场部,其实我应该感到一些歉意,其实我对宣传文员态度一般,她还是依然给了高分。
-1. 老板、领导是很健忘的,对于我们来说 ———— 他只会关心你当前有没有做好,而不会通情达理去理解你为什么没做好的客观事实,说白了没做好,还是你自己的问题。豁~~哦豁~有点玩命卷,拼死为老板做好活的意思🤔。
-1. 这次评分,就以我所在的两人部门而论,其实很多都是为过去所积压下的不满擦屁股,也可能往后真是个常态。老实说我对公司已经失去什么期望,不抱什么幻想。想到主管对我说的:“我们是服务部门”,想到我当时来应聘也是说的一部分侧重说了“SLA服务”,可现在呢?似乎渐行渐远。但实话实说,光靠招一个外包懂服务体验的是无法提升部门好感度的。
-1. 不过当初招我来,其实主要原因是修电话接通线路的,应急。而现在的这些,就是当时长远的以后。我记得鑫鑫说,原话想不起来,大意就是:公司需要新成立一个专业的it部门,为此才加这个职位。所以才有此段前文的感慨吧。
-1. 还有评分低的内因、外因,我自己对此的改善建议还没写,明天好好想想吧。
\ No newline at end of file
diff --git "a/_posts/2022/2022-01-24-\350\260\210\350\260\210\346\210\221\345\257\271\347\216\260\345\234\250\350\201\214\344\270\232\347\232\204\346\204\237\345\217\227.md" "b/_posts/2022/2022-01-24-\350\260\210\350\260\210\346\210\221\345\257\271\347\216\260\345\234\250\350\201\214\344\270\232\347\232\204\346\204\237\345\217\227.md"
deleted file mode 100644
index 1316edb410..0000000000
--- "a/_posts/2022/2022-01-24-\350\260\210\350\260\210\346\210\221\345\257\271\347\216\260\345\234\250\350\201\214\344\270\232\347\232\204\346\204\237\345\217\227.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "谈谈我对现在职业的感受"
-date: 2022-01-24 14:27:22 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [事件还原、复盘分析、反省]
----
-
- 现在我的心情是:厌烦、恼怒、焦躁。 自从为公司迁移楼层主机与电话网络,我连续两月都在加班。我和我主管两人总算把公司网络部署好了,同事搬迁到新楼层就能正常上网办公了;后来因人资为了削减加班的报销金额调整了政策,从以前的八点半到现在的十点,而且特意约谈了我,有意我削减我打车报销金额,而且我的自由加班改成了提交申请。
-
- 自从上述此事后,以及同事对办公室老旧设备、装修低品质网络接口频繁掉线的抱怨,我愈发感觉到公司氛围死气沉沉。还有部门评分垫底一事,让我也是沉思了许久许久。经历了一系列事件后,我其实对公司挺失望的。一想到为劝退楼下的同事,拷走资料啊、破坏磁盘啊,唉---,我心里久久不能平静,是不是中小企业其实都如同这般呢,还是我见识太少。也由于这些事的影响,我现在对我的岗位也开始有些厌倦、烦闷、无聊。
-
-
-
-前些天主管对我的约谈讨论中,他也说到:你最主要的工作就是做好、维护好桌面上的一些系统和设备。这一下让我猛然想到其实我的岗位性质就在这里,要想有好的发展还真就得跨出这个岗位行当。也由于这个岗位性质,也很大程度上决定了我的人际交往,即人际关系。
-
-现在的问题是: 怎么做?我该怎样去行动,最主要的,我的目标到底是什么呢?具体究竟是什么,看了一些运维工程师、FAE工程师的招聘要求,一下子搞得我有些迷茫,这些岗位要求的内容,我都会一点,但不精。其实真的仔细想来:虽然我多多少少做过、接触过,但实际上手我又得需人带,其实还是等于不会。也就是还是不符合市场需求。
-
-到底那方面适合我呢?我有哪些优势,该怎样去挖掘我的优势,达到市场的人才需求,而这些应该是我真正要做的事。一会想到:有些东西,因为我所在的环境(大背景)的原因,我想绕开自己的劣势,但实际我发现根本没法绕开,就比如网络证书之类的。
\ No newline at end of file
diff --git "a/_posts/2022/2022-02-14-\345\205\263\344\272\216\350\213\271\346\236\234\344\270\212\350\275\257\344\273\266\347\232\204\346\204\237\350\247\246.md" "b/_posts/2022/2022-02-14-\345\205\263\344\272\216\350\213\271\346\236\234\344\270\212\350\275\257\344\273\266\347\232\204\346\204\237\350\247\246.md"
deleted file mode 100644
index 8fc59e6153..0000000000
--- "a/_posts/2022/2022-02-14-\345\205\263\344\272\216\350\213\271\346\236\234\344\270\212\350\275\257\344\273\266\347\232\204\346\204\237\350\247\246.md"
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "关于苹果上软件的感触"
-date: 2022-02-14 20:31:49 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [Mac·iPad·iPhone]
----
-
-先说一些题外话,其实也就是我的一个小发现:虽然ntfs tool for Mac免费,不错,但不支持m1,大伤。现在终于有了Mac上读写ntfs免费的软件,而且支持m1 —— [Omi NTFS磁盘专家](https://zh.okaapps.com/product/1580856488)。
-
-还有一个qspace和快捷右键、maczip,也是很不错的。特别是“右键”,我感觉其实破坏了Mac的使用逻辑。qspace作为一个增强型的文件管理器,其实我感觉还行,功能挺丰富,但确实有些复杂了...实际上大部分的需求其实访达已经够用了。还有一个比较差的语言转文字,这方面没有什么好的app,这种也只能靠硬件听写、录音笔来实现才理想。
-
-我感觉实际上我并没有一些app故事说的需求,或者说不强烈,但app故事小编也是厉害,把握人心,好几次我都是在自己强制创造需求(伪需求),买单一些app,感觉飘飘然,在顿时与瞬间之间,感觉自我“优雅”、“优越”、“与众不同”了,但买完之后实际体验其实并不怎么样,落差极大。
-
-想到了一个重要的点:app故事把一些靠自己能够完成的事情,当做非它缺一不可,但实际上最终的效果其实是取决于自己,app只是一个辅助工具。
\ No newline at end of file
diff --git "a/_posts/2022/2022-02-23-\345\234\250Mac\344\270\212\347\216\251\346\270\270\346\210\217\347\233\270\345\205\263\351\205\215\347\275\256\345\273\272\350\256\256.md" "b/_posts/2022/2022-02-23-\345\234\250Mac\344\270\212\347\216\251\346\270\270\346\210\217\347\233\270\345\205\263\351\205\215\347\275\256\345\273\272\350\256\256.md"
deleted file mode 100644
index 108f6ab7cf..0000000000
--- "a/_posts/2022/2022-02-23-\345\234\250Mac\344\270\212\347\216\251\346\270\270\346\210\217\347\233\270\345\205\263\351\205\215\347\275\256\345\273\272\350\256\256.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "在Mac上玩游戏相关配置建议"
-date: 2022-02-23 13:50:37 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [Mac·iPad·iPhone]
----
-
-首先,CPU上,m1系列或英特尔i7-i9都可以,m1可以下载使用部分iPhone/ipad上的应用,但英特尔不行。目前常用的应用软件,本身Mac的游戏就不多,很少,但不过部分游戏对m1也进行了适配优化。所以建议使用m1系列的Mac。硬盘实际上256也够的,但内存起码要选超过8G以上的,因为8G内存很容易被游戏、Windows虚拟机榨干...
-
-[![b9ghQK.png](https://s4.ax1x.com/2022/02/23/b9ghQK.png)](https://imgtu.com/i/b9ghQK)
-
-最后建议要配有风扇的Mac,不然玩中大型单机游戏温度会很高,烫手。65-70度,建议玩2-3小时就差不多了,每天长期超过3小时处在这70度以上的高温,影响电脑使用寿命,因为达到了板载内存颗粒的极限温度。下图是tg pro测试无风扇MacBook Air的温度表现:
-
-[![b9g4sO.png](https://s4.ax1x.com/2022/02/23/b9g4sO.png)](https://imgtu.com/i/b9g4sO)
-
-事实上,Mac的游戏娱乐方面真的比iPad差得太多,就连游戏画质都比不上iPad pro m1,这一点在《神界原罪2》表现的是尤为明显。
-
-
-
-
-
-
-
diff --git "a/_posts/2022/2022-03-28-\347\226\253\346\203\205\346\234\237\351\227\264\350\242\253\343\200\212\347\245\236\347\225\214\345\216\237\347\275\2522\343\200\213\346\266\210\350\200\227\344\272\206\347\231\276\346\235\245\345\260\217\346\227\266.md" "b/_posts/2022/2022-03-28-\347\226\253\346\203\205\346\234\237\351\227\264\350\242\253\343\200\212\347\245\236\347\225\214\345\216\237\347\275\2522\343\200\213\346\266\210\350\200\227\344\272\206\347\231\276\346\235\245\345\260\217\346\227\266.md"
deleted file mode 100644
index f93c36c3e5..0000000000
--- "a/_posts/2022/2022-03-28-\347\226\253\346\203\205\346\234\237\351\227\264\350\242\253\343\200\212\347\245\236\347\225\214\345\216\237\347\275\2522\343\200\213\346\266\210\350\200\227\344\272\206\347\231\276\346\235\245\345\260\217\346\227\266.md"
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "疫情期间被《神界原罪2》消耗了百来小时..."
-date: 2022-03-28 12:37:41 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [chip]
----
-
-- [神界原罪2的十大WTF操作(战斗相关物品篇) - 知乎](https://zhuanlan.zhihu.com/p/136110424)
-- [(8.14更新)在玩过上百小时神界原罪2以后的一点点心得分享,欢迎补充 - 神界 原罪2 - A9VG电玩部落论坛 - Powered by Discuz!](https://bbs.a9vg.com/thread-5372017-1-1.html)
-- [《神界:原罪2》有什么骚操作? - 知乎](https://www.zhihu.com/question/68700602)
-- [《神界:原罪2》实用物品与合成公式详细攻略](https://baijiahao.baidu.com/s?id=1620903669179131768&wfr=spider&for=pc)
-- [神界原罪2游戏宝箱分析](https://baijiahao.baidu.com/s?id=1714370685818534323&wfr=spider&for=pc)
-- [问下怎么全队友1级入队【神界原罪2吧】_百度贴吧](https://tieba.baidu.com/p/5767999544)
-- [神界原罪2十大主流兼邪教职业一览_神界原罪2十大主流兼邪教职业推荐_游戏堡](https://www.yxbao.com/mj/260624.html)
-- [回复:老神醒者进来补充关于经验最大化的任务相关【神界原罪2吧】_百度贴吧](https://tieba.baidu.com/p/6576120007?pn=2)
-- [【图片】浮木镇的修补匠希格巴真乃神仙,自制原子弹【神界原罪2吧】_百度贴吧](https://tieba.baidu.com/p/6184377281?red_tag=1276662881)
-- [【教坏新人系列】神界原罪2最无赖的十种战斗方式_神界原罪2吧_百度贴吧](https://tieba.baidu.com/p/6640997335)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git "a/_posts/2022/2022-04-11-\351\276\231\345\262\227\345\235\202\347\224\260\347\247\237\346\210\277\346\226\260\347\237\245.md" "b/_posts/2022/2022-04-11-\351\276\231\345\262\227\345\235\202\347\224\260\347\247\237\346\210\277\346\226\260\347\237\245.md"
deleted file mode 100644
index 7eb7c9153f..0000000000
--- "a/_posts/2022/2022-04-11-\351\276\231\345\262\227\345\235\202\347\224\260\347\247\237\346\210\277\346\226\260\347\237\245.md"
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: "龙岗坂田租房新知"
-date: 2022-04-11 08:45:49 +0800
-author: hoochanlon
-category: [2022.]
-tags: [找租房那时]
----
-
-我知道了一些看似八九百块钱至一千的公寓房租为什么普遍选择押二付一,主要是为了延缓、牵制租客搬迁到别处。八九百至一千乘以二后,押在房东那的钱也不算是小数目了,这时就不太好违约退租了。
-
-## 合同涨价与促销
-
-下图的合同押二付一确实也不算也一个小数目,差不多近两千块钱了。
-
-![](https://s1.ax1x.com/2022/04/11/LEmGAf.md.png)
-
-一些农民房、公寓的合同签半年一年不等就涨7%,一些稍有良心的会涨3%-5%左右,然后他们微信又是一套促销处理,当自己用一千多块去租七八百的小单间,想想就自己深感背刺。
-
-[![LEnhRg.md.jpg](https://s1.ax1x.com/2022/04/11/LEnhRg.md.jpg)](https://imgtu.com/i/LEnhRg)
-
-## 退租及免费换租的心眼
-
-退租,没到合同最后一月一般是房东直接砍掉我们的全款押金,一分也不给。通知房东转租给别人或许能退一部分,具体看房东怎么来了。退租其实也难退到全款,打扫干净房间,其实还是会扣一些卫生费。家私设备自然破损,没上报给房东,看房东人品,房东人品差,你有没切实证据证明,到最后还是会算在你头上…
-
-所谓免费换租呢,实际上还是要收取换租之前的那些天每一天的入住费。有的中介或房产商对换租的时限也是有所差异,自如是3天,泊寓是15天以内,超过了这个期限收取百分比的手续费,各商家也不尽相同:自如是50%,泊寓是10%,而且这个钱是按照房租的百分比算的。
-
-换租重新签约方面,比方说自如,换租是重新签约需要再来一次押一付一,过三至五天才退还换租前的押金及房租。老实说,换租其实对钱包很伤…
-
-
-## 租房环境
-
-工业区的房子嘛,如图所见很烂,隐私也没啥保障,洗澡都很容易被人偷窥的那种,一到晚上野猫乱叫也特别刺耳。城中村至少比烂成这个样子的工业区拆迁房要好点…但采光特别差,有时环境太差也是很影响心情的。
-
-[![LEK64f.md.png](https://s1.ax1x.com/2022/04/11/LEK64f.md.png)](https://imgtu.com/i/LEK64f)
-
-[![LEKbCT.md.png](https://s1.ax1x.com/2022/04/11/LEKbCT.md.png)](https://imgtu.com/i/LEKbCT)
-
-再对比附近的大型房地产开发的小区,这落差感…
-
-[![LEMtZn.md.png](https://s1.ax1x.com/2022/04/11/LEMtZn.md.png)](https://imgtu.com/i/LEMtZn)
-
-处在明亮的房间,心情实际上也会好不少,也很舒服。 **(注意,一定要问清楚是否有带小孩的租户,吵死了! 2022.5.4 补)**
-
-![iShot2022-04-11_09.10.53](https://s3.xoimg.com/i/2022/04/11/f4eh9r.png)
-
-## 不同单间价位上感知落差
-
-八九百至一千左右的房间仅是能住,没有什么让人的舒心体验,房屋多是阴暗潮湿、家私配套不全,房屋漏水、开关插座等或多或少有些小毛病的那种,仅满足基本落脚需求而已…
-
-一千二三的房间,最明显的就是没八九百的房间那么多小毛病。透光度上,不仔细观察和八九百的也没多少区别,空气流通方面,周围都被楼房贴着,除非住在你对面的租户开门又开窗空气流通才算过得去;从一千四这个价位段起,在不开灯的情况下,农民房、工业区公寓单间也比较明亮,透气也好了不少;一千六及以上,采光/透气/空间都会有大幅提升,但城中村、工业区公寓这个价位对比小区合租就有些乏力了,小区在外部环境、内部安防、物业服务上都远超城中村、工业区一大截。
-
-## 最后
-
-到这里基本上龙岗坂田部分已经讲完了,如果是南山、福田普遍起价到2300-2600左右,1800租到小区的5、6平米的单间都不错了…这个社会对35以上的打工人相当不友好了,泊寓、自如都限制在40左右,如果真到四十用只能安居客?我估摸着看来是自己去城中村、工业区找房吧…存钱不够多,这才是最大的烦恼...
-
diff --git "a/_posts/2022/2022-04-18-\346\221\270\351\261\274\347\232\204\345\215\261\346\234\272.md" "b/_posts/2022/2022-04-18-\346\221\270\351\261\274\347\232\204\345\215\261\346\234\272.md"
deleted file mode 100644
index 780d851406..0000000000
--- "a/_posts/2022/2022-04-18-\346\221\270\351\261\274\347\232\204\345\215\261\346\234\272.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: "摸鱼的危机"
-date: 2022-04-18 14:54:50 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [事件还原、复盘分析、反省]
----
-
-这次危机到不是我自己发现的,而是主管点醒的。一直摸鱼一直爽,一直本位凑合过,但我现在才察觉到关键点:天天摸鱼也蒙蔽了自己观察别人在工作言行举止上是如何看待我的?这也是我学生时期同样犯的错误,这也造成我长期我行我素、自以为是、对外界也一无所知。
-
-这次约谈也涉及到我这岗位之前砍掉又重招的原因:招两人工作上不饱和,一个人也能做,没必要花这个钱,所以砍掉了;但后来我主管一人做杂七杂八的桌面也没法处理流程上的事情,忙不过来,就又招了。
-
-近期主管给我三个简单巡查的活,一开始我以为没事找事做,满足工作上的饱和度。这一次的约谈让我发现实际上也没那么简单,真实目的如下:
-
-* 预防小概率突发的大事故/复原工作现场
-* 责任落实上/与改进工作方法上
-* 突出这看起来简单的巡查,预防事故及响应效率上的重要性
-
-因此重要的问题点就是如何让周边的同事认为我们是时时刻刻在做维护的,或者说是对工作上下功夫?
-
-* 怎样巡查给别人印象不是做样子,到处走走? 1L
-* 如何引起同事注意到我正在做不起眼的小事上? 2L
-* 我想摸鱼,为了解决问题而解决问题,同事真的看不出来吗?
\ No newline at end of file
diff --git "a/_posts/2022/2022-04-19-\346\203\263\345\210\260\346\210\221\344\270\272\344\273\200\344\271\210\345\257\271\347\210\266\346\257\215\347\233\270\345\275\223\345\217\215\346\204\237.md" "b/_posts/2022/2022-04-19-\346\203\263\345\210\260\346\210\221\344\270\272\344\273\200\344\271\210\345\257\271\347\210\266\346\257\215\347\233\270\345\275\223\345\217\215\346\204\237.md"
deleted file mode 100644
index aee244fc82..0000000000
--- "a/_posts/2022/2022-04-19-\346\203\263\345\210\260\346\210\221\344\270\272\344\273\200\344\271\210\345\257\271\347\210\266\346\257\215\347\233\270\345\275\223\345\217\215\346\204\237.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "想到我为什么对父母相当反感"
-date: 2022-04-19 09:21:40 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [事件还原、复盘分析、反省]
----
-
-预约后天看牙医,我妈电话对我说:“我装固定假牙只要三百多块”。我心想种牙怎么可能这么便宜只要三五百,我之前从网上及同事那打听到的种一颗牙都要过万以上,便说道:“不是要上万块了吗?怎么只要几百块”。电话那头我妈直接怼我,破口大骂:“你发神经!你是不是癫掉了吧?!”。本来我对家好感就不多直接开始骂,威胁我妈我让我门牙直接残废,当时我又骂又吼,却没注意到电话那头我妈直接挂断了电话…
-
-事后我想了所谓“代沟”是什么,我为什么如此反感我父母?后来一思索,实际上我是不满爸妈与我持对立且极其强烈的认知立场。仔细想想其实和我当初培训渲染的前途光明的场景洗脑使劲催促乃至哭着呐喊强迫爸妈交两万学费是一个道理,两者其实是有相通之处的。
-
-缓下心来后,我还想到两件事,两个问题:
-
-* 当初我哭着坐在电梯旁在电话里大喊催促爸妈交两万学费,对面无动于衷的前台是怎么看我的呢?(我估摸着前台又是哀叹可笑道:又一个入坑的未经历世道的傻白学生)
-* 我与父母带着家乡话对看牙争势吼骂,旁边的室友又会对我是一个怎样的印象?(我所推测室友的想法:无聊的争吵、好烦、我的不成熟)
-
-还有最近朋友圈的水滴筹事件,我不由得将我看牙争吵一事与之联系在一起,没有足够的现金储备,一场大病一场事故所需要的几万几十万的高额现金,就可以直接摧垮一个人到崩溃。想到她为了筹款到急需救治的母亲所在的医院自拍证明,在自己一个人无法承受灾难之重时,甚至已经没有什么脸面可要了,真的只是活着就行。那么最后,到时候的我又会不会成为朋友圈的水滴筹的她呢?
-
diff --git "a/_posts/2022/2022-04-27-\350\277\231\347\247\215\345\245\207\345\246\231\347\232\204\346\204\237\350\247\211\346\230\257\344\273\200\344\271\210\345\221\242\357\274\237.md" "b/_posts/2022/2022-04-27-\350\277\231\347\247\215\345\245\207\345\246\231\347\232\204\346\204\237\350\247\211\346\230\257\344\273\200\344\271\210\345\221\242\357\274\237.md"
deleted file mode 100644
index c87f8b7a36..0000000000
--- "a/_posts/2022/2022-04-27-\350\277\231\347\247\215\345\245\207\345\246\231\347\232\204\346\204\237\350\247\211\346\230\257\344\273\200\344\271\210\345\221\242\357\274\237.md"
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: "这种感觉是什么呢?—— 追求对象的那种想谈谈恋爱吧"
-date: 2022-04-27 08:32:17 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-这种感觉是什么呢?—— 追求对象的那种想谈谈恋爱吧。好奇妙。
-
-## 由办公室的一场争吵,引起了我对她的关注
-
-回想起来,那是去年的事了。她与新入职的商务经理争吵,办公室周围的同事都听到了,看到了。下班回家后,我抱有看戏与好奇的心情在微信里问她发生了什么事?我思索一会也觉察到正如我所推测的那样:她并没有当即告诉我原由始末。下一步,我便有意引出话题对她说:“接手上一任的商务经理似乎对你有些要求?”,于是她对我描述几乎还原了事件过程,以及商务经理对她跟单未审而发货上进行跨部门追究责任的不解与不满。
-
-虽然我不懂她们商务销售的工作流程,不好做谁是谁非的评判,但我能感受到她微信字里行间里的那种激动且毫无保留地敞开倾诉与宣泄。不过她也很快就调整了自己的情绪,从她换了一种表达方式以及她给出的就事论事,且知错立即改正的意见上可以体现。
-
-## 从过年她的简短祝福,再到与她提及日常的一些事
-
-过年的时候,她群发了祝福到我这,我打趣的问了问:“能不能发红包呀?😜”,结果可真出乎我意料,虽与她联系尚浅,但收到了她的十元大红包,顺便我也简短地问了她几号回深工作;记得是二月份的情人节,钟总对我说:“你没去送花吗?”后面好像还是送给谁来着,那时听到这句话时,我猛然已经意识到什么了;到三月份时,我看到的离职同事挺多,便主动抛出这个话题去试聊她,我想看看她有什么反应。同时我也做好了她冷冷回应的准备,不过后来聊得也挺自然的,话题从离职的有哪些同事再到分享两人对公司最近业务情况的一些个人思考。
-
-四月中,我跟她说我房租到期重新考虑租房的事情,她表示她住的地方不是很好,便叫我去看看她闺蜜住的地方看看房源。最近我向她说了我去医院看牙一事,她向我分享了她看牙补牙的一些过往,也嘱咐我要爱护自己牙齿。
-
-## 她在工作中展示出的真诚,我对她这魅力确实吸引住了
-
-回想去年中秋,同事闲聊到销售把主机错送成月饼寄给客户,作为销售助理的她,发现此事后对客户表示送错货需要寄回来的做法,极为欠妥和犯傻;再联系这周一,在一楼,她表示她自己一个人也可以的,费不了什么工夫婉言回绝了我主动为她拿样机箱。
-
-啊,如今我欠缺的也有很多,比方说:如何让她也主动向我分享些事情呢?现在可不是学生时期那种简单的只考虑你情我愿了,需要考量的因素也不少,在钱不够的情况下,家庭背景/地理位置也是挺重要的,其实更关键的是我能,展示出来,让她也感觉到
-
-可如果就此无所行动的话,我可真的什么都没有了,不过我也要小心再犯没有保持距离感,天天像只苍蝇一样天天追着人家不放让人讨厌的错误;不谈,几率还是百分之零,谈还有一线成功的希望,也能为恋爱积攒经验,更好展现魅力。还真是应了某公知说的那句话:怎么不可以谈呢,没有什么是谈不了的。
-
-记疫情爆发的四月。
diff --git "a/_posts/2022/2022-04-28-\346\234\211\345\205\263\350\260\210\346\201\213\347\210\261\347\232\204\344\272\213\344\273\266\347\242\216\347\211\207\346\224\266\351\233\206.md" "b/_posts/2022/2022-04-28-\346\234\211\345\205\263\350\260\210\346\201\213\347\210\261\347\232\204\344\272\213\344\273\266\347\242\216\347\211\207\346\224\266\351\233\206.md"
deleted file mode 100644
index e4f164ea06..0000000000
--- "a/_posts/2022/2022-04-28-\346\234\211\345\205\263\350\260\210\346\201\213\347\210\261\347\232\204\344\272\213\344\273\266\347\242\216\347\211\207\346\224\266\351\233\206.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "昨天,有关谈恋爱方面的事件碎片收集"
-date: 2022-04-28 08:32:17 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-现在才注意到问题,感觉却是迟了,但还是去改变过来吧。
-
-## 由睡椅子引起我对自己的个人形象反省
-
-今天同事发现我睡在她椅子,这个印象问题,像极了学生时期有个极其讨厌我的女生对我坐她座位上的凳子直接就是一脚踹过去…这个印象确实非常不好。看来改善个人形象是很重要的事,也想起了我妈无数说过我要注意印象,可一直没什么引导…现在早已成年,要自己突破重围了。
-目前就个人形象问题,着重关注两个方面:行为、措辞。回想我学生时期极为令女生讨厌的原因:行为浮夸又耍宝/轻佻/处处爱显摆,老是给她们起外号,不时还公开问候她们全家,好愚蠢…
-
-## 从找话题聊天到恋爱问题
-
-顺便说下现在的事吧,即将聊完我个人上的事,虽有共同话题,可一直聊我个人上事,自己很容易自我为中心的同时,对方也会反感我没完没了,所以我需要找对方感兴趣的话题与爱好。如何问,其实更准确的说是“挖掘”,也是个学问啊,在网上查查一些小心机的话术吧。何况我现在谈恋爱就像极了我往届生当初找工作一样,连新手村都没有,直接到地狱模式。
-
-## 被雷到的心理预防针
-
-同事的一句话:单身的男人找不到女人,单身的女人一直还未看上男人。虽不一定是对的,但值得几番回味,因为这个现象也确实存在,前不久三十岁的大龄剩女还在公司挑颜值男友,看完颜值看存款,二十万左右起…也难怪,有时还真就考虑这荒诞的可能性,做做自己被雷击准备。
diff --git "a/_posts/2022/2022-05-03-steam for Mac\347\273\217\345\270\270\346\226\255\347\272\277\347\232\204\350\247\243\345\206\263\345\212\236\346\263\225.md" "b/_posts/2022/2022-05-03-steam for Mac\347\273\217\345\270\270\346\226\255\347\272\277\347\232\204\350\247\243\345\206\263\345\212\236\346\263\225.md"
deleted file mode 100644
index eaaa817266..0000000000
--- "a/_posts/2022/2022-05-03-steam for Mac\347\273\217\345\270\270\346\226\255\347\272\277\347\232\204\350\247\243\345\206\263\345\212\236\346\263\225.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "steam for Mac经常断线的解决办法"
-date: 2022-05-03 19:14:56 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [Mac·iPad·iPhone]
----
-
-steam for Mac经常断线,以前是可以用hosts搞定,现在难度也变大了,无非两种:代理/VPN、游戏加速器。两个都要钱,代理/VPN已经充值过钱,加速器...其实我就不想单单为steam交加速的钱,不值...我咨询了steam网友,原来还有一个免费的steam++,可以的;我用了后,还行,可以。
-
-目前总结两个还好用的工具的吧:
-
-* [SHARE · 杂铺 - [白嫖机场]西部世界VPN,注册送三天/可撸无限时长!](https://sh.tmioe.com/175.html)
-* https://sjssr.fun/
-* [Steam++」是一个开源跨平台的多功能游戏工具箱。](https://steampp.net/)
-
-
-
-steam++需要注意是在Mac上系统会报错不让安装,查了百度,发现一篇文章介绍的解决办法还挺好用的 ——[Mac软件出现【已损坏,打不开。您应该将它移到废纸娄】,应该这样解决](https://www.jianshu.com/p/fb417163309a)
-
-打开终端复制 `sudo xattr -r -d com.apple.quarantine`
-
-补,steam购买及转区相关:
-
-* [steam港区支付相关](https://zhidao.baidu.com/question/1455646243155895940.html)
-* [Steam游戏锁国区怎么办?两种方法助你玩到心仪的游戏!](https://baijiahao.baidu.com/s?id=1690312043047794783&wfr=spider&for=pc)
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-04-\347\224\261\345\205\254\345\217\270\345\211\215\345\217\260\346\217\220\350\265\267\350\257\267\351\222\237\350\226\233\351\253\230\346\203\263\350\265\267\344\272\206\346\210\221\344\273\245\345\211\215\345\216\273\345\226\235\345\205\203\346\260\224\346\243\256\346\236\227.md" "b/_posts/2022/2022-05-04-\347\224\261\345\205\254\345\217\270\345\211\215\345\217\260\346\217\220\350\265\267\350\257\267\351\222\237\350\226\233\351\253\230\346\203\263\350\265\267\344\272\206\346\210\221\344\273\245\345\211\215\345\216\273\345\226\235\345\205\203\346\260\224\346\243\256\346\236\227.md"
deleted file mode 100644
index 1dcffd3668..0000000000
--- "a/_posts/2022/2022-05-04-\347\224\261\345\205\254\345\217\270\345\211\215\345\217\260\346\217\220\350\265\267\350\257\267\351\222\237\350\226\233\351\253\230\346\203\263\350\265\267\344\272\206\346\210\221\344\273\245\345\211\215\345\216\273\345\226\235\345\205\203\346\260\224\346\243\256\346\236\227.md"
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: "由公司前台提起请钟薛高想起了我以前去喝元气森林"
-date: 2022-05-04 21:34:07 +0800
-author: hoochanlon
-categories: [2022.]
-tags: [事件还原、复盘分析、反省]
----
-
-这是一篇草稿式写在纸上偏零零碎碎的想法,限于上班时长,回家又想玩拳皇,就写到此为止吧。
-
-## 阅读媒体对钟薛高定价的解读,我的一些想法
-
-五一放假前,前台说要我和楼下前台各请一杯奶茶或钟薛高。我想起这码事就顺便去了小卖部买一支看看,结果一刷15块...听说过这破牌子贵,但没想到比梦龙还贵;好家伙,可真有你的.jpg。
-
-后来随手百度了有关“钟薛高”的相关新闻报道,找到了[红星新闻 - 66元一支的钟薛高为何这么贵?高级乳业分析师:常见雪糕的生产成本也就约三四元](https://baijiahao.baidu.com/s?id=1702868721168579342&wfr=spider&for=pc&searchword=钟薛高为什么卖这么贵)这篇文章挺有意思,有意思的点在于以下这几个方面:
-
-* 先抛出由钟薛高由成本决定定价争议话题,预热,发起一个论点:值不值这个价?
-* 先探讨一支钟薛高官宣采用某原材料制作雪糕成本,再列出工商部对其在原材料上虚假宣传被罚款
-* 以“专家称雪糕定价与成本无直接关系”为题,更加否定了这层雪糕成本决定定价片面关系,引述出:
- * 主要占比:品牌建设(形象)成本与制造话题/热点/及广告投放成本
- * 行业定位与自身品牌受众定位
-* 奇葩定价只要不违反国家规定都属于正常商业行为 -> [百度百科-价格违法行为行政处罚规定](https://baike.baidu.com/item/价格违法行为行政处罚规定/7982534?fr=aladdin);将话题上升到钟薛高定价与市场供需上,市场如果能维持厂家持续生存有钱赚,这个贵就成伪命题了。大家普遍吃的最基本的食品,全都变成高端消费,则造成相关食品行业市场萎缩。
-
-写到这里不由得想到奢侈品,对于买奢侈品的人来说,可能真不算什么,就是用来装逼撑场面的,如果不是上海疫情吃喝紧张,我都想不到奢侈品还能送菜保金主子。老实说,这钟薛高不送去哈根达斯的地方,可能人家看不上吧...瞎猜。上述的第二点成本上,我也是不由得想到小米10旗舰,前期用三星,后面替换成华星光电...既然差异感知不会特别大,当然逐渐用低成本的物料平替高成本的。最后对文章总结八个字:图文并茂,有理有据。
-
-## 前台说钟薛高的独特口感,回想自己喝元气森林,再看看自己现在的想法
-
-五一前前台说钟薛高的味道比一般的雪糕味道好,我当时就在想不都是哪些原料吗?还能硬生生地会有天壤之别?现在看了一些相关钟薛高原料的媒体报告,还是有所了解了。思索了一会儿,我联想到了元气森林其实也如出一辙,不管是钟薛高还是元气森林,我们可不是为了自己吃得更好才买的吗?零糖零脂,说实话,我就是被这“零糖/零卡/零脂肪”三个贴在瓶身粗体大词吸引了,加上这饮料一番别有说不出来的古怪味道,我又持续喝了较长大约有一个月时间左右。
-
-我感觉吧,钟薛高有点这模式路子在里头,于是也看一下元气森林的营销手法,参阅百度文库资料:[2021元气森林营销策略分析](https://wenku.baidu.com/view/7370cb3e856fb84ae45c3b3567ec102de2bddf7f.html)/[PPT版](https://wenku.baidu.com/view/51d98dc1824d2b160b4e767f5acfa1c7ab0082de.html?fr=income1-wk_app_search_ctr-search),新奇地发现:原来真有一些人和我想一块去了,[元气森林、钟薛高、茶π……,新消费品牌们的增长策略](https://wenku.baidu.com/view/c0fc536948fe04a1b0717fd5360cba1aa9118c67.html?rec_flag=default&fr=Recommend_RelativeDoc-100246,80166,90233,80139,80163,110192,90227-kpdrec_doc_pc_view-51d98dc1824d2b160b4e767f5acfa1c7ab0082de&sxts=1651712268401)。
-
-先读第一篇文档,对元气森林营销策略分为三个主题:市场定位、渠道推广、线上曝光;那么就先总结一下文章对元气森林的市场定位。
-
-### 元气森林市场定位
-
-在开篇PPT上,介绍了元气森林成立,饮品种类细分,以及电商和线下零售主打的核心产品元气水和燃茶,从成立到二零一九年的短短四年时间就占领了某宝网上的top1。不得不说,在由两大饮品巨头把持着整个饮品行业市场,思路清晰且新奇,能够挤出自己的份额,确实了不起;特别佩服元气森林市场策划是怎么发现这个且赶上这个风口时势的,一般察觉到新机遇及未来走向的人,真是少之又少...
-
-在做市场定位前,PPT首先分析了市场大盘。在两大巨头把持行业市场的局面,当今现状缺少什么,如凸显本土化情怀和专业属性产品,以及赶上国潮的新机遇,应该做什么,做一条搅动市场的鲶鱼。接着就是该怎么做的问题,分析完饮品类别占比,在有加多宝/王老吉差异化细分市场的经验下,打着“零糖零脂”的果味茶和气泡水来占领还未完全被巨头开发的市场空间,然而PPT也似乎“忘了”疫情宅家的影响。
-
-在消费者趋势上,元气森林做了一定的用户调研,将结果进行归纳总结形成简短有力的关键词,通过瓶身的设计不断强化用户对品牌的概念与定义。接着包装设计上更偏向消费种类饮品强势的一方 —— 即女性市场。既然是女性市场就必须得调研青年女性的喜好,从口头上到游戏上,利用“日系”的质感来提升档次。
-
-我不知道这是元气森林的预判还是对手做出反应及时应对的行为,结尾是通过不断口味更新、包装更新产品抢占市场/稳住市场,“满分”、“微”这个词有意思哦。
-
-### 渠道推广
-
-连锁店与大型传统超市选择上,可能吧,我推测倒不是互联网/非互联网企业问题,而是根据自己的感受,做过一些小调查,确实便利店更好消费小瓶饮料。在便利店作为切入口选择上,我也注意到7-Eleven大部分都在繁华的商圈、人来人往极多的地铁位置。从这一点来看,他们说:”20 岁至 40 岁消费者在便利店消费人群中的占比已经达到 88%。从客户构成来看,公司职员为主要消费人群“,也没错。
-
-最后在内容推广主题结尾也说到便利店也是顺风车红利的一部分,第一阶段连锁便利店销量稳定后,第二阶段向传统商超、地市零售商店进军。
-
-### 线上曝光,线下投放
-
-在第一幕PPT主题“充分运用互联网+”的购买渠道分析图上,便利店和超市是最多的,网购甚至比自动售卖机还少。接触饮料信息媒介上电商平台、电视广告、视频应用是最多的,直播带货占比并不是很大;从第二幕内容开始,当线下渠道建设完成,也就开始往小红书、抖音、微博网红进行带货式“精准曝光”粉丝向种草。爱糖又拒糖,贯彻强调“零糖零卡零脂肪”又正好达到了目的,少数人去辐射扩散至多数人。
-
-投放大量青年综艺节目,流量明星带货,当红偶像明星代言,三者的效果基本上是一致的,应该主要起到强化作用。
-
diff --git "a/_posts/2022/2022-05-08-\350\257\267\345\211\215\345\217\260\345\226\235\345\245\266\350\214\266\344\270\200\344\272\213\345\233\236\346\203\263.md" "b/_posts/2022/2022-05-08-\350\257\267\345\211\215\345\217\260\345\226\235\345\245\266\350\214\266\344\270\200\344\272\213\345\233\236\346\203\263.md"
deleted file mode 100644
index b6288196a5..0000000000
--- "a/_posts/2022/2022-05-08-\350\257\267\345\211\215\345\217\260\345\226\235\345\245\266\350\214\266\344\270\200\344\272\213\345\233\236\346\203\263.md"
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "请前台喝奶茶一事回想"
-date: 2022-05-08 17:52:29 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-我向同事提及了我请前台喝奶茶一事,同时也表述了我的个人观点,以及我观察到现象,并且也和我朋友谈论了此事,确实有了不小收获。
-
-先回顾一下请前台喝奶茶事件吧:
-
- 五一放假前已落实发奖金名额后,前台稍显失落又带俏皮地向我和文控同事一起提出各请一次奶茶或雪糕的请求。我个人意见是没什么大不了的,无非也就是几十块的奶茶/雪糕钱而已,能要我请客也从侧面说明,她对我印象还不坏,也就默认答应了下来。上班后的一两天时间里,我发现前时不时就有一杯奶茶,结合以前我所见的有所察觉请她客的看来也不少。
-
- 摸完鱼后,我倒是想起兑现请奶茶这事了,于是问她想要吃雪糕还是奶茶。在她回应奶茶后,我有意问她说:“这一星期,都有人请客吧?”。她回复表示没有,并说到:“放心,我把明天留给了你。”,当时这句话,我立马想到只是请杯奶茶而已,这种自我攻略就少来了...不一会儿,我带着一丝好奇也问了她当天下午的奶茶是不是文控同事请的,她在表示不是的同时,也没继续说是谁请的,我心里认为这个女人不实诚,也不好意思再追问下去了...
-
- 上班的午间时分,她选了一杯各种选项的杨梅口味,我心里也是发毛:“他妈的,死婆娘,请你就不错了,还他妈给我挑三拣四!”,于是给她下单了,不过我也有意留下她的号码,本想折腾她,让她自己去午间顶着烈日去拿外送,结果她一个电话问我在哪?我没多想如往常般回应:“一楼”,突然心里感觉到有些不对...一楼是外卖最近的地方...我措手不及,没有准备,一一应声,"我已经请了,人也又在外送附近,都到这份上了再不理不睬,以后处事有些尴尬了...",只能是帮前台拿了...
-
-请前台喝奶茶事后,我问文控同事有没有请过前台,同事答复没请过,并表示我还把前台请客的要求当真了,前台只是过过嘴瘾,不差我们请客的。我也跟文控同事说了我观察到前台时不时都有一杯奶茶的疑惑,她说是因为前台帮这些老总们下单,又会讨好老板,老总打赏的也很正常。最后文控同事那一句:“别人本地深圳妹,比我们自在多了,害,别想太多,不然你以为奶茶妹是怎么来的?”确实引起了我一定深思。
-
-晚上我将这请喝奶茶事件与我朋友进行探讨,现在再翻阅一遍真是收获颇多。结合我读书时那会/网恋/暗恋同班同学那事的经历,我很赞同我朋友说的话:“一个基本没有怎么感受过别人喜欢的人,突然感到了一个外表不错的异性的好意,那肯定会瞬间有种受宠若惊的感觉,也会因此而对对方产生情愫”。我朋友给我总结了一些关键点,也是现在才发现,这些原话关键点用了粗体:
-
-* 你只是在否定对方喜欢你,也否定你喜欢对方这一件事。**会因为对方的好意,而产生对对方的喜欢的感觉,是一件很正常的事情。如果你真的对对方毫无感觉,那么你本身也不可能胡思乱想。**
-* **不过“喜欢”这个词,看上去好像只有是或否两个选项,但其实,这个更像是一个0-100的进度条。喜欢是可以分为1-100不同级别的。那么漂亮呢,难道只有漂亮和不漂亮两档了吗?**
-* 并不是说,对方喜欢你,就要如何如何,你喜欢了对方,就要如何如何。而是,你起码要能正确认识到你的内心。**你只有在确定了你的内心的真实想法后,才能去拟定你的后续具体计划,去应对各种挑战,明确事物边界**。
-* **你表意识里觉得你不喜欢对方,不应该去为对方的行为困扰,不应该去讨好她。但你潜意识,让你去因为对方的行为而困扰,让你试着去讨好她。**
-
-这个前台确实很精明,精明得让我厌烦,我也不喜欢别有用心且不实在的人,连谈恋爱涨自己经验都别想了,搞不好反被戏耍的是我。
-
diff --git "a/_posts/2022/2022-05-12-\350\260\210\346\201\213\347\210\261\347\234\237\346\230\257\345\277\203\351\207\214\344\271\261\345\246\202\351\272\273.md" "b/_posts/2022/2022-05-12-\350\260\210\346\201\213\347\210\261\347\234\237\346\230\257\345\277\203\351\207\214\344\271\261\345\246\202\351\272\273.md"
deleted file mode 100644
index fce7461804..0000000000
--- "a/_posts/2022/2022-05-12-\350\260\210\346\201\213\347\210\261\347\234\237\346\230\257\345\277\203\351\207\214\344\271\261\345\246\202\351\272\273.md"
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: "谈恋爱真是心里乱如麻"
-date: 2022-05-12 18:15:51 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-事情太多,写完备忘录转到vs code复制粘贴push一下,可这还是昨天的事情。
-
-## 我的接受与取舍上的抉择(待解决)
-
-很细节的东西,我在FAE办公室回头看时,她也正在观察着我…微信上她对我回的话字数简短,内容不多;今天走过她旁边时,我对她说:“原来你也在摸鱼。”,她一声简短的“唉”,察觉到她潜意识有些厌烦的。来看目前的话,对方并没有对我有明显的感觉,也就处于同事中的熟人关系;另外她基本上不太使用标点符号…我个人经历来看:这样的人要么傲慢,要么就是有些随意且不善察觉人心思。
-
-其实我也要准备应对两种情景:一种是维持现在的熟人现状,同时也要注意“分寸”意识,没分寸没距离感,尤其对女生来说很讨厌的吧,我妹妹其实就是一个例子;第二种情况就是如何做出/引导出更进一步的关系,这其中失败了的话又该怎样维持熟人关系?
-
-https://www.zhihu.com/question/287715782
-
-2022.5.11 补:
-
-个人推测的假想分析:失败了,断绝关系或维持好朋友现状,一部分是取决于双方的性格而言。其实我也要注意做这个选择,告白的失败,这件事值不值得,后悔还是不后悔,等事后再回想来去看待问题。
-
-引用我朋友对我说的原话:
-
- 你现在想想因为这样的事情,你两以后再也不联系了,这样的情况,比起现在这种"好朋友"的关系,你是完全不能接受吗?
-
- 对于我而言,如果我处于一个混乱的角色定位中,弄不太清楚自己的位置的情况下,这会让我十分难受。而相比这样的难受,直接和对方表达清楚我的想法,哪怕对方拒绝了我,断绝了往来,这也是可以接受的。
-
-在同一地方,对不同有好感的人多次告白失败呢? 算不算滥情呢?
-
-
-## 从朋友对话中,在他的解答上我意识到我的两大硬伤
-
-引用我朋友对我说的原话:
-
- 你的劣势是在于:
- 一,没有情趣,不懂怎么逗女性。但这对于部分女生而言也会因此觉得你老实,从而并不成为减分项。
- 二,收入较低。这点在相亲里会很重要,但自由恋爱,各凭感觉时,这点就并不关键了。
-
-我个人理解上:
-
-这次再回想起来,我总算知道“老实”这个词具体指到什么了,其实也是对自己钟意的女生,多花时间想想小心机,如何讨获取对方欢喜,可以说是情投意合吧。
-
-这让我想起在五院我和萍姐一起谈论起她相亲一事,当时我还不解,还说:“怎么全是看重家里经济情况有钱/没钱、有条件/没条件呢?”,萍姐也对我说:“没有感情基础,就是比拼对方的家势了,男方长得过得去,就得了。”,这次反倒是解开了,也明白了收入在相亲上为什么重要了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-14-\345\220\203\346\270\257\345\274\217\351\245\256\351\243\237\345\272\227\351\200\233\346\227\240\345\215\260\350\211\257\345\223\201\347\232\204\346\235\202\346\203\263.md" "b/_posts/2022/2022-05-14-\345\220\203\346\270\257\345\274\217\351\245\256\351\243\237\345\272\227\351\200\233\346\227\240\345\215\260\350\211\257\345\223\201\347\232\204\346\235\202\346\203\263.md"
deleted file mode 100644
index cf031b05eb..0000000000
--- "a/_posts/2022/2022-05-14-\345\220\203\346\270\257\345\274\217\351\245\256\351\243\237\345\272\227\351\200\233\346\227\240\345\215\260\350\211\257\345\223\201\347\232\204\346\235\202\346\203\263.md"
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "吃港式饮食店,逛无印良品的杂想"
-date: 2022-05-14 19:57:29 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-去了叫“克茗冰室”的港式快餐店,点了公仔面加小熊阿华田的套餐,才想起来曾经吃过一些菜品的对比感想。以下是我的杂七杂八碎片式的感触:
-
-* 吃过港式烧鸭后,北京烤鸭平平无奇,预定三百半只的北京烤鸭,和肯德基鸡肉卷没什么区别,仅有的区别只是把鸭肉换成鸡肉,口感平淡且没有回味,差评。
-* 喝过港式奶茶后,觉得现在的奶茶店平平无奇,除了dirty式堆料,毫无特色可言,除了喝出来甜得发腻,就只剩下果味配料的口感了;小熊奶茶似乎可以在约会上给到对方一些新意。
-* 吃了猪扒包后,也远比普通款式的香辣汉堡包有意思,而且猪扒包给料也很足。
-* 在灵芝地铁站不远处路边的咖啡店,点了杯美式咖啡。本以为平平无奇,但在口中的那一刻,居然喝出了美式咖啡原来也具有丰富层次醇厚香浓的口感。
-
-逛了无印良品杂货铺,看到垃圾袋支架,算是解决了我搬家带垃圾桶不方便的痛点,垃圾桶不能收纳,但支架可以。再看了收纳盒区,我在搬家时也学了叠衣服的收纳方法,买下锦上添花。还有晾衣架,裙裤专用与吊带适用的晾衣架,带夹子的方形衣架很适合晾晒袜子,居然发现在普通生活的细节上居然这么新意。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-15-\344\270\216\345\215\232\345\217\213\346\216\242\350\256\250\345\262\227\344\275\215\350\246\201\346\261\202\357\274\214\344\273\245\345\217\212\347\234\213\345\260\217\345\261\217\346\211\213\346\234\272\347\232\204\350\201\224\346\203\263.md" "b/_posts/2022/2022-05-15-\344\270\216\345\215\232\345\217\213\346\216\242\350\256\250\345\262\227\344\275\215\350\246\201\346\261\202\357\274\214\344\273\245\345\217\212\347\234\213\345\260\217\345\261\217\346\211\213\346\234\272\347\232\204\350\201\224\346\203\263.md"
deleted file mode 100644
index 8df7311839..0000000000
--- "a/_posts/2022/2022-05-15-\344\270\216\345\215\232\345\217\213\346\216\242\350\256\250\345\262\227\344\275\215\350\246\201\346\261\202\357\274\214\344\273\245\345\217\212\347\234\213\345\260\217\345\261\217\346\211\213\346\234\272\347\232\204\350\201\224\346\203\263.md"
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: "与博友探讨岗位要求,以及看小屏手机的联想"
-date: 2022-05-15 19:16:12 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/02
----
-
-主要考虑到文字在描述招聘与需求上的现象给人感觉不是很具体,甚至有些抽象。基于这样的情况还是贴个图,还是贴个图吧。
-
-## 博友对我岗位要求疑问的解惑
-
-先看如下招聘要求:
-
-![](https://s3.bmp.ovh/imgs/2022/05/16/a8bc988b283c9797.png)
-
-就是看了不少这样各类技术繁多的程序员/运维岗位要求,所以联系了一位博友提出了我的疑惑。
-
-![](https://s3.bmp.ovh/imgs/2022/05/16/98c3c4e4d8b3122a.png)
-
-我个人归纳他说的话吧,我觉得有几分道理:
-
-* 一个人学过的知识,几个月之后,你对这个知识的掌握将取决于你的笔记
-* 面试官看了他的博客觉得写不错,详细,其实有了这句话也基本搞定他一半了
-
-看了他写了很多各类名词的技术文章,以及他说的:“一部分是工作中遇到的问题需要解决,钻研解决之后,再记录”,我再反向分析,确实也是:的确是考验综合能力。再结合我的工作上所遇到常见现象:工作上处理跨领域事情时,哪怕是平时,并不需要很专精的知识,入门就可以搞定,更多的也只是实操的经验问题,确实也是这么回事。
-
-## 小屏手机测试报告
-
-
-
-视频结尾的总结也是很到位,解答了“为什么小屏手机呼声高,销量却不高”的迷惑现象,核心原因:看惯了大屏,小屏缺乏大视角体验,同时续航拉胯。消费想要的“小屏”,实际上是满足大屏手机基础上的续航与屏幕体验,更看重:**便携**、**手感**而已,一但消费者看到了牺牲(大屏)原有的基础体验,小屏这些致命缺点也开始不买账了。
-
-## 总结
-
-在这些表面的需求上,真正的内核需求到底是什么呢?这点也是非常重要的。不然也是被这些“伪需求”给绕进去,自己白费一场工夫不说,而且费力不讨好;不过,上面运维招聘需求与小屏手机需求来说,其实不仔细深入分析还真挺迷惑人的。好在我能遇到这个朋友帮我解答了我心中的疑问,小屏手机视频更是加深了我这一认识。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-15-\351\233\266\347\273\217\351\252\214\347\232\204\346\201\213\347\210\261\345\260\217\347\231\275\346\203\263\345\216\273\347\234\213\345\277\203\347\220\206\345\214\273\347\224\237.md" "b/_posts/2022/2022-05-15-\351\233\266\347\273\217\351\252\214\347\232\204\346\201\213\347\210\261\345\260\217\347\231\275\346\203\263\345\216\273\347\234\213\345\277\203\347\220\206\345\214\273\347\224\237.md"
deleted file mode 100644
index f5603bf390..0000000000
--- "a/_posts/2022/2022-05-15-\351\233\266\347\273\217\351\252\214\347\232\204\346\201\213\347\210\261\345\260\217\347\231\275\346\203\263\345\216\273\347\234\213\345\277\203\347\220\206\345\214\273\347\224\237.md"
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "零经验的恋爱小白想去看心理医生"
-date: 2022-05-15 21:18:00 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-记得那天,下了场大雨,预约11点午间的号,我也迟到了半小时...
-
-最后看来我也不是第一个找他做恋爱咨询的人,收获颇多,并不是要有心理疾病才找心理医生。在我心想到这一点时,他也说到:“像小孩升学啊,从学校毕业找工作啊,都可以来找的。”,心理医生的社会经验通常对于我们这初入社会一两年的人来说,还是挺经验丰富的,何况也是专业心理咨询的,确实受益良多。
-
-## 正文
-
-当时我刚赶到会诊室,医生也顺便问候我:“怎么了,哪不舒服?”,我便答复到:“不是不舒服,其实...是恋爱问题...”,然后就开始述说我的喜欢同事的经历过程。从我凌乱叙事的过程中,我也尽量简洁明了表述[我对同事产生喜欢的两件事](https://hoochanlon.github.io/2022/04-27/#),
-
-医生也抓住两个要点:她喜欢我吗?平时我和她的交流多吗?我思考过后的回答:“不是,还没有;交流也就见面的工作上比较多。在生活上,一星期也就聊两三次左右”。医生又问:”没一起吃过饭?“,我回答说:”没有...“(事后我才想起来,被她“客气啥”,婉拒了...)医生问了我一直没想明白的问题 ———— 是继续维持现状的熟人同事关系,但双方关系也基本止步不前,还是选择表白,如果成功。双方关系也会得到进一步的发展,同时表白失败双方之间的行同陌路,我能够接受吗?
-
-我直接表示告白失败不能接受,我也说出了我的看法:“行同陌路不相往来,其实取决于双方性格,我倒不觉得追求失败,遇见她就尴尬。至于女方怎么想,那是另外一回事了,我也不太清楚...”。然后我也说:“我就纠结在这两者间,卡着很难受,不知道怎么选择,才过来咨询的。”,医生听到我的回答,他又看我捂着头一团乱麻的表情后,先给我理清我感情上的时间线:1-2-3,再给我捋一捋思绪,并分析我每一步选择上的两种可能,以及选择上事件是朝好还是向坏的一面发展,是高还是低。我发现就像自己玩GALGAME游戏一样,每个选择都有不同的结局走向。
-
-最后,一起分析出我能接受,还能试着执行一段时间的可行方案:
-
-520送花暂不可行;不表白的下一步,通过她的闺蜜去了解她,多想想我自身的优势,哪些地方是能吸引到她的闪光点。
-
-[![ORa4w6.png](https://s1.ax1x.com/2022/05/15/ORa4w6.png)](https://imgtu.com/i/ORa4w6)
-
diff --git "a/_posts/2022/2022-05-17-\346\221\270\351\261\274\345\210\222\346\260\264\347\232\204\344\272\224\344\270\252\347\253\231\347\202\271.md" "b/_posts/2022/2022-05-17-\346\221\270\351\261\274\345\210\222\346\260\264\347\232\204\344\272\224\344\270\252\347\253\231\347\202\271.md"
deleted file mode 100644
index 7712a6897f..0000000000
--- "a/_posts/2022/2022-05-17-\346\221\270\351\261\274\345\210\222\346\260\264\347\232\204\344\272\224\344\270\252\347\253\231\347\202\271.md"
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "摸鱼划水的五个站点,以及行业分析相关"
-date: 2022-05-17 14:01:52 +0800
-author: hoochanlon
-category: [2022.]
-tags: [chip]
-permalink: /:year/:month-:day/02
----
-
-摸鱼有益身心健康,划水抚慰心灵创伤。
-
-- lofi.cafe
-- Neal.fun
-- Tree.fm
-- virtocean.com
-- asoftmurmur.com
-- seaside-station.com
-- dbbqb.com
-
-
-
-除百度外搜索引擎,soumao.cc;[行业分析站点](https://www.zhihu.com/question/19766160/answer/92693568):
-
-* report.newrank.cn report/new rank
-* stock.us stock us
-* http://www.gov.cn/shuju/index.htm gov shuju
-* [政府信息公开](https://zwgk.mct.gov.cn/zfxxgkml/447/465/index_3081.html)
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-17-\346\230\250\345\244\251\357\274\214\344\270\207\347\247\221\345\237\216\345\260\217\350\217\234\351\246\206\345\220\203\351\261\274\345\275\225.md" "b/_posts/2022/2022-05-17-\346\230\250\345\244\251\357\274\214\344\270\207\347\247\221\345\237\216\345\260\217\350\217\234\351\246\206\345\220\203\351\261\274\345\275\225.md"
deleted file mode 100644
index a232beca98..0000000000
--- "a/_posts/2022/2022-05-17-\346\230\250\345\244\251\357\274\214\344\270\207\347\247\221\345\237\216\345\260\217\350\217\234\351\246\206\345\220\203\351\261\274\345\275\225.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "昨天,万科城小菜馆吃鱼录"
-date: 2022-05-17 09:37:17 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-在龙岗,这个叫“担担果”的小区菜馆还挺贵的,都看齐关内商圈的饭馆价了,一开始我以为就是普通的小贵,二十五六七八的样子….没想到…果然没想到;那我就吃个鱼吧,看看有没有特别之处。
-
-![iShot2022-05-17_09.43.29](https://s1.xoimg.com/i/2022/05/17/fndb5n.png)
-
-在等菜的过程中,我也在想这小店的运营模式:
-> 菜归根结底都是菜农进货,顺便以绿色生态之名推销出去;一家店子,一个房间专做为卖菜,另一间则是卖小炒及加工炒菜。这样做的目的嘛,首先结合我自己的感受来说:讲究的仪式感,进一步加深了小店推销给我绿色生态的印象,同时店员进厨房带头套的细节,让人第一看上去觉得挺卫生。从这点反推,实际上这就是商家想要的效果,商家的目的也八九不离十了。难道这就是贵得有理由吗?
-
-鱼总等了半会总算是端上来了,也不一会把清汤鲈鱼吃完了,原来酸菜鱼也是鲈鱼做的;这个周五预定一条桂花鱼吃吃,看看什么味。
-
-![iShot2022-05-17_09.44.33](https://s1.xoimg.com/i/2022/05/17/fnfpl3.png)
-
-在饭后歇会时,店员们休息时的闲聊的话题内容到是引起了我的兴趣与记录:
-> 端盘大妈说到她当时在工厂上夜班打工,服务员女带有好奇神色问到:“那工厂的工资应该也挺高的吧?”,大妈则表示并没有,而且工厂白夜班计件又累又辛苦,还不如菜馆清闲。在接菜口的服务员男同时也对服务员女说:“我曾经也是做餐饮奶茶的,钱少来深打拼的。”
-
-> 服务员男对服务员女说一些他的经验:遇到一些点菜不感兴趣的,给他推会员优惠(具体原话记不清了,此段为我的假想店员身份与查找资料上的推断);遇到挑来挑去又选来选去的顾客,就要问他最先想要吃什么,把菜的特点说完美些,但其实他很想对顾客说句:“你爱吃不吃,不吃就走人”。
-
-从中也可以推断出一些可能性:
-
-> 服务员女与端盘大妈结识不久,从服务员男对服务员女的指点,也可以推测出服务员女是个餐饮服务新人;从服务员男的过往上,以后也可以这样推断:我对鱼的做法上,一些忌口和配料要求,服务员男对我很有耐心问得详细上,他极可能是有长期的餐饮经验的,下过厨,常与炒菜的厨师对接菜的做法与口味要求。
-
-在服务员男传授服务员女经验上,想不到服务员男原来你是这样的你。恰好我就是那种挑来挑去又选来选去的人,看上去服务耐心细致的你,原来还有另一面。
-
-记得还是上学那会,放假回到郴州火车站,已是深夜了。旅馆阿姨叫我住宿,那时我舍不得余下的零花钱,一直不肯听她劝说在旅馆住宿一夜,边说边闲聊,到最后旅馆阿姨一丝不耐烦了,她开始带着呵斥意味叫我走开,到边上去,不要影响她生意。
-
-以上结合服务员男来看,其实他们都展现出很真实/也很现实的 —— 包括我也不例外,我们在商业化社会谋生真实的内心活动的一面。
-
diff --git "a/_posts/2022/2022-05-18-\346\234\211\345\205\263\345\255\230\351\222\261\357\274\214\347\237\245\344\271\216\347\232\204\344\270\244\344\270\252\345\233\236\347\255\224\344\270\216\350\231\216\345\227\205\344\270\200\347\257\207\351\225\277\346\226\207\347\232\204\350\247\243\350\257\273.md" "b/_posts/2022/2022-05-18-\346\234\211\345\205\263\345\255\230\351\222\261\357\274\214\347\237\245\344\271\216\347\232\204\344\270\244\344\270\252\345\233\236\347\255\224\344\270\216\350\231\216\345\227\205\344\270\200\347\257\207\351\225\277\346\226\207\347\232\204\350\247\243\350\257\273.md"
deleted file mode 100644
index a77cf31090..0000000000
--- "a/_posts/2022/2022-05-18-\346\234\211\345\205\263\345\255\230\351\222\261\357\274\214\347\237\245\344\271\216\347\232\204\344\270\244\344\270\252\345\233\236\347\255\224\344\270\216\350\231\216\345\227\205\344\270\200\347\257\207\351\225\277\346\226\207\347\232\204\350\247\243\350\257\273.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: "有关存钱,知乎的两个回答与虎嗅一篇长文的解读"
-date: 2022-05-18 15:16:12 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/02
----
-
-看了知乎上有关“为什么现在工资比以前高还越来越存不到钱了?”的问题,[ID为弗兰克扬的回答](https://www.zhihu.com/question/532764754/answer/2487178176),说了下上世纪八九十年代父辈们买房及小孩上学遇到的资金压力问题,比方说一月两百块的工资家庭,应付四五万的商品房,读个书也不是也是几千甚至上万的存在。
-
-> 引用弗兰克扬回答的最后两段话:
->>如果说二十多年前的小城镇双职工家庭都临时拿不出一万多的话,那现在临时拿不出十几万块,不也很正常?现实生活中有太多可能都在消耗着你的存款,有些时候是你把钱一点点主动花没了,但更多的时候,是你不得不花很多钱。
-
-这两句话特别真实,是我们生活中绝大多数乡镇县里的普通家庭的现状。[ID夏至未至的回答](https://www.zhihu.com/question/532764754/answer/2487901622) 也提到还有个我们长期所忽视的原因:也就是我们这代人一开始的生活上缺少社会毒打,在成长过程中又是消费主义的观念盛行,花钱享受的思想也让我们赚得越多花得越多,花得越多也就越没钱存。这是在现今的大环境下。
-
-再看了[为什么现在的年轻人都存不下钱?](https://www.huxiu.com/article/536406.html)的文章,阐述角度是从如今我们的消费行为到父辈那会省吃俭用,文章内容贴近如今当下普遍打工人的生活。这里做一个简短的概述:
-
-> 公开自己收入,否定了我们的固有思维:工资减去自己衣食住行的开销,以及社交上的花费,等于余额。提出了一个尽可能存钱的可实施的方案:房租在校住或租偏远便宜的青旅,通勤尽量选择骑行或公交,在伙食及日用品方面以团购抢劵为主,同时考虑一份兼职。
-
-> 之后文章转向说到父辈们如何节衣缩食,也说到父辈们当年也有和我们一样的年轻人,花钱享受吃香喝辣,赶上买房的红利浪潮,一样掏不去几万买房,错过大好机遇,抱憾终身。因此也证明攒钱确实不是件易事。
-
-> 现今的我们在工作上精力消耗同时伴随着商家消费主义观念的乘虚而入,分期付款享受生活仪式感,填补内心空虚的带来快乐。在阐述这种现象的同时,文章表示不要被困在“压力赚钱-解压花钱-身无分文-没有选择余地”。最后到结尾处,作者自己总结这些能存钱、且善于存钱的人都是时代的狠人。
-
-总结下,这知乎两个回答与虎嗅的一篇长文共同表达了:不管在哪个时代,存钱对于我们普通人来说,其实都不是件容易的事。也可以说会抠门做长远打算的人才能存到钱。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-18-\350\257\267\345\256\242\350\216\267\345\217\226\346\254\242\345\277\203\357\274\214\344\271\237\351\234\200\344\272\206\350\247\243\345\257\271\346\226\271\345\256\266\345\242\203.md" "b/_posts/2022/2022-05-18-\350\257\267\345\256\242\350\216\267\345\217\226\346\254\242\345\277\203\357\274\214\344\271\237\351\234\200\344\272\206\350\247\243\345\257\271\346\226\271\345\256\266\345\242\203.md"
deleted file mode 100644
index 554d12562b..0000000000
--- "a/_posts/2022/2022-05-18-\350\257\267\345\256\242\350\216\267\345\217\226\346\254\242\345\277\203\357\274\214\344\271\237\351\234\200\344\272\206\350\247\243\345\257\271\346\226\271\345\256\266\345\242\203.md"
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "通过请客获取女方进一步关系上,也是要了解对方家庭环境的事"
-date: 2022-05-18 09:06:30 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-我通过请杯奶茶与雪糕,从前台那得到的信息量一点也不多,不过只是专为其他女生挑选对口味饮品,获取第一步好感有些作用。但这些远没有我从楼下文控同事那获取的信息详细,比如说至少有两三个经理都请过前台的,这与她对我说的:“我只是打杂,哪有什么人请…”,与实际情况不相符,这是其一;其二,前台家庭条件深二代,结合前台的消费与言谈上,仔细一思索就有极大的信息量了。
-
-写于 2022.5.17 iCloud备忘录,5.18早九点转vscode,push GitHub
-
-
-
-记得我和文控探讨不少人请客前台一事,正好产品卢也过来参与讨论,当我说到昨天请客的人是谁时,产品卢当即说:“哦—— 我知道大冤种是谁了,是我们产品部的徐总。”。现在想来,难怪卢仕鹏会说出“大冤种”这词:
-
->哎呀,之前这个这么多细节都没把握呢,卢仕鹏说过她带的凯旋门背包,还有前台曾经说过她对包包的执念,现在才想起来这背后信息量这么大,难怪这次,我做了回小冤种。这么精明,真让我心服口服。
-
-写到这里,我想到去年我担心文化专员头碰到白板,特意将白板挪了位置,前台看到后的反应说:“要是能这样对我就好了。”,原来这个前台非常会装可怜。没想到有过前男友感情可以居然可以丰富到这种程度,应该不止!还有前台接触的社会面,相对于对我,其实是降维打击了。
-
-这次我也中了朋友说:“你其实喜欢她”的巴纳姆效应,不过通过这些事的分析,也算自己清醒了一回:
-
-从我的言行表现上,不冷不热一般般,前台是不可能看不出什么来的,我对她的态度绝对能感受出来。从分享零食上,我也问过产品们,前台是否也分享过他们零食,但并没有,这很容易陷入她喜欢我的错觉,实际上无非是基于同事上处理搞好关系而已;还有就是我聚精会神看简历时被她吓一跳,也算不了什么,其中的一种可能看我呆板来找乐子活跃双方关系氛围。
-
-前台这线,算了吧,对于我来说已经出结果了:不喜欢;我和她也不是一路人。今天知乎上“贫困的大学生该怎样社交?”的[这篇回答](https://www.zhihu.com/question/533078845/answer/2488476666),也是给了我极大启发。
-
diff --git "a/_posts/2022/2022-05-20-\345\246\202\344\275\225\344\270\212\347\217\255\345\256\211\345\277\203\346\221\270\351\261\274\357\274\237.md" "b/_posts/2022/2022-05-20-\345\246\202\344\275\225\344\270\212\347\217\255\345\256\211\345\277\203\346\221\270\351\261\274\357\274\237.md"
deleted file mode 100644
index e1bbba21ba..0000000000
--- "a/_posts/2022/2022-05-20-\345\246\202\344\275\225\344\270\212\347\217\255\345\256\211\345\277\203\346\221\270\351\261\274\357\274\237.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "如何上班安心摸鱼?"
-date: 2022-05-20 17:14:57 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/02
----
-
-哎哟,一下午琢磨摸鱼这事,有点意思啊。
-
-👉 [lofi.cafe](https://lofi.cafe),浏览网页时,用一只蓝牙耳机,安静地划水。
-
-![ ](https://i.imgtg.com/2022/05/20/hhTlP.png)
-
-👉 [喜马拉雅fm](https://www.ximalaya.com),上班时间听自己想看的书,打开邮件挂在电脑上。
-
-![ ](https://i.imgtg.com/2022/05/20/hhBJ6.png)
-
-政府网站,以及[便民服务窗口](https://www.gov.cn/fuwu/),即使被老板发现,也奈何不了你。
-
-![ ](https://i.imgtg.com/2022/05/20/hh5zF.png)
-
-溜出去,体验半小时的按摩椅,放松身心。
-
-![ ](https://i.imgtg.com/2022/05/20/hhWTb.png)
-
-我发现我其实并不喜欢这样的工作,反正加班打车公司还嫌报销的钱太多,加班少呢,公司又嫌少...没加到时长也不给年终奖。滚粗!以后五点半打烊不接活了,回家,心累...
-
-![ ](https://s1.ax1x.com/2022/05/20/OXmgHA.png)
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-20-\347\224\261\345\230\264\347\202\256\346\226\207\347\253\240\345\274\225\350\265\267\346\210\221\345\257\271\342\200\234\345\230\264\351\201\201\342\200\235\347\232\204\350\201\224\346\203\263.md" "b/_posts/2022/2022-05-20-\347\224\261\345\230\264\347\202\256\346\226\207\347\253\240\345\274\225\350\265\267\346\210\221\345\257\271\342\200\234\345\230\264\351\201\201\342\200\235\347\232\204\350\201\224\346\203\263.md"
deleted file mode 100644
index 50cc17de7b..0000000000
--- "a/_posts/2022/2022-05-20-\347\224\261\345\230\264\347\202\256\346\226\207\347\253\240\345\274\225\350\265\267\346\210\221\345\257\271\342\200\234\345\230\264\351\201\201\342\200\235\347\232\204\350\201\224\346\203\263.md"
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "由嘴炮文章引起我对“嘴遁”的联想"
-date: 2022-05-20 13:17:53 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-本来对这篇[“漠视人权、驰名“双标”!美国有何脸面召开“抗疫峰会”?”](https://opinion.huanqiu.com/article/484MfEqP8AR)文章一点兴趣都没有,标题的直观感受就是国家拟人化,感觉嘛...特别无聊,但还是点进去看了看。
-
-文章阐述“抗疫人权灾难”全球领先的主题,通过反讽营造强烈的情绪输出,再通过民族主义和国家主义再次强化了激烈对立的情绪。有了对立后,再看开始着重于我方优势的描写,先宣扬我方的理念,再举一个事例来论证我方的优越性,加深读者的对我方的认同感;”‘渔利人道危机’全球领先“与“‘人权驰名双标’全球领先”主题,目的性都是相同的。讲述对方已存在的在我们看来不厚道获取私利的行为,将对方描述成邪恶的一方,强化读者对敌方的厌恶,从而加深读者对我方的正义感,读者油然而起的正义感又恰好是得到多数人支持的极大利器;最后一段是结尾升华的一段,在时代的大背景下,表示对方唱反调,不如友好合作共赢,体现出格局意识。
-
-事后我与朋友也对该篇文章进行了讨论,同时我也发现文章这套说辞,将对方换成我方,事件换成上海来喷的话,一样也能成立,朋友表示宣传报刊媒体打嘴炮也挺常见。于是我就搜寻了相关的“嘴炮”定义,看看网友是怎么说[打嘴炮](https://zhuanlan.zhihu.com/p/20525604)这一行为表现的。我发现[怎样定义“嘴炮”这种说法? - 漠伦的回答 - 知乎](https://www.zhihu.com/question/25907503/answer/31642804)很有意思,简短的概括一下他回答的内核吧:嘴炮更多是靠自己的信念和观念支撑他的观点,缺少严谨充分多样可能性的数据作为强有力的支持。
-
-再来看看[如何评价《火影忍者》里鸣人的嘴遁?](https://www.zhihu.com/question/26089299),这就有意思呵:
-
-> [taodamon的回答-知乎](https://www.zhihu.com/question/26089299/answer/32135479)
-
-> 短笛是怎么洗白的?从不得已和悟空并肩作战开始、到训练悟饭朝夕相对酝酿感情,最后为掩护悟饭而死修成正果,几卷的篇幅讲述了人性回归的完整过程。要是这种剧情架构能力太难为岸本老师的话,那差一点的例子还有藏马,一话就洗白入伙了,读者依然能接受,因为亲子之爱这个大幌子是放之四海而皆准的人之常性,信就行了,没有道理可讲。
-
-也就是“嘴遁”缺乏实施的具体过程让人难以信服,光靠空谈还是无济于事的,实际上。
-
-> [LYyI的回答 - 知乎](https://www.zhihu.com/question/26089299/answer/32420636)
-![ ](https://s1.xoimg.com/i/2022/05/20/nyupcu.jpg)
-
-不过小时候为什么觉得很好看呢?这就再回到及引用[怎样定义“嘴炮”这种说法? - 漠伦的回答 - 知乎](https://www.zhihu.com/question/25907503/answer/31642804)最后一段的说法:所以,对于如何区分,笔者的看法是从论述者整篇言论的结构、论述过程、逻辑完善程度以及可信程度来辨别。这个说实话还是一个比较考人眼力的方法。要求观者本人也得有一定的知识基础以及相关话题的了解,还有逻辑思维。
-
-
diff --git "a/_posts/2022/2022-05-21-\347\234\213\345\210\260\344\273\226\344\273\254\345\233\236\346\203\263\345\210\260\346\210\221\347\232\204\347\224\237\346\264\273\347\273\217\345\216\206.md" "b/_posts/2022/2022-05-21-\347\234\213\345\210\260\344\273\226\344\273\254\345\233\236\346\203\263\345\210\260\346\210\221\347\232\204\347\224\237\346\264\273\347\273\217\345\216\206.md"
deleted file mode 100644
index 7ce47e7677..0000000000
--- "a/_posts/2022/2022-05-21-\347\234\213\345\210\260\344\273\226\344\273\254\345\233\236\346\203\263\345\210\260\346\210\221\347\232\204\347\224\237\346\264\273\347\273\217\345\216\206.md"
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "看到他们回想到我的生活经历"
-date: 2022-05-21 20:29:04 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
----
-
-现实中,我们常见多数人的生活。仅以此为警醒。
-
-## [当一个底层女孩说独立,意味着什么?](https://www.huxiu.com/article/535330.html)
-
-看了这篇文章,我想了想我自己,大专毕业,想想我那会其实如此,挺难找工作的。学历、经验各方面比我好的大有人在。我自己呢,失业一年多,在家待业。没办法最后在家人强行把我带去富士康打工,我才慢慢开始感受到人在社会上不同学历/职业的差距。后来费劲九牛二虎之力终于在一个月找到了3.5k的工作,欣喜若狂;可现在工作两年了,虽有7k工资,但也没存到钱...
-
-> 她来自河北石家庄农村,读书上了大专,挣脱了家乡多数女孩考不上大学,相亲嫁人的命运;梦想和同样农村出身的男友一起奋斗,被背叛后,放弃了爱情与婚姻拯救自我的幻想;不甘心只做月入3000元的文员工作,辞职摆摊创业。即便是受伤又丢车,沮丧的思梦仍旧不愿妥协,随便找个人结婚生子,靠着外卖配送攒钱买车,再度上路。
->> 节选自 [当一个底层女孩说独立,意味着什么?](https://www.huxiu.com/article/535330.html)
-
-仔细看了这篇文章,我们无非就想在世上保持希望艰难生存下去,不求大富大贵,也指望不上,能做的,也只有想方设法去努力挣钱/存钱过上好日子。看了[女骑手:在这个90%是男性的行业里奔命](https://www.huxiu.com/article/426825.html)这篇文章,又一次深化了我这层感知。
-
-## [睡在大街上的人:他们是你没有房子的邻居](https://www.huxiu.com/article/352557.html)
-
-睡在大街上,睡在地下桥洞中,这样的露宿者,在午间,我上班沙河公园的路上,经常能见到他们。对,他们大部分人都有一份普通平常的工作过活,换上一身衣裳,他们就是我们见到的环卫/工地工人/农贸市场搬运工。
-
-通过作者阐述他们的想法言语,我看到了,也了解到了他们的那份自强:虽然我露宿街头,但我有手有脚前靠自己挣!我也特意查了查相关问题的解答 —— [在乘车实名制的今天,高铁站内为什么会有乞丐和假装的聋哑人?](https://zhidao.baidu.com/question/2209064113417863268.html)。
-
-最后我们通过作者来了解下其中一位露宿者经历:
-
-> 我们之所以叫他“145”,是因为他的身高只有一米四五,比较矮。最开始的时候他来北京找工作,找不着,为了压缩生存的成本,就开始露宿街头。后来他找了一份工作,仍然露宿街头。为什么?因为住宿需要花钱。然后就有人问他,你都活成这样了,你为什么不回老家?回了老家之后好歹你自己有个房住。当你把这个问题问出来的时候,你就会看到“145”的另外一面。
-
-> 他还是一个两岁孩子的父亲,跟妻子离异之后,孩子一直是跟着哥哥嫂子一起生活,所以“145”心里很清楚,一旦他回家,哥哥嫂子就要把孩子交给他,他觉得自己没有能力,也不想去抚养自己的孩子。
-
-> 因此我们会说,有很多的露宿者之所以露宿街头,其实是对社会角色的不适应。这里面包含他作为父母的角色,作为子女的角色,还有夫妻的角色,包括一些上下级关系。有很多人露宿街头其实都是没有适应这种社会角色,他宁愿露宿,也不愿意回到原来的那个环境里面,所以“145”其实是有家不想回。
-
-## [38岁“巨婴”,在家啃老不出门,自称已看透人生](https://bbs.hupu.com/53277703.html)
-
-看到这个视频,其实我也想到我读初中的时候,在朋友家也见过一位大概20多岁一直待在家里的人。确实啊,虽然我的经历和他不一样,但待业在家有吃有喝确实,现在想来是很舒服。
-
-经历过社会上自主独立生活的挫折,还有就是社会的容错率,学历/经验/年龄,再一个没看开,没想明白其他路子,也就只能宅家待业舒服过一生了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-22-\346\210\221\344\272\206\350\247\243\345\210\260\347\232\204\351\203\250\345\210\206\351\203\250\351\227\250\345\220\214\344\272\213.md" "b/_posts/2022/2022-05-22-\346\210\221\344\272\206\350\247\243\345\210\260\347\232\204\351\203\250\345\210\206\351\203\250\351\227\250\345\220\214\344\272\213.md"
deleted file mode 100644
index 602ed8772a..0000000000
--- "a/_posts/2022/2022-05-22-\346\210\221\344\272\206\350\247\243\345\210\260\347\232\204\351\203\250\345\210\206\351\203\250\351\227\250\345\220\214\344\272\213.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "我了解到的部分部门同事"
-date: 2022-05-22 16:02:28 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
----
-
-## 与软件部和电源部同事的对话
-
-这事得从一次我吃粉加两个蛋说起。当时我点粉的时候,发现没有配菜了,也没配料了,于是就多点了两个蛋。在一旁的软件开发同事看到此状后便说了句:“好有钱哦,我都不敢点两个蛋”。我当即就说:“你都在深买车买房了,还说我有钱?”,软件同事表示说:“哎,我还有房贷车贷要还呢,小孩又要上学;你是一人吃饱,全家不饿”;电源部的同事上班之余,在看股票走势,见我手捧着杯咖啡就说:“哇,你好有钱啊,居然喝得起咖啡?!”,我当时直说了:“你工资一万五还喝不起咖啡?”,他回了一句:“我有家室啊,有老婆孩子”,说完他便转向了别的话题。
-
-
-
-## FAE女阿姨
-
-FAE的女阿姨,每天开着宝马上班,居然为被辞退的事,痛哭流涕...后来倒是我通过她上级对我说的一些话才想明白了,原来这女阿姨算做海外国际部的售后,有海外业务的提成可拿,提成加稳定的收入,这么一想自然不愿意走。给了N+1的赔偿,加上从她领导口中说她自己其实也是外行,哑巴英语,写英文邮件经常机翻...在公司待了二十多来年,年纪大了,也不好找工作;后来从她和其他同事口中了解到一些信息:老公在华为上班,自己是深圳本地人,有套小区房。这么一想也难怪为什么被开N+1,她还痛哭流涕想求着领导保住这份工作了。
-
-不过FAE女阿姨为人来说是很低调的,从她在工作里中规中矩的做事,平时在跨部门沟通上是很平常的办事,没有什么争吵可言。还有平常在食堂打菜也只是到17-18止,也和我一样感觉食堂按称重算的菜确实太贵了...她对我种牙的花费来说更觉得贵了;当然,这位阿姨也会在上班时间摸鱼,跟她小孩打电话聊天,帮小孩查学校、查资料,找些课外辅导。从这些言行来看,总的评价:她在安心躺平工作之时,很会在平常生活中过家庭的小日子,是个老油条了;但人不坏。
-
-## 为什么有的人有钱都说自己没钱?
-
-我想到以下几个因素:不表示自己有钱,也是自我保护不被惦记的行为;信息与价值观上的不对等,自己舍不得或觉得不必要掏钱的东西,看到别人大笔挥霍在这上面,自然下意识认为有钱了;再一种可能就是真的节俭与钱带来的安全感。哦,还想到一点就是:既然我的同事能对我说出这些话,也说明确实都是老油条了,因此他们这样的行为其实是他们的一种处世原则。
-
diff --git "a/_posts/2022/2022-05-23-\344\270\216\346\234\213\345\217\213\350\201\212\345\210\260\347\246\273\350\201\214\345\220\214\344\272\213\350\200\203\345\205\254\345\244\261\350\264\245\345\233\236\346\267\261\346\211\223\345\267\245\351\202\243\344\272\233\344\272\213\345\204\277.md" "b/_posts/2022/2022-05-23-\344\270\216\346\234\213\345\217\213\350\201\212\345\210\260\347\246\273\350\201\214\345\220\214\344\272\213\350\200\203\345\205\254\345\244\261\350\264\245\345\233\236\346\267\261\346\211\223\345\267\245\351\202\243\344\272\233\344\272\213\345\204\277.md"
deleted file mode 100644
index 279e8f2fe5..0000000000
--- "a/_posts/2022/2022-05-23-\344\270\216\346\234\213\345\217\213\350\201\212\345\210\260\347\246\273\350\201\214\345\220\214\344\272\213\350\200\203\345\205\254\345\244\261\350\264\245\345\233\236\346\267\261\346\211\223\345\267\245\351\202\243\344\272\233\344\272\213\345\204\277.md"
+++ /dev/null
@@ -1,64 +0,0 @@
----
-title: "与朋友聊到离职同事考公失败回深打工那些事儿"
-date: 2022-05-23 13:11:21 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
----
-
-测试部同事准备提前辞职,在家的那两三月中备考乡下工资只有两千块的事业编,结果没考上又回来深圳打工了。这事和我朋友一说得到了不少看问题的经验。
-
-## 事件转述篇
-
-我首先向朋友陈述了这件事,表示没想到以同事本科学历就学习能力而言,考个县乡里的事业编应该还行,但结果却是对我的打脸。并向我朋友感慨到:看来连乡下编制都不是容易的事啊,考公红海。朋友说道:“本科算什么,乡下考公的,研究生都多得是”。在事后我想起早年前朋友对我说的一番话:“企业就算拿出多于他三倍的工资,考上公务员的他都仅是考虑的问题”,看来现在也得到了验证,随即我向朋友表示想通了同事为什么去报考工资极低的乡下事业编。
-
-接下来朋友也提问到:“为什么你也会选择2k的事业编呢?”,我想了一会儿,也短暂思索了下我为什么也做出同事那样考事业编的选择前因后果,也就不到一分钟的时间,我首先承认并表示我了解的也很有限,不知道公务员好在哪的具体方面,朋友开始对此提出疑问:“所以你选择这个只是因为跟风?”,我仅自答到“稳定”后,也反问他一句:“那么,你觉得呢?还有哪些因素?”,于是我开始自我怀疑,拿着手机思索到:“我是不是像乌合之众也在人云亦云?”,与此同时我也向朋友说出了我内心的怀疑。
-
-在朋友例举出诸如:补贴、社会关系、五险一金及配套设施等,且表示仅单凭稳定来说是没法让人趋之若鹜的,进而进行反例式类比提问我:“就像,你现在的公司说让你薪资变成1/3,但只要你不做出什么过于出格的事,永远不会裁你,并且你们公司也永远不会倒闭。你会愿意接受这样的条件吗?”,我表示出不屑的同时,朋友说道:“那不就得了,你看,用真正的稳定来吸引你,压根就吸引不动。”,并继续发问道:“那你为什么会觉得2k的公务员又不错呢?”。
-
-面对这个问题我也思索了小会,想不出什么所以然了,我只好也只能表示说道:“直觉。”,朋友认为我的思考并不充分,从而确定为跟风。同时呢,我对自己的行为也进行了一番看法,也算是对自己跟风行为上的一个说明:我对考公这事实际上并不关心,也不关心公务员待遇如何,就像下菜馆,哪家菜馆人多,那么菜也一定很不错,哪家人多就去哪里呗。
-
-后来回看与朋友的聊天记录时发现两点:
-
-1. 朋友在问出:“那么你为什么会选择工资2k的公务员呢?”,我就想到他可能想到了我的考虑不充分的问题了。
-1. 察觉到我说的“稳定”这伪因素,不构成决定性要因的,他是用的什么方法?
-
-朋友表示他看过很多别人为什么想考公的文章,还有考公务员有哪些好处的文章。不过他说到这里,我已经能大概想出为什么的内核了。最后他进行一番总结:因此能理解到这细究起来是一个复合因素,如果只说单独的因素,就并不完全,很容易构造一个场景进行证伪。
-
-
-## 优化叙事与写作感受篇
-
-在跟朋友说到将我与他聊离职同事考公失败返深求职一事记录成日记时,朋友从我的日记发现我的逻辑上与叙事时间上存在误差,并截图证明给我。
-
-![ ](https://s1.328888.xyz/2022/05/23/dE7qJ.png)
-
-这里引用下朋友的原话:
-> 聊天记录会存在时差问题,你说一个问题,分两段发,我看到第一段时,可能就会觉得这是你的全部问题,然后开始打字;打完后和你第二段同时发,就会存在看上去我仿佛是在回你第二段一样;但事实上是我打字的时候,压根都没看到你说的第二段内容;并且,别把跟风看成是一个纯粹的贬义词,你举的这个例子其实就不错。
-
-一开始没对日记稿子进行复查时我确实没想到我在日记里转述这件事存在逻辑问题,直到写完主题日记篇才发现。这里我再次引用朋友原话吧:
-> 我觉得这前后两段逻辑是割裂的,为啥你回答“稳定”时,我就会觉得是“跟风”呢,这是没有道理的,“稳定”是你自己思考得出来的结论,和“跟风”无关。“跟风”指的是我去吃一家餐厅,我并不知道这家餐厅有什么具体的好的地方,但是很多人去吃,那么我就去吃了;但如果,我是认为这家餐厅的菜单让我看上去很有吃的欲望,从而去吃的这家餐厅,那么从这个理由来说,就不是“跟风”。我这句发送时压根都没看到你说的“稳定”这点,单纯是对你“不知道真实情况”的回应。
-
-于是我朋友帮我整理了下逻辑思路,对我也是有不小启发,用12345对所发生的事件来进行一一概括,再从概括中一一展开叙述。我朋友概括如下:
-
-1. 我问你选择公务员的原因
-2. 你表明不清楚
-3. 我反问那你这只是跟风这么想吗
-4. 你猜测回答了“稳定”
-5. 我举了一个反例来反驳你说的“稳定”
-6. 我再次质问你为什么会选择“公务员”
-7. 你回答“直觉”,“大家都说好”
-8. 我回复你“那就是跟风”
-
-朋友也提醒我1.2.3.4之间,有时并没有因果逻辑关系,仅是为了梳理逻辑用到的方法,一定程度也属于艺术加工。说到艺术加工我也和朋友说到我写日记的一些感受:一、信息丢失,二、文字渲染加工。只要不偏离主题读者还是能够接受的,当然其实我也想尽量来最小化这些问题带来的影响。朋友答复道:“是的,如果想要完整保留原有信息,那么就需要花费更大篇幅来展现表明双方心理活动”。
-
-最后我也向朋友说到:“我在写日记的时候,只是在展现自己的心理活动,对于你是一无所知的,基本上侧重一问一答的描写。但聊天记录时间线又是交织在一起的,就很容易导致又乱又偏离,是这么回事,但又不是这么回事。”,他对此表示理解说:“没办法,这也是现实存在的客观难题,没人能知道对方内心真实想法”。
-
-## 总的来说
-
-此次获得到的经验方法与认识:
-
-跟风方面:承认与肯定自己的跟风行为,这是人性本能。当对自己不熟悉领域进行探索时,借助前人的经验选择这样的行为,其实并没有错;不过必要时,特别是当自己要走进这一领域时,必须调查出更多的资料,结合各类事例,综合分析后再进行判断。
-
-论证方面:单一的因素结论,很容易构建场景验其真伪。其实不少事情细究起来挺多是复合因素所构成,这其中还有各个因素占比权重,来促成必然关系;同时这也告诉我:别被人们想当然说的单方面的因果结论给忽悠了。
-
-叙事方面:当事件阐述不清,细节与过程太长时,可以用123罗列对所发生的事件来进行分解概括,再从概括项中逐个展开叙述;从这一次叙事来看,我再一次加深对日记记录事件客观存在的信息丢失与二次加工问题。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-24-\345\210\206\346\236\220\346\210\221\347\233\256\345\211\215\344\270\216\345\245\271\344\273\254\347\232\204\347\216\260\347\212\266\357\274\214\350\275\254\345\220\221\344\270\216\345\220\214\345\255\246\345\200\276\350\257\211.md" "b/_posts/2022/2022-05-24-\345\210\206\346\236\220\346\210\221\347\233\256\345\211\215\344\270\216\345\245\271\344\273\254\347\232\204\347\216\260\347\212\266\357\274\214\350\275\254\345\220\221\344\270\216\345\220\214\345\255\246\345\200\276\350\257\211.md"
deleted file mode 100644
index 94afcae9c9..0000000000
--- "a/_posts/2022/2022-05-24-\345\210\206\346\236\220\346\210\221\347\233\256\345\211\215\344\270\216\345\245\271\344\273\254\347\232\204\347\216\260\347\212\266\357\274\214\350\275\254\345\220\221\344\270\216\345\220\214\345\255\246\345\200\276\350\257\211.md"
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "从分析我目前与她们的现状,转向与同学倾诉"
-date: 2022-05-24 20:19:40 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-怎么说呢,今天倒也发现我一个不容忽视的问题,对于在我自己觉得印象不好的人,或是不怎么在乎的人,我的做事风格懒散拖拉,在加上对她们的一番解释,她们心中也会认为我油嘴滑舌,除非经常聊天且好感度比较高才觉得我是很“逗”,做事态度还行...
-
-不过没想到的是,这个三十的大姐居然还会调查我...经过短暂思索后也算想明白了:一、经常出入老乡办公室,二、对我的好奇。虽然看起来平常打招呼笑嘻嘻,实则对我心生不满,等到KPI考核属实为笑里藏刀。
-
-
-
-目前我与我喜欢的人的现状
-
-* 目前杨思这边只是熟人同事的关系,对我其实并没有意思...态度略好,热情上几乎没有...
-* 罗凤丹呢,好感度还行,但两人距离上,只从离职后再深一两年多都没太见过面...
-
-在我内心纠结且无奈万般发出哀叹声感慨时,我这次选择了联系同学调侃调侃,没想到他已经是两个孩子的父亲了,这令我大为震撼...于是我开始向他请教一些追妹子的方法,他仔细回想了一会,在电话里说:
-
-> 哼,在深圳你还想找爱情?先攒钱回乡下再说。在深圳,你无车无房,还有没有钱。没有女方愿意跟着你的。你和能交心的朋友都是一起玩到大的,知道对方家底的,又玩了这么多年自然能够交情深。你想想可深圳呢?对方不知道你的底细,你这么去追求女孩子,这么去亲近妹子,你想嘛,那可不是自然防着你?那个妹子,又对你没什么亲近感,那可不凉了不?
-
-> 你首要义务是存钱,建议你拿出1/2的工资,当你存够了钱,经济上去了,自然其他方面,个人形象,还有做事上整个气质就上去了。就比方说:你知道奢侈品买不起,自然不会进哪家店,一旦你有经济实力,那可不想买就买,底气就上去了。我只是举这个例子,至于这个内核要靠你自己领悟了。
-
-> 其实真没必要刻意地追妹子,只要两人都有一定好感/亲近感,再有一定的经济基础,就可以了,自然而然会走到一起。你一直不肯面对现实,自然想不到这些,你要有一定的大局观,懂我意思吧?
-
-我对同学说:“肯定你也经历谈恋爱的不小打击,你感悟才这么深刻。”,他自信明确表示:“那肯定不,这些要经历过才有感悟”,于是继续说道:
-
-> 我本来还过得去的,大学毕业那会,家庭经历一场变故,没钱怎么说呢,我那段时间堕落、有些自卑,自暴自弃。我没有挽留她,让她去广州相亲去了。因为我那时也给不了她什么,我不后悔。因为后悔,不会因你的后悔,时间不会因你的后悔停滞下去,它只能是一段你人生独特的经历,吸取教训的宝贵经验。
-
-> 我老婆对我说我喜欢她哪一点,我说人生青春也就十几年,过去了难道我们等到四五八十才去谈恋爱?你要我给你买上万的包,我现在买不起;但以后我们到了中产阶级,那时一定会买给你,我现在也交了房,我们这不就来一场双向奔赴不?
-
-其实这些话,一开始没想明白,直到他的说明解释,以及他的恋爱经历的感悟,我才默默的想通了这些。
-
-* 经济基础,钱
-* 气质,双方的好感亲近感
-
-有了这两者自然水到渠成。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-26-\346\203\263\350\260\210\346\201\213\347\210\261\345\220\216\347\232\204\346\266\210\350\264\271\350\247\202\345\217\230\345\214\226.md" "b/_posts/2022/2022-05-26-\346\203\263\350\260\210\346\201\213\347\210\261\345\220\216\347\232\204\346\266\210\350\264\271\350\247\202\345\217\230\345\214\226.md"
deleted file mode 100644
index 9979453d57..0000000000
--- "a/_posts/2022/2022-05-26-\346\203\263\350\260\210\346\201\213\347\210\261\345\220\216\347\232\204\346\266\210\350\264\271\350\247\202\345\217\230\345\214\226.md"
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "想谈恋爱后的消费观变化"
-date: 2022-05-26 21:15:10 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-想谈恋爱,于是请教同学、朋友们,听他们讲述他们的恋爱经历后,我发现自己消费方面是如此大手大脚:本就平淡的一日三餐,我还为了享受美味付出原价一两倍价钱吃饭;为了电子产品使用上的体验,大手笔分期购买iPhone/watch/iPad/Mac,导致我目前存款不到一千以上😂。我大专同学现在买车买房了,老婆和两个小孩,还有二十多来万的存款,我真是被甩出十万八千里了...
-
-保住感情很重要的一点是要有经济实力,确实想要存钱也顾不上什么享受体验了,能正常的普通平淡的吃穿,不影响使用刚需功能的同类型产品就行了。也确实,这样才一点点存到钱,没有经济实力只顾享受的话,到最后可真是一无所有舒服地过青春啊;问题想明白后,我真不想过成这样啊,我想要挣扎,抗争一下,毕竟遇到自己所喜欢的人,为什么不呢?
-
-问题来了,既然我那么喜欢她 —— 确实到了考验我是不是真的喜欢她的时候:你究竟能不能为她付出?存下钱谈场恋爱,真的来场双向奔赴?在平常吃饭中,是不是为她能省就省点?冰棒是不是能为她,索性不吃?能不买咖啡喝就不买咖啡喝?省下钱为两人更好的明天!
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-27-\346\210\221\347\216\260\345\234\250\350\260\210\346\201\213\347\210\261\345\255\230\345\234\250\347\232\204\350\207\264\345\221\275\347\274\272\351\231\267.md" "b/_posts/2022/2022-05-27-\346\210\221\347\216\260\345\234\250\350\260\210\346\201\213\347\210\261\345\255\230\345\234\250\347\232\204\350\207\264\345\221\275\347\274\272\351\231\267.md"
deleted file mode 100644
index e1d21136b4..0000000000
--- "a/_posts/2022/2022-05-27-\346\210\221\347\216\260\345\234\250\350\260\210\346\201\213\347\210\261\345\255\230\345\234\250\347\232\204\350\207\264\345\221\275\347\274\272\351\231\267.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "我现在谈恋爱存在的致命缺陷"
-date: 2022-05-27 08:10:18 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-在恋爱进展缓慢时,我求助了朋友、室友、同学还有心理医生,这次恋爱也有了之前从没有过的意识,还有在生活上的一些自我反省。所以谈恋爱其实也算是增长见识的不错方式,还真不是我以前想当然只要找喜欢的对象就好,其实还真不是件易事。唉 —— ,我究竟有多落后于这个时代啊,这是多久以前上世纪五六十年代恋爱价值观念吧?
-
-通过与以前合租的室友对话,室友针对我的告白行动发现了问题,也谈及了他的交友经历。接着室友表示双方最重要的是相互那个暧昧的感觉,也说到:“表白不是冲锋的号角,更像是胜利的宣告”,同时也建议我:不要有太重的思想负担,先做到大方相处,聊天气氛很轻松愉快,再去想下一步。我抱有疑问又自问自答地说:“这样吗?也对哦”,回想到前日同学跟我说:“交钱首付买房,自己也买车,现在时机合适了再求婚”的求婚经历,我也认同室友说的话了,表示道:“我同学求婚表白都是非常明确的情况才会做的。”,室友也对我的自问自答进行了回复:“是啊,你连开玩笑都做不到,就是那种暗示之类的,都不可以的话。表白了,也是给人家机会拒绝你”。
-
-在没对话前,我对自己的表达方式的存在严重问题,还浑然不知的。通过这次与朋友、同学、室友的联系交谈,可算有些眉目了。与朋友、室友的对话,让我了解到四点不足,每一个不足都相当可以说是相当致命:
-
-1. 工资低/没积蓄/月光族
-2. 没情趣,不懂开玩笑
-3. 过于害羞,接触女孩甚少
-4. 气质中庸,甚为不佳
-
-这些难点/问题点,都需要我一一去逐个攻破,但每一个点都不是那么轻易划掉了,不过我还没有放弃。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-29-\346\210\221\347\232\204\346\227\245\345\270\270\346\266\210\350\264\271\345\217\215\347\234\201.md" "b/_posts/2022/2022-05-29-\346\210\221\347\232\204\346\227\245\345\270\270\346\266\210\350\264\271\345\217\215\347\234\201.md"
deleted file mode 100644
index 12c421f24e..0000000000
--- "a/_posts/2022/2022-05-29-\346\210\221\347\232\204\346\227\245\345\270\270\346\266\210\350\264\271\345\217\215\347\234\201.md"
+++ /dev/null
@@ -1,151 +0,0 @@
----
-title: "我的日常消费反省"
-date: 2022-05-29 19:23:27 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/02
----
-
-## 5.29 晚上10点
-
-在上篇[看上去是最近一月消费行为分析](https://hoochanlon.github.io/2022/05-29/01#)日记基础上,结合现在吃的方面消费,加上早前我在富士康上班,大手大脚买三五件五六百名牌衣裤与鞋子的经历,综合起来一起分析与反省。
-
-先引用上篇日记的两段话吧:
-
-> 当跳槽带来的工资翻倍,搬家换租到万科城环境还不错的小区,飘飘然,自以为进入品质生活。于是大手笔置换平替到原有的衣架,加购了三箱收纳箱,并且从以前衣品差的工装换成带领短袖。这次商场与网店的购物总和是2046,其中这六点加起来就有了1617了...达到了总和的79%...
-
-> 再说说我电子产品上的花费吧,MacBook Air/iPad Pro/Apple watch/AirPods2/Apple tag,价格分别是7999/6199/2600/799/159,Mac、iPad、watch三者花费是16828,加上AirPods与tag的钱,总和是17786。
-
-
-
-我做这些其实想起来和思想上的矮子也没几分区别,攀比与盲从,加上早期从学生刚转入社会不久,崇洋媚外思想也挺重,仰慕已久的海外名牌终于靠自己的工资能买得起了,那时候也还没国潮一说,这也算是我的一个开脱的借口罢;而现在早早变了,国内大部分人其实家庭在老家有车有房已经很不错了,方向已经转向比家境比学校比小孩,而富人出国留学,秀私人飞机赛游艇什么的,远是我们不可及的。所以说我当时的盲从崇拜且肆意挥霍的消费,今天看起来很幼稚。
-
-截止目前,在5月份在三餐的消费上花了1639,零食是524,共计:2163。还有两天就算三餐一月1860吧,62一天平均;零食方面其实也将近20一天了。看了下购买app和游戏花销,没谈恋爱一个人宅家可真是花得多呀,即使是我认为没怎么在这上面花费的五月都花了423块...最后,看一下我记账的年报图吧:
-
-![ ](https://i.imgtg.com/2022/05/29/niFoL.png)
-
-确实买虚拟物品太高了...忽然想到暂时性的不购买游戏的几点念想:
-
-1. 虽然三体牛逼,我不还不是没看有什么好遗憾的?
-2. 买这么多可我真玩了的又有几个?大部分都是摆设。
-3. 其实新鲜感过去了,就不想玩了
-4. 还不如把钱用来交友或买水果上
-
-总的来说还是内心空虚,有时太累了,想游戏摸鱼。去年去图书馆、博物馆,还真能短暂填补内心上的无聊与逃避。接下来是痛定思痛的纠正和对问题对策上的实施改进了。真是的,要想打游戏,提前体验下过山车、摩天轮、电影院如何?
-
----
-
-## 5.30 午间
-
-看了[媒介文化与消费主义](http://xuebao.neu.edu.cn/social/CN/article/downloadArticleFile.do?attachType=PDF&id=682),不经感慨这居然是09年的文章的同时,也通过文章了解到消费主义的文化植入,如:双十一/618、1.8财神节、520等等。买家对商品植入背景故事,品牌代言都属于这种。文章最后一段话挺让人值得深思的:
-
-> 落实到媒介文化上, 我们也要客观地承认媒 介文化为当代社会带来的正面和负面影响, 并采 取适当的措施去规范它。无可否认, 媒介文化对消费主义的滋生和蔓延起到了推波助澜的作用, 其商品性特征更是人们对"物的依赖性"的策源 地, 然而媒介文化为当代人们生活带来的方便、快 捷, 其对大众身心的愉悦及其对当代人类社会独 特的审美价值也是我们不能回避的。因此, 我们 应该建构一种积极向上的媒介文化, 用对文化逻 辑的崇拜代替对商业逻辑的膜拜, 打破商业逻辑 对文化逻辑的凌驾之势, 尊重受众的审美与情操, 超越消费主义的钳制, 消解消费主义的神话, 将人 们从对"物的依赖"中解脱出来, 为当代人开展健 康幸福的生活提供富有价值的文化支撑。
-
-感觉上文章最后一段话实际大意:自己起码要有足够的知识建立起联系,对“物的依赖”认知非常的强,才能不被消费主义钳制。然后是下一篇[“消费主义”陷阱:被“精致穷”毁掉的年轻人!](https://baijiahao.baidu.com/s?id=1704058217403987692&wfr=spider&for=pc),文章以消费行为生动说明了消费主义是什么,然后从消费现象以心理学的视角切入去分析原因,如:我们每个人都有对美好生活的向往,对情怀与品质的追求,人与人交往时必要时融入文化圈子之类。再以借贷透支的方式,让我们感受离品质生活,很够去彰显身份象征很近,可望可及,于是消费主义盛行的方案就打通了。
-
-### 对策长述
-
-摘录[“消费主义”陷阱:被“精致穷”毁掉的年轻人!](https://baijiahao.baidu.com/s?id=1704058217403987692&wfr=spider&for=pc)提出建议的几段话吧,因为其实我自己也是被这些话点醒的。
-
-> **认清自己的核心需求**
->> 什么是核心需求,简单来说,就是你进行消费的最初目的。
-
->> 比如说,你要买个吹风机吹头发,核心需求就是吹干头发,而不是用吹风机去保养头发。
-
->> 比如说,你要买双跑鞋用来晨跑,核心需求就是适合跑步,而不是这双鞋有多少文化价值。
-
->> 不要被商家的套路诱导,找到自己的核心需求,然后根据自己的消费能力来进行选择。
-
-我认为认清自己的核心需求尤为核心。还是用吹风机举例,因为商家会对本就一简单的吹风机,有时画蛇添足添加一些本不属于吹风机该做的事情的功能,这样一个辅助甚至鸡肋的功能,在商场渲染营造的场景下,我们又感受到了这功能的一时便利,怦然心动价格昂贵,但为了品质/舒适化,又似乎这一需求又确实用得着,忍忍便买了;但实际买回来后,实际上使用上,体验也没专门针对保养头发的工具做得更好,使用场景上,由于便利性/非刚需性/效果好坏的因素考量,使用次数也寥寥无几;结果到最后,我们只是为商家新增噱头与营销投入上的溢价收割而买单。
-
-下一点就是作者提出的看清自己的消费能力,把自己的工资减去房租再考虑消费确实是很有效的手段。
-
-> **认清自己的消费能力**
->> 如果你月薪3000,就不要想着买奢侈品,满足自己日常需求最重要。
-
->> 如果你月薪一万,就不要想着买豪车,住别墅,因为他们是你的工资水平奋斗一辈子也买不到的。
-
->> 认清自己的工资水平可以承担我们进行什么程度的消费,合理地进行资金配比,是摆脱“消费主义“陷阱的第一步。
-
->> 怎样算是合理的资金配比呢?
-
->> * 必要的消费。如水费电费煤气费房租等
->> * 不必要的消费。如买衣服,外出聚会等
->> * 意外消费。比如小病,比如随份子,比如车辆罚单
->> * 储蓄。留出一部分钱进行储蓄,用来买车买房或者结婚用。
->> * 投资。一小部分钱用来投资,如果没有能力,就选择稳定一些的投资。
-
-引用 [消费主义,是如何毁掉美国的八十年代的?](https://baijiahao.baidu.com/s?id=1680761893049949343&wfr=spider&for=pc)两幅截图
-
-![ ](https://i.imgtg.com/2022/05/30/n1Leb.png)
-
-![ ](https://i.imgtg.com/2022/05/30/n1EEl.jpg)
-
-还有一篇[消费主义的陷阱是什么?(一文讲透,深度干货)](https://baijiahao.baidu.com/s?id=1716740924042735363&wfr=spider&for=pc),也提供了应对消费主义的其他有价值可供参考的思路对策。前两点对比上面几篇文章来说是差不多的:1、价值观异化,2、创造你本不需要的需求。我着重阐述第三点:丧失自我;因为该作者把“丧失自我”剖析得特别明了。
-
-作者从《上瘾》一书归纳三点让用户“上瘾”的模型:触发、行动、奖赏以及投入。再举例出上瘾的例子,引出作者提出的被消费主义控制要点 —— “丧失自我”。这一模型又为何会能够让用户丧失自我,因为快乐,并将快乐进行如下分级(引用原话):
-
-> 有朋友说:这些我都知道,但我就是追求消费的快乐,这不行吗?
-
->> 确实,追求快乐是人的天性,这是刻在基因里的。但我想说的是,快乐也是分层级的。
-
->> **最低级的快乐,是短时间内给你快感和愉悦感**,让你爽,但仅此而已,它是一种被动快乐,你无需动脑,就可以获得快乐,而且它并不负责任,并不在乎你的阈值会不会被拉高,会不会沉溺于短期反馈,会不会难以从这种唾手可得的愉悦感里抽离出来。比如长期刷短视频、看直播、看小说等。
-
->> **高一级的快乐,能够给你提供满足感和获得感**,让你觉得每天都有收获,都有所得,没有虚度。最典型的就是学习和工作,你有一个明确的目标并稳步前行。
-
->> **最高层级的快乐,是给你意义、成就感和自我效能感。** 它会让你找到人生使命和前进方向,让你与这个世界产生更多、更好的联系,为你的生命赋予意义。最典型的,就是利他与创造。
-
-作者的对策,考虑到日记的整体观感(虽然看上去已经很乱就是了),我也引用原话吧:
-
-> 所以,如何抵御消费主义的陷阱?
-
->> 你只需要做一件事:创造。
-
->> 创造的快乐比消费的快乐更高级。
-
->> 因为创造需要你付出努力,你的快乐来源于行动;
-
->> 而消费不需要动脑,你的快乐来源于消费的对象本身。
-
->> 一方面,行动的过程,除了带来短期反馈的愉悦感,你还可以收获做成事情的成就感,这是有余味的,会让你在回忆的时候产生快乐;但消费不会。消费就像加了糖的饮料,喝的时候觉得好喝,喝完就没了,不会有任何余味和感受。
-
->> 另一方面,依赖消费带来的快乐,是不稳定也不长久的,由于消费会不断拉高你的快乐阈值,那些曾经让你觉得有趣的东西慢慢地都会变得无聊,你会需要“加大剂量”,久而久之,你终将会对一切都感到无聊。
-
->> 还是以短视频为例,市场上是绝大多数的短视频都是娱乐消遣性质的,缺乏实质性内容,你观看的过程,就是纯粹的消费过程,除了增添一些当下的笑料和乐趣,过一阵子也忘了自己看过什么。同时,这种观看视频的消费行为,持续时间越久,越无聊。
-
->> **简单来说,就是消费产生多巴胺,而创作却能产生内啡肽。**
-
->> **重要的是,前者先快乐后空虚,后者先痛苦后幸福。**
-
->> **更重要的是,前者的快乐存在边际递减效应,而后者的幸福却可以实现幂函数增长。**
-
->> 所以,创造,才是对抗消费的最佳办法。
-
->> 我们可以看到,现在抖音、小红书、头条、公众号上经常涌现各种爆款内容,这些内容创作者,就是在用创造对抗这个消费主义盛行的世界,以此获得个人成长。越来越多的人开始觉悟到这一点:去创造,少消费,只有这样才能让人生变得更好。
-
->> 而且,有许多素人凭借过硬的内容和产品,纷纷崛起。
-
->> 或许互联网时代的未来趋势,就是:**富人用创造证明自己,穷人用消费彰显自己。**
-
-富人用创造证明自己,穷人用消费彰显自己。这段话嘛,对我克制不必要的消费来说,还是挺管用的。没想到文章还科普了一段:简单来说,就是消费产生多巴胺,而创作却能产生内啡肽;重要的是,前者先快乐后空虚,后者先痛苦后幸福;更重要的是,前者的快乐存在边际递减效应,而后者的幸福却可以实现幂函数增长。
-
-
-
-### 汇总
-
-开始进行阶段性对策的总结,没想到[mba智库-消费主义](https://wiki.mbalib.com/wiki/消费主义)分析得还挺全的,就当加深认识吧。
-
-1. **认清自己核心需求**
-1. **认清自己消费能力**
-1. **快乐也会让我们丧失自我,对快乐分级:**
- * 最低级的快乐,是短时间内给你快感和愉悦感
- * 高一级的快乐,能够给你提供满足感和获得感
- * 最高层级的快乐,是给你意义、成就感和自我效能感
-1. **认识到创作与消费带来愉悦上区别:**
- * 简单来说,就是消费产生多巴胺,而创作却能产生内啡肽
- * 重要的是,前者先快乐后空虚,后者先痛苦后幸福
- * 更重要的是,前者的快乐存在边际递减效应,而后者的幸福却可以实现幂函数增长
-1. **自己的一个节制消费的信条:富人用创造证明自己,穷人用消费彰显自己**
-
-反复阅读理解吧,毕竟我也是借助文章作者们进行的理解创作,更多的是整理归纳我认为还不错的点子想法,希望能为我所用吧;不!是能为我所用!
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-29-\347\234\213\344\270\212\345\216\273\346\230\257\346\234\200\350\277\221\344\270\200\346\234\210\346\266\210\350\264\271\350\241\214\344\270\272\345\210\206\346\236\220.md" "b/_posts/2022/2022-05-29-\347\234\213\344\270\212\345\216\273\346\230\257\346\234\200\350\277\221\344\270\200\346\234\210\346\266\210\350\264\271\350\241\214\344\270\272\345\210\206\346\236\220.md"
deleted file mode 100644
index c7d99814c5..0000000000
--- "a/_posts/2022/2022-05-29-\347\234\213\344\270\212\345\216\273\346\230\257\346\234\200\350\277\221\344\270\200\346\234\210\346\266\210\350\264\271\350\241\214\344\270\272\345\210\206\346\236\220.md"
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: "看上去是最近一月消费行为分析"
-date: 2022-05-29 15:06:15 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-最近消费已经反常过头了,现在新款的冰激凌价格也开始“高端”了起来8、9元起步,连肯德基的冰激淋都开始有性价比了。到无印良品买了个98的小茶壶好心痛...我从去年开始持续记账就想起对比这两年的记账总额;一年的生活成本4万多,月到手六千五/一年七万八,房租一千八/一年两万一千六,交通费一天十五六/一年近五千,这基本上超支了呀。
-
-![ ](https://i.imgtg.com/2022/05/29/nFFpN.png)
-
-这次就来分析这一个月为什么消费过头了,先看商场/网上购物,主要消费点如下:
-
-1. 198的隔音耳罩与耳塞与387的Mac蓝牙键盘
-2. 179的两件带领短袖和136的两件休闲短袖,还有休闲短裤两件178
-3. 六双袜子:158;八条内裤:98。
-4. 五个衣物架:19,三支裤架:27,六支无印衣架:70
-5. 28四只被子夹,7块的食品夹
-6. 分类收纳箱:145/收纳盒:65/大储物柜:100
-
-当跳槽带来的工资翻倍,搬家换租到万科城环境还不错的小区,飘飘然,自以为进入品质生活。于是大手笔置换平替到原有的衣架,加购了三箱收纳箱,并且从以前衣品差的工装换成带领短袖。这次商场与网店的购物总和是2046,其中这六点加起来就有了1617了...达到了总和的79%...
-
-![ ](https://i.imgtg.com/2022/05/29/nF41G.png)
-
-接下来就是我 **一时需但后续基本用不着的物品** 消费部分汇总,如图:
-
-![ ](https://i.imgtg.com/2022/05/29/nFlXK.png)
-
-从左至右,两块移动硬盘与两个充电宝,还有一个隔音耳罩...黑色移动硬盘买的挺早,基本上做时间机器备份用的,用着用着自己也有意或无意遗忘了一星期备份系统的习惯,灰色的固态硬盘呢,基本上就是保存些Mac软件,而我在网盘也有啊;充电宝方面,特别是这小号充电宝,宣传上多么轻便易携,但外出插根线充电,还是相当麻烦,最后还是掏钱买苹果电池壳真香;隔音耳罩,真是的,要想学习直接去图书馆呀。
-
-再说说我电子产品上的花费吧,MacBook Air/iPad Pro/Apple watch/AirPods2/Apple tag,价格分别是7999/6199/2600/799/159,Mac、iPad、watch三者花费是16828,加上AirPods与tag的钱,总和是17786。如图:
-
-![ ](https://i.imgtg.com/2022/05/29/nF6lN.jpg)
-
-![ ](https://i.imgtg.com/2022/05/29/nFXBC.png)
-
-MacBook在钉钉微信与WPS的轻办公方向上,还有视频音乐的综合生态体验上是相当舒服,但在工作上用到专业软件上是不行的;iPad呢,如果没作为Kindle使用,基本上就成啦打游戏看视频的娱乐平板;Apple watch不值得,容易脱胶进水,基本用不着,可以看林捂捂的视频了解下;AirPods挺值的,tag就个玩具一样了,没什么用...;但这花费若能省下部分钱的话,完全可以跳槽到更好的地方,工资高点存更多的钱,不至于现在连一千存款都没有...
-
-当要开始人生像更高一层发展时,还有谈恋爱方面,这时自己的经济基础就显得有多重要了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-05-31-\345\221\250\344\272\214-\360\237\214\247\357\270\217.md" "b/_posts/2022/2022-05-31-\345\221\250\344\272\214-\360\237\214\247\357\270\217.md"
deleted file mode 100644
index 690ea8f37f..0000000000
--- "a/_posts/2022/2022-05-31-\345\221\250\344\272\214-\360\237\214\247\357\270\217.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "2022.5.31 周二 🌧️"
-date: 2022-05-31 14:49:18 +0800
-author: hoochanlon
-category: [2022.]
-tags: [chip]
----
-
-手机百度网站更新后,拦截100等广告拦截插件都不好使了,于是找了平替的网址:www.wangdaxing.com;此外在[同学软件-超详细介绍表情包的使用和制作工具](https://zhuanlan.zhihu.com/p/483217233)体验了表情包制作的网站:www.doutub.com,整体感觉还不错。
-
-我也挺认同iD名为“同学软件”对表情包的观点看法,以下为文章原话引用:
-
-> 表情包是社交媒体上表达自身情绪的一个重要工具,它是打破沉默的工具,也是引起喧嚣的钥匙。举个例子,当朋友欠你钱不还时,你还在纠结怎么表达吗?直接一个表情包扔过去,不仅化解了尴尬,并且立马化被动为主动。
->> ![ ](https://pic4.zhimg.com/v2-385d4fc65339e3e49cbea6ec8b5db2a7_r.jpg)
-
-不一会,注意到微信居然还有这功能 —— 文字匹配表情包/图片。相当的赞。
-
-![](https://i.imgtg.com/2022/05/31/nvtOa.png)
-
-
-
-另外发现一家面包店制作的吐司面包味道松软,不像大街的可颂坊等其他烘焙店里的吐司是那种硬硬的感觉。
-
-![ ](https://i.imgtg.com/2022/05/31/nvyJl.png)
diff --git "a/_posts/2022/2022-06-02-\347\273\206\350\212\202\344\270\212\346\257\224\350\276\203\350\212\261\351\222\261\347\232\204\345\234\260\346\226\271(\344\270\200).md" "b/_posts/2022/2022-06-02-\347\273\206\350\212\202\344\270\212\346\257\224\350\276\203\350\212\261\351\222\261\347\232\204\345\234\260\346\226\271(\344\270\200).md"
deleted file mode 100644
index d3c375aa46..0000000000
--- "a/_posts/2022/2022-06-02-\347\273\206\350\212\202\344\270\212\346\257\224\350\276\203\350\212\261\351\222\261\347\232\204\345\234\260\346\226\271(\344\270\200).md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: "细节上比较花钱的地方(一)"
-date: 2022-06-02 11:17:10 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-早上精力不足,每天靠两三杯咖啡维持着,花钱的瑞幸就算了;中午吃完饭没进行午休,很困。躺在按摩椅上,花钱;晚上七八九点吃饭,饿了吃太多,吃太好的,额外点饮品,加菜,太花钱;上班漫无目的,迷茫,想提桶跃升呢,又不知道从哪着手…于是花钱在APP效率工具上的买买买。
-
-
-
-那么计划与行动上该怎么解决呢?
-
-* 首先早点睡吧,连那个九点半洗衣都会唧唧歪歪的室友都知道,都非常有意识的早点睡,就问,我为什么就不行/不能呢?
-* 午睡方面,中午十一点十五至二十分左右就去吃饭吧,毕竟公司都会一点半就开始上班了。
-
-剩最后一个上班时间漫无目的划水逛网站摸鱼,闲的时候,一直刷刷刷也疲惫了,而且还不知道干嘛,想到解决办法了吗?
-
-想好自己确定的目标吧,钱也要存上。因为现在可是有房租且零存款在身,想跳槽也要有启动资金支持的。还想在分期买苹果上支付掉自己未来的2年?
-
-现在有了一个目标了 —— 看书学习提升个人形象(重要‼️)。
diff --git "a/_posts/2022/2022-06-03-\347\255\211\345\220\214\345\214\227\344\272\254\347\203\244\351\270\255\347\232\204\347\264\253\347\207\225\347\231\276\345\221\263\351\270\241\346\266\210\350\264\271\347\232\204\347\227\233.md" "b/_posts/2022/2022-06-03-\347\255\211\345\220\214\345\214\227\344\272\254\347\203\244\351\270\255\347\232\204\347\264\253\347\207\225\347\231\276\345\221\263\351\270\241\346\266\210\350\264\271\347\232\204\347\227\233.md"
deleted file mode 100644
index 786829e990..0000000000
--- "a/_posts/2022/2022-06-03-\347\255\211\345\220\214\345\214\227\344\272\254\347\203\244\351\270\255\347\232\204\347\264\253\347\207\225\347\231\276\345\221\263\351\270\241\346\266\210\350\264\271\347\232\204\347\227\233.md"
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "等同北京烤鸭的紫燕百味鸡消费的痛"
-date: 2022-06-03 22:22:34 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
----
-
-吃完两盒紫燕鹅+百味鸡足以让我戒掉绝味鸭脖/煌上煌等同类的卤味,我靠,太难吃了,现在一想到这个简直想吐啊...消费76.6元,不值。经过这次教训以后可不能这么消费了。举一反三来说,像奶茶/烘焙店/咖啡店的消费也是如此;这些店子实用的消费就是占座位蹭Wi-Fi上网。
-
-![ ](https://i.imgtg.com/2022/06/03/n0nw6.png)
-
-百鸽笼地铁c口旁的万象汇,上电梯,里面的菠萝包和面包店的吐司挺好吃的。明天买个便当盒放些水果/面包什么的,同时还可以用微波炉加热啥的。哎,长这么大,我才意识到做饭菜是避不开的,这是迟早要学的技能,就像房子车子赋予找对象成家/三口家庭的意义一样。
-
-啊 —— ,当自己开始要认真找对象了,我的消费观念不像以前随性我一人挣钱一人花的那种月光消费,更多的是考虑未来,将来我该怎么办呢?到现在我也理解了小时父母为什么抠门了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-04-\344\270\200\351\200\233\345\225\206\345\234\272\345\260\221\344\270\211\347\231\276.md" "b/_posts/2022/2022-06-04-\344\270\200\351\200\233\345\225\206\345\234\272\345\260\221\344\270\211\347\231\276.md"
deleted file mode 100644
index 36d6d871b0..0000000000
--- "a/_posts/2022/2022-06-04-\344\270\200\351\200\233\345\225\206\345\234\272\345\260\221\344\270\211\347\231\276.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: "一逛商场少三百"
-date: 2022-06-04 21:31:32 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
----
-
-上图!
-
-![ ](https://i.imgtg.com/2022/06/04/nlKID.png)
-
-
-
-面包保质期也就两三天,两大块方形吐司面包确实有些多了...一个20,一个34的,都会切成6片。**配上牛奶,两三片吐司也差不多15-16块钱了。**
-
-零食呢,无印良品的零食标价也很有意思,软饼还是棉花软糖9块,临期6块出售。结果一次性买了三袋不同口味的软饼试试。再加上两瓶临期3块出售330L小瓶饮料。**24块买零食不算多吧?**
-
-为以后带饭到公司吃,也为后续做饭做准备,**便当盒+筷勺一副,60块,也还好吧?**
-
-**刚需的刮胡刀片,一个刀片用两星期不等左右,八片装117,有点伤。不过想起上月甩手就投入118的使命召唤怎么没感觉呢...**
-
-**一碗川味的猪血肥肠粉,川味遍地走都一个味,加个猪血成了招牌特色,29块;奶茶也是一个鸟样,除了港式奶茶,杨枝甘露真好喝呢,15块还行。**
-
-这种逛商圈打磨时间奔着体验去的消费真的贵啊啊啊啊,还好有记账,不然都不知道自己是怎么花的钱。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-05-\350\256\260\345\275\225\347\224\267\345\245\263\346\234\211\345\210\253\347\232\204\345\226\234\346\254\242\347\234\213\346\263\225\344\270\216\346\213\251\345\201\266\351\251\254\345\244\252\346\225\210\345\272\224.md" "b/_posts/2022/2022-06-05-\350\256\260\345\275\225\347\224\267\345\245\263\346\234\211\345\210\253\347\232\204\345\226\234\346\254\242\347\234\213\346\263\225\344\270\216\346\213\251\345\201\266\351\251\254\345\244\252\346\225\210\345\272\224.md"
deleted file mode 100644
index 89477d6eb6..0000000000
--- "a/_posts/2022/2022-06-05-\350\256\260\345\275\225\347\224\267\345\245\263\346\234\211\345\210\253\347\232\204\345\226\234\346\254\242\347\234\213\346\263\225\344\270\216\346\213\251\345\201\266\351\251\254\345\244\252\346\225\210\345\272\224.md"
+++ /dev/null
@@ -1,47 +0,0 @@
----
-title: "记录男女有别的喜欢看法与择偶马太效应"
-date: 2022-06-05 15:31:23 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
----
-
-## 男女对喜欢的看法上果然不一样
-
-今早女同事问我:“一个男生真的喜欢一个女生是什么样子啊?”,我思索了好一会儿,回答说:“在常理范围内,能为她做力所能及的事吧。去了解她的工作/生活状况,对她关心/尽可能理解她吧”。
-
-话完我便反问女同事,看看她的观点及理解。同事首先表示之前自己与男朋友吵了一架,然后回复说:“希望一直和他在一起,他和别的女生在一起会吃醋,和他在一起会觉得很舒服,会想接近他”。
-
-
-
-女同事不一会儿问道:“对喜欢的女生,你们男生还会是直男吗?”,我表示说:“看个人,对于没有恋爱经验的,一般来说是的。”,女同事也给出了自己看法,说到:“有心的人不会是直男,没有心就会以直男为借口。”,我带着不解的问:“你对没有心是怎么定义的?”,女同事表示:凭感觉就可以知道和对方相处有没有用心,随后她用和男友吵架的事例说明:
-
-> 昨天和他吵架,我就是想他哄哄我,我就说说我要是动了心结束这段感情了;结果他说什么,异地恋本来就是很难,如果你动了心,那不怪你。
-
-女同事表示听到男友这话火冒三丈,直接不想和男友沟通了。于是我开始问及吵架原因,她回复:“就是他太冷淡了;很典型的一点,他从来不直接回复我的问题。”,于是举例说明:
-
-> 但是我早上9点给他发个信息,他可以晚上9点回复我信息。我就不相信了他晚上9点之前没有时间回复我一个字!现在都什么时代了,他都是秒回他朋友信息的。我也不想问了,我问他什么事,他都不说,他从来不和我分享他去做了什么。情侣之间不就是要有分享欲吗?如果都没有分享欲了,那就没有必要在一起了。
-
-## 择偶的马太效应
-
-我表示帮不上什么忙,建议让女同事看看心理医生,也说明了看心理医生的理由:心理医生感情方面的学识丰富,梳理时间线,分析下一步的两种选择,每个选择后又会产生什么影响,自己理清思绪权衡利弊做出对自己无悔的选择。
-
-女同事沮丧地说:“我已经想放弃了,他现在给我发信息我也不回复了;反正也是异地,他家条件也就是那么一般,那里找不到男朋友。家里农村的,在城里也没有房子,今年才研究生毕业。”,我回复:“家庭条件还将就吧,没买房从另一个角度也说明存了不少钱;何况读了研,已经秒杀大部分人了,薪酬高又舒服;在富士康工厂/大街公交火车站上,自己还听闻过更差的”。
-
-于是女同事歇斯底里说:
-
-> 那能存多少钱了,以后还不是要一起还房贷啊。硕士真的能赚到钱吗?不见得吧?
-
-> 现在这点钱能干啥?你想想结个婚,至少要有一套房子,彩礼什么的。
-
-> 他们属于潜力股,但是能不能把潜力发挥出来了,发挥不出来,一辈子也就是那样了。
-
-> 我可以将就家庭条件,但是我至少要获得其他的东西吧。比如感情,如果什么都没有,图什么!
-
-> 我爸妈把我生下来,培养到大学生,他们希望肯定不是将来让我过苦日子啊!
-
-> 如果他一直没有挽留,那就算了。那里找不到结婚的人了,这个世界上人多的是,及时止损吧,青春有限啊。
-
-这事与我室友探讨了下,室友简单回答说:“现在的女的,很现实。找对象确实不怎么看重学历了,看重房子是真的。房子是实实在在的东西,那是你购买实力/安全感保障的象征”,缓了小会他接着说:“十几二十万,这点钱...她应该家庭条件挺殷实的,不同的家庭环境每个人的思考角度不同。所以啊,家庭经济实力太悬殊了,也不好,起码你要有能够对等的资本”。
-
-再看了下经常旅游前公司妹子发的朋友圈,一问阿勒泰旅游价格,一万块,我靠!若有所思,若有所思。看来之前可太沉溺虚拟的游戏世界了,没跳出看一看,打开真实世界的大门。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-06-\344\270\200\345\260\201\350\257\242\351\227\256\346\234\211\345\205\263\346\230\257\345\220\246\345\205\245\345\272\223\347\232\204\351\202\256\344\273\266.md" "b/_posts/2022/2022-06-06-\344\270\200\345\260\201\350\257\242\351\227\256\346\234\211\345\205\263\346\230\257\345\220\246\345\205\245\345\272\223\347\232\204\351\202\256\344\273\266.md"
deleted file mode 100644
index e70a95c2c8..0000000000
--- "a/_posts/2022/2022-06-06-\344\270\200\345\260\201\350\257\242\351\227\256\346\234\211\345\205\263\346\230\257\345\220\246\345\205\245\345\272\223\347\232\204\351\202\256\344\273\266.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "一封询问有关是否入库的邮件"
-date: 2022-06-06 16:56:42 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-同事邮件询问我是否入库上周的物料,我很是奇怪,正常来说每天都准时录入的;结果一查还真没录,一想很是气愤,毕竟收料这一事一开始就不在我职责范围内的事,只是公司节省人力成本及采购专注分工上,外包给我的杂活,现在让我负主要责任...确实挺恼火。
-
-仔细查原因,发现一些端倪:往常收料的邮件都在下午或早上刚上班不久发出,而这次邮件是在午间,而且当日又有一次收料。不过我记忆中依然是做过一次收料的,应该是U9系统的bug,不可以双开浏览器把多个收料开多个窗口同时一起做。这也是要注意的。
-
-
-
-今天这事也算可挽回的,26日算下月结算,就入库成今天了。
diff --git "a/_posts/2022/2022-06-07-\345\260\261\347\237\245\344\271\216\345\246\202\344\275\225\347\234\213\345\276\205\342\200\234\351\205\267\346\212\240\346\227\217\342\200\235\344\270\200\351\227\256\351\242\230\347\232\204\346\204\237\346\203\263.md" "b/_posts/2022/2022-06-07-\345\260\261\347\237\245\344\271\216\345\246\202\344\275\225\347\234\213\345\276\205\342\200\234\351\205\267\346\212\240\346\227\217\342\200\235\344\270\200\351\227\256\351\242\230\347\232\204\346\204\237\346\203\263.md"
deleted file mode 100644
index 418bedaa44..0000000000
--- "a/_posts/2022/2022-06-07-\345\260\261\347\237\245\344\271\216\345\246\202\344\275\225\347\234\213\345\276\205\342\200\234\351\205\267\346\212\240\346\227\217\342\200\235\344\270\200\351\227\256\351\242\230\347\232\204\346\204\237\346\203\263.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "就知乎如何看待“酷抠族”一问题的感想"
-date: 2022-06-07 16:13:32 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
----
-
-链接:[从过度消费、超前消费到不冲动消费、不花冤枉钱,如何看待继「月光族」之后年轻人群体中又出现「酷抠族」?- 知乎](https://www.zhihu.com/question/536263566)
-
-
-
-记得读初中的政治书上说过“上班族”、“月光族”这一概念的。可当时感触不深,也就只有看了这两个名词的印象,而现在我已经书中所说的在这群体的那个人了。我对如下知乎用户的回答挺感兴趣的:
-
-> 摘录自 [下岭的回答](https://www.zhihu.com/question/536263566/answer/2516514030)
->> 从改革开放到后疫情时代,“过度消费”和”不冲动消费”的群体都不少,某类群体和个人的消费观也是动态发展的,这是十分复杂的系列概念,具体比例其实也没有得到过统一的科学的测算(可能上层有统计,但未公开)。.“月光族”的概念曾经很火,现在依然也有不少人以此自嘲。以往主流论文对超前消费的批判主要聚焦于大学生这一具体群体,或“年轻人”这一抽象话语,所占社会总人群比例无疑不大。
-
->> 生活成本低(宿舍1200住一年)+ 收入易获取(父母白给)= 对很多人而言,大学阶段可以说是消费顾虑最低的一段时间。
-
->> 当走进社会开始打工,房租水电就逐渐让消费者不得不谨慎,吃喝玩乐成本也不低,所以大部分初入职场的“年轻人”可能会发现,工资随便花花就不小心“月光”了。
-
->> 绝大多数“打工人”也自此开始对“消费”抱有谨慎态度。
-
-确实啊,只有经历过痛才知道为何而有意识地节制消费了;这个回答也有一定的切入要点,我就摘录部分原文了
-
-> [吳长安的回答](https://www.zhihu.com/question/536263566/answer/2517803510)
->> 其一,是被超前消费相关广告传递的理念忽悠瘸了,觉得这是一种新型、时尚的生活方式;其二,则是年轻人对自己的未来职业发展和赚钱能力充满了信心,再加上那时经济大环境没有疫情冲击一路向好,没有后顾之忧,或者根本不认为会有后顾之忧。
-
diff --git "a/_posts/2022/2022-06-08-\344\270\215\346\255\242\344\270\200\346\254\241\346\204\237\350\247\211\345\246\202\344\273\212\347\232\204\346\226\260\351\227\273\345\201\217\347\246\273\344\272\206\344\270\211\350\246\201\347\264\240.md" "b/_posts/2022/2022-06-08-\344\270\215\346\255\242\344\270\200\346\254\241\346\204\237\350\247\211\345\246\202\344\273\212\347\232\204\346\226\260\351\227\273\345\201\217\347\246\273\344\272\206\344\270\211\350\246\201\347\264\240.md"
deleted file mode 100644
index bc9990cb95..0000000000
--- "a/_posts/2022/2022-06-08-\344\270\215\346\255\242\344\270\200\346\254\241\346\204\237\350\247\211\345\246\202\344\273\212\347\232\204\346\226\260\351\227\273\345\201\217\347\246\273\344\272\206\344\270\211\350\246\201\347\264\240.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "不止一次感觉如今的新闻偏离了三要素"
-date: 2022-06-08 11:11:43 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-新闻三要素:及时性、真实性、准确性。可事实呢,现实呢,几乎都有很多的cilckbait。所以,我想的是:只要能引起大众共鸣的话题就能成为新闻,比如一个月前的“00后四年没换手机”成为新闻/热搜。
-
-
-
-感觉再看这些新闻热搜意义已经不大了,无非也就是划水摸鱼,让自己脑袋空空如也,放松放松。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-08-\345\210\206\344\272\253iOS\345\271\263\345\217\260\344\270\212\347\234\213\344\271\246\347\234\213\346\274\253\347\224\273\344\270\216\347\205\247\347\211\207\347\256\241\347\220\206\350\275\257\344\273\266v6.8.md" "b/_posts/2022/2022-06-08-\345\210\206\344\272\253iOS\345\271\263\345\217\260\344\270\212\347\234\213\344\271\246\347\234\213\346\274\253\347\224\273\344\270\216\347\205\247\347\211\207\347\256\241\347\220\206\350\275\257\344\273\266v6.8.md"
deleted file mode 100644
index 1052f24bb0..0000000000
--- "a/_posts/2022/2022-06-08-\345\210\206\344\272\253iOS\345\271\263\345\217\260\344\270\212\347\234\213\344\271\246\347\234\213\346\274\253\347\224\273\344\270\216\347\205\247\347\211\207\347\256\241\347\220\206\350\275\257\344\273\266v6.8.md"
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: "分享iOS平台上一些好用的软件 v6.8"
-date: 2022-06-08 10:11:08 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-看书看漫画:石头阅读;有开屏广告,但可以免费看小说和漫画,特别是看漫画。
-
-照片管理:hashphotos;可以删除照片app的相册,可以独立创建本地相册分类,统一管理。
-
-手写数学计算:calculator | iPad计算器:计算器-标准计算器;无广告。
-
-
-
-长截图:ppics | 工具箱:cerulean | 翻译:deepl
-
-记账:Next;iOS/Mac iCloud同步,买断。|专注:thiro;兼容iPad
-
diff --git "a/_posts/2022/2022-06-09-\347\234\213\344\274\274\350\201\252\346\230\216\344\275\206\345\276\210\345\202\273\347\232\204\350\241\214\344\270\272.md" "b/_posts/2022/2022-06-09-\347\234\213\344\274\274\350\201\252\346\230\216\344\275\206\345\276\210\345\202\273\347\232\204\350\241\214\344\270\272.md"
deleted file mode 100644
index 95329be70d..0000000000
--- "a/_posts/2022/2022-06-09-\347\234\213\344\274\274\350\201\252\346\230\216\344\275\206\345\276\210\345\202\273\347\232\204\350\241\214\344\270\272.md"
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "看似聪明但很傻的行为"
-date: 2022-06-09 14:47:13 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-其实关于“看似聪明,但很傻的行为”倒是从知乎上看到的,以下只提取几个要点,差不多是我曾经犯过的傻事的教训吧。[这高赞的回答](https://www.zhihu.com/question/60864080/answer/1700418247)毕竟夹杂着大量过激的情绪输出不少一言堂二元论的判断。
-
-
-
-以下这部分倒也在理,毕竟我曾占过类似这样的小便宜,确实会给对方感受挺不爽的。是个值得注意的点。
-
-> 从来不让自己吃亏,总是要用自己的小聪明小套路争取小利益
->> 我大学舍友,就占便宜占到了极致,说跟我们一起喝奶茶,每次只付第二杯半价的那个半价,真的惊呆我这个社会主义建设者了。她以为她省了几块钱很值,但换来的却是,我们对她的疏远。所以,你要是只盯着生活里的小便宜,你就会失去人生的大福利——真正的朋友、难得的机遇,这些都是眼皮子浅的人,拥有不了的。
-
-这一段怎么说呢,很早以前了吧,我读小学的时候帮同学无偿代写作业,无偿去跑腿啥的,结果真成了欺凌的对象。
-
-> 被人占了便宜还假装没事的人是最蠢的
->> 你以为忍着不说还乐呵呵的赔笑脸,别人就会以为你是好脾气、宽容大度,能在别人心理留下好印象,其实在别人眼里只会以为你是一个好欺负的老实人。以后只要他们想占便宜就会想到你,反正你没脾气也不会反抗,久而久之,他们还会把麻烦事全部都交给你。你并没有因为好脾气就会的尊重,反而让他们更加得寸进尺。
-
-看阶段;比如学生时期,本身来说就是大家实际上都没什么交集,只是应同一个目的入学而在一个学校的。当然每个人的家庭背景都不一样,行为思考上也存在很大不同,广泛交际也没什么错,只是确实不能盲目于广泛交际而忽略自我提升。近朱者赤,近墨者黑,一个道理,差不多。
-
-> 广泛交际,把“多个朋友多条路”挂在嘴边
->> 这一点在年轻人身上非常的明显。因为现在的文化过度夸大了人际交往的作用,让他们对“人脉”所带来的能量有一种盲目的崇拜,在他们的心里就是认为多认识些人一定没有坏处,可能那天这个人就能帮到自己。其实人脉都是等价交换的,你自己有什么样的价值你就能结交大什么样的人。所以,不进行自我提升,就盲目的进行交际,这样交来的朋友也都是和你一个水平的,别说对你有什么帮助,不拖累你已经是万幸。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-10-\345\257\271\342\200\234\345\245\266\350\214\266\347\273\277\350\214\266\342\200\235\347\232\204\350\241\214\344\270\272\345\210\206\346\236\220.md" "b/_posts/2022/2022-06-10-\345\257\271\342\200\234\345\245\266\350\214\266\347\273\277\350\214\266\342\200\235\347\232\204\350\241\214\344\270\272\345\210\206\346\236\220.md"
deleted file mode 100644
index 758668b26c..0000000000
--- "a/_posts/2022/2022-06-10-\345\257\271\342\200\234\345\245\266\350\214\266\347\273\277\350\214\266\342\200\235\347\232\204\350\241\214\344\270\272\345\210\206\346\236\220.md"
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: "对“奶茶绿茶”的行为分析"
-date: 2022-06-10 09:23:51 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-见过几次各个部门同事及大佬请前台喝过奶茶,还有产品部同事发了部门团建的朋友圈,出现了唯一一个人资部同事前台,前台本人也并没发朋友圈,这就很奇怪了。
-
-
-
-## 奶茶绿茶
-
-今天我和同事谈论前台搭乘产品部小主管小车一事,同事说:“他们两个都在一起了啊”。我颇为吃惊连忙回道:“印象中,我从产品发的朋友圈,他不是连小孩都有了吗?.…”。同事表示说:“想什么呢,他俩单身,他们都在一起了,这不很明显吗?”。
-
-仔细想来也是,前日见到他们俩在前台扭捏欢笑。的确,我神经大条了点,这才反应过来原来产品部小主管与前台他们俩是在调情。那从之前产品部团建为什么会多出个人资前台就能解释的通了。
-
-不由得感慨:爱情的赛道变了啊,从学生时代那会讲情用爱发电,到现在成人社会世界,有车有房才是双向奔赴的证明。
-
-这件事同事的看法是我没推测到的另一种可能。接下来就是我昨天的推测:
-
-> 各个部门左右逢源,而且还能和产品搞在一块儿,厉害啊。各部门的大佬工作/生活这么多年,有的也成家了啥的,不可能不懂她吧?
-
-> 我自问自答:各取所需,前台也懂她自己的定位。只是早已成生活方式了,所以为人表现也相当自然了。心机女孩/奶茶/绿茶,真的很贴切。
-
-前台对人采取的态度都似乎从不同人性格特点出发的,那会我去问其他产品同事有没有得到过她的零食,没怎么得到理想答案。而且和部门大佬关系不错,总不是给一包零食就能搞定的吧?说实话挺尬的。果然心机挺深的。
-
-## LGBT话题上,我对她的道歉
-
-在前台的朋友圈的LGBT话题,我有意对她冷嘲热讽。没想到前台还会在工作上对我使绊子…我嫌麻烦,还有都是同事的想法,给她道个歉就完了。
-
-我朋友对我有明显目的性的道歉进行了优化:
-
-> 解析你之前那么做的原因,再表明你深刻认识到了自己的错误,接着再表示你确实赞同她的立场,最后再用行动表达你的歉意。
-
-于是我按照朋友的优化流程对前台道歉了,同时递给她棉花糖。于是前台说:“你的道歉和我无关,我的看法也和你无关;况且,你应该道歉的是他们(LGBT),你呀,老一辈的思想是这样。都九零后了,我们不该还停留在父辈们的哪些思想,看开点;好了,这件事我知道了”。话完,前台又把棉花糖推给了我,并表示回谢。
-
-这处理也太牛逼了吧…人能够精到这种份上。
-
-## 简短总结
-
-虽然分析与应付这奶茶前台,耗费了我不少时间精力琢磨。从看到的现象典型,再到行为上,去琢磨分析一下前台个人,基本上有一个对她大概的整体认知也就不可怕了,也没必要敬而远之了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-11-\345\260\261\342\200\230\345\244\247\345\256\266\350\272\253\350\276\271\346\236\201\345\272\246\350\201\252\346\230\216\347\232\204\344\272\272\346\230\257\344\273\200\344\271\210\346\240\267\345\255\220\357\274\237\342\200\231\344\270\200\344\272\233\346\210\221\347\232\204\347\273\274\345\220\210\345\210\206\346\236\220.md" "b/_posts/2022/2022-06-11-\345\260\261\342\200\230\345\244\247\345\256\266\350\272\253\350\276\271\346\236\201\345\272\246\350\201\252\346\230\216\347\232\204\344\272\272\346\230\257\344\273\200\344\271\210\346\240\267\345\255\220\357\274\237\342\200\231\344\270\200\344\272\233\346\210\221\347\232\204\347\273\274\345\220\210\345\210\206\346\236\220.md"
deleted file mode 100644
index 30af47ef28..0000000000
--- "a/_posts/2022/2022-06-11-\345\260\261\342\200\230\345\244\247\345\256\266\350\272\253\350\276\271\346\236\201\345\272\246\350\201\252\346\230\216\347\232\204\344\272\272\346\230\257\344\273\200\344\271\210\346\240\267\345\255\220\357\274\237\342\200\231\344\270\200\344\272\233\346\210\221\347\232\204\347\273\274\345\220\210\345\210\206\346\236\220.md"
+++ /dev/null
@@ -1,73 +0,0 @@
----
-title: "就“大家身边极度聪明的人是什么样子?”一些我的综合分析"
-date: 2022-06-11 13:07:31 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-由于最近在人际交际关系与想谈恋爱上,我感受到自己的脑子要玩不转了,顺便在知乎上搜索到这[大家身边极度聪明的人是什么样子?](https://www.zhihu.com/question/26073846)一问题,引起了我极大兴趣想要了解是怎么回事。
-
-我在这个问题下选出三个可供参考链接:
-
-* [胡大曰的回答 - 知乎](https://www.zhihu.com/question/26073846/answer/1636510887)
-* [Rogers的回答 - 知乎](https://www.zhihu.com/question/26073846/answer/1670398686)
-* [百家学问 - “聪明人”的8大特征,就算占3个,那就恭喜了,你也很聪明](https://mp.weixin.qq.com/s/QBtMmE3pguo-QOFmV-kj-A)
-
-其实题目呢,倒算不上综合分析,我想说其实我的经历与他们的回答大部分要点产生共鸣吧。
-
-
-
-## 第一个回答感想
-
-就去年时候,我朋友劝我别买苹果设备。原因是在资金不充裕的情况下,购买动辄一两万的电子设备,分期付款带来的是透支未来,负债会拖累你工作一两后的跳槽想法。我目前的状况就是几乎没存几个钱,想跳槽还没足够的启动资金支持...非常尴尬。
-
->> 聪明指的是能够洞悉事物的底层逻辑,并且进行发散和推广的能力。聪明人有两点特征,第一点是看事情不重表面,而重原因和逻辑。第二点是考虑问题不重眼前,而重长远和未来。体现在学习和工作上就是,遇到一个新的问题,聪明人关注的是这个问题涉及的知识点和解题思路是什么,把知识点和解题思路搞清楚了,还能自己加以推广,以后再遇到类似的题还可以举一反三。
-
-回想起18年的时候,我在富士康一直做着无所事事的工作,非常安逸。之后转入流水线后,就想马上跑路。我如今的处境何尝不是18-19年那会翻版?
-
-
-> 人有一个非常重要的需求就是想法和行为之间的一致。
->> 如果你觉得自己的生活还过得去,就应该庆幸自己不够聪明。如果你认为自己不够聪明,满足于小确幸的生活,那和聪明人打交道就一定要谨慎。因为聪明人看问题过于抽象,逻辑链也推的很远。越聪明的人就越看重未来的希望,越看轻当下。所以越聪明的人越倾向于拿现在的一切去赌未来。原因在于,小确幸的现实生活需要人笨才能享受,而让自己变笨对聪明人来说是难以接受的。所以只要有机会,他们就会尽全力去改变环境,让自己能在自己理想化的环境里生活,否则意味着一生痛苦。聪明人把这一点看的很清楚,所以哪怕只有很小的机会,他们也会选择豪赌去博改变。如果你被聪明人忽悠着和他一起赌,赌输了一起完蛋,即使赌赢了,你得到的也未必会是你想要的。
-
-## 第二个回答感想
-
-我倒不是观察能力强,而是桌面这工作是跨部门的工作,也开始了解一些人的想法了,特别是小公司;大公司做外包,因为过于专业流程程序化,反而有些难了解人情世故。
-
-> 善于观察的人,意味着一件事,他获取信息带宽的能力很强,这样的人,天生就擅长获取信息。能够观察,能找到有效信息的人,他的信息一定是多元的,多元带来正确,或者至少接近正确。
-
-我上职校的老师,恰好是这个反例,但人不坏。
-
-> 因为他一直在把很深的东西讲得让你以为是自己明白的。这种平实而精准的表达能力,不是辩论,但是能让人从心底接受。这样的人,要么是在他的专业领域很强大,要么就是非常聪明,能够精准地抓住本质
-
-想起我专科毕业,盲目跟风学编程,失业一年半之久,找不到工作。
-
-> 他们可以长期地专注做一些长期的事,知道自己长期投入的结果是什么,即使有一些意外,他也清楚知道自己回报的下限在哪里,所以他们不会轻易改变方向和赛道,长期地专注自己的事业,更不会轻易地陷入情绪化。
-
-确实啊
-
-> 聪明,其实是一种习惯,是一种长期训练的结果,更多是后天形成而不是先天的天赋。
-
-## 最后一篇文章感想
-
-原来我朋友早就提过,我现在才悟出来。
-
-> 一:聪明人具有极强的通往现象背后的本质的好奇心。
->> 聪明人最基本的一个潜质,比如我提出的问题,为什么很多人感觉风水很准呢?有的人就会直接说,这是因为中华民族几千年的沉淀,有人说压根就不准。
->> 但是也会有的人在愣了一下,就会开始激发起他对这个问题的本质的好奇心,比如说从统计学的角度怎么解释,从幸存者偏差的角度看是怎么样的等等。即便他们对这东西并不感兴趣,但是也会被这样的一个疑问激发出好奇心,然后用行动去满足自己好奇心的欲望。
-
-这很像我公司大家都相对讨厌的销售副总。消耗时间上来说,更像我一个一直约不出来的女生。
-
-> 七:“情商低”的表现。
->> 聪明人会从心里认可你,但是他们还是很难会和你进行低质量的社交。比如漫无目的的三天两头都出去喝酒吹牛,回复你的每一句话,跟进你朋友圈的每一个心情等等。
->> 他们有自己想做的事,想接近的目标,想看的书,想体验游戏,想去的地方。这些都会消耗宝贵的时间。
->> 所以如果这种社交不是把时间花在了刀刃上的话,他们更喜欢独处;并且很多时候他们并不在乎你是怎么评价他的。
->> 那为什么说这只是个表现,你去看看他们在和优质合作伙伴跟投资人接触的时候,那游刃有余的情商发挥吧,他们连情商都用在刀刃上。
-
-## 写到最后
-
-我之所以感觉到身边人极度聪明的原因:
-
-* 我实际上看到他们的表现处理事情上如鱼得水,也算是发现了他们展示出最明显的优点了。
-* 解读事件方面,其实大家智商水平其实都差不多,只是的每个人经历视角不同,所以就有一些非常独特的观点
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-12-\344\270\215\345\233\236\345\244\215\357\274\214\344\270\215\346\211\223\346\211\260.md" "b/_posts/2022/2022-06-12-\344\270\215\345\233\236\345\244\215\357\274\214\344\270\215\346\211\223\346\211\260.md"
deleted file mode 100644
index 50fc84ffbb..0000000000
--- "a/_posts/2022/2022-06-12-\344\270\215\345\233\236\345\244\215\357\274\214\344\270\215\346\211\223\346\211\260.md"
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "不回复|不打扰"
-date: 2022-06-12 12:11:42 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-看了[女人有这三个表现,说明对你不感兴趣,别再浪费时间了](https://baijiahao.baidu.com/s?id=1727732965414621046&wfr=spider&for=pc)、[别再打扰一个不回复你消息的人,没意义](https://baijiahao.baidu.com/s?id=1718285797065632196&wfr=spider&for=pc),恍然大悟,可算知道是怎么回事了;另外,除去同姓,基本上可以说毫无瓜葛。亲戚也只是个头衔,也别指望帮忙了,在家吃饭也只是赏脸的行为,其实就是一个简单人脉。
-
-
-
-作个引用吧 [女人有这三个表现,说明对你不感兴趣,别再浪费时间了](https://baijiahao.baidu.com/s?id=1727732965414621046&wfr=spider&for=pc)
-
-> 你会在什么情况下不回复别人的消息呢?答案无非就几种。
->> * 一种实在是太忙,唯一能抽出来的时间要留给更重要的人,因此只能暂时舍弃对方,等到空闲时再弥补。
->> * 另一种是懒得回复,毕竟成年人每天都在奔波劳碌,而有些人的问题是那样无趣,不想将时间浪费于此。
->> * 当然还有一种情况,是你对这个人生出了抵触的情绪,或是看不起他,或是不重视他,或是已经彻底厌恶他。
->> * 总之不论如何,你看到他发来消息的第一反应是假装没看见,然后轻轻掠过,还可能试图删除他的联系方式,只是碍于情面没有如此做罢了。
-
-> 不论哪一种原因,都说明这个人对你并不重要,甚至已经到达可有可无的程度,因此你抽不出回消息的时间,也没有应付的精力。如果他真的在你心里占据了极高的位置,也许这样的情况根本不会发生。
-> 当你明白了自己的心思时,也许就看明白了别人对你的态度。倘若现实生活里有一个人,总是不回复你的消息,除非迫不得已才会来找你,那么你就该明白他真的不在乎你。
-
-从开始的聊天到后来的私人话题,再慢慢走进彼此的心,这才是感情发展的最佳状态。相反,要是一个人刻意和你保持距离,不给你任何机会的话,只能说明她不会对你有想法。爱情需要双向奔赴,任何感情都是如此,只有两个人一起努力朝着相同的方向走近,你们才会有后面的故事。
-
-
-
-我算是懂了,这毕竟是别人的深刻感悟,我要想吸收的话,可不能这样生搬硬套。其实还是得回到老生常谈的换位思考逻辑:
-
-在交往之初,考虑到拒绝的可能性:
-
-* 我会再什么情况下不回复消息?以及避开谈及自己的私人话题?
-* 如果我是那女孩,我该怎么,或者说用什么方式来拒绝别人?
diff --git "a/_posts/2022/2022-06-14-\345\260\206\347\203\255\347\202\271\344\272\213\344\273\266\344\273\216\347\237\245\344\271\216\346\215\242\346\210\220\347\237\245\347\275\221\344\274\232\346\200\216\344\271\210\346\240\267\357\274\237.md" "b/_posts/2022/2022-06-14-\345\260\206\347\203\255\347\202\271\344\272\213\344\273\266\344\273\216\347\237\245\344\271\216\346\215\242\346\210\220\347\237\245\347\275\221\344\274\232\346\200\216\344\271\210\346\240\267\357\274\237.md"
deleted file mode 100644
index 78391f9044..0000000000
--- "a/_posts/2022/2022-06-14-\345\260\206\347\203\255\347\202\271\344\272\213\344\273\266\344\273\216\347\237\245\344\271\216\346\215\242\346\210\220\347\237\245\347\275\221\344\274\232\346\200\216\344\271\210\346\240\267\357\274\237.md"
+++ /dev/null
@@ -1,83 +0,0 @@
----
-title: "将热点事件从知乎换成知网会怎么样?"
-date: 2022-06-14 13:58:21 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-如果热点事件用知网查找文献看法会怎么样?这个产生想法呢,主要有四个起因:
-
-1. 关于唐山打人这件事[知乎高赞的回答](https://www.zhihu.com/question/537528422/answer/2527377927)给人感觉是:
- * 情绪化、且有意制造大众与政府的对立
- * 以影视、表情包及图片进行讽刺,但也难看明白答主到底想要表达什么
- * 以上,不看也罢
-2. 我的个人自保观点与我的女性朋友为此担忧自身安全及需要政府给个交代的意识,大局观完全不同
-3. 我想知道微信上博客网友对此事的看法,婉言回绝了。(这个人挺聪明,只在意自己利好上投入时间)
-4. 看看知网有没有这方面的“打人”、“黑社会”、“治安”话题的研究
-
-由于时间和篇幅关系,我就截个图,比对知乎与知网,并贴链接原文,归纳我读过的文章进行一次观点总结。
-
-
-
-## 知乎 | 知网
-
-知乎也不少惊艳亮眼的回答,但毕竟是大众平台,注水相对多一点。当然我也不是说知乎不行,反正两者对比,总有自己能吸纳的看法观点。
-
-知乎
-
-![ ](https://i.imgtg.com/2022/06/14/19rvc.png)
-
-知网
-
-![](https://i.imgtg.com/2022/06/14/19Adr.png)
-
-![](https://i.imgtg.com/2022/06/14/19ZaM.png)
-
-
-## 个人理解向,阅读文章,归纳观点
-
-
-### 对[农村基层权力的异化与黑社会性质犯罪关系剖析_张仁善.pdf](https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFD2001&filename=ZFXK200102003&uniplatform=NZKPT&v=LEhtpp4lv5znxT1o8ywNusTrLziMThh_WNQlljPLUYSPKtRB8Sbgdi-1p8NR_2Dz)观点归纳
-
-就文章第一个【以甚层权力为依托的农村黑社会性质犯罪特点】论点,让我想起了[孙小果](https://baike.baidu.com/item/孙小果/6267458?fr=aladdin)、[小红楼](https://baijiahao.baidu.com/s?id=1720117744767243494&wfr=spider&for=pc) [赵富强](https://baike.baidu.com/item/赵富强/55916830?fr=aladdin)之类的案例。好吧,做个归纳吧,毕竟不是课本文学还是容易归纳提纲的:
-
-1. 以甚层权力为依托的农村黑社会性质犯罪特点;表现形式,如下:
- * 先结帮. 后窃权. 再依权犯罪。
- * 占据权力要位 扩展不法势力 公开从事有组织犯罪
- * 权势与家庭势力互相渗透,增加了犯罪组织的凝聚力
-1. 基层政权组织的变质与黑社会性质犯罪产生的关系;其表现形式:
- * 甚层政权组织的软弱涣散.,为犯罪分子提供了可乘之机。
- * 基层干部专横腐败, 导致干群关系紧张恶化, 滋长了犯罪组织气焰。
- * 用人制度存在的缺陷, 容观上为犯罪分子提供了庇护
-
-文章最后作者提出的解决办法:
-
-1. 明确基本立场;从站队上,立场上,基层政府组织与恶势力是对立的。
-2. 加强基层干部队伍思想建设,加强民主监督。同时对反映强烈、 民愤极大的不称职干部坚决撤职, 触犯刑律的及时报送公安机关惩治。
-3. 应把整顿工作同扶贫工作相结合,切实减轻农民负担,帮助农民发展经济,以改善党群与民众关系
-
-### 对[基层治安治理结构研究_袁海燕.caj](https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CMFD&dbname=CMFD201902&filename=1019838122.nh&uniplatform=NZKPT&v=thVFs7Z9SEMMNM2zqRkndmit22gtXtzrUbsykygDSzYzxNk9PcFR9PnPLDRkh00C)观点归纳
-
-* 警察为主解决治安冲突
-* 治安意识的培育与治理组织成长,相互促进
-* 基层治安治理多元结构是在基层治安治理体系中,政府、公安机关、社会组织、市场和公民等各要素的稳定布局
-
-### 对[中国大陆有组织犯罪发展的11种趋势_黄立.pdf](https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFD2001&filename=GAXK200104024&uniplatform=NZKPT&v=i5F6lvfBwml338EI5PUNVeYHm7LH-N5b_XTZmXeBAzN8BCF5lwpEcBdp3XQaspWd)观点归纳
-
-一言以蔽之,就是犯罪分子由单人犯罪转向沆瀣一气组成犯罪团伙,随着人数规模不断扩大成为黑社会组织。
-
-### 对[“歌二代”打人事件撕裂的社会现实_熊志.pdf](https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFDN0911&filename=KTNG201111008&uniplatform=NZKPT&v=oEW2ulOkkekgOYDoCn5IlUNBanIgov43cLtsBCWq9sK8KHHkki0G2WGFOw0Wr3wG)观点摘录
-
-> 李天一的“长江后浪推前浪”,是社会底线和原则节节败退的一种投射。它撕开的现实是,打人日益随意化、年轻化甚至无所谓化,而这又昭示着社会病灶的蔓延。换言之,李天一完败李启铭的同时,也完败了道德、制度、原则、法理。
-> 李天一的嚣张,无非源于父亲的头衔以及父亲对自己的溺爱。在正常的社会状态下,当权力、金钱、荣誉等集中于社会少数成员时,它不仅意味着一种优势资源,还意味着公共责任与担当,权力越巨大,财力越雄厚,名气越响亮,肩上的担子越沉重,对资源的使用也就越应该谨小慎微。而当这种共识被撕裂,优势资源必将异化扭曲为强者欺压弱者的工具。
-> 直接占有资源的一代也好,间接享有的二代也罢,类似问题的本质其实就在于社会模糊了在占有优势资源之时的权利与义务的关系。
-
-## 自我总结
-
-黑社会向变质的基层政权组织进行渗透,同时专横腐败,又滋长了犯罪组织气焰。在正常的社会状态下,当权力、金钱、荣誉等集中于毫无顾忌危害个人公共安全的狂徒及黑社会时,优势资源必将异化扭曲为强者欺压弱者的工具。
-
-
-
-
diff --git "a/_posts/2022/2022-06-17-\345\252\222\344\275\223\346\212\245\351\201\223\344\270\212\346\265\267\347\226\253\346\203\205\346\266\210\350\264\271\351\227\256\351\242\230\347\232\204\347\237\245\344\271\216\347\254\221\346\226\231.md" "b/_posts/2022/2022-06-17-\345\252\222\344\275\223\346\212\245\351\201\223\344\270\212\346\265\267\347\226\253\346\203\205\346\266\210\350\264\271\351\227\256\351\242\230\347\232\204\347\237\245\344\271\216\347\254\221\346\226\231.md"
deleted file mode 100644
index 50b7062302..0000000000
--- "a/_posts/2022/2022-06-17-\345\252\222\344\275\223\346\212\245\351\201\223\344\270\212\346\265\267\347\226\253\346\203\205\346\266\210\350\264\271\351\227\256\351\242\230\347\232\204\347\237\245\344\271\216\347\254\221\346\226\231.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "媒体报道上海疫情消费问题的知乎笑料"
-date: 2022-06-17 15:09:59 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-只图看个乐子,思维新奇,很搞笑。
-
-[媒体报道上海解封后不见「报复性消费」 ,经济复苏步伐缓慢,哪些信息值得关注? - 曹多鱼的回答 - 知乎](https://www.zhihu.com/question/538120561/answer/2532645427),这篇回答主要是以人与人处在不同单位不同职业造成不同群体的收入差异来进行的反驳,我只看搞笑评论。
-
-![ ](https://i.imgtg.com/2022/06/17/7OQ3v.png)
-
-![ ](https://i.imgtg.com/2022/06/17/7O0iq.png)
-
-[碎碎念的杰哥的回答 - 知乎](https://www.zhihu.com/question/538120561/answer/2532717179),这个回答呢,是官员停职之后的复出。
-
-
-![ ](https://i.imgtg.com/2022/06/17/7Od2r.png)
-
-![ ](https://i.imgtg.com/2022/06/17/7Octc.png)
-
diff --git "a/_posts/2022/2022-06-18-\345\205\245\350\201\214\344\270\200\344\270\244\345\244\251\351\227\252\347\246\273\350\201\214\347\232\204\345\216\237\345\233\240\345\210\206\346\236\220.md" "b/_posts/2022/2022-06-18-\345\205\245\350\201\214\344\270\200\344\270\244\345\244\251\351\227\252\347\246\273\350\201\214\347\232\204\345\216\237\345\233\240\345\210\206\346\236\220.md"
deleted file mode 100644
index 21087ddf04..0000000000
--- "a/_posts/2022/2022-06-18-\345\205\245\350\201\214\344\270\200\344\270\244\345\244\251\351\227\252\347\246\273\350\201\214\347\232\204\345\216\237\345\233\240\345\210\206\346\236\220.md"
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: "入职一两天闪离职的原因分析"
-date: 2022-06-18 20:48:32 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/03
----
-
-入职前谈拢了薪酬,一般到岗的第一天,先看公司及所在部门办公环境,再适应岗位工作与上下班打卡,基本也就差不多了;可有个问题以前我一直没搞懂,但心里一直存有疑问那就是:为什么有的人入职一两天就立马跑路了呢?
-
-再除去个人能力问题外,对公司的一些方面表现进行分析,这很值得细细琢磨。(我现在才反应过来!)最近我的思考能力感觉上是退化了,需要借助朋友、网页的帮助下才能整合出意见,自己呢,死活想不出一两条原由,真是可怜。
-
-我记得刚入职这做商显的小公司不久,公司的办公电脑及打印设备都是用了十年以上的,人数也就两百多来人。有位刚入职的市场总监有意咨询了我办公设备的整体配置,以及跟我主管谈到了公司人数规模不符实际的问题。这件事让我印象很深刻。不过随着上班了一段时间后,这深刻的印象也淡化许多,后续入职不到一周的同事离职越来越频繁,上午见着人,下午就没影了的,闪现般离职的也不少。惊奇过后也习惯了...没怎么去深入分析问题。
-
-我的几点想法吧:
-
-* 他有好几个工作备选的,可能其他家的工资环境更好点,也给他发了offer
-* 经过我朋友点醒,闪现离职的应该是经历过像我所在的这样的小公司
-* 工资,设备配置,办公环境,公司流程(好奇怪,我竟然在回忆我朋友的话)
-
-引用下我另一个好朋友的原话吧(啊 —— ~,她也是我喜欢的人啊):
-
-> 除非迫于生活压力,不然我不会在这样的公司长久的干下去,本来就不是自己份内职责的工作,一旦你接受了,他们就认定是你的职责了。还有这种没什么技术含量,学不到什么东西不能提升自己又很难有晋升空间的工作,继续待下去只会浪费自己的时间。
-
-> 也就是你在这里一人身兼多职,但是只拿到一份工作的薪资,相当于打杂。
-
-> 差不多,就是各种打杂,UI的工作很少,最烦的就是每次聚餐申请经费都要写活动计划和感想,恼火。这种奇葩的流程简直浪费时间,也不知道老板是怎么想的,还每次都需要老板同意
-
-> 工作的目的是为了实现财务自由,要是一家公司既不能带给你优越的资源,又不能升职加薪,那么就要考虑它是否值得留下来。
-
-我发现我现在存在这样一个问题:没法反向背调如我所在同等规模的小公司,到底值不值得去?
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-18-\345\205\254\345\217\270\344\270\232\347\273\251\344\270\213\346\273\221\347\232\204\345\260\217\345\212\250\344\275\234.md" "b/_posts/2022/2022-06-18-\345\205\254\345\217\270\344\270\232\347\273\251\344\270\213\346\273\221\347\232\204\345\260\217\345\212\250\344\275\234.md"
deleted file mode 100644
index 9c119a3174..0000000000
--- "a/_posts/2022/2022-06-18-\345\205\254\345\217\270\344\270\232\347\273\251\344\270\213\346\273\221\347\232\204\345\260\217\345\212\250\344\275\234.md"
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: "已知公司业绩大幅下滑,才了解公司体现业务低迷的动作"
-date: 2022-06-18 10:48:58 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/02
----
-
-在疫情大背景下,中小企业利润走低/生存难/倒闭,对我而言没有一丝感觉。一如往常,该上班,上班,该老板发钱领工资,领工资。就处在这么一个状态;业绩大幅下滑是我从国内及海外销售大家共同所说的,所认同的。而我呢,却没有任何明显感觉,只是从商务口中说:“一个季度下来都跟单很少”,才察觉公司业绩滑坡了。 最直观的体现就是我年终奖被削减成了1/2,所以也开始让我有了一定的警觉意识。
-
-怎么说呢,在更早之前,好像那个时候业绩下滑的风声还没出来,只是偶尔有些业务感慨客户没以前那么好拉了,公司开始频繁调整部门架构,我当时还不太懂为什么,也没想这么多。有一天我主管跟我说:“最近会上IT新系统,到时候会招一个管我们的部门负责人。同时,老板将沙盒审查这项工作给到我们,所以你需要学习及了解一定的研发基础知识,来做代码/图纸外发的审查准备的工作。”,我当时还以为当担重任的时候到了,现在才反应过来,原来是业绩开始下滑时,精简人力成本、老板嫌工作不饱和,让我打打杂。
-
-
-
-在前面所述业绩下滑有目共睹的前提下,最近也持续扩招大量高级业务人员来打通新业务,也是常理之中;但公司突然抓起了许久不提的5S卫生管理与打印纸铺张浪费,以及比往年更严格的加班统计,都蔓延到我这职能部门工作岗位上来了...让我有些不知所措的同时,也感到不可思议,也就是:为什么公司遇到困难了,老板都先开始抓纪律和考勤呢?
-
-基本上下面几段话为[【为什么公司遇到困难了领导们都只会抓纪律和考勤?】](https://www.q578.com/s-5-1383754-0/)文章原话的引用了。
-
----
-
-**1、管理手段更简单,也更容易做到**
-
-公司遇到困难,当企业业绩下滑,转型无力的时候,考勤和加班是最容易抓的,也最能满足老板控制欲望,从业绩上来看,往往短期内收效甚微,但是从纪律和考勤上能够立竿见影。
-
-但是也侧面暴露出一家公司的管理水平,没有管理手段的领导,缺乏良好氛围和制度的公司,才要用到考勤制度,立严法,用政令,让人畏惧。
-
-**2、制度收紧,势必会造成人员反弹,从而达到优化团队目的**
-
-考勤制度严格,能够让大家神经绷紧,虽然达不到凝聚力人心的目的,但是也可以达到敲山震虎的作用。
-
-这话怎么讲呢?以前公司业绩好的时候,各个部门之间你好我好大家好,比如销售部门的同事都不用上班打卡,一旦面对市场环境变差,产品竞争力不足,销售产出严重不足的情况下,做不到开源,只能做到节流,从考勤抓起,然后相关的制度缩紧,以前可以报销的名目全部取消,一般而言,由俭入奢易,由奢变简难,必然会造成一部分人员的反弹。
-
-研发人员,强制性的加班,以前双休变单休,单休变996,让大家处于时刻紧张、弦绷紧的状态,能够在公司困难时期,勒紧裤腰带、勇于奉献、能够共度困难、共克时艰的员工自然就留下来了,不能接受的,自然而然就流失了,从而达到优化团队、精简团队的目的。
-
-**3、业绩上不去,通过抓制度、考勤来转移注意力,来掩盖领导层无能的本质**
-
-当一家公司业绩上不去时,除了制度、考勤严抓,会议也会变的更多,管理层在那抓耳挠腮,结合市场环境、公司产品政策等,想制度、想措施,最后总结,人的问题。因为人没有做到居安思危,没有意识到环境变化,产品、市场没有跟上大的环境,决定从人下手,改变思想,改变状态,让大家投入紧张生产状态中。
-
-实则,公司发展都可以归根结底到人的问题上,但是基层员工靠执行,中层管理,高层制定政策制度层面。从上至下,没有行之有效的市场破冰改进政策,只能认为,公司中层管理层靠抓制度、考勤来转移注意力,来掩盖领导层无能的本质,最后让基层员工来背锅。
-
-
----
-
-**1、老板文化**
-
-对于大多数企业来讲,老板文化就是企业文化。企业遇到困难,老板思想很关键,当员工为企业问题而焦头烂额的时候,老板的一个方向就犹如救命稻草,无论对错也将纷纷效仿,如加强考勤、纪律管理,简单易执行,说白了就是满足老板的控制欲望从而转嫁老板因经营压力骂人的矛盾。
-
-**2、管理者思维敷衍**
-
-企业遇到困难,当管理者黔驴技穷无所作为,且公司已经没有所谓正向激励能力来为增加收益。当不能给甜头时,往往就会给苦头,通过考勤及纪律来约束员工,提升威望。
-
-**3、员工管理压力**
-
-企业效益不好,管理疲软,员工工作也就会懈怠。人一思想松懈,就会惹出很多事端,例如旷工、怠工、与企业对立等等。为了避免该类事项的发生,通过纪律管理和约束是又简单又快捷的一种方法。
-
diff --git "a/_posts/2022/2022-06-18-\345\260\261\342\200\234\345\264\216\346\234\254\347\232\204\345\272\227\342\200\235\344\270\272\345\233\275\344\272\247\347\211\214\347\232\204\350\264\250\347\226\221.md" "b/_posts/2022/2022-06-18-\345\260\261\342\200\234\345\264\216\346\234\254\347\232\204\345\272\227\342\200\235\344\270\272\345\233\275\344\272\247\347\211\214\347\232\204\350\264\250\347\226\221.md"
deleted file mode 100644
index 0e64e905dd..0000000000
--- "a/_posts/2022/2022-06-18-\345\260\261\342\200\234\345\264\216\346\234\254\347\232\204\345\272\227\342\200\235\344\270\272\345\233\275\344\272\247\347\211\214\347\232\204\350\264\250\347\226\221.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: "就“崎本的店”为国产牌的质疑"
-date: 2022-06-18 09:18:12 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-在此之前,我用网页查找了相关注册“伏见桃山”品牌奶茶店的餐饮企业,以及部分自媒体文章披露啥的,确定为国产。所以经历过此类事件,以及面包店面与生产产品努力包装成日式日本原厂,也让我对崎本面包店也产生了怀疑。这事也向我朋友提了一嘴,朋友提醒我,并表示:从名字、注册地址来看假洋品牌是没啥意义的;因为所有外企进入国内,都得找国内公民担任法人,在国内开一家分公司才能进来。
-
-然后我百度“如何辨别假洋牌?”,并搜寻了一些条目文章,这其中大部分文章都是对大众知晓的假洋牌如”达芬奇家具“、”法国合生元“的复读及批判,但没教识别方法。这不是我想要的。不过,终于找到了一个好文章,确实管用: [普及性讲解:新风系统真假洋品牌鉴定方法,准确度高。 - 重庆圆叶的文章 - 知乎](https://zhuanlan.zhihu.com/p/111619655)
-
-
-
-> 假“洋品牌”的三大招:
-> * 境内企业-境外注册-申请商标-授权境内=洋品牌;
-> * 境内企业-境外注册-控股境内企业=洋品牌;
-> * 境内企业-虚假宣传=洋品牌。
-
-当然特别是 [国家企业信用信息公示系统](http://www.gsxt.gov.cn/index.html),真的特别管用。在查询了无印良品、苹果、微软多家知名外企后,发现一般都会带上“外国法人独资”的字样,有意查了下台资企业富士康呢,显示的则是“中外合资”。这里基本上算是了解清楚了。
-
-![ ](https://i.imgtg.com/2022/06/18/75Jwp.png)
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-19-\346\210\221\344\270\215\347\237\245\351\201\223\346\230\257\344\270\215\346\230\257\345\234\250\350\264\255\344\271\260\347\204\246\350\231\221\345\210\270\357\274\237.md" "b/_posts/2022/2022-06-19-\346\210\221\344\270\215\347\237\245\351\201\223\346\230\257\344\270\215\346\230\257\345\234\250\350\264\255\344\271\260\347\204\246\350\231\221\345\210\270\357\274\237.md"
deleted file mode 100644
index 8bb1ca16ee..0000000000
--- "a/_posts/2022/2022-06-19-\346\210\221\344\270\215\347\237\245\351\201\223\346\230\257\344\270\215\346\230\257\345\234\250\350\264\255\344\271\260\347\204\246\350\231\221\345\210\270\357\274\237.md"
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "我不知道是不是在购买焦虑券?"
-date: 2022-06-19 09:21:52 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-老实说,就《经典日漫的政治学分析》确实给了我很大的震撼,这部作品买来确实挺值。我没想到还能通过历史大背景来分析作品风格,作者描绘的漫画,在潜意识中有透露着什么。以往我看漫画,无非就是“美少女”、“异世界”、“日常”就这些,图个乐,没去多想。哪怕是《命运石之门》,我也只是在剧情上惊叹:“曲折离奇,感动人心”。
-
-如果是其他作品呢,如果是四五八百,配上对我足够的嘘头的关键词,如:“十年经验,三年打磨”、“全网热销”、“7天让你认清经济学/心理学”,这和恰烂钱的引导同学分期贷款的培训机构“从入门到精通”也没几分差别,如今看来简直是笑话;不过,经济/心理/社会学,确实是我所感兴趣的,也是我欠缺的,但仔细想来又值得购买吗?
-
-还有App Store动不动就是198、258rmb的app,买了体验后确实新鲜感大幅降低了,还有就是和app故事宣传的效果完全不一样,买了即亏,帮助极为有限,甚至忽略不计。这个问题是否值得反思呢?
-
-珍大白好几百的课如同App故事中宣传给你赋能、价值198的app,如出一辙。所以我就先不交智商税,看看网页上一些相关珍大户的评价。风评确实不怎么好,许多网友回应:“她就是一卖课恰饭的”。按理说,我吃过这类不少的教训了,怎么却还是陷入了这一陷阱漩涡中去的呢?
-
-
-
-以上这些问题,其实说白了还是我对自己的自我认知上定位不清晰,不具体,不了解方法。
-
-情绪刺激选择,例如:“视频好,up主鼓励一键三连”。
-
-逻辑思考,打分,点面多样化,评分制,理性来选择。做个基本的全面了解,再去选择。
-
-零和游戏,教会学生饿死老师。要么或成为老师权威下的水军打手;网课宣传人人拿更多,谁去拿更少?不合情理。(反倒是老师拿更多)
-
-提供思考方法,站在对立面。
-
-接纳自己当前水平,找到/改进自己的体系,一步一步往前走,安于自己的有序,不急于求成、一蹴而就。
-
-> 引用 [★理>思索实践>118 报名珍大户的课程,《值得思考的问题》1.0版,适用于所有网课](https://www.bilibili.com/video/BV1j44y1L7Gd?vd_source=3c7a499e8d0e288f2665d7015f776e3d)
-![](https://i.imgtg.com/2022/06/19/7FCLg.png)
-
-思考(反思)->自学(实践)->辅助(教学)。反思促成进化,与自学相辅相成,辅助在于增强认知上限。
-
-自学也同时存在门槛,人和人专业领域差异悬殊,自己能否跟上课程,也就是适不适合,在辅助方面也要考察讲师,对讲师做基本的背调,如:直播、问答论坛、评论,再去综合揣摩动机。
-
-思考和辅助结合,虽有小成,但一遇到新问题又得还是一直靠人手把手教。思考带着自学,自学中结合自身条件进行辅助增强,来提升自己。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-20-\346\230\250\346\231\232\351\245\255\345\220\216\346\210\221\344\270\216\345\256\244\345\217\213\344\273\254\347\232\204\344\270\200\346\254\241\350\260\210\345\244\251.md" "b/_posts/2022/2022-06-20-\346\230\250\346\231\232\351\245\255\345\220\216\346\210\221\344\270\216\345\256\244\345\217\213\344\273\254\347\232\204\344\270\200\346\254\241\350\260\210\345\244\251.md"
deleted file mode 100644
index 033b271064..0000000000
--- "a/_posts/2022/2022-06-20-\346\230\250\346\231\232\351\245\255\345\220\216\346\210\221\344\270\216\345\256\244\345\217\213\344\273\254\347\232\204\344\270\200\346\254\241\350\260\210\345\244\251.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "昨晚饭后我与室友们的一次谈天"
-date: 2022-06-20 07:45:39 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-昨晚饭后我与室友们的一次谈天,话题:1、表示同事遮遮掩掩不老实的心理状态,2、个人情感上的选择问题。
-
-**表示同事遮遮掩掩不老实的心理状态**
-
-我说:“我对两位同事分别提到有关加班统计话题,对比起来态度出现极大的反差,一个能吐露心声,另一个呢以“不知道”来回避。这家伙很不老实。”,室友表示:“这是你和他没有建立安全感,他可能之前经历过这类似的事情,遭到过背叛、意识到隔墙右耳,干脆就不说”。
-
-**个人情感上的选择问题**
-
-室友556跟我谈论了她经历与心得感受,她说给我印象最深的一句话:“我玩的好的朋友、同学,到现在也有的成家,特别是异性,我也会自觉远离,保持距离。毕竟自己是女人,我也懂这感受;而我不喜欢的人,我就会明确地远离他”。
-
-反正从她的话语里我也察觉室友556是对恋爱方面非常有意识、自主的一个人。她的爱情观念对于现在的我来说还是挺值得借鉴的。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-21-iOS\345\276\205\345\212\236\344\272\213\351\241\271\344\270\216\346\227\245\345\216\206.md" "b/_posts/2022/2022-06-21-iOS\345\276\205\345\212\236\344\272\213\351\241\271\344\270\216\346\227\245\345\216\206.md"
deleted file mode 100644
index 07ac36a024..0000000000
--- "a/_posts/2022/2022-06-21-iOS\345\276\205\345\212\236\344\272\213\351\241\271\344\270\216\346\227\245\345\216\206.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "iOS待办事项与日历"
-date: 2022-06-21 14:24:50 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-系统自带的待办事项确实好用,在待办时间的跨度上也可以选择很长,也就是几月几年之后。不能说这功能不好吧,但也让我有些混淆了苹果基于哪些逻辑去设计日历、待办事项的。我也是最近琢磨整合日历/待办事项这一事儿才知道的。
-
-
-
-## 待办事项+日历
-
-待办事项的记录呢,按照我的使用理解,只适合短期内最长不超一月项目或临时的事情;像课程表这种,整进待办事项,一、繁琐,二、凌乱,不适合整理即将要做的事情。
-
-其实创建课程表也简单,自己动手意会即可,如图两副:
-
-![ ](https://i.imgtg.com/2022/06/21/7yZ3a.png)
-
-![ ](https://i.imgtg.com/2022/06/21/7yyhS.jpg)
-
-## agenda
-
-另外推荐一下agenda,算是还不错的应用,主要是支持markdown,这点在iPadOS/iOS上是很难得的。不过agenda在显示图片与导出图片上会存在一些小问题,markdown格式的图片会显示原码,不显示图片;而正常复制粘贴到agenda的图片在导出markdown格式时往往被忽略。
-
-没有网页博客的话,agenda适合来写写日记;iOS备忘录给我的感觉更像是草稿纸,agenda的话,反倒挺适合系统化的整理、做笔记。agenda的待办事项功能,我觉得更适合步骤较繁多的临时任务todo。
diff --git "a/_posts/2022/2022-06-23-\345\252\222\344\275\223\350\200\201\346\230\257\344\270\215\346\212\212\350\257\235\350\257\264\346\270\205\346\245\232\346\203\263\346\220\236\345\244\247\346\226\260\351\227\273.md" "b/_posts/2022/2022-06-23-\345\252\222\344\275\223\350\200\201\346\230\257\344\270\215\346\212\212\350\257\235\350\257\264\346\270\205\346\245\232\346\203\263\346\220\236\345\244\247\346\226\260\351\227\273.md"
deleted file mode 100644
index 887a0470c0..0000000000
--- "a/_posts/2022/2022-06-23-\345\252\222\344\275\223\350\200\201\346\230\257\344\270\215\346\212\212\350\257\235\350\257\264\346\270\205\346\245\232\346\203\263\346\220\236\345\244\247\346\226\260\351\227\273.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "媒体老是不把话说清楚想搞大新闻"
-date: 2022-06-23 09:10:52 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-标题(知乎问题)乍一眼看上去,还真以为是美团/叮当买药不能用了。
-
-![ ](https://i.imgtg.com/2022/06/23/7Ex3L.png)
-
-
-
-> 有医药电商平台业务负责人表示,这一新政最大的意义在于,进一步明确了自营和第三方平台的界限。要求现在的电商平台要么纯粹进行自营药品销售业务,要么纯粹做一个第三方平台。
-
-可这句话也仅是业内人士表达看法,并不是很清晰明确的定性。“这一新政最大的意义在于”的意义,是需要我们额外做阅读理解,才能大致认为并不是一刀切掉网售平台,而且还不是明确100%。
-
-不把话说清楚,媒体老想搞大新闻。当然,把话说清楚就不会有这么大的话题了。
-
-![ ](https://i.imgtg.com/2022/06/23/7EkGC.png)
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-24-\350\247\243\350\257\273\347\275\221\346\226\207\343\200\212\346\235\250\347\273\233\357\274\232\344\272\272\347\224\237\347\232\204\344\270\211\346\254\241\350\247\211\351\206\222\343\200\213.md" "b/_posts/2022/2022-06-24-\350\247\243\350\257\273\347\275\221\346\226\207\343\200\212\346\235\250\347\273\233\357\274\232\344\272\272\347\224\237\347\232\204\344\270\211\346\254\241\350\247\211\351\206\222\343\200\213.md"
deleted file mode 100644
index 9510a3038d..0000000000
--- "a/_posts/2022/2022-06-24-\350\247\243\350\257\273\347\275\221\346\226\207\343\200\212\346\235\250\347\273\233\357\274\232\344\272\272\347\224\237\347\232\204\344\270\211\346\254\241\350\247\211\351\206\222\343\200\213.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "解读网文《杨绛:人生的三次觉醒》"
-date: 2022-06-24 08:26:43 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-说是解读,本质上更是一种分析吧。 主要是[洞见 -《杨绛:人生的三次觉醒》](https://mp.weixin.qq.com/s/2Q0W7nIqjsd-nmpUyS3CkA)第一段,作者就隐晦的夹带私货,给人看起来像是杨绛本人的观点一样。所以我才想要分析分析。
-
-> 杨绛先生百岁那年,曾接受一次采访。记者问她:“我们应当怎么做,才能变得更好,实现自我价值?”杨绛先生回答:“人生一世,无非是认识自己,洗练自己,自觉自愿地改造自己。” **在这复杂繁芜的世界里,庸人甘于沉沦,强者寻求自渡。一个人只有不断淬炼、沉淀,变成更好的自己,你想要的生活才会奔你而来。**
-
-加粗的这段文字,没加上“我认为”,输出这么一段有哲理的句子,这是杨绛的观点还是你作者自己的观点呢?
-
-
-
-[洞见 -《杨绛:人生的三次觉醒》](https://mp.weixin.qq.com/s/2Q0W7nIqjsd-nmpUyS3CkA) 的文章框架由主题人物照片横幅图/磁性女声朗读音频/文章内容所构成。文章第一眼给我的直观感受就是说事教理的文艺美文,文章是围绕以杨绛多少年风风雨雨的经历,**作者的自我角度的解读**来讲述从杨绛调整心态,再到我们如何内心升华过程。
-
-我试听了下女声朗读,感觉女声很舒缓棉柔,应该是播音专业吧;再回到朗读的文章内容上,给我感觉听书,听书其实挺被动的,适合听听了解基本故事,再想深入思考的话,还是得看书。《杨绛:人生的三次觉醒》文章布局上还是有一定讲究的,杨绛慈祥的照片、作者不断输出一些人生哲理句子堆叠而出的文艺鸡汤。
-
-老实说文章中一些看上去富有哲理句子,说实话,其实给我(在社会已经快三年了)的感觉就是一点也不接地,说得轻巧、不务实。自媒体老是这样搞,很容易让我对主题人物杨绛产生错误的认知误区啊!随后,我在知网上搜寻到《反噬与错位:自媒体网文对杨绛及其作品的推介》一文,果然有点意思啊。
-
-摘录《反噬与错位:自媒体网文对杨绛及其作品的推介》几段话
-
-> 网文中的杨绛逐渐偏离了她原本的生命内容。 杨绛一生沉湎书斋,治学严谨又颇有文学创造力,在翻译、小说、戏剧、散文等多个领域成绩斐然。在当代中国文学语境中杨绛的创作 ,如《干校六记》《洗澡》《我们仨》《走在人生的边上》都是不 容忽视且具有现象意义的文学作品。正因如此,在《听杨绛谈往事》(吴学昭著)、《杨绛传》(罗银胜 著)及她本人的多部散文中,我们可以看到一位在 文学世界里遨游的学者形象。杨绛形象的另一个主 要部分则来自她贤妻良母的家庭身份,其夫钱钟书的评价“最才的女,最贤的妻”是被公认为评价杨绛最中肯的标签。然而,自媒体网文对杨绛形象的 塑造则充满了世俗化的色彩 ,极大地弱化了杨绛作 为一名翻译者和作家的价值,将她变成了一位掌握 婚姻秘诀、懂得用心灵养生与知晓长寿秘诀的一位老人家,平和的生活态度、与世无争的行为处事成 为了她形象的主要标签 ,也成为她懂得维系婚姻奥 妙、相夫教子、人情世故的最终结果 ,吸引着广大的网民,成为他们解决生活烦恼的思想参考和追求生命长寿的一个模仿对象。同时,自媒体网文“裁剪” 杨绛的作品成语录,让其发挥心灵安抚效用之时也 极大地遮蔽了杨绛其他的重要思想,降低了杨绛作品的文学价值。
-
-> 自媒体网文对杨绛形象的重塑 ,是以接受者阅读习惯和期待视野为主导,作者发布平台、信息 技术、文化产业环境共同参与和配合的结果。阅读自媒体网文的读者有很大一部分是利用碎片化的时间进行点阅。时间的有限,让人们更加关注自己的阅读期待能否获得满足 ,阅读的目的更加明确也更加直接。这种以目标为导向的阅读方式,通过点阅的数量,用市场化的手段将很多具有启发性内容更为客观真实、审美与内涵兼顾的文学作品扼杀在摇篮里。
-
-> 当然,自媒体网文以接受者为主导的创作也并非没有益处。当接受群体对正能量有需求,对积极生活有向往 ,网文会快速地响应并高效率地进行传播,在短时间里便可以产生激励读者的作用。但受 到消费逻辑的约束,大多数网文的“寿命”有限, 激励作用并不长久。如何在消费的迷雾中,寻找到另一条既能保持人文价值又能维持生存的创作道路,不只是作者的任务 ,而是作者、读者和发布平台都需要认真思考的问题。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-25-\344\271\246\345\220\247\343\200\201\346\230\237\345\267\264\345\205\213\343\200\201\345\233\276\344\271\246\351\246\206\347\273\274\345\220\210\346\257\224\350\276\203.md" "b/_posts/2022/2022-06-25-\344\271\246\345\220\247\343\200\201\346\230\237\345\267\264\345\205\213\343\200\201\345\233\276\344\271\246\351\246\206\347\273\274\345\220\210\346\257\224\350\276\203.md"
deleted file mode 100644
index ec4b4bbd3d..0000000000
--- "a/_posts/2022/2022-06-25-\344\271\246\345\220\247\343\200\201\346\230\237\345\267\264\345\205\213\343\200\201\345\233\276\344\271\246\351\246\206\347\273\274\345\220\210\346\257\224\350\276\203.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: "书吧、星巴克、图书馆综合比较"
-date: 2022-06-25 15:55:22 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-总评:书吧更适合带小孩,星巴克和肯德基差不多;其实,图书馆还是看书与思考的最佳的选择。
-
-原因:
-
- 书城有许多大人带小孩买书的,书店也和书吧是连在一起的,所以呢小孩也常去,一对比起图书馆来说,就略有较多声音,但还不至于吵到打断思绪的地步。
-
- 星巴克和喜茶、奈雪奶茶店的饮品之类价格真没什么差别,星巴克的店子一般都开在热闹的商圈、剧院,下午和晚间的热闹程度和肯德基差不多。这就样的话,就别想在安静的环境思考啥的,对我来说就是带一个保温杯,用电脑或手机去蹭蹭Wi-Fi。
-
----
-
-其他:
-
- 和肯德基一样,看来餐饮嘛,特别是饮品类,可以用淘宝代下单,可便宜不少钱。星巴克的Wi-Fi,最好把浏览器屏蔽广告的插件关掉,不然弹不出来上网认证界面。
-
diff --git "a/_posts/2022/2022-06-26-\344\270\216\345\256\244\345\217\213\344\273\254\345\220\203\347\201\253\351\224\205\345\220\216\347\232\204\350\256\250\350\256\272.md" "b/_posts/2022/2022-06-26-\344\270\216\345\256\244\345\217\213\344\273\254\345\220\203\347\201\253\351\224\205\345\220\216\347\232\204\350\256\250\350\256\272.md"
deleted file mode 100644
index 327b41f813..0000000000
--- "a/_posts/2022/2022-06-26-\344\270\216\345\256\244\345\217\213\344\273\254\345\220\203\347\201\253\351\224\205\345\220\216\347\232\204\350\256\250\350\256\272.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "与室友们吃火锅后的讨论"
-date: 2022-06-26 03:25:10 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-其中一位男室友讲述自己的经历,另一位女室友作为倾听者的角色,以经历某些相似事件的过来人身份答疑解惑。在【父母生我们,养我们上,他们就已经体现出了对我们的爱】的话题上,室友们的看法和我几乎相左,但逻辑上其实又能解释得通,这就可以为我打开另一种思路。
-
-以我自小经历,有人谈及“我妈/我爸是爱我的”这种父母的爱,给我的心里感受就是“哦,好恶心”,颇有嫌弃之感。父母的行为,对于我来说,没什么太多所谓“爱意”,基本上就是养育出来就是作为“长大成人,结婚生子”过一生的工具人,而且我父母都是小学毕业,一个挖煤,一个在饭店做短工,在教育上的观念很落后,从小就是棍棒教育,甚至可以用愚蠢来形容。所以我相对没什么对“父母养育之恩”的感激之情。
-
-不过呢,我还是听到室友们的经历,还是保留了室友们“父母爱我”的观念,最主要是:“1、不同环境不同观念认知;2、逻辑合理”。这也提供了我在不理解他们观念上的时候去“代入人物环境背景及情感”去分析事件中人物行为更多的可能。
-
-还有在【人与人之间交往,自己和有些人一直谈不来,没什么共同语言】上的话题,女室友表示:他们都各自有一套独特的生活逻辑在正常生活,谈不来很正常,即使他们在你不能理解的范围内,但他们有一个自己信得过的自洽逻辑就可以了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-27-\344\273\216\351\233\266\345\255\246\344\271\240\345\216\250\346\210\277\346\264\273\346\230\257\346\214\272\350\200\227\347\262\276\345\212\233\347\232\204\344\272\213.md" "b/_posts/2022/2022-06-27-\344\273\216\351\233\266\345\255\246\344\271\240\345\216\250\346\210\277\346\264\273\346\230\257\346\214\272\350\200\227\347\262\276\345\212\233\347\232\204\344\272\213.md"
deleted file mode 100644
index feec0a7a9a..0000000000
--- "a/_posts/2022/2022-06-27-\344\273\216\351\233\266\345\255\246\344\271\240\345\216\250\346\210\277\346\264\273\346\230\257\346\214\272\350\200\227\347\262\276\345\212\233\347\232\204\344\272\213.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "从零学习厨房活是挺耗精力的事"
-date: 2022-06-27 10:28:28 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-
-从做菜开始,中餐的讲究也太多了...炒菜,挺麻烦的,油倒入多少才算合适?此外还特别容易把菜炒糊...后续洗碗洗锅呢,反正有些心累的感觉,如果是节假日,那就还好;可精力有限,做完饭菜,洗完厨具,只想看电视不想再干别的,很难再集中精力去思考其他的了...洗完澡,只想睡觉了,没心情。
-
-
-
-> 建议从一道菜一边处理一边烹煮学起,生搬硬套也好,但这只是让行动提速而已,任何菜做上十几遍也就如鱼得水,然而,假若不在脑子上用功,不从思维上治本,学习一道新菜同样有难度。
-
-> 如果你从本质上理解一道菜的每个步骤,思绪理顺了,哪一步什么时间需要什么材料要怎么做,转得快了,行动就不会乱,效率也自然会提上去,甚至在某一步稍作改变,结果也可能大不一样,从而得到新的发现和体会。 —— [做菜时有哪些节省时间、提高效率的小窍门? - 锅小然的回答 - 知乎](https://www.zhihu.com/question/31978268/answer/618495126)
-
-这个方法不止在厨房也适用,挺好的。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-28-\346\212\275\347\203\237\345\226\235\351\205\222\345\232\274\346\247\237\351\203\216\346\211\223\346\270\270\346\210\217\351\227\256\351\242\230\347\233\270\345\205\263.md" "b/_posts/2022/2022-06-28-\346\212\275\347\203\237\345\226\235\351\205\222\345\232\274\346\247\237\351\203\216\346\211\223\346\270\270\346\210\217\351\227\256\351\242\230\347\233\270\345\205\263.md"
deleted file mode 100644
index 38d11b8ba4..0000000000
--- "a/_posts/2022/2022-06-28-\346\212\275\347\203\237\345\226\235\351\205\222\345\232\274\346\247\237\351\203\216\346\211\223\346\270\270\346\210\217\351\227\256\351\242\230\347\233\270\345\205\263.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "抽烟喝酒嚼槟郎打游戏问题相关"
-date: 2022-06-28 14:26:42 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-> 太多人不明白这规律,在规劝他人方面,过于强调意志力的作用,期望使用“道理”让对方理解和接受,并由对方“自律”“自我管理”去改正行为习惯。
-
-> 这种寄希望于别人具备“理性”决策的方法论,本身就是不理性的臆想。
-
-> 使用意志力去抵御已经成瘾的多巴胺或其他神经递质的诱惑,是一个消耗过程,该过程会造成情绪的不稳定,从而增加人格外部性需求。
-
-> 即使是相对理性的受过良好训练的人,在自律上,也有个不可能三角:一个人不可能在【成长性】、【欲望及健康控制】、【社交及娱乐】上同时自律,因为在这种情况下,意志力消耗所产生的情绪低潮无法获得排解,大概率会进入情绪的坠落螺旋。
-
-> https://www.zhihu.com/question/477388387/answer/2546720377
-
-
-
-> 在这种成瘾性阻断的话题上,有效的方式是寻找成瘾性根源进行淡化和稀释、进行认知行为治疗、通过辅助手段进行习惯改良。
-
-这个确实,毕竟我曾经也是这个说教失败的例子。
\ No newline at end of file
diff --git "a/_posts/2022/2022-06-29-\347\251\272\347\251\272\347\251\272\347\251\272\345\246\202\344\271\237.md" "b/_posts/2022/2022-06-29-\347\251\272\347\251\272\347\251\272\347\251\272\345\246\202\344\271\237.md"
deleted file mode 100644
index e1ae37aabd..0000000000
--- "a/_posts/2022/2022-06-29-\347\251\272\347\251\272\347\251\272\347\251\272\345\246\202\344\271\237.md"
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: "空空空空如也"
-date: 2022-06-29 21:03:08 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-懵懵懂懂过了两年,今年技能还是没有增进,前年的热情似火,去年的尝鲜消遣,今年已成一摊死水。我喜欢的人/好朋友也都离职,得过且过是如今的速写,守着不是家的公司,空空如也;回想2020再到2022,反正也是空空如也。
-
-熟悉的,陌生的,这种感觉;重复的,曾经的,那些情节。是厌烦,是惧怕。
-
-
-
- 老实说,我看见也意识到了:
-
-* 公司招一个我这职位上的管理人员,也只会外招比我学历、技能等更优秀的人,毕竟外来的和尚会念经,除非公司绩效下滑的不行就用现成的人。
-* 我这职位可替代性极强。这也造成个问题,我主管至少默认是守着职位上的本职工作,是不太主动让我掌握更多的关键及核心核心技能的,就是将来老化被替换的零件。
-
-我不喜欢这工作!待遇比前年差了一大截了,既然我不喜欢这个公司,实际也没必要耽误双方时间了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-02-\346\202\204\345\222\252\345\222\252\347\232\204\345\277\253\344\271\220\345\267\245\344\275\234.md" "b/_posts/2022/2022-07-02-\346\202\204\345\222\252\345\222\252\347\232\204\345\277\253\344\271\220\345\267\245\344\275\234.md"
deleted file mode 100644
index e957c61810..0000000000
--- "a/_posts/2022/2022-07-02-\346\202\204\345\222\252\345\222\252\347\232\204\345\277\253\344\271\220\345\267\245\344\275\234.md"
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "快乐摸鱼,摸鱼快乐"
-date: 2022-07-02 12:40:19 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-
-
-
-
-## 网页植入小说
-
-pdf的话,就开nginx;像txt啊,插入代码就好。 配合南山政府网,快乐摸鱼。
-
-```
-
-```
-
-效果图如下
-
-![](https://i.imgtg.com/2022/07/02/NL3MN.png)
-
-## 虚拟桌面+无线耳机+听歌=爱过
-
-虚拟桌面配合无线耳机开apple music摸鱼。 按下F3按钮。
-
-![](https://i.imgtg.com/2022/07/05/NfMor.png)
-
-## 投影扩展屏 x 伪·系统升级
-
-(win+p)x http://fakeupdate.net
-
-![ ](https://i.imgtg.com/2022/07/15/ecTIU.png)
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-03-\345\260\217\346\235\202\346\204\237.md" "b/_posts/2022/2022-07-03-\345\260\217\346\235\202\346\204\237.md"
deleted file mode 100644
index 132e3b19d4..0000000000
--- "a/_posts/2022/2022-07-03-\345\260\217\346\235\202\346\204\237.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "小杂感 v22.7.3"
-date: 2022-07-03 23:03:02 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-困了早点睡,晚点睡可是让大脑变小。
-
-比起持续靠快乐机器长期维持快乐,还是发现真相更有意义;更多人还是选择认识真相,虽然认知的过程很痛很难受,但同时把自己认知内的事情做好也很不错。
-
-在了解了心理学“心脑一体”的概念后,心理反应其中也是大脑的产物,如:大脑某个负责功能模块病变、增强等,做出的反应判断。
-
-从“婴儿视角转移”、“婴儿基因中自带的价值观”事例中,以“知识边界是研究方法的边界”的新视角总结问题。
-
-吃瓜观察法,以证明难易为切入点,做正反双方立场来看待事件。如:翠花指责铁蛋abcd有理有据,那从铁蛋的视角呢,或许铁蛋更有充分理由,只是更难以证明而已。这样对事件也有了船新的认知。
-
-
-
-就这些了,没别的。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-03-\347\234\213\343\200\212\344\273\200\344\271\210\346\240\267\345\255\246\347\224\237\346\233\264\350\203\275\351\200\232\350\277\207\351\253\230\350\200\203\357\274\237\343\200\213\346\234\211\346\204\237.md" "b/_posts/2022/2022-07-03-\347\234\213\343\200\212\344\273\200\344\271\210\346\240\267\345\255\246\347\224\237\346\233\264\350\203\275\351\200\232\350\277\207\351\253\230\350\200\203\357\274\237\343\200\213\346\234\211\346\204\237.md"
deleted file mode 100644
index 774bb17e6b..0000000000
--- "a/_posts/2022/2022-07-03-\347\234\213\343\200\212\344\273\200\344\271\210\346\240\267\345\255\246\347\224\237\346\233\264\350\203\275\351\200\232\350\277\207\351\253\230\350\200\203\357\274\237\343\200\213\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "看《什么样学生更能通过高考?》有感"
-date: 2022-07-03 10:58:54 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-主要是我确实没怎么读过书,想不明白,对高考成功人士/做题家有一些好奇,才看的这视频。不过没想到这些高考上岸者的思维在工作中也是有所体现,而且非常明显,只是我没意识到、没察觉到罢了。
-
-一个月前,一个大婶在朋友圈说:“幸福之余在于闲暇,现在工作的目的就是为了往后的闲暇”。再结合现在看的视频,我似乎明白了什么。
-
-## 个性满足还是延迟满足
-
-像现在购买高价的电脑、平板、手机,以及每天无上限支出一样,无一不是个性满足。得到的结果也确实透支了未来,也就是当今在公司工作不爽,可有房租和一两月的日常开销的问题,跳槽就只会由暂时到一拖再拖的恶性循环。这其实,当今现状和小时候旷课逃课去打网络游戏,简直如出一辙啊。
-
-对比我朋友,反倒不是这样,一直着眼于将来。不安于现状,一直攒钱,抠抠搜搜的(但很重要的关系到人生大事是不会的),然后工作一年或几个月直接找个机会直接跳了。
-
-## 自我的未来与城市梦/消费梦/互联网梦
-
-去想象及放大自己的梦境,但为了能跨过当今这道坎,又必须尽量压制和拖延自己的梦想,着眼于如何 —— 也就是想方设法、绞尽脑汁去解决这当今这道坎,甚至牺牲一切都在所不惜。
-
-所以从另一方面来说,学习好还真可不是什么大众所云的“热爱学习”,只是对当今的坎下了自己难过且痛苦的“深层功夫”。
-
-抹去掉自己的个性,以另一种姿态长期活着,想象人格已经盖住了自己真实人格。当这道坎已经不在的时候,也许就迷失了。
-
-## 上岸后的迷失,迷失又继续往后的生活
-
-我的话就是对社会上的事情,一直处于事不关己的无所谓,如:“城市发展、城乡建设、政策法规执行什么的”。没有根。现在早已没有了家乡的热爱或是思念之情之类的。
-
-高考上岸者的话,可能更早注意到阶级及家庭环境因素带来的落差感,自己找不到身边同样出身于农村/工人阶级的同伴,慢慢的渐渐的,自己也消解掉一部分自己所带的小县城文化,开始于自己的家乡文化有些格格不入。
-
-一直被灌输着“城市梦/消费梦/互联网梦”,可如今融入不了长期定居大城市的生活,回不去与自己观念意识格格不入的家乡。也可能在地级市买房什么的吧,实在不行就将就在县城买房买车过生活,下一代的话又继续走重复的路。
-
-## 尾声
-
-可能到最后追求的是那种房东式的躺平生活吧,说好听点,大家都在追求“共产主义”的美好生活,做不到就建立在他人基层建筑上的美好经济生活。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-04-\345\260\261\342\200\234\344\270\272\344\273\200\344\271\210\346\234\211\344\272\233\344\272\272\345\201\232\351\245\255\345\260\261\346\230\257\351\232\276\345\220\203\357\274\237\342\200\235\344\270\200\351\227\256\345\233\236\347\255\224\344\272\256\347\202\271.md" "b/_posts/2022/2022-07-04-\345\260\261\342\200\234\344\270\272\344\273\200\344\271\210\346\234\211\344\272\233\344\272\272\345\201\232\351\245\255\345\260\261\346\230\257\351\232\276\345\220\203\357\274\237\342\200\235\344\270\200\351\227\256\345\233\236\347\255\224\344\272\256\347\202\271.md"
deleted file mode 100644
index ad896c71fb..0000000000
--- "a/_posts/2022/2022-07-04-\345\260\261\342\200\234\344\270\272\344\273\200\344\271\210\346\234\211\344\272\233\344\272\272\345\201\232\351\245\255\345\260\261\346\230\257\351\232\276\345\220\203\357\274\237\342\200\235\344\270\200\351\227\256\345\233\236\347\255\224\344\272\256\347\202\271.md"
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "就“为什么有些人做饭就是难吃?”一问回答亮点"
-date: 2022-07-04 17:16:19 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/02
----
-
-[为什么有些人做饭就是很难吃? - 首席村姑的回答 - 知乎](https://www.zhihu.com/question/437656087/answer/1760597496)
-
-
-
-做事情一直不咋样,没有沉淀。
-
-有沉淀:对每一次sop,进行复盘总结分析。
-
-水经验,一直不咋样:次次sop,仅重复动作速度加快...
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-04-\350\260\203\350\257\225\344\274\232\350\256\256\351\200\232\350\257\235\347\232\204\345\244\215\347\233\230.md" "b/_posts/2022/2022-07-04-\350\260\203\350\257\225\344\274\232\350\256\256\351\200\232\350\257\235\347\232\204\345\244\215\347\233\230.md"
deleted file mode 100644
index 651b5c8123..0000000000
--- "a/_posts/2022/2022-07-04-\350\260\203\350\257\225\344\274\232\350\256\256\351\200\232\350\257\235\347\232\204\345\244\215\347\233\230.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "调试会议通话的复盘"
-date: 2022-07-04 15:28:26 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-一开始调试会议通话声音正常,但对方连上会议却没有声音。我察觉是对方电脑音频问题便说:“我刚才已经做过测试了,我们这边是没有问题的;没声音,是对方问题,不是我们的问题,他自己解决”。秘书听到这个话,语气严厉略带不满地说道:“那你还是没有做过正常测试;我们这次视频会议要求是大家都能正常通话”。
-
-
-
-不想做多余离开自己本位的活,这也造成一个问题:缺乏集体责任意识,活做不好;同时也会让同事感到做事差劲,个人形象挺差的。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-06-X\346\236\252\346\213\215\346\241\210\344\270\215\346\203\212\345\245\207.md" "b/_posts/2022/2022-07-06-X\346\236\252\346\213\215\346\241\210\344\270\215\346\203\212\345\245\207.md"
deleted file mode 100644
index 5914137628..0000000000
--- "a/_posts/2022/2022-07-06-X\346\236\252\346\213\215\346\241\210\344\270\215\346\203\212\345\245\207.md"
+++ /dev/null
@@ -1,54 +0,0 @@
----
-title: "X枪拍案不惊奇"
-date: 2022-07-06 14:18:09 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-《经典传奇》式拍案惊奇,新闻八卦艺术加工的磕普,UC震惊部的震惊。
-
-
-
-开头:
-
-史上最离谱的王朝 (制造悬念,哪个王朝?)
-皇帝遭割鼻流血而死
-朝廷被20岁少妇掌控百年 (猎奇,下鱼饵)
-儿子将皇帝老子割鼻致死
-江山旁落到一个年仅20的少妇手里
-这事儿您听起来荒唐吗? (抛出疑问,为什么荒唐,了解下?)
-历史总是惊人的相似
-却不是简单的重复
-大家好 我是主讲人某某某 (留住受众)
-
-结尾:
-
-没藏氏和没藏讹庞大计已成
-即刻让年仅一岁的李谅祚登上了皇位
-成了西夏国的傀儡皇帝
-20岁的没藏氏成了权倾朝野 垂帘听政的皇太后
-开后没藏家族的掌权时代
-好了,今天的历史知识就到这里了
-不知道您对这件事有什么样的看法呢
-欢而来评论区一起留言讨论哦
-
-摘自:[营销号也有闪光点,写作技巧能虐一片原创](https://www.bilibili.com/video/BV1DW4y1z7MA);括号是我自己的理解。
-
----
-
-选题陌生化,再例如:例如《经典传奇》之“刘胡兰究竟死于谁手”,这样标题一出足以激发我们人性上的猎奇心理。
-
-一开始就使用极性化的用词如:“最”、“第一”等,来塑造鲜明的人物。鲜明的个性一般往往也容易让人记住
-
-浮夸地用词刻意设置让人想入非非猎奇的人设(信息不对称),而且开篇陈述的事件还夹杂着无从查证的野史,甚至自我臆测,来制造事件核心热点。
-
-> 在讲述过程中,故事为了达到一种吸引眼球的效果,渲染种种奇怪的现象,结果却只是荒唐的推测。
-
-> 但悬念化的叙事技巧和营造不能滥用,否则会造成对于科学本质和答案找寻的误解,如果悬念的揭开无法满足观众的期待视野,会造成一种刻意营造话题和焦点的不良印象,对节目的发展造成伤害。
-
-参考文献:
-
-* 《浅析科教栏目《走进科学》的表现手法与创作路径》
-* 《论故事讲解类文化节目的特征...《经典传奇》《大揭秘》为例》
diff --git "a/_posts/2022/2022-07-06-\343\200\212\350\220\245\351\224\200\345\217\267\344\271\237\346\234\211\351\227\252\345\205\211\347\202\271\343\200\213\346\221\230\345\275\225\346\224\271.md" "b/_posts/2022/2022-07-06-\343\200\212\350\220\245\351\224\200\345\217\267\344\271\237\346\234\211\351\227\252\345\205\211\347\202\271\343\200\213\346\221\230\345\275\225\346\224\271.md"
deleted file mode 100644
index ccbd4b2755..0000000000
--- "a/_posts/2022/2022-07-06-\343\200\212\350\220\245\351\224\200\345\217\267\344\271\237\346\234\211\351\227\252\345\205\211\347\202\271\343\200\213\346\221\230\345\275\225\346\224\271.md"
+++ /dev/null
@@ -1,53 +0,0 @@
----
-title: "《营销号也有闪光点》摘录改"
-date: 2022-07-06 11:22:51 +0800
-author: hoochanlon
-category: [2022.]
-tags: [摘录]
-permalink: /:year/:month-:day/01
----
-
-摘录特殊开篇语:
-
-仅做摘录微改,摘录部分有挺多可取之处,目前暂不写太多我个人的一些想法。因为基本上是干货的原因,如果不再翻阅相关学科资料解读,很难有自己的独立想法及体系吧。
-
-先知道有这回事就行,记住了解部分主干要点,别的理清自己逻辑,翻阅资料整合后再说吧。
-
-原视频处:[营销号也有闪光点,写作技巧能虐一片原创](https://www.bilibili.com/video/BV1DW4y1z7MA)
-
-
-
-## 写作前教程
-
-1、拿到选题后不要急于赶工写作,先看清楚标题以及视频内容中的看点突出什么,再去网上查找相关资料,多搜集一些信息,并汇总本标题能用到的信息一定要多看,否则没有内容可写。然后确定文章提纲、文风是幽默、还是严谨,決定好后再去动笔,切记不要者急赶工,这样出来的文章退稿几率极大。
-
-2、再就是分析试稿的标题,以及那些论文里面的逻辑,綜合起来组成自己的一套逻辑思路,一定要保证和其他任何一篇都不一样,并且要有自己的观点在里面。正文根据提纲,即本文大致框架去写,注忘安排时间逻辑、故事串联,让其合理清晰、不产生思维跳跃,就算上下段之问没有关联,请用转折语言或关系语向告知逻辑所在,如上段写贾宝玉含看金钥匙而生,下段写其凄凉出家,没能明显没能留下空间讲述原因,怎么办?用此类语言:或许他就不该降生在这个金玉之家,因为大厦倾覆之时,没有一个人是无辜的,贾宝玉也是如此,前半生享尽了荣华富贵,荣国府崩溃后,他的后半生只能修佛念经、常伴青灯孤寂苟活。
-
-3、注意修饰语句、用词讲究不应付、无语义重复、或平常语言但读起来顺畅无比,能够带动读者感情,或喜或怒、或联想场景或身临其境,要有极强的代入感,这样的文笔才算的上是写作,否则那只能叫 “文字的搬运工〞。
-
-4、怎样算逻辑条理清晰?
-
-最基础的方法:时间逻辑、新间六要素法、倒叙讲述。时间逻辑就是按照事件发生的先后顺序讲述,结合自己的文笔优势进行创作。新闻六要素则是时间、地点、人物、事件、起因、经过,再配合 “影响(即观点,正向积极)”创作
-
-关于文章的逻辑,可以纵向的,也可以是横向的,大部分都是分析原因及结果,比如说从政治、经历、历史、内外部、时间、地点等逻错上来思考,高度从个人上升到集体,在上升到国家,要有自己的逻辑思路体现在小标题上面。
-
-## 写作技巧
-
-(文字排版读起来费劲...看图吧。)
-
-![](https://i.imgtg.com/2022/07/06/Nj4ka.png)
-
-## 用这类手法写严谨求真的学科的“怪味”
-
-### “怪味”
-
-![ ](https://i.imgtg.com/2022/07/06/NjHYN.png)
-![ ](https://i.imgtg.com/2022/07/06/NjDmS.png)
-
-一股算命先生的即视感,老实说,我小时还挺爱看这类节目的...就爱听说书故事,以为这就是学识/学问。
-
-### 结语
-
-> 不一定是写作高手,但没有学问或学问不好的人,肯定写不出优秀的历史著作。史学写作是一种特殊的写作,它始终受到材料的制约,体现作者的观察立场,反映其学力和眼光,而不能任情挥洒和自由发挥。 —— 《历史学家的修养和技艺》
-
-画虎不成反类犬;野史估摸着也和现在一样,新闻八卦的写作手法而来,语不惊人死不休,整点整点离奇,大家吃吃瓜。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-10-\350\277\231\344\272\233\344\272\272\345\217\257\351\203\275\344\270\215\345\202\273.md" "b/_posts/2022/2022-07-10-\350\277\231\344\272\233\344\272\272\345\217\257\351\203\275\344\270\215\345\202\273.md"
deleted file mode 100644
index cadc2551f5..0000000000
--- "a/_posts/2022/2022-07-10-\350\277\231\344\272\233\344\272\272\345\217\257\351\203\275\344\270\215\345\202\273.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "这些人可都不傻"
-date: 2022-07-10 08:02:51 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-难以对付...还好不是对头,这世上聪明人可垒上不知道多少座珠穆朗玛;真像《鹿鼎记》电影陈近南整句对话的其中一段说的:“读书明事理的人,大多数都在朝廷做官了。对付那些蠢人,就绝不可以跟他们说真话,必须要用宗教形式来催眠他们;使他们觉得所做的事情都是对的,所以反清复明只是一句口号,跟阿弥陀佛都是一样”。
-
-
-
-[![IMG_4025.jpg](https://img.wang.232232.xyz/img/2022/07/10/IMG_4025.jpg)](https://img.wang/image/7ZDDx)
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-18-\345\267\245\350\265\204\357\274\214\344\270\200\344\270\252\346\234\200\345\220\216\344\270\200\345\235\227\347\232\204\351\201\256\347\276\236\345\270\203.md" "b/_posts/2022/2022-07-18-\345\267\245\350\265\204\357\274\214\344\270\200\344\270\252\346\234\200\345\220\216\344\270\200\345\235\227\347\232\204\351\201\256\347\276\236\345\270\203.md"
deleted file mode 100644
index 2c7269a653..0000000000
--- "a/_posts/2022/2022-07-18-\345\267\245\350\265\204\357\274\214\344\270\200\344\270\252\346\234\200\345\220\216\344\270\200\345\235\227\347\232\204\351\201\256\347\276\236\345\270\203.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "工资,一个最后一块的遮羞布"
-date: 2022-07-18 20:10:28 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-看到工资单的那一刻,我发现看不到头。我喜欢的女生呢,工资几乎是我的两倍了,就我这点钱真的也是像个不懂时事的傻瓜,做个月光,偶尔像父母要点钱,一直啃老,一个人快乐过单身了...
-
-在这些中年人眼中我大手大脚的肆意挥霍成了有钱羡慕的对象,可是谁都心知肚明我只是像一个无忧无虑的小傻瓜,也似乎都明白了我的未来 ———— 无法改变什么,随波逐流,安乐一生。
-
-我不知道喜欢谁,我目前也不需要去喜欢谁,我只是在逃避。
-
-逃避可耻,但没用...迟早要面对。
-
-醒来,一直想它和触不可及的她,这会痛苦,目前的水平也解不开,虽然逃避得到一时安逸
-
-但...很现实的是,解不开就是痛苦...
-
-
-
-从一开始与她打交道,就意识到这个人很聪明。没想到确实比我高出几个段位,好吧,....
-
-明面贴着工资去打交道,可以想象得不到真心话,得不到有用意见,更不用说建立起朋友了,大家都是尔虞我诈。
-
-对;我才明白,一起读大专的好朋友对我说的话:“你要有大局观,先学会存钱”。
-
-根据心理学进化论来说,确实是这样。
-
-薪酬专员也只能明白在私企哪个行业薪酬普遍较高,好混一点,但到最后...呃,还是公务员吧...不过,并不是 ——
-
-每个阶段有几个想与我相识的人,可是...我现在早已经错过了,当我想要去找她们时,真的,
-
-没有联系方式,回忆里中的过客一样了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-23-\344\272\262\346\210\232\344\275\277\346\210\221\346\204\237\345\210\260\346\212\230\347\243\250\350\213\246\347\227\233\347\242\216\350\257\255.md" "b/_posts/2022/2022-07-23-\344\272\262\346\210\232\344\275\277\346\210\221\346\204\237\345\210\260\346\212\230\347\243\250\350\213\246\347\227\233\347\242\216\350\257\255.md"
deleted file mode 100644
index 06f2fd9bf9..0000000000
--- "a/_posts/2022/2022-07-23-\344\272\262\346\210\232\344\275\277\346\210\221\346\204\237\345\210\260\346\212\230\347\243\250\350\213\246\347\227\233\347\242\216\350\257\255.md"
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: "亲戚使我感到折磨苦痛碎语"
-date: 2022-07-23 07:28:07 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-看见上高中的妹妹,朋友圈是有很多社会上工作的女生/女性发朋友圈的那种既视感
-
-和印象中的学习成绩好,完全不搭边…
-
-后来我看了b站社会学大锅的高考上岸主题相关的视频
-
-才知道,也才理解,原来是两回事
-
-—-
-
-看到堂妹她妈发朋友圈坐着独立办公室摆拍的照片,下班还能惬意赏月亮
-
-说什么薪资高是工作时间长,说什么游山玩水是在本地时间长,屁话!
-
-说什么自己是职校出身,没年轻人有着高学历文凭,虚伪!
-
-我这是供她们提取经验教训的小白鼠
-
-恼火!无可奈何,这是一种痛苦。
-
-既然目前解决不了这道坎,删了她们,暂时逃避一下
-
-—-
-
-看了关于看不惯别人好的一些文章分析
-
-原来很重要的一个原因是阶级啊
-
-酒癫子祖父一直奚落我和我父母,一直炫耀这“外人”家庭
-
-果然被十多年前的“死肥猪”说中了连二本都考不上
-
-这个快乐大婶的伪善,帮个什么忙呢?还是我父母求的!
-
-酒癫子一直住我家买的楼下小屋
-
-看着都厌烦!
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-23-\346\224\266\345\205\245\357\274\233\346\266\210\350\264\271\350\247\202\343\200\202.md" "b/_posts/2022/2022-07-23-\346\224\266\345\205\245\357\274\233\346\266\210\350\264\271\350\247\202\343\200\202.md"
deleted file mode 100644
index 26bf1e740d..0000000000
--- "a/_posts/2022/2022-07-23-\346\224\266\345\205\245\357\274\233\346\266\210\350\264\271\350\247\202\343\200\202.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "收入;消费观。"
-date: 2022-07-23 07:32:49 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-看不懂的魔幻是我对消费观念不解罢了。
-
-室友对我说:“茶饼贵?”,随即拿小瓶眼妆还是啥的便说道:“我这小瓶眼妆要两百多来块呢”,我惊讶地说:“那不是一套化妆品下来得要一千多来块了?”,她回答:“你太天真了,女孩一套化妆品下来至少3千块”。
-
-于是我便问月薪过万的兄弟,她的化妆品却不到两三百。
-
-我的话,肯定大手大脚了。这些我薪资高出一大截的早就知道开源节流了,他们有更大的未来愿景。
-
-我还是在自己的世界沉溺太久太久,只顾当前眼下享乐,至于未来…再这样真就要废了
-
-老实说如果不是知道她具体薪资,我还真以为她是挂在嘴边的“穷”,通过薪酬确实可以看到很多人性上的东西,比如说价值观、品行,行事风格什么的。
-
-一层不明具体薪酬薄纱下,也褪去一定的“薪资歧视”,更好的交个朋友,做个同事仅此而已。
-
-至于中年人呢,到底是在做戏,表演,还是他们每个人真性情呢?
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-25-\344\270\212\347\217\255\344\270\216\344\270\215\346\203\263\344\270\212\347\217\255\344\271\213\351\227\264\347\272\240\347\273\223\346\233\262.md" "b/_posts/2022/2022-07-25-\344\270\212\347\217\255\344\270\216\344\270\215\346\203\263\344\270\212\347\217\255\344\271\213\351\227\264\347\272\240\347\273\223\346\233\262.md"
deleted file mode 100644
index fb70db9a0e..0000000000
--- "a/_posts/2022/2022-07-25-\344\270\212\347\217\255\344\270\216\344\270\215\346\203\263\344\270\212\347\217\255\344\271\213\351\227\264\347\272\240\347\273\223\346\233\262.md"
+++ /dev/null
@@ -1,40 +0,0 @@
----
-title: "上班与不想上班之间纠结曲"
-date: 2022-07-25 12:12:39 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-这样的天,到12点变得难以忍受。出门就感到身体被融化。🫠
-
-![](https://i.imgtg.com/2022/07/25/reDHS.png)
-
-
-
-这样忘记早晨和午间,等着外送,躺在空调床里确实很舒服。
-
-![](https://i.imgtg.com/2022/07/25/reExC.png)
-
-![](https://i.imgtg.com/2022/07/25/reHXN.png)
-
-在请假与不请假之间犹豫不定。扣钱太多,不爽;上班太热,怕中暑,不爽。
-
-![](https://i.imgtg.com/2022/07/25/recZt.jpg)
-
-如果是发朋友圈,感觉自己像跳梁小丑。
-
----
-
-工地里的大叔正在干活
-
-同事拿着上万月薪一如往常在工作
-
-而我,手上不到七千块,却像个公子哥跳来跳去
-
-去过山姆,没见过世面,像极了刘姥姥
-
-可刘姥姥懂世故,我却不懂...
-
-像极了吃喝玩乐低级欲望的开心小丑
diff --git "a/_posts/2022/2022-07-27-\345\221\250\345\205\255\346\227\245\344\273\245\346\255\244\351\227\256\351\242\230.md" "b/_posts/2022/2022-07-27-\345\221\250\345\205\255\346\227\245\344\273\245\346\255\244\351\227\256\351\242\230.md"
deleted file mode 100644
index 6777d3704c..0000000000
--- "a/_posts/2022/2022-07-27-\345\221\250\345\205\255\346\227\245\344\273\245\346\255\244\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "周六日以此问题"
-date: 2022-07-27 15:04:15 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-最近过得这么烦闷痛苦是还没建立自己的独有的价值观。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-28-\350\207\264\344\270\200\347\233\264\350\207\252\345\215\221\347\232\204\344\275\240.md" "b/_posts/2022/2022-07-28-\350\207\264\344\270\200\347\233\264\350\207\252\345\215\221\347\232\204\344\275\240.md"
deleted file mode 100644
index d0d5e32921..0000000000
--- "a/_posts/2022/2022-07-28-\350\207\264\344\270\200\347\233\264\350\207\252\345\215\221\347\232\204\344\275\240.md"
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "致一直自卑的你"
-date: 2022-07-28 19:22:46 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-早晨在与朋友谈天发现不错且一直可实践的方法。
-
-![ ](https://i.imgtg.com/2022/07/28/rDEFi.png)
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-28-\351\232\224\347\235\200\345\267\245\350\265\204\347\232\204\344\270\200\345\261\202\347\232\256.md" "b/_posts/2022/2022-07-28-\351\232\224\347\235\200\345\267\245\350\265\204\347\232\204\344\270\200\345\261\202\347\232\256.md"
deleted file mode 100644
index b7e3207695..0000000000
--- "a/_posts/2022/2022-07-28-\351\232\224\347\235\200\345\267\245\350\265\204\347\232\204\344\270\200\345\261\202\347\232\256.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "隔着工资的一层皮"
-date: 2022-07-28 09:33:03 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-消费观念来说,月入两万的软件同事每天都在跟我装穷,自己早已入深户在深买房,幸福了下一代;另一位过万的女“兄弟”,对化妆品都不超三百的,基本上都不挎包。这也有可能是受家庭环境所影响,可以说是节俭的;还有一位我挺喜欢的女性,看到工资后真是可望不可及啊….在和她聊天的过程了解到她的观念“打工就是为了追求财务自由”,这真的几乎打消了我追求的幻想。
-
-那次去茶餐厅和测试同事讨论工资与人员离职的话题,测试同事对我说的:“我们一开始工资都差不多,一样的,现在涨的工资比你高不少,我现在都有八千五了”。原来工资已渐渐拉开了差距;在以前知道了“为什么老说想离职的同事没离职,劝人离职的同事没离职”,现在才知道“为什么有的人离职了还劝别人好好干”,原来是这是隔着一层皮的场面话,是真心的话早说各种槽点了,自己值不值得待下来去了。
-
-人与人,在非家人关系之间,在非挚友之间,隔着边界线说话,这是人性,而我却不懂。现在才懂得这层道理。
\ No newline at end of file
diff --git "a/_posts/2022/2022-07-30-\345\205\263\344\272\216\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\357\274\214\346\210\221\344\270\252\344\272\272\345\217\257\347\272\263\345\205\245\345\215\207\347\272\247\347\232\204\344\273\267\345\200\274\350\247\202.md" "b/_posts/2022/2022-07-30-\345\205\263\344\272\216\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\357\274\214\346\210\221\344\270\252\344\272\272\345\217\257\347\272\263\345\205\245\345\215\207\347\272\247\347\232\204\344\273\267\345\200\274\350\247\202.md"
deleted file mode 100644
index fb34a84cc7..0000000000
--- "a/_posts/2022/2022-07-30-\345\205\263\344\272\216\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\357\274\214\346\210\221\344\270\252\344\272\272\345\217\257\347\272\263\345\205\245\345\215\207\347\272\247\347\232\204\344\273\267\345\200\274\350\247\202.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: "关于《菊与刀》,我个人可纳入升级的价值观"
-date: 2022-07-30 07:49:45 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-1. 我承认享乐的私欲。人之常情,食色的私欲是非常正常的。但不要影响我人生大事。
-2. 是学会调整手段与目标,用恰当的努力达到目的,不多不少。
-3. 我和别人只是两者不相融各自独立的圈子,别否定自己看到现象,也别否定自己的过去,与自己过去相比,又是否自重了很多。
-
-
-
-我知道了不少同事薪酬,那一刻由工资体现的阶级差距,我内心是非常矛盾的,那我个人生活的意义到底是什么呢?是退缩?还是逃避?看着半熟不熟的小时嘲讽过我的亲戚坐在独立办公室摆拍工作的照片,心里真是尤为恼火,又无可奈何。
-
-基于我这心理情况,我决定重修我的人生观,读一些文化学、看名人传记、心理学通识,看完《李鸿章传》再看看康德吧,对我的“知识经验观”,对事物的判断上面也特别重要。
-
-我的出身并不好,当然学历也很难看,那只能尽最大心力尝试破壳了;别人的生活,始终是别人的生活,他只是像我展示了不同生存方式的另一面;我的自尊难道只能通过这些来体现吗?
-
-正是由于圈子的不同,我能看到独特的批判思维方式,给自己来场旅行;真的想两人生活,那尽可能达到彩礼门槛吧,彩礼门槛也不少钱了;花我该花的钱,不花我并不需要体验升级的钱,这些体验升级,永远都体验不完,倒是升级体验的钱经常花完。
-
diff --git "a/_posts/2022/2022-07-30-\347\224\261\344\273\212\346\231\232\347\232\204\350\257\235\345\211\247\346\274\224\345\207\272\357\274\214\346\203\263\345\210\260\350\257\225\345\220\254\344\270\200\345\234\272\351\237\263\344\271\220\344\274\232.md" "b/_posts/2022/2022-07-30-\347\224\261\344\273\212\346\231\232\347\232\204\350\257\235\345\211\247\346\274\224\345\207\272\357\274\214\346\203\263\345\210\260\350\257\225\345\220\254\344\270\200\345\234\272\351\237\263\344\271\220\344\274\232.md"
deleted file mode 100644
index 3cadd6b56a..0000000000
--- "a/_posts/2022/2022-07-30-\347\224\261\344\273\212\346\231\232\347\232\204\350\257\235\345\211\247\346\274\224\345\207\272\357\274\214\346\203\263\345\210\260\350\257\225\345\220\254\344\270\200\345\234\272\351\237\263\344\271\220\344\274\232.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "由今晚的话剧演出,想到试听一场音乐会"
-date: 2022-07-30 23:52:33 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-优雅,实在太优雅了;妙,妙不可言;话剧切身实地去体验一下,简直很不一样。那种肉眼所见活灵活现的张力,哇塞,简直是视觉与听觉犹如巨浪在脑海不断冲击着。
-
-
-
-为人装模作样的大婶朋友圈秀旅游,虽让人羡慕,但我有话剧,体验演员优美的舞蹈与悠扬音乐交汇,我有感受艺术美的能力,并不会比这家伙差人一等。
-
-这种艺术欣赏可比仅在于品尝哈根达斯、喝星巴克、买品牌服装的行为高雅多了,何况这种行为连车都买不起,更别说买房了。特别是在自己开始明晰自己当今能力的消费后,确实会有不一样的认知。
-
-![](https://i.imgtg.com/2022/07/31/rVtXK.png)
-
-接下来8.21晚深圳音乐厅的音乐会,又会带给我怎样的感受呢?
\ No newline at end of file
diff --git "a/_posts/2022/2022-08-07-\344\270\215\350\203\275\344\273\216\346\266\210\350\264\271\350\247\202\347\234\213\345\207\272\344\273\200\344\271\210.md" "b/_posts/2022/2022-08-07-\344\270\215\350\203\275\344\273\216\346\266\210\350\264\271\350\247\202\347\234\213\345\207\272\344\273\200\344\271\210.md"
deleted file mode 100644
index 8be6e4b389..0000000000
--- "a/_posts/2022/2022-08-07-\344\270\215\350\203\275\344\273\216\346\266\210\350\264\271\350\247\202\347\234\213\345\207\272\344\273\200\344\271\210.md"
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "不能从消费观看出什么"
-date: 2022-08-07 15:25:31 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-自从知道一些同事具体薪酬后,我的看法也是算极大的更新。真的如鲁迅在《坟·推背图》里所说:“这么说,那么做”。我想也不只是消费观不同。
-
-月薪两万的前人资同事说:“软件要100块,可太贵了”。月薪两万的软件说:“在生活水平没改善之前会一直嗦粉的;你早餐都是加两个蛋,我哪有底气讽刺”。
-
-其实我提到的这个软件同事在深买了房,有了车,带着娃。可还对我这到手只有六千的说出这样的话...值得一番警醒与辨证。我们的消费随意性第一窗口的展示也就是吃了,随后便是娱乐。或许不少人眼中消费随意代表资产宽容度高,有钱。殊不知是个人观念作用罢。当然也离不开他们成长过程中逐步完善的“话语逻辑”。
-
diff --git "a/_posts/2022/2022-08-31-\345\206\231\344\270\213\346\210\221\346\234\200\350\277\221\346\213\205\345\277\247\344\270\224\345\260\217\345\277\203\347\232\204\344\272\213.md" "b/_posts/2022/2022-08-31-\345\206\231\344\270\213\346\210\221\346\234\200\350\277\221\346\213\205\345\277\247\344\270\224\345\260\217\345\277\203\347\232\204\344\272\213.md"
deleted file mode 100644
index bd54d440ab..0000000000
--- "a/_posts/2022/2022-08-31-\345\206\231\344\270\213\346\210\221\346\234\200\350\277\221\346\213\205\345\277\247\344\270\224\345\260\217\345\277\203\347\232\204\344\272\213.md"
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "写下我最近担忧且小心的事 —— 自以为是"
-date: 2022-08-31 19:16:57 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-说到这自以为是的察觉呢,是我早前学生时期得到了一个不同于众人的观点,所带来骄傲自满、了不起。随着走向社会,不断被学历与经验之下的各种打击也算认清了现实,也妄自菲薄好长一段时间,虽说现在不自觉也会有一些,但这种经历使我对此也有了一种提防与警惕。
-
-可能解决这一问题的发现呢,也是今天看了对毕加索、达利的画作研究论文悟到的。我并没有这些伟大的画家那般有才,虽从他们身上学到了对画作以新的视角观察、审视、感受,但绝不能跟从他们身上的疯狂与傲慢;这些伟大的画家表现出外在的疯狂与傲慢,他们是有这个资本与能力让人钦佩与折服的,不过对于我来说则不行,理由如下:
-
-* 一、世界上也没那么多了解皮毛懂点知识就一蹴而就的天才,这是客观规律,何况值得注意的是他们打小就不断学习
-* 二、我对“自己对得到新知识,欣喜若狂想立即与他人分享“的这种行为感受进行了回溯体会,察觉到我有一丝那种想火箭式地获取别人肯定,从而引发自以为是的苗头
-
-整体来说,这实际上也了解他人优点,学习他人可取之处,留意与感知他人那种偏执、易与人产生矛盾摩擦等负面个性,还是不要取为好,老实说这样容易迷失自我,我也有过这样血亏的教训,辩证地“取其精华,取其糟粕”也是一个不错的审慎过程吧。
\ No newline at end of file
diff --git "a/_posts/2022/2022-09-04-\343\200\212\350\256\260\345\275\225\347\224\267\345\245\263\346\234\211\345\210\253\347\232\204\345\226\234\346\254\242\347\234\213\346\263\225\344\270\216\346\213\251\345\201\266\351\251\254\345\244\252\346\225\210\345\272\224\343\200\213\346\211\271\345\210\244.md" "b/_posts/2022/2022-09-04-\343\200\212\350\256\260\345\275\225\347\224\267\345\245\263\346\234\211\345\210\253\347\232\204\345\226\234\346\254\242\347\234\213\346\263\225\344\270\216\346\213\251\345\201\266\351\251\254\345\244\252\346\225\210\345\272\224\343\200\213\346\211\271\345\210\244.md"
deleted file mode 100644
index 4154dc8894..0000000000
--- "a/_posts/2022/2022-09-04-\343\200\212\350\256\260\345\275\225\347\224\267\345\245\263\346\234\211\345\210\253\347\232\204\345\226\234\346\254\242\347\234\213\346\263\225\344\270\216\346\213\251\345\201\266\351\251\254\345\244\252\346\225\210\345\272\224\343\200\213\346\211\271\345\210\244.md"
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: "《记录男女有别的喜欢看法与择偶马太效应》批判"
-date: 2022-09-04 07:46:53 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-> 今早女同事问我:“一个男生真的喜欢一个女生是什么样子啊?”,我思索了好一会儿,回答说:“在常理范围内,能为她做力所能及的事吧。去了解她的工作/生活状况,对她关心/尽可能理解她吧”。
-
-> 话完我便反问女同事,看看她的观点及理解。同事首先表示之前自己与男朋友吵了一架,然后回复说:“希望一直和他在一起,他和别的女生在一起会吃醋,和他在一起会觉得很舒服,会想接近他”。
-
-经过我朋友的点醒,在以感性的角度来看这对话显得迂阔,滑稽又可笑。就《记录男女有别的喜欢看法与择偶马太效应》也是如此。
-
-
-
-“你发现没有,你以为在闲聊。其实她只是想和你抱怨;抱怨自己的男友,以及寻求一些安慰”。
-
-“一个男生真的喜欢一个女生是什么样子啊? 翻译一下就是,我男朋友是不是不喜欢我了”。
-
-朋友这么说后,随即说明“不能只听她的表面上想表达的意识,你要去感受她的情绪”。
-
-朋友又接着以感性的角度揣摩“同事首先表示之前自己与男朋友吵了一架。然后回复说:‘希望一直和他在一起,他和别的女生在一起会吃醋,和他在一起会觉得很舒服,会想接近他’。”这段话,表示实际上她只是在怨气发泄,回答什么也不重要。
-
-> 昨天和他吵架,我就是想他哄哄我,我就说说我要是动了心结束这段感情了;结果他说什么,异地恋本来就是很难,如果你动了心,那不怪你。
-
-朋友结合他俩的对话并表示:“两人彼此已经有了隔阂,并都想分手,其实后面家庭条件、距离都是借口,相对不那么重要;两个人的信任和认可的破灭才是关键”。
-
-随后也说了其他的小事及话语
-
-“女生其实很多话讲的;每天发生点啥小事,都要找人分享的;是因为她们基本都是被情绪驱动的,这就是为啥,女生会被贴上无理取闹的标签。因为她们并不喜欢和你讲道理”。
-
diff --git "a/_posts/2022/2022-09-04-\344\270\200\346\254\241\345\215\225\345\220\221\344\270\200\345\216\242\346\203\205\346\204\277\347\232\204\346\262\211\346\200\235.md" "b/_posts/2022/2022-09-04-\344\270\200\346\254\241\345\215\225\345\220\221\344\270\200\345\216\242\346\203\205\346\204\277\347\232\204\346\262\211\346\200\235.md"
deleted file mode 100644
index 0b6d008173..0000000000
--- "a/_posts/2022/2022-09-04-\344\270\200\346\254\241\345\215\225\345\220\221\344\270\200\345\216\242\346\203\205\346\204\277\347\232\204\346\262\211\346\200\235.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "一次单向一厢情愿的沉思"
-date: 2022-09-04 11:49:03 +0800
-author: hoochanlon
-category: [2022.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/02
----
-
-就根据我了解的已婚或成伴侣的朋友,我从他们那听到一个核心概念就是“双向选择”或者说是“双向奔赴”。必须两人要处在这一“认可”平台上才能建立这种关系。
-
-
-
-关于这内心上的认可其实是挺有横纵空间概念的。比如常见物资上的:钱、房子、车子;这是客观上认可的东西。在社会上结识的人,我们所遇到的每个人,他的家庭资本、家庭背景比较起来的话都差序的。之所以我们能相见交流也是在共有平台上,如在相同的学校、同一个公司这样进行的,而这些人能够成为双向共同的伴侣,从一定程度上说明也不完全是这些物资上的东西。
-
-选择以物质为主的择偶,其本身是一种家庭联结的相亲标准,谈不上什么感情,在情感上是没选择的,更像是事业群体为利益的结合。这和自由恋爱还是有所差别的,自由恋爱更多是建立在双方内心沟通的契洽上,至于物质虽说重要,但那是一种追求的希望,一个更好的生存环境;即使换做更好的生存环境,只要有一方不遂愿,那双方的结合还是不能成立的。
-
-说到这内心认可,个人装扮的外貌、外在表现的态度,整体所反映的个人独特的魅力,这个挺关键的,是吸引力的所在。光有联系交流的套路是不够用的,而且现在女性也不傻,像对PUA、养鱼这方面的认知来说,可真一点不比我们少。另一个就是需要了解的就是对方是怎么划定朋友、同学、同事的,这一点很重要,可以看出双方在朋友、恋人界限的差别。
-
-在情感上的交流还真不是在同一横纵平面上进行的。以我来说,我自己却没怎么把“朋友”这概念定位的很明确,只是从情感选择上进行区分;但每个人是不一样的,应该是交际的缘故,在这方面上定位是很精确明细的,以我结识的一个高岭之花为例,她的定位:“朋友分为异性和同性,普通朋友和密友,普通朋友就是偶尔联系分享一下生活趣事,密友有相同的爱好、三观一致,知无不言、言无不尽。在我这里,离职后不再联系的都是前同事,偶尔联系的就是普通朋友”。从“相同的爱好和三观一致”,从一定程度上说在双方言语交流过程中探寻对方喜好,问及对朋友与对自己的看法,顺便问及对方想法与家庭出身。明白了这些,自己与对方就能分晓出差别,在对方心中大概又是什么样的定位。
-
-如果不清楚这方面定位,很容易出现像我一样的局面:“一方面我把心事诉诸忠肠,对于我来说,这是她对感情上的信任,也是将对方看重的体现。而她呢,只不过是认为普通朋友的心事解疑罢了,并不会在这上寄托很重的情感”;至于这位高岭之花也向我表态了也给出了她的建议:
-
- 她不想与我彼此之间存在模棱两可的关系,毕竟都是成年人,有疑惑就应该直白点说清楚,误会只会让事态往不好的方向发展。不要太过于相信自己的直觉。都是成年人,有疑惑直接说。不要让自己陷入幻想里,喜欢就是喜欢,不喜欢就直接拒绝,不要搞暧昧,不要养鱼。异性朋友之间还是有纯友谊的,至少我是相信有的。
-
- 说和做不一致,那说明有一个动作已经产生了拒绝,只是不想伤害你,所以比较含蓄,只是你还在误会,导致误会越来越深。(这是我对高岭之花提出的关于其他女性与我表态含蓄的手法)
-
-回到魅力上来说吧,我也是第一次感受到魅力是可以具体形象化的,就以我向这高岭之花表白的评价吧:“我也觉得你与一般人不同,也是这种直白。所以对于我来说,你在我心中很独特;你也知道现在的'委婉托辞'也挺常见的,所以你的直白,至少在我看来挺特别、挺好的”。接下来就是这位高岭之花对我的评价:“你和我其他的异性朋友没什么区别,自然我也是以同样的心态对待每一个朋友。唯一的不同是,你有时候话比较多”。
-
-从这些方面来说确实能反应出许多问题,我在她看来魅力方面什么的,自然是啥都没有了...兴趣爱好也是不甚了解,加上自从她离职后面对面的交集很少。有一点我没想到的是在公司内向的她,在公司不善言语的她,居然在社会上又是另一面广结各路朋友的展现。
\ No newline at end of file
diff --git "a/_posts/2022/2022-09-04-\347\275\221\347\256\241\347\232\204\347\223\266\351\242\210\346\234\237\345\225\212\357\274\201.md" "b/_posts/2022/2022-09-04-\347\275\221\347\256\241\347\232\204\347\223\266\351\242\210\346\234\237\345\225\212\357\274\201.md"
deleted file mode 100644
index aedb6107b8..0000000000
--- "a/_posts/2022/2022-09-04-\347\275\221\347\256\241\347\232\204\347\223\266\351\242\210\346\234\237\345\225\212\357\274\201.md"
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "网管的瓶颈期啊!"
-date: 2022-09-04 22:23:01 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/03
----
-
-走到头了,看来必须发展另一强项才有出路。数理与电子表方面,我可真不懂。借着如图书管理员的时间,不如按自己幻想的来吧。日语,既然喜欢,既然到现在积累了一些学习方法,不如就学吧。换个新工作又有什么不好?
-
-困苦只能靠自己走出了,学历太低、学识太浅终究是飘的,从现在出发向着理想之地出发好不好?
\ No newline at end of file
diff --git "a/_posts/2022/2022-09-12-\346\227\242\347\204\266\346\230\257\344\270\252\347\203\202\345\256\266\345\260\261\344\270\215\345\272\224\350\257\245\346\235\237\347\274\232\346\210\221.md" "b/_posts/2022/2022-09-12-\346\227\242\347\204\266\346\230\257\344\270\252\347\203\202\345\256\266\345\260\261\344\270\215\345\272\224\350\257\245\346\235\237\347\274\232\346\210\221.md"
deleted file mode 100644
index dd0237cf22..0000000000
--- "a/_posts/2022/2022-09-12-\346\227\242\347\204\266\346\230\257\344\270\252\347\203\202\345\256\266\345\260\261\344\270\215\345\272\224\350\257\245\346\235\237\347\274\232\346\210\221.md"
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "既然是个烂家就不应该束缚我"
-date: 2022-09-12 10:50:10 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-家庭条件确实不好,观念落差也确实太大,既然无法磨合,还不如靠自己能力离开呢。
-
-我想说的是,这个家,它不应该成为我的一种困扰,这个家联系也是外人罢了。我怎么活都是我自己的事。
\ No newline at end of file
diff --git "a/_posts/2022/2022-09-20-\347\234\213\344\272\206\344\270\200\344\270\252\346\211\200\350\260\223\347\232\204\342\200\234\346\225\231\347\247\221\344\271\246\344\270\212\347\232\204\346\227\245\350\257\255\344\270\216\345\256\236\351\231\205\344\270\212\347\232\204\346\227\245\350\257\255\342\200\235\350\247\206\351\242\221.md" "b/_posts/2022/2022-09-20-\347\234\213\344\272\206\344\270\200\344\270\252\346\211\200\350\260\223\347\232\204\342\200\234\346\225\231\347\247\221\344\271\246\344\270\212\347\232\204\346\227\245\350\257\255\344\270\216\345\256\236\351\231\205\344\270\212\347\232\204\346\227\245\350\257\255\342\200\235\350\247\206\351\242\221.md"
deleted file mode 100644
index 06d3481328..0000000000
--- "a/_posts/2022/2022-09-20-\347\234\213\344\272\206\344\270\200\344\270\252\346\211\200\350\260\223\347\232\204\342\200\234\346\225\231\347\247\221\344\271\246\344\270\212\347\232\204\346\227\245\350\257\255\344\270\216\345\256\236\351\231\205\344\270\212\347\232\204\346\227\245\350\257\255\342\200\235\350\247\206\351\242\221.md"
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: "看了一个所谓的“教科书上的日语与实际上的日语”视频"
-date: 2022-09-20 08:46:25 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-这个“教科书上的日语与实际上的日语”视频基本上把教科书否定得几乎一无是处,视频作者差不多完全将自己塑造成一个学语言权威了。视频作者的思想似乎并没有考虑教科书的教学的大众性需求,全是建立在人情世故上的沟通交流的完全否定批判。可是这么复杂的人情世故一开始就想要一个不懂国内文化,寥寥无几单词词汇量的外国人去理解吗?这不现实吧?
-
-视频作者其本质上还是个卖课的。虽其言不完全没有道理,但我们真正所需要的 —— 尤其对于没出过国的我们来说了,是在逻辑上的变通。比如通过文化学者所著的书籍去了解日本社科人文及历史,此外电视剧、动漫倒是相对日常表达的。从双方观念差异的磨合,到后来彼此的理解,本就是一个社交的正常过程。
-
-说到这里,其实最主要的,还是多方面拓展自己的自主认知。毕竟这样才有谈所谓理性思考的可能嘛。多多浏览自己关心的 ,像教育、经济、社会、政治等,诸如此类的学术性期刊、论文、专著都可以去涉猎的。之所以推荐学术性著作,是因为以下几个方面:
-1. 双方不存在直接的买卖利益关系;以商利重金为原则所销售的产物,客观上来说不免有言之过甚、言过其实了,由此所致的鸿离鱼网,也就成了一个“十之八九”的现象了。
-2. 学术性著作不少是服务于科研机构与政府的;从立场高度上来说,视野也会更开阔一些。所谓“站得更高,看得更远”,对我们来说未尝不是大有裨益的好事。
-
-
-最后我在写这篇文章时,找到一首我觉得挺有深意的好诗,顺便也一起分享给大家。希望对我、对大家都能有所启示吧。
-
-次韵里人纾愤
-
-[【作者】陈著](https://hanyu.baidu.com/s?wd=%E9%99%88%E8%91%97)【朝代】宋
-
-浮生分付四休休,自谓眉閒绝点愁。
-
-鹤在鸡群空有志,鸿罹鱼网莫抽头。
-
-妄灾勿药终须喜,坎难维心底用忧。
-
-荣辱两忘饶落魄,何妨痛饮学巢囚。
\ No newline at end of file
diff --git "a/_posts/2022/2022-10-22-\347\256\200\350\246\201\350\257\264\344\270\213\344\270\244\344\273\266\344\272\213.md" "b/_posts/2022/2022-10-22-\347\256\200\350\246\201\350\257\264\344\270\213\344\270\244\344\273\266\344\272\213.md"
deleted file mode 100644
index da62226dd6..0000000000
--- "a/_posts/2022/2022-10-22-\347\256\200\350\246\201\350\257\264\344\270\213\344\270\244\344\273\266\344\272\213.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "简要说下两件事"
-date: 2022-10-22 20:39:29 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-一
-
-主管要我联系FAE,查询风扇型号,FAE表示:以前告诉我主管过,让他自己查询下订单。我把这话反馈过后,主管吐槽了FAE;后续,FAE跟我说:“你主管觉得你办事太差了,做事不干净,只做到一半”。
-
-总觉得哪里有问题,这个事例比较典型,值得注意。
-
-二
-
-[美丽精致 是年轻女性最大的骗局](https://www.bilibili.com/video/BV1jm4y1A7iG)
-
-这不和我买电子产品一样吗?
\ No newline at end of file
diff --git "a/_posts/2022/2022-10-25-\351\200\211\350\264\264\350\206\234\343\200\201\351\224\256\347\233\230\347\232\204\347\203\246\345\277\203\344\272\213.md" "b/_posts/2022/2022-10-25-\351\200\211\350\264\264\350\206\234\343\200\201\351\224\256\347\233\230\347\232\204\347\203\246\345\277\203\344\272\213.md"
deleted file mode 100644
index 7f2a6514fd..0000000000
--- "a/_posts/2022/2022-10-25-\351\200\211\350\264\264\350\206\234\343\200\201\351\224\256\347\233\230\347\232\204\347\203\246\345\277\203\344\272\213.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "选贴膜、键盘的烦心事"
-date: 2022-10-25 13:55:27 +0800
-author: hoochanlon
-category: [2022.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-一些没那么大众,准确说是当前行情不透明。在这种情况下,同类型商品可谓玲琅满目,就连挑选的几个大牌子,也是质量参差不齐;另一方面,就是自媒体圈子的评测博主,不少是以人气信誉换甲方资金而带货恰饭的;在这样的环境下,新人踩坑也是大概率的必然事件了。
-
-评测博主其本身的一个重要存在价值,辅助小白理解产品及避坑的。还有就是我们路人,为了商家奖励一些软件、省几十块啥的,充当好评水军,成了混淆视听的杂音。他们都失去了原本的意义及信任的基础,这些不看也罢。
-
-
-
-
-跟进、时测、负面报道
-
-技术层面视角、产品经理视角、市场经理视角
-
-
-
diff --git "a/_posts/2022/2022-11-07-air2021\344\275\223\351\252\214.md" "b/_posts/2022/2022-11-07-air2021\344\275\223\351\252\214.md"
deleted file mode 100644
index 5f7b699fd1..0000000000
--- "a/_posts/2022/2022-11-07-air2021\344\275\223\351\252\214.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: "air m1 win11 上手体验 by PD18"
-date: 2022-11-07 09:29:32 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-这次PD18优化了很多,玩把画质调低一点,玩巫师3像千元机、百元机玩游戏的感觉差不多。另外在win11使用IE浏览器已经有了解决办法。知乎的方法可以说是正解了。
-
-的确,巫师3是优化得好,可win32/64的wine启动器模拟运行的cs,优化却不咋样了。因为这20多年前的游戏,玩起来都20多帧...跑PD上来运行是相当顺畅的。
-
-总的来说,m1更像是释放“今后MacBook也可以打游戏了”的这么一个信号,真是拿来玩的话,买Windows去吧。
-
-另外,我找到FC、街机游戏、PD18顺便分享下:
-
-链接: https://pan.baidu.com/s/1Qah3L2nCBEZIhZWiVQFbLg 提取码: s56b
-
-链接: https://pan.baidu.com/s/1u8jOLaBQvhof-1pJcp8-Sw 提取码: emw7
-
-链接: https://pan.baidu.com/s/1rcCzRe_w-DYkltBjmXC1lw 提取码: 2ap3
-
diff --git a/_posts/2022/2022-11-08-MacNTFS.md b/_posts/2022/2022-11-08-MacNTFS.md
deleted file mode 100644
index 2523a634f1..0000000000
--- a/_posts/2022/2022-11-08-MacNTFS.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Mac NTFS读取写入,以及制作启动U盘工具"
-date: 2022-11-08 10:49:14 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-U盘制作工具(disk drill):
-
-https://www.cleverfiles.com
-
-NTFS读取工具(free):
-
-希捷官网知识库找
-
-https://www.seagate.com/cn/zh/support/kb/paragon-driver-how-to-install-and-uninstall-006177en/
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-09-Mac\344\275\277\347\224\250\347\233\227\347\211\210\350\275\257\344\273\266\344\275\277\347\224\250\344\270\211\346\235\277\346\226\247.md" "b/_posts/2022/2022-11-09-Mac\344\275\277\347\224\250\347\233\227\347\211\210\350\275\257\344\273\266\344\275\277\347\224\250\344\270\211\346\235\277\346\226\247.md"
deleted file mode 100644
index 5233a567bb..0000000000
--- "a/_posts/2022/2022-11-09-Mac\344\275\277\347\224\250\347\233\227\347\211\210\350\275\257\344\273\266\344\275\277\347\224\250\344\270\211\346\235\277\346\226\247.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "Mac使用盗版软件使用三板斧"
-date: 2022-11-09 13:52:53 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/02
----
-
-重点:
-
-关闭SIP
-
-隐私与安全性 -〉允许所有来源
-
-允许非Apple签名的软件。复制命令后将软件拖入终端回车。
-
-`sudo xattr -d com.apple.quarantine `
-
-
-
-其他:
-
-右键,按住 ⌥ 打开软件
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-09-\346\255\243\347\211\210\347\233\227\347\211\210\351\203\275\344\270\215\346\230\257\346\210\221\350\246\201\347\211\210.md" "b/_posts/2022/2022-11-09-\346\255\243\347\211\210\347\233\227\347\211\210\351\203\275\344\270\215\346\230\257\346\210\221\350\246\201\347\211\210.md"
deleted file mode 100644
index 0625624f75..0000000000
--- "a/_posts/2022/2022-11-09-\346\255\243\347\211\210\347\233\227\347\211\210\351\203\275\344\270\215\346\230\257\346\210\221\350\246\201\347\211\210.md"
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "关于“正版、盗版软件”什么的漫谈"
-date: 2022-11-09 10:35:56 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-说起这个点,倒不是仅仅是针对Mac平台,而是提供我个人经验得出来的零散感受而已。em...我在steam、Mac购买的游戏软件,保守估计花了四五千块以上了,至少三千是肯定有的。
-
-## 购买与售卖
-
-**价格及购买机制方面:** 商企级的大型软件一般都很贵,比如office2016的原价,买断千把来块钱,即便是PD虚拟机也得699;像是个人、家庭级的软件,贵的话三四百来块,便宜的几十不等。我们也知道整体环境而言,随着版权意识的提高,买正版的人相对也多了。经济不太好,做软件的也要长期恰饭,于是从买断变成了年付月付的订阅租售软件来使用。
-
-**软件售卖方面:** 购买正版这情怀撞上一些恰烂钱的软件制作人,那可正是糟心了。一些软件制作人有意把软件定价奇高三四百来块,然后在iOS、iPadOS上再来单独售卖几十百来块,一个软件在同一苹果生态上恰两份钱。
-
-**平台商店的侧重点及商家的双标行为**
-
-不像其他游戏平台,如steam之类。App Store更像是以软件开发者为中心,我们购买退款多了还有封号风险...购买软件的试错成本高。像希捷NTFS在官网下载是免费的,中方代理是收费的;keka挂在Mac的App Store收费是情怀支持。PDF点睛在Mac的App Store售价是高的出奇,五六百不等,非App Store激活也就一百八九来块...
-
-## 个体经济有限面对复杂环境下的高昂试错成本
-
-**软件制作及维护的现象的考量**
-
-在Mac的App Store上,一些个体开发者、小微软件商做出来的软件,虽说功能满足吧,但不少定价奇高,体验也差点意思。像是做出这个功能是恰一笔块钱,捞一笔就跑路不咋维护的意思。
-
-顺便提一句:老实说,少了这个功能只是体验一时不太爽而已,不是刚需;中意某款软件也可以先下载做个标记,看看这款软件的后续更新频度,以及用户评价上的反馈;真要急着买的话,先上手系统或其他同类型软件十几来分钟,在冷静期内再考虑是否购买。想想是不是商家创造的使用场景潜意识强加给我的需求?
-
-**使用盗版的个人见解**
-
-在如今,整体经济下行,软件发行商摆烂、订阅租售软件的大环境下,使用盗版可以极大降低我们的试错成本,建议使用盗版。用过一两月,觉得用得很舒坦,再支持正版也不迟。Mac上就淘宝或站点论坛VIP什么的,Windows...基本不用愁的,相对于Mac,免费在线下载的盗版一大把。
-
-## 情怀的补票
-
-虽说是靠折扣四五十买的,可就像kindle电子书一样,买得多了,总的花销也是很高的。kindle的电子书,算下来也是有一千多了...这些折扣对于用户来说,像什么“不买就亏了”、“补票情怀”、“便宜买了无所谓,留着”,实际上对于商家来说是培养用户惯性消费的手段。说到这些,想起CF几百块的英雄永久武器,估计他们市场部也是想到了“我们今后也是上班族,对游戏也渐渐淡了”、“CF生命周期也差不多了”,不如定价高一点恰掉最后一笔快钱。
-
-嗯...情怀的补票,差不多是钱花了,其实也难找以前的快乐了。个人觉得不值。
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-11-\347\224\265\350\204\221\345\206\205\345\255\230\344\270\216\347\241\254\347\233\230\345\256\271\351\207\217\347\232\204\351\227\256\351\242\230.md" "b/_posts/2022/2022-11-11-\347\224\265\350\204\221\345\206\205\345\255\230\344\270\216\347\241\254\347\233\230\345\256\271\351\207\217\347\232\204\351\227\256\351\242\230.md"
deleted file mode 100644
index f20a2a4cbc..0000000000
--- "a/_posts/2022/2022-11-11-\347\224\265\350\204\221\345\206\205\345\255\230\344\270\216\347\241\254\347\233\230\345\256\271\351\207\217\347\232\204\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "电脑内存与硬盘容量的问题"
-date: 2022-11-11 23:06:27 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-现在的8G内存的电脑,怎么说呢,在钉钉、微信、浏览器、Office重型软件的加持下,也只是日常办公了。配上其他专业性质的重型软件或跑游戏啥的,可能得上16G,才能缓缓,显得所有宽裕。32G基本上就看显卡、CPU的天花板了;另外硬盘方面,微信、钉钉这些软件缓存在哪呢? 在macOS可真是难啊。不上512G,附带个PD虚拟机就快差不多占得满满当当的。用上清理软件也不怎么好使。
-
-双十一的32+512的游戏本都只要八千五六了,确实能用上五六年以上的很长一段时间了。现在的游戏本除了续航不太行,其他方面还行吧,也都在走些轻薄、低调款式。目前的苹果本跑流畅舒心的3A,也只能是MAX 24核 32G往上了,因为还得带上一个PD虚拟机跑Windows,然后再跑一个3A...
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-12-\345\210\273\345\245\207\347\245\233\351\255\205.md" "b/_posts/2022/2022-11-12-\345\210\273\345\245\207\347\245\233\351\255\205.md"
deleted file mode 100644
index e8eecd9957..0000000000
--- "a/_posts/2022/2022-11-12-\345\210\273\345\245\207\347\245\233\351\255\205.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "回想昨晚在朋友介绍“祛魅”、“刻奇”这些名词"
-date: 2022-11-12 11:45:42 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/02
----
-
-我觉得有必要每天读一些、收集一些社会学词典的用语词汇,不然当前状况还真是有些言不尽意呢。
-
-
-
-回想昨晚在朋友介绍“祛魅”、“刻奇”这些名词。
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-12-\350\213\271\346\236\234\347\211\214\345\255\220\344\270\215\345\246\202\345\275\223\345\271\264\351\202\243\344\271\210\344\277\235\345\200\274\344\272\206.md" "b/_posts/2022/2022-11-12-\350\213\271\346\236\234\347\211\214\345\255\220\344\270\215\345\246\202\345\275\223\345\271\264\351\202\243\344\271\210\344\277\235\345\200\274\344\272\206.md"
deleted file mode 100644
index af4f23bf29..0000000000
--- "a/_posts/2022/2022-11-12-\350\213\271\346\236\234\347\211\214\345\255\220\344\270\215\345\246\202\345\275\223\345\271\264\351\202\243\344\271\210\344\277\235\345\200\274\344\272\206.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "苹果牌子不如当年那么保值了"
-date: 2022-11-12 10:45:14 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-手机性能整体趋于同质化。标准版、加量版用料基本相同,感知明显的仅在于内存提升,从而迫使用户买更贵、用料更多、溢价也更多的高端旗舰。标准版、加量版还真是砍几条产线的事,保持或增量高端产线,来维持整体的高利润。标准版、加量版的折损,也只是费一些开模的钱。以及,标准版、加量版只是升级到内存,好家伙,连研发成本的省了不小的一笔。
-
-哦豁,这次双十一,简直背刺了我6999买的plus...5700多来块,还是京东自营就能买到了...怎么说呢,这里的省下来的费用,除了批量采购,还有其他用户分期的成本在里面,顺便趁着节日薄利多销一波。更大的背景就是手机整体供大于求了。
-
-
-
-电脑这类大宗电子产品,其实也和手机一样,供大于求,降价幅度大。强势的品牌面对不景气的市场,也只能是放下身段恰饭,之后也能预料到,他们也开始不咋升级后续更新产品了;或者开辟新的产品线,差异化不同系列的卖点,来保持整体经销利润。
-
-我觉得UP主那几句那几点真是说的太好了。
-
-* **成熟产业态下的高下限与同质化**、经济下行及消费意愿降低。
-* 前期太堆料、太水桶,后期难搞上限提升,亏本维护旧机型,新机太贵反向升级又卖不出去。
-* 精准割韭菜(构建用户画像)、配置等级森严(合理阶梯定位)、能摆烂就摆烂(科学管理预期)
-
-这其实不只是概述手机、电脑这一行当的市场了,许多类别的市场也差不多是这三板斧。
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-13-\345\257\271\342\200\234\346\255\243\345\250\201\342\200\235\345\210\235\346\255\245\346\265\205\347\225\245\350\260\203\346\237\245\347\232\204\344\272\213\345\220\216\346\216\250\346\265\213.md" "b/_posts/2022/2022-11-13-\345\257\271\342\200\234\346\255\243\345\250\201\342\200\235\345\210\235\346\255\245\346\265\205\347\225\245\350\260\203\346\237\245\347\232\204\344\272\213\345\220\216\346\216\250\346\265\213.md"
deleted file mode 100644
index b8f892ff8b..0000000000
--- "a/_posts/2022/2022-11-13-\345\257\271\342\200\234\346\255\243\345\250\201\342\200\235\345\210\235\346\255\245\346\265\205\347\225\245\350\260\203\346\237\245\347\232\204\344\272\213\345\220\216\346\216\250\346\265\213.md"
+++ /dev/null
@@ -1,101 +0,0 @@
----
-title: "对“正威”初步浅略调查叙述"
-date: 2022-11-13 09:08:15 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-# 对“正威”初步浅略调查叙述
-
-在市区一次没啥太多准备,就去正威所在市区总部及分部探探路。啊,最近正威HR挂职位都不回个信,已读都没有...那么福田去过后,就顺便去了一下光明产业园吧。匆匆浅见这世界五百强的正威集团的一丝浮光掠影,顺手再写下这次经历感受的杂文吧。
-
-
-
-## 从福田到光明的经过
-
-### 福田总部
-
-总部在关内繁华地段的写字楼总共三层楼室,繁华写字楼的安保措施很严,需要与在写字楼工作的人士才能准许进入,除了不用在写字楼前台填身份证、录人脸,安保措施跟银行大厦差不多了。总部造访不了啦,就动身前往分部看去了。
-
-老板为显阔气、或是这里业务往来频繁,会客什么的话,是会选这里。成本相对来说([深圳百姓网-写字楼层出租价格查询](https://shenzhen.baixing.com/shangpu/m5240/)),比起我们租房那种割肉感...他们相对来说宽裕许多,普遍来说是不愁心的。
-
-
-### 福田分部
-
-分部有四层占位,但正威并不是全层租下来的,也是有其他公司共同在其中的;外门展现的空间,根据我印象推断,正威与华强北英大证券所在的大楼空间相差无几,办公区整体偏小偏窄。这类型办公楼小微公司挺多的,老式的经典指纹打卡,哦当然,也包含大公司旗下的小分部啥的;每一层注册业务的公司名还不太一样,像什么“正威教育”、“正威供应链”、“正威非金属”、“正威商业保理”等等。
-
-此外,我在门口这公司列表框中出现的“荣威融资租赁有限公司”、“晟融君威资产管理有限公司”,它们与正威都是有联系的。企查查上其中“荣威”注册法人王文生,字面意思与王文银嘛,总有亲属关系在里面的感觉,以及可以确定的是,“晟融君威”的法人张礼新,也是“正威私募股权基金管理”的注册法人。
-
-正威分部办公的人也不算多,几十人或百人不等左右。在与正威员工聊天过程中,她提到:“我们不怎么加班的,加班很少”,以及她对我话语里那句“正威公司是重金属加工的”表示很诧异,便随即说道:“我们公司什么业务都做的,每个部门负责的业务都不一样,有很多的”。
-
-初步看起来,公司处于正常运转的样子,只是,em...可能分部注册不同专业的行当太多了,连在正威上班的职员都不知道自己公司主营业务是什么。
-
-### 光明厂园
-
-搭车去光明的正威产业园,以应聘普工的身份进去探探正威工厂的粗略情况。产业园的条件设施类似东莞清溪的汉通工业园,比汉通稍小一点,整体并不算大。
-
-我看着正门口的招聘信息,并咨询门卫说:“您好,我到正威面试普工来的”。保安开始疑虑打量我,并用较重的语气说道:“毛小姐早就离职了,公司早就不招工,你是哪个公司派来的?”,我并以“初来深圳务工”之类话语搪塞过去了,并咨询了有关附近招工信息。
-
-随后我来到产业园的另一侧门,这产业园提着外送进去也不大容易的,我还是以求职产业园里的别家公司焊锡工的名义,进去到正威厂业园区内部了。在十一点半左右的时间点,产业园都没什么人外出来去便利店、大排档什么的。其实外头基本上也没啥零售店什么的,部分饭馆都是关门的,整体有些空荡荡的感觉...
-
-我因面试焊锡工的缘故进去正威产业园另层楼栋,楼栋每层并不全是正威公司,一些楼层都是空的,看上去是像是待招租之类的。每层楼上班工作的人也很少...,外头看上去这非封闭的车间,线缆加工的才两三个人;面试因故结束出来时,我才看到有货车停摆一车的线缆,等待叉车司机运输,仓库看上去也不是很忙的样子啊,干活的人也不多。
-
-### 打车返程
-
-我打车去往凤凰城地铁站,跟司机交流了正威产业园周围的招工情况,司机表示“这里离职的人多,也不怎么招人的”、“工资待遇不是很稳定”。我对司机提到“正威世界五百强”,司机神情中有些不屑说道:“世界五百强有什么用?”,然后语重心长地对我说:“我还是建议你还是去富士康,那儿稳定,观澜那头招工多啊,这里那有什么人呐?”之后就是司机跟我说的他自己曾经的劳务经历了,真是无言内心长叹的感慨。
-
- ## 网上论坛信息及自媒体公众号文章整理
-
-从这次的经历来看,驻地的产业园也就中小型公司规模。正威在全国注册公司都七零八落的,看上去还挺杂的,湖南几家、新疆几家、重庆也有,我从天眼查了解到的郴州、衡阳产业基地,都不算很大。以及回到家电话联系朋友,据朋友所说,他听闻到安徽铜陵那边正威建工都烂尾了。这都能...世界五百强?挺耐人寻味的。
-
- 网上对正威的招聘普遍评价较负面,如:[看准网求职友们对正威集团的评价](https://www.kanzhun.com/firm/info/1XZ50961.html)、[正威国际是一家什么样的公司,主营业务是什么,客户是谁? - 知乎](https://www.zhihu.com/question/34979432/answer/1580946724)、[知乎前些年对有关于正威就职的一些疑问](https://www.zhihu.com/question/410402924);[本地佬的一些水贴](https://tieba.baidu.com/p/6500556905)倒是对引进外来企业挺自豪的。此外,我在整理之前与朋友聊天记录时,点开这 https://tieba.baidu.com/p/7312687308 发现已经被控评删帖了...
-
-当然还有造神话、写传奇 故事/野史 的媒体,他们的写作手法也挺有意思,手法同“刘邦斩白蛇、腿上七颗痣”差不多。此条目虽不是本文章的重点,还是有必要略带提及的,如:
-
-* [钛媒体-年入7000亿,它超过华为、腾讯,成广东民企“一哥”](https://baijiahao.baidu.com/s?id=1748362772257112563&wfr=spider&for=pc)
-* [正威集团宝鸡项目成功研制0.08mm铬锆铜合金丝 掀开国产替代新篇章](https://tech.china.com/article/20221110/112022_1175095.html)
-* [潜山市委市政府致贺正威集团连续10年蝉联世界500强](https://mp.weixin.qq.com/s?__biz=MzAxMjcyMTYyMw==&mid=2651157752&idx=1&sn=3c38c13523469c3af98e7710ef5f5a35&chksm=805c5840b72bd1565a7b59463901f10fb0aa0d722ccf830b432549b4033bc9159afd87a27e01&scene=27)。
-
-还有一些中立的写作手法:[GPLP犀牛财经-正威新材董秘3000字雄文回应质疑 “聒噪之声”“生为骡马”亮瞎眼](https://www.123.com.cn/kline/a833497.html)、[经济观察网-投资半导体和实控人王文银被质疑 正威新材董秘长文“抒情回应”](https://news.10jqka.com.cn/broker/detail/q642825656/iphone/all_big_0_1_0/)。
-
-## 企信查询工具略览初步信息,以及后续与朋友电话的探讨回顾
-
-我用淘宝买的天眼查、企查查会员临时账号略看了一番,总的来说是注册公司地极多,同时正威公司也是各种官司缠身。现如今企业及法人的人物关系图谱,真是如乱麻一样,令人眼花撩乱的,完全看不过来。
-
-后续我与朋友电话的综合推测是:
-
-1. 采购及加工重金属为基本盘,然后向银行融资借贷搞投资
-2. 对公司注册资金重投入,门面印象方便更好评级与融资
-3. 四处起地扩张,再向银行借贷,以及申索各地方政府补贴资金
-4. 至于建造厂什么的,那就慢慢耗着,资金重心估摸着应该在收购、投资上
-5. 买个写字楼层、小厂房、车间楼层,挂个职位招聘,整体做摆设也不是不可能
-
-我感觉地方政府领导为了政绩GDP之类,可能和正威成了拴在绳索上的蚂蚱;当然也有可能打着这样的算盘,像之前[恒大债务危机](https://zh.m.wikipedia.org/zh-hans/恆大債務危機),企业爆雷是他们自己的事,不影响政绩GDP啥的,就有意思了。[其中王文银与许家印的合照](https://baijiahao.baidu.com/s?id=1749153797737728365&wfr=spider&for=pc),这些巨富圈子里,他们是不是相互牵扯的一丘之貉呢?可真是颇有一番意味。
-
-总的来说,这个正威更像是,凭着重金属采购及加工的基本盘,借着“多少多少强排面”,四处“建厂”,融资再投资的玩金融的公司。这次经历及正威的话题感受就是:正威“刻奇”,我们“祛魅”嘛,哈哈。
-
-
-## 附录
-
-光明工厂与福田分部对比图
-
-![](https://gcdnb.pbrd.co/images/F4KmbvOZea8p.png?o=1)
-
-正威老板产业园个人宣传栏,以及公司宣传向外界的宣传形象。(这有点个人崇拜啊...)
-
-![](https://gcdnb.pbrd.co/images/T1jH3nd04Ljh.png?o=1)
-
-在门外见到运输及放置铜缆的货车
-
-![](https://gcdnb.pbrd.co/images/PmacSH6ETSLL.png?o=1)
-
-还有篇如今司空见惯的公关律师函式的发文:[如何看待睡前消息第506期对正威集团经营模式的论断? - 睡前消息的回答 - 知乎](https://www.zhihu.com/question/564678979/answer/2747793497)。
-
-目前知网对于正威信息不大多,搜到的已知信息主要在正威的形象宣传上,有关学位论文对正威的探讨,暂时没有。
-
-* [行内联动:正威集团并购贷款业务案例](https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFDLAST2015&filename=ZCSJ201502023&uniplatform=NZKPT&v=2U0xODa3ItC9uMHcxKA0uIuWnV8DQsx2DVxyfZJHf_8z70lZb4aH0cnB95sKF26r)
-* [如何成为世界500强企业——以深圳正威国际集团公司的经营策略为例 2015](https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFDLAST2017&filename=QYYJ201710014&uniplatform=NZKPT&v=yObHLk5RlBRH2BTDPwGMMHwsKsG_s3pXWpWxJFbseC7inNBKxPTrdzhq6FGNOzq4)
-
-补充:在去往正威的时候,我和朋友也提到了这是费力不讨好的事,要是惹上一身骚,对于我们势单力薄的弱小个人来说,还挺头大的。以及可能会出现不太好的事情,被门卫保安拦着还有当下疫情...毕竟我还要上班的。甚至人身安全什么,也都提过的。
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-15-Mac\347\263\273\347\273\237\350\276\223\345\205\245\346\263\225\346\233\277\344\273\243.md" "b/_posts/2022/2022-11-15-Mac\347\263\273\347\273\237\350\276\223\345\205\245\346\263\225\346\233\277\344\273\243.md"
deleted file mode 100644
index 58376ef39e..0000000000
--- "a/_posts/2022/2022-11-15-Mac\347\263\273\347\273\237\350\276\223\345\205\245\346\263\225\346\233\277\344\273\243.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: "Mac系统输入法替换成了Rime"
-date: 2022-11-15 21:59:07 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-[大家有没有Mac上好用的输入法或词库啥的推荐?](https://forum.freemdict.com/t/topic/17213),针对Rime上手难度及词库问题,已有解决办法。
-
-**不建议补充词库,后果是导致Mac、iPhone卡顿,[传送门](https://github.com/studyzy/imewlconverter/issues/141)。很不幸我也上套了,几百上千条词一个个地删除,真是个不考虑后果的教训啊。😭**
-
-辅助信息:
-
-完全删除Mac的输入法程序需要定位到目录 `/Library/Input Methods` 。
-
-固定输入法切换(⌃⌥+space) 操作步骤:「输入法」→ 「键盘快捷键」→ 「选择“输入法”菜单中的下一个输入法」
-
-注意Mac使用第三方输入法的静默模式,[鼠须管输入法的静默模式](https://xiaozhou.net/ascii_mode_for_squirrel-2013-06-29.html)
-
-
-
-上手成本太高的话,实在浪费时间,还不如搜狗百度之流,如今确实也没啥隐私可言的...不过这一次倒是有许多用爱发电的人士搞出了一个傻瓜化配置,可还行。
-
diff --git "a/_posts/2022/2022-11-16-SQLserver2005\345\256\211\350\243\205\345\244\207\344\273\275\350\277\230\345\216\237\346\211\200\347\224\250\345\210\260\347\232\204\345\217\202\350\200\203\350\265\204\346\226\231.md" "b/_posts/2022/2022-11-16-SQLserver2005\345\256\211\350\243\205\345\244\207\344\273\275\350\277\230\345\216\237\346\211\200\347\224\250\345\210\260\347\232\204\345\217\202\350\200\203\350\265\204\346\226\231.md"
deleted file mode 100644
index dbee4c19d0..0000000000
--- "a/_posts/2022/2022-11-16-SQLserver2005\345\256\211\350\243\205\345\244\207\344\273\275\350\277\230\345\216\237\346\211\200\347\224\250\345\210\260\347\232\204\345\217\202\350\200\203\350\265\204\346\226\231.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: "SQLserver2005安装备份还原所用到的参考资料"
-date: 2022-11-16 21:03:32 +0800
-author: hoochanlon
-category: [2022.]
-tags: [chip]
-permalink: /:year/:month-:day/01
----
-
-sqlserver2005
-
-* [使用SQLserver版本问题解答](https://www.cnblogs.com/xccjmpc/p/6023676.html)(开发版与企业版几乎无区别,开发版适应平台更多,也适合学习)
-* [SQLserver远程连接的故障问题](https://www.win10com.com/softxiazai/16652.html)(重点:端口号、telnet ip port、TCP/IP协议)
-* [SQL Server 2000数据库备份还原到SQL Server2005数据库](https://blog.csdn.net/zhizhuo_33/article/details/20865941)
-* [SQL Server恢复数据库解决用户已经存在问题](https://blog.csdn.net/cashcat2004/article/details/52028815)
-* [教你 SQL Server 如何设置数据库自动备份及备份定期删除计划,图文详解奉上!](https://www.modb.pro/db/169963)
-
-
-
----
-
-IIS
-
-* [IIS发布网站遇到403问题解决办法](https://www.jianshu.com/p/6c137850bd9a)
-* [IIS错误:由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射。](https://blog.csdn.net/qq_47160806/article/details/121942285)
diff --git "a/_posts/2022/2022-11-22-\346\227\245\345\270\270\347\212\266\346\200\201\346\235\245\350\277\233\350\241\214win\345\271\263\345\217\260\346\270\270\346\210\217\346\265\213\350\257\225\346\234\211\346\204\237.md" "b/_posts/2022/2022-11-22-\346\227\245\345\270\270\347\212\266\346\200\201\346\235\245\350\277\233\350\241\214win\345\271\263\345\217\260\346\270\270\346\210\217\346\265\213\350\257\225\346\234\211\346\204\237.md"
deleted file mode 100644
index 30c5c6efe8..0000000000
--- "a/_posts/2022/2022-11-22-\346\227\245\345\270\270\347\212\266\346\200\201\346\235\245\350\277\233\350\241\214win\345\271\263\345\217\260\346\270\270\346\210\217\346\265\213\350\257\225\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "Mac日常状态来进行win平台游戏测试有感"
-date: 2022-11-22 18:51:50 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-各种插件、系统增强的工具加持下的Mac更像一台“学习机”,基本上也不用像windows操心系统配置、杀毒、垃圾什么的。光是Mac的APP Store的审查限制,以及必须使用这个指令`sudo xattr -d com.apple.quarantine `才能正常运行学习版软件,就挡住了不少一些恶意软件了;不过,现在的win11的安全措施及清理垃圾这块也在向Mac上靠拢,很明显的例子是微软电脑管家。额,另外,现在不管什么系统,都有开屏可见的广告了,关闭广告也是必学操作了。
-
-废话这么多,进入正题。
-
-
-
-就Icopy来说,还与开了虚拟机玩的cs1.6存在冲突,一些。游戏比如CSS运行中途会出现破音、卡顿,求生之路2加载完就直接闪退了。虽说上回运行巫师3偶尔能有30帧,未来可期吧,但更高端的苹果电脑的价钱,都足以抵低配果本加上还不错的性价比游戏本了...关就这一层面来说,苹果电脑打游戏还有相当长的路要走。
-
-另外呢,每个人对游戏的“过瘾”评判标准,其实还是取决于他的环境。有持续的大把时间玩游戏的话,对上手难度较硬核、多样性玩出花,自然不是那么敏感,可对于我这种来说只是临时、尽快体验游戏的画面感、打击感,就不太好了。何况我不怎么喜欢去背板及硬核竞技那种,因此有些人极度力荐的游戏,哪怕就算是公认的佳作,但当前环境下我来说,确实不太适合了。所以连小学接触的拳皇2001,它都不太适合我了。再想起什么挂机游戏和挂卡工具,真的很无聊...
-
-
diff --git "a/_posts/2022/2022-11-23-Windows\345\256\211\350\243\205\345\220\204\347\261\273\342\200\234\343\203\211\343\203\251\343\202\244\343\203\220\343\203\274\343\201\250\343\203\225\343\203\251\343\203\203\343\202\267\343\203\245\342\200\235.md" "b/_posts/2022/2022-11-23-Windows\345\256\211\350\243\205\345\220\204\347\261\273\342\200\234\343\203\211\343\203\251\343\202\244\343\203\220\343\203\274\343\201\250\343\203\225\343\203\251\343\203\203\343\202\267\343\203\245\342\200\235.md"
deleted file mode 100644
index 5459594dcc..0000000000
--- "a/_posts/2022/2022-11-23-Windows\345\256\211\350\243\205\345\220\204\347\261\273\342\200\234\343\203\211\343\203\251\343\202\244\343\203\220\343\203\274\343\201\250\343\203\225\343\203\251\343\203\203\343\202\267\343\203\245\342\200\235.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: " Windows安装各类“ドライバーとフラッシュ”"
-date: 2022-11-23 20:22:23 +0800
-author: hoochanlon
-category: [2022.]
-tags: [chip]
-permalink: /:year/:month-:day/01
----
-
-现如今第三方的集成驱动下载工具广告太多了,所以还是麻烦点,自己逐个去官网下载驱动什么的...
-
-* [吾爱破解-[Windows] 万能网卡驱动3DP_Net和硬件配置检测查询3DP_Chip_Lite 绿色免费](https://www.52pojie.cn/thread-1105973-1-1.html)
-* [用什么驱动软件安装驱动最好?](http://www-quic.zhihu.com/question/288974007)(ANI & Windows update)
-* [教你如何正确的安装官方的驱动程序](https://zhuanlan.zhihu.com/p/471962786) (主板、声卡对应厂商官网)
-* [it之家-Adobe Flash Player v34.0.0.277 国际版/纯净版](https://www.ittel.cn/archives/7327.html)
-
-附cpu、gpu对比网站:
-
-* https://www.cpu-panda.com/zh-cn/
-* https://www.3dmark.com/zh-hans/
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-27-\343\200\214\343\202\265\343\202\244\343\203\254\343\203\263\343\203\210\343\203\222\343\203\253\343\200\215\345\233\233\351\203\250\346\233\262.md" "b/_posts/2022/2022-11-27-\343\200\214\343\202\265\343\202\244\343\203\254\343\203\263\343\203\210\343\203\222\343\203\253\343\200\215\345\233\233\351\203\250\346\233\262.md"
deleted file mode 100644
index 094d62d3e5..0000000000
--- "a/_posts/2022/2022-11-27-\343\200\214\343\202\265\343\202\244\343\203\254\343\203\263\343\203\210\343\203\222\343\203\253\343\200\215\345\233\233\351\203\250\346\233\262.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "「サイレントヒル」四部曲"
-date: 2022-11-27 19:36:46 +0800
-author: hoochanlon
-category: [2022.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-能够发现游戏之外的东西,确实是好的,的确挺有意思。👉[传送门](https://space.bilibili.com/443126/channel/collectiondetail?sid=1880)
-
-
-
-游戏之外的脚本、配乐也是值得了解的。
\ No newline at end of file
diff --git "a/_posts/2022/2022-11-29-App Store\346\225\260\346\215\256\346\265\205\346\236\220\347\232\204\346\204\237\346\203\263.md" "b/_posts/2022/2022-11-29-App Store\346\225\260\346\215\256\346\265\205\346\236\220\347\232\204\346\204\237\346\203\263.md"
deleted file mode 100644
index a51d8455cc..0000000000
--- "a/_posts/2022/2022-11-29-App Store\346\225\260\346\215\256\346\265\205\346\236\220\347\232\204\346\204\237\346\203\263.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "App Store数据浅析的感想"
-date: 2022-11-29 20:34:36 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-* [M1适配应用查询 isapplesiliconready](https://isapplesiliconready.com/zh/for/m1 )
-* [App Store数据分析(也有同类型的网站,目前这方面的淘宝账号较少)](https://www.cqaso.com/apps/1521130449/version?country=CN )
-* [3DM游戏网-谁都讨厌的“刷好评”,是早就趴在Steam上吸血的寄生虫](https://mp.weixin.qq.com/s/ckLywqv2Egv8KIBhUAhERQ )
-
-
-
-现在想判断某个类型的商品是否符合自己的当前预期,以及后续的长期需求,还是愈发困难了起来。评测区恰厂家饭也成了高质量文案水军,所以说现在这方面的独立思考,清楚自己想要什么也是非常之必要的。本来想就这事码一箩筐字的,但终是无言胜过千言万语。
\ No newline at end of file
diff --git "a/_posts/2022/2022-12-03-\347\235\241\345\211\215\346\266\210\346\201\257\345\260\261\346\255\243\345\250\201\351\233\206\345\233\242\347\232\204\344\274\201\346\237\245\346\211\213\346\263\225\350\246\201\347\202\271\347\254\224\350\256\260.md" "b/_posts/2022/2022-12-03-\347\235\241\345\211\215\346\266\210\346\201\257\345\260\261\346\255\243\345\250\201\351\233\206\345\233\242\347\232\204\344\274\201\346\237\245\346\211\213\346\263\225\350\246\201\347\202\271\347\254\224\350\256\260.md"
deleted file mode 100644
index aea0fb35c7..0000000000
--- "a/_posts/2022/2022-12-03-\347\235\241\345\211\215\346\266\210\346\201\257\345\260\261\346\255\243\345\250\201\351\233\206\345\233\242\347\232\204\344\274\201\346\237\245\346\211\213\346\263\225\350\246\201\347\202\271\347\254\224\350\256\260.md"
+++ /dev/null
@@ -1,85 +0,0 @@
----
-title: "睡前消息就正威集团的企查手法要点笔记"
-date: 2022-12-03 17:46:25 +0800
-author: hoochanlon
-category: [2022.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-その他
-
-解读正威涉及到的名词释义记录
-
-公募债券:大致类同于股票、与公司私人期权相对
-
-挂牌:出让国有土地使用权、拍卖公告
-
-职业范围:银行金融、开发区与工业经济、战略与统计、保密局
-
-炒股投机史:唐万新德隆系、梧桐系、湘晖系
-
-旋转门
-
-
-
-首:
-
-相关地方政府网站关于正威的资料,与正威官网放在一起。
-
-正威公募债券申报文件,及文件提到的占有资源
-
-探矿权挂牌评估报告,拍卖翻倍
-
-自然资源厅网站招拍挂公告,条件特限,同行比对
-
----
-
-释
-
-先射箭再画靶子 [这个俗语的解释还可以啊](https://zhuanlan.zhihu.com/p/339166900)
-
-不能简单替代的资源信息,政策特殊开口(关键词:以上限制不包括),管理办法
-
-发现自相矛盾/端倪的信息,调查涉及到的核心拍卖成员身份
-
-推论 → 旋转门
-
----
-
-续
-
-资源营销的媒体曝光,加强论证,量身定做
-
-过渡话题
-
-具体数字的端倪,正威评估报告与县政府评估报告比对,估值借钱。
-
----
-
-职
-
-政府人员职务变化与正威关联
-
-统计局、银行、市县长、经济技术开发区管委会副主任、市委办公厅主任/保密局局长
-
-入正威后
-
-* 副手(市县长)
-* 投资委员会主席(工业经济副主任)
-* 董事局副主席(经济技术开发区管委会副主任)
-* 投资委员会副主席(分行支行高管)
-* 正威集团战略委员会总裁(市区统计局长)
-* 正威董事局副主席和资产委员会(市委办公厅副主任、保密局局长、经济投资)
-
----
-
-总
-
-熟悉流程,两个不同地域的连接人,人才现金流正循环
-
-同行拿分红,产业链可靠,前赴后继
-
-产业园,拿项目配套商业用地、投资估值,赚一笔
-
-唐万新 德隆系历史 梧桐系、湘晖系、鼎新系
diff --git "a/_posts/2022/2022-12-08-Win11ArmM1\347\262\276\347\256\200\344\274\230\345\214\226\347\254\224\350\256\260.md" "b/_posts/2022/2022-12-08-Win11ArmM1\347\262\276\347\256\200\344\274\230\345\214\226\347\254\224\350\256\260.md"
deleted file mode 100644
index 0fbf028738..0000000000
--- "a/_posts/2022/2022-12-08-Win11ArmM1\347\262\276\347\256\200\344\274\230\345\214\226\347\254\224\350\256\260.md"
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "Win11 Arm M1精简优化笔记"
-date: 2022-12-08 09:08:55 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-* [win11开始页面的广告](https://www.zhihu.com/question/547042364/answer/2612325563)
-* [删除资讯](https://www.win7zhijia.cn/win11jc/win10_48665.html)
-* [删除系统文件](https://www.jb51.net/os/win11/816751.html)
-* [win11关闭搜索看点](https://www.bilibili.com/video/BV198411t7nd/?vd_source=3c7a499e8d0e288f2665d7015f776e3d)
-* [win11关闭升级](https://blog.csdn.net/zym0218/article/details/126768517)
-* [Win 10 不装 360 的话,该怎么清理日常软件垃圾呢?](https://www.zhihu.com/question/31742156/answer/762156539)
-* [Windows11一键恢复IE11工具2.0](https://www.yrxitong.com/h-nd-963.html?nSL=%5B0%2C1%2C2%2C4%2C12%2C8%2C9%2C10%2C11%2C5%2C6%2C7%5D#skeyword=ie&_np=0_35)
-* [Win11 22H2服务怎么删除_Win11删除服务列表中的服务](http://www.xitong86.com/article/win11jc/3422.html)
-* [Windows10 删除Windows.edb,释放C盘空间](https://blog.csdn.net/coldwhitewater/article/details/124267726)
-
-
-
-其他杂活:
-
-* Windows文本编辑notepad++,Mac文本编辑coteditor、textmate。
-* Windows: serv-u、xftp
-* App Store:QuickFTPServer、ezshare。(macOS13目前系统设置的smb共享基本不能用,只能用来连接Windows的smb共享。)
-* iOS美区:loon、lanceX(ss、ssr、v2、trojan) | potatso(免费)、William Speeder(免费)
diff --git "a/_posts/2022/2022-12-12-iOS\343\201\256\343\202\262\343\203\274\343\203\240\343\203\273\343\203\206\343\202\271\343\203\210\343\203\273\343\202\244\343\203\236\343\202\270\343\203\263.md" "b/_posts/2022/2022-12-12-iOS\343\201\256\343\202\262\343\203\274\343\203\240\343\203\273\343\203\206\343\202\271\343\203\210\343\203\273\343\202\244\343\203\236\343\202\270\343\203\263.md"
deleted file mode 100644
index 9e3aa034ad..0000000000
--- "a/_posts/2022/2022-12-12-iOS\343\201\256\343\202\262\343\203\274\343\203\240\343\203\273\343\203\206\343\202\271\343\203\210\343\203\273\343\202\244\343\203\236\343\202\270\343\203\263.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "iPadOS/iOS/macOS の ゲーム・テスト・イマジン"
-date: 2022-12-12 19:55:18 +0800
-author: hoochanlon
-category: [2022.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-**iPadOS**
-
-由于国内版权意识相对以前有了极大的提高,致使我们现在没以前那么好下载破解版软件、游戏了。此外,内容的审核限制,我们也难重温经典了。淘宝也被严控了,注册谷歌、美区账号不是简单付钱那么轻松了,还需要额外甄别挑选不错卖家,这也需要花费不少工夫。
-
-模拟器,相对于官版,属于灰色地带。苹果这App Store当然会限制这些模拟器软件的,因为涉及到太多厂家的利益了,主要也影响了自己赚钱。所以有些模拟器伪装成相机、收音机之类不相关的app来规避审查,一些App Store审核不过或是未上架的app,通过testflight、爱思、网页测载来实现安装。苹果签名的话,这些开发者应该是用了某种特殊手段延长签证吧。并且需要通过特殊手段才能进入真正的模拟器界面,如卖家提供的Apple ID,或是其他特殊点击操作。
-
-比起安卓,这实在太过麻烦了,而且还要考虑下次大版本系统升级的兼容问题,iPadOS、iOS这块自然也就做网页的多,[贴吧上差不多也是对这原因的解释](https://tieba.baidu.com/p/7387957600)。此前GitHub上也有人做了此类游戏的网页实现[bfirsh/jsnes](https://github.com/bfirsh/jsnes),当然也有人做了精致实现,如[畅玩 web arc(街机)](https://play.wo1wan.com/login)、[yikm web fc(小霸王)](https://www.yikm.net);不过,这精致优化的实现,他们在小游戏之外,自然也会含有其他的付费内容。恰个饭也是很正常的事情,只要真的做得好,能让我们有乐趣所在就行。
-
-
-
-**iOS**
-
-除了「神界原罪2」等特殊的为iPadOS优化的游戏软件,iOS其实和iPadOS差不了多少。这里就另说一下“令人不太舒服、习惯就好”的弹窗吧。安卓有李跳跳之类的软件,iOS没有。就算用上了[ios_rule_script](https://github.com/blackmatrix7/ios_rule_script)效果也不咋样。无法适用所有的app,对于我们这类普通用户太过折腾且收效甚微,这是一个必须得承认的即现实又无奈的局限。
-
-
-**macOS**
-
-「脑航员2 Mac版」无中文,我都是用盗版资源提取的中文插入进去的...Mac版着实优化不太行。我开始以为是内存问题,标配8G,日常跑个稍大型的游戏,还剩1G有余的内存,出现卡顿或闪退也不奇怪。但我在虚拟机上的win11运行,效果更卡,在开始打怪的路上也没闪退...这让我着实感到Mac优化属实不行...
-
-补:脑航员2看来在Mac这不止一处闪退啊,对Mac平台确实不咋上心,找个顶配Mac阿弥陀佛,测试完了,了事。
-
diff --git "a/_posts/2022/2022-12-13-\345\205\263\344\272\216\350\207\252\345\212\250\345\214\226\347\275\221\351\241\265\347\231\273\345\275\225\347\232\204\351\227\256\351\242\230.md" "b/_posts/2022/2022-12-13-\345\205\263\344\272\216\350\207\252\345\212\250\345\214\226\347\275\221\351\241\265\347\231\273\345\275\225\347\232\204\351\227\256\351\242\230.md"
deleted file mode 100644
index 92cd09e07a..0000000000
--- "a/_posts/2022/2022-12-13-\345\205\263\344\272\216\350\207\252\345\212\250\345\214\226\347\275\221\351\241\265\347\231\273\345\275\225\347\232\204\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: "关于自动化网页登录的问题(有误)"
-date: 2022-12-13 15:40:47 +0800
-author: hoochanlon
-category: [2022.]
-tags: [chip]
-permalink: /:year/:month-:day/01
----
-
-公司网络需要登录深信服网页认证才能上网。因此,我从一开始的构想是:进入网页,填入账号、密码,点击登录,然后关闭网页。这确实在事后回想实现起来还挺麻烦的。还是利用网页的API接口,传入参数来实现自动登录,来得简单。
-
-
-
-```python
-import requests
-
-def config_network():
- '''登录上网账号'''
- url = 'http://10.10.10.1/ac_portal/login.php'
- data = {
- "opr": "pwdLogin", //保持登录状态
- "userName": "huchenglong",
- "pwd": "20200819",
- "rememberPwd": "0" //记住密码
- }
-
- request = requests.post(url, data=data)
- request.encoding = 'utf-8'
- print(request.text)
-
-// https://www.cnblogs.com/rianley/p/9013905.html
-if __name__ == "__main__": //里面的内容只能自己执行,其他无法调用。模块化。
- config_network() //调用功能
-
-```
-
-再用[pyinstaller](https://blog.csdn.net/qq_45664055/article/details/102485157)打包`pyinstaller -F -w *.py`做成小程序。剩下的,设置个工作日上班时间运行,搞定。至于那个ie登录特定页面的ui自动化,用ie设置成主页、记住密码,用raycast quick link直链搜索过去就好了。
\ No newline at end of file
diff --git "a/_posts/2022/2022-12-20-\347\226\253\346\203\205\346\224\276\345\274\200\345\220\216\357\274\214\344\272\272\345\217\243\345\244\226\346\265\201\347\232\204\346\267\261\345\234\263\345\237\216\344\270\255\346\235\221\347\247\237\346\210\277.md" "b/_posts/2022/2022-12-20-\347\226\253\346\203\205\346\224\276\345\274\200\345\220\216\357\274\214\344\272\272\345\217\243\345\244\226\346\265\201\347\232\204\346\267\261\345\234\263\345\237\216\344\270\255\346\235\221\347\247\237\346\210\277.md"
deleted file mode 100644
index 69631ed38c..0000000000
--- "a/_posts/2022/2022-12-20-\347\226\253\346\203\205\346\224\276\345\274\200\345\220\216\357\274\214\344\272\272\345\217\243\345\244\226\346\265\201\347\232\204\346\267\261\345\234\263\345\237\216\344\270\255\346\235\221\347\247\237\346\210\277.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "疫情放开后,人口外流的深圳城中村租房"
-date: 2022-12-20 16:27:16 +0800
-author: hoochanlon
-category: [2022.]
-tags: [找租房那时]
-permalink: /:year/:month-:day/01
----
-
-人口外流后,城中村的农房公寓管家比此前和善了不少,连“将心比心”的都说来了。记得前年的时候,一副爱租不租的那副盛气凌人、居高临下的模样,“一千七八,你不租拉倒!我的房子有的是租!”...前年的时候普遍都押二付一居多,现在赶上人少押一付一了。
-
-58平台修个水电施工还行,但要说找的民房公寓,基本上都是宰客的。按冷热水分别收费这类普遍都贵,尤其是电费,普遍都贵得要死,一块六七一度。细算来其实也挺高的。至少不能像小区夏冬季节随心所欲地开空调了,能用的也只有夏季电风扇了,冰箱基本上每天一度电。
-
-我问了下在城中村的租房的同事,她有热水器、冰箱;每晚基本上开整夜空调,电费八毛,总的算下来是一百多,平常七八十。其他以此类推。现在在龙岗1300(包括管理费),已经能找一个一个人住还算舒心的小公寓单间了。放在前年是那种不透光、潮湿又昏暗的房子,进去房间都还得打个灯。
-
-自如虽然有些贵,但维修这方面,如正常售后方面,原价退租啥的,恐怕大部分城中村农民房公寓是比不上自如。不过自如有些房间,如一二楼的复式,以及没有客厅或物品几乎叠占了整个客厅的那种,那个可能还不如城中村精装修的品牌泊寓,或其他城中村连锁店公寓吧。
-
-
-
-不管农民房、群租房(6人及以上)、合租房,本质上就是租个地方,也不必租个小区就挺自满的(一般自如、泊寓会有意渲染这种氛围),不少是来凑合租个地“安居”的,条件比较富有或相对充裕的,这个是来租房过“家庭生活”的。合租运气不错就能有家庭氛围,一般般就是不咋打招呼的,还好就是能日常打个招呼照个面的。单间一个人住就无聊很多,一个人长期在环境昏暗、潮湿、透风采光差的环境,心理长期压抑下去也容易造成人格扭曲。
-
-另外房东中介啥得要是想如之前那样飞扬跋扈至少得整体经济呈现极大的涨势。起码就业和薪酬要高涨,不然就算有很多人来深圳,可还是不行。资本家资金链一断,跟着倒霉的也就是我们这样的打工仔啊。经济滑坡是有些恶性循环的,到时候企业存钱不投资,我想会有那个时候的。经济繁荣地带可能大差不差的,但想象之前那样繁荣,估计得整体产业升级、生育率高、福利也还过得去吧。
\ No newline at end of file
diff --git "a/_posts/2022/2022-12-29-\350\256\260\344\270\200\346\254\241Office\346\277\200\346\264\273\344\270\216winrar\345\216\273\345\271\277\345\221\212.md" "b/_posts/2022/2022-12-29-\350\256\260\344\270\200\346\254\241Office\346\277\200\346\264\273\344\270\216winrar\345\216\273\345\271\277\345\221\212.md"
deleted file mode 100644
index 02eedf0be3..0000000000
--- "a/_posts/2022/2022-12-29-\350\256\260\344\270\200\346\254\241Office\346\277\200\346\264\273\344\270\216winrar\345\216\273\345\271\277\345\221\212.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "记一次Office激活与winrar去广告"
-date: 2022-12-29 10:43:45 +0800
-author: hoochanlon
-category: [2022.]
-tags: [chip]
-permalink: /:year/:month-:day/01
----
-
-用其他同类别的软件又觉得不太舒服,不想折腾的折腾,特此记录。
-
-
-
-Window for arm:
-
-安装游戏运行库 + 神龙版kms/HEU_KMS_Activator
-
-winrar remove ad:
-
-* [Resource Hacker打开WinRAR修改内部广告代码](http://www.yunfuhelp.com/index-detail?id=4df9561207954608824eca267f20ce2e)
-* [注册手法](https://www.cr173.com/html/56173_1.html)
-* [Restorator修改rc文件](https://baijiahao.baidu.com/s?id=1722490021314743159&wfr=spider&for=pc)
\ No newline at end of file
diff --git "a/_posts/2023/2023-01-02-\344\271\246\345\272\227\343\200\201\350\207\252\344\271\240\345\256\244\344\270\216\345\233\276\344\271\246\351\246\206\347\256\200\350\257\204.md" "b/_posts/2023/2023-01-02-\344\271\246\345\272\227\343\200\201\350\207\252\344\271\240\345\256\244\344\270\216\345\233\276\344\271\246\351\246\206\347\256\200\350\257\204.md"
deleted file mode 100644
index a66378a8fa..0000000000
--- "a/_posts/2023/2023-01-02-\344\271\246\345\272\227\343\200\201\350\207\252\344\271\240\345\256\244\344\270\216\345\233\276\344\271\246\351\246\206\347\256\200\350\257\204.md"
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "书店、自习室与图书馆简评"
-date: 2023-01-02 13:17:33 +0800
-author: hoochanlon
-category: [2023.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-今天去的三个主要位置,大学城站与西丽湖站(野生动物园)、塘朗站。大学城站D出口附近有个时代广场(书店与自习室),西丽湖站直走百来米就是深圳科技书城(需要预约)。西丽这一块,公共图书馆可真的少...之后在塘朗宝能城,总算是找到了一家公共图书馆,桃源之光。
-
-以九祥岭湿地公园为中心,西丽、大学城、西丽湖,这三个地铁站点都离得不是很远。我从西丽到塘朗只有两站的距离,也还可以接受。
-
-
-
-## 西西弗书店(丽山路店)
-
-书店里头的咖啡馆比南山书城的那家相对来说动静没那么大,比较小孩没那么多;书店对面的肯德基虽人流量不多,但外头声音比较嘈杂。第一次买杯咖啡,占个座,问个Wi-Fi基本上就差不多了。
-
-书店就最便宜的36块的咖啡桌位来说,而且带小孩的家长一多,也会比较吵,个人感觉不适合常来自习,划不来。
-
-## 觅岸自习室(大学城站D出口)
-
-概貌:一小时10块钱,一天是38块。整体来说比较安静,地段虽说在马路边,不过写字楼比较高档,隔音很不错。一般来说,家长也不会带小孩来这个地方,女性来自习室较多。
-
-配套:桌台有自助膨化小包零食、咖啡粉冲剂;有微波炉和冰箱在茶水间,楼下有独立较空旷的休闲区,本质上是洽谈室;打印纸张比较便宜,黑白也就几毛钱,彩打不到一块钱。
-
-这个自习室比书店实际上要划算一些的。
-
-## 桃源之光(塘朗D出口出站直走)
-
-这是我能找到的日常开放的公共图书馆,距离算比较近的一个了。没有工地噪音,大部分的声音基本上是离开座位走动一小会儿(走路的脚步声比较响),与时不时有人清嗓子发出的声响。
-
-一些小孩看书也算比较安静的,图书馆将儿童座位与成人座位相对间隔较远,总体还行吧。
\ No newline at end of file
diff --git a/_posts/2023/2023-01-04-mcwlc-for-mac.md b/_posts/2023/2023-01-04-mcwlc-for-mac.md
deleted file mode 100644
index 7dcf197f36..0000000000
--- a/_posts/2023/2023-01-04-mcwlc-for-mac.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-title: "mail、clean、webcliper for Mac"
-date: 2023-01-04 18:05:48 +0800
-author: hoochanlon
-category: [2023.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-收集与盘点,在Mac用的不是很舒服的软件,邮箱、清理、网页剪藏。 如果使用的是Chrome的话,网页剪藏倒是不愁(不看重UI,Joplin倒是可以一试),可Chrome实在太吃硬盘了,用了不到一星期就消耗了27G的存储空间...太夸张了。
-
-
-
-free mail for Mac:
-
-正常
-
-* outlook(App Store单独下载,免费,推荐使用)
-
-还凑合,能用的。
-
-* blue mail (打开软件UI动画有些重复)
-* Edison mail(不支持联系人、英文)
-
-不行的
-
-* Thunderbird(视图比较乱,软件性能不太好...)
-* Sylpheed (界面老旧、模糊、日语)
-* foxmail(联系人界面排版有问题,看起来有些敷衍...)
-
-clean for Mac:
-
-* cleanCC
-* PrettyClean
-
-腾讯柠檬清理,排除,疑有后门。外来的和尚会念经。
-
-webcliper for Safari:
-
-* Monolog(收费,记录小抄、网页剪藏软件,其他功能完成度跟学生交作业的水平一样)
diff --git "a/_posts/2023/2023-01-24-\345\233\236\345\275\222\347\272\277\344\270\213\347\224\237\346\264\273.md" "b/_posts/2023/2023-01-24-\345\233\236\345\275\222\347\272\277\344\270\213\347\224\237\346\264\273.md"
deleted file mode 100644
index 887f1dca40..0000000000
--- "a/_posts/2023/2023-01-24-\345\233\236\345\275\222\347\272\277\344\270\213\347\224\237\346\264\273.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "我也玩不起了,差不多到了头,终究要回线下生活。"
-date: 2023-01-24 00:00:32 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-看了[大眼仔的博客的个人说明](http://www.dayanzai.me/about),自己现在的状态也差不多如此这般了,已经没有精力再折腾其他了。
-
-![catch2023-01-23 23.12.55](https://cdn.jsdelivr.net/gh/hoochanlon/ihs-simple/AQUICK/catch2023-01-23%2023.12.55.png)
-
-最后的下半段
-
-> 时间很快,转眼间现在已是 2022 年,我已经 32 岁了,大眼仔网站已经陪我走过了八个年头。我不知道做一个网站能坚持多久,也不知道我会在什么时候结婚。或许现在我可以全身心把重心投入到这个网站,如果等我哪天结婚生子了,我不清楚我还能不能把它做的更好。
-
-我差不多27了,我的一些IT整活,又或是诸如因兴探访正威之类,也可说宣告结束了,到头来还是回归于线下过起本就普普通通的生活。
-
-
-
-线上论坛及流媒体,我基本潜水,偶尔和朋友亲戚玩游戏;可在GitHub上付出的,着实有些多了...培训机构黑幕、黑中介租房被坑、入社会找工作、在流水线的人们之类的等相关文章,以及两本关于“网络”、“桌面”的开源书,我都有写过;macOS平台下支持NTFS读写的小工具软件、简历项目(与网友合作)都有做过。
-
-我的能力范围内,做完这些事儿,基本上也差不多了,是时候该告一段落了。今年过节,同学们、朋友们都基本上有了各自的家庭,有各自要寻访的亲戚,也不方便再邀他们出去玩了,我自己倒像一个闲人。不过,一到家整天被催着相亲,对我来说也是心烦得要死,很无奈。
-
-我爱我的国家吗?不爱。我爱这个社会吗?不感兴趣。我对自己所在的公司是什么看法?只是觉得它是一坨狗屎。我对今后又什么想法吗?看不到头...
-
-当前我也只能说:我只是对一些行业心黑手黑,以及我所见的一些造孽的事,想要分析分析,并写出来留做后续的参考。
diff --git "a/_posts/2023/2023-01-25-\342\200\234\344\272\272\345\217\243\350\264\237\345\242\236\351\225\277\342\200\235\344\270\216\342\200\234\347\233\270\344\272\262\350\256\277\350\260\210\342\200\235\346\235\202\347\254\224.md" "b/_posts/2023/2023-01-25-\342\200\234\344\272\272\345\217\243\350\264\237\345\242\236\351\225\277\342\200\235\344\270\216\342\200\234\347\233\270\344\272\262\350\256\277\350\260\210\342\200\235\346\235\202\347\254\224.md"
deleted file mode 100644
index c65b731b99..0000000000
--- "a/_posts/2023/2023-01-25-\342\200\234\344\272\272\345\217\243\350\264\237\345\242\236\351\225\277\342\200\235\344\270\216\342\200\234\347\233\270\344\272\262\350\256\277\350\260\210\342\200\235\346\235\202\347\254\224.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "“人口负增长”与“相亲访谈”杂笔"
-date: 2023-01-25 00:04:14 +0800
-author: hoochanlon
-category: [2023.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-先看B站的三个视频:
-
-* [人口开始负增长,未来人口走向的数据推演](https://www.bilibili.com/video/BV1JM411t7Go)
-* [【睡前消息541】社会化抚养概论](https://www.bilibili.com/video/BV1ED4y1n7MD)
-* [【我们的道路】主人不需要仆人来抚养,更不欢迎敌人的走卒来欺骗,民间社会主义者如何用现实行动,来巩固和发展劳动群众的主人翁地位](https://www.bilibili.com/video/BV1vY4y1o7J6)
-
-这些视频让我感觉到,人口负增长是国家长期发展的潜在一颗雷。在我与相亲对象闲聊的过程中,我估计大部分人对自己玩好活好就行,并不理会如人口负增长、对某些事物开始进行征税或加增税款,其的背后意味着什么,“想那么多干什么?有什么好想的?”。至于了解大趋势,也仅限于新闻,自我感觉及人云亦云。
-
-
-
-现在想来自己这方面付出的精力,其实真的有些多。软件啊、开源书、GitHub,搞的我相亲都不会,见面好一会儿,也不知道聊些什么,讲些什么话,场面气氛是有些尴尬...
-
-这个妹子很爱玩,喜欢各地旅游,也很活泼。但并不想要找我这样沉闷好静的人。兴趣爱好上,看来我们是有些合不来了,就当交了个朋友,认识一下而已。
-
-再想起和表亲他们玩英雄联盟手游,流水线工厂下班的空闲,原来是如此愉悦了。这一种新式奶头乐。另一个表亲因做早餐鱼粉、杀猪粉等,自己就养成了钓鱼的爱好。
diff --git "a/_posts/2023/2023-01-26-2023\350\277\207\345\271\264\344\274\232\350\241\250\344\272\262\346\226\260\347\237\245.md" "b/_posts/2023/2023-01-26-2023\350\277\207\345\271\264\344\274\232\350\241\250\344\272\262\346\226\260\347\237\245.md"
deleted file mode 100644
index 66b0bed849..0000000000
--- "a/_posts/2023/2023-01-26-2023\350\277\207\345\271\264\344\274\232\350\241\250\344\272\262\346\226\260\347\237\245.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "2023过年会表亲新知"
-date: 2023-01-26 00:52:21 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-这篇小结是我个人社交听闻所写的,这里的不少听闻来自我一个做餐饮的亲戚,他的朋友不少是混社会的。因为基本没写前因后果,对大众作用不大,只是作为一个自己的归纳的信息碎片集合。
-
-
-
-* 氢化油与植脂末,所谓狂吃不胖的反向主因。
- * 别人吃的油易吸收消化,橄榄、茶油;植脂末,难以消化的,囤积脂肪。
-* 一些流出的人体肢解的视频,可能东南亚的诈骗/人贩子团伙内部通过社交平台扩散出来的。
- * 血奴、噶腰子、猪仔、关起来、挨打
-* 表亲那边的亲戚,在外头砍了人,后来家里花了十几万,疏通关系后减刑了。
-* [民运组织"独立中文笔会"陷内斗 被指腐败言论不自由](https://news.china.com/domestic/945/20160405/22365941.html),这个“独立中文笔会”引起了不少好事者的关注。
-* 狗屁的GitHub大佬,不少牛逼与做实事的,关注的人普遍也是一两几十个,甚至没有。
-* 现如今过年,才开始注意到朋友、同学、表亲基本都成家了,各家都有要走的亲戚。
- * 难聚在一块耍了。圈子也开始不同了,逐渐疏离,正常周始循环。
-* 少数民族的偏远山区的妹子,有了北上广深的城市梦,人也精明得要死。
- * 月薪万把块,不知道她工资的话,还不知道她挺“低调奢华有内涵”,不过没看上我。
-* 50-60s~70-80s~90-00s,一家三代人的代际差,每个人认知通常完全不一样。
- * 老农的小本善良、谋私为己过日子的市侩、夜店少爷/街溜子
-
-* 辛苦琢磨半天免费下载资源,还不如淘宝花几块钱拿到资源来得快,十分真实。
-
-青春从愤青不满到躺平迷茫,中年是否能不惑?每当深夜想写点东西,却又被第二天还要上班的困意卷走。终究一事无成,或仅仅是养家糊口。
diff --git "a/_posts/2023/2023-01-29-\344\270\200\347\257\207\345\205\263\344\272\216\345\215\226\347\203\247\347\203\244\347\232\204.md" "b/_posts/2023/2023-01-29-\344\270\200\347\257\207\345\205\263\344\272\216\345\215\226\347\203\247\347\203\244\347\232\204.md"
deleted file mode 100644
index 5eabc29ba1..0000000000
--- "a/_posts/2023/2023-01-29-\344\270\200\347\257\207\345\205\263\344\272\216\345\215\226\347\203\247\347\203\244\347\232\204.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "一篇关于卖烧烤的"
-date: 2023-01-29 09:59:05 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-吃烧烤的个人经验小短文。
-
-
-
----
-
-地点:西丽
-
-我看地摊铁板鱿鱼有个“功夫鱿鱼”商标,又是什么餐饮连锁加盟公司,觉得挺奇怪的。买了五十来块鱿鱼,想起这里新疆大叔五十块送一串,还是算挺值,毕竟吃个烧烤很容易几十上百来块。刚想到这我再想要一串鱿鱼片时,老板就刚说到:“送你一串”。
-
-吃完烤好的鱿鱼后,我还想体验其他的,本打算明天再吃了,算了!聊着聊着直接买了。原来如此,送一串是加强了长期吃烧烤的食客的购买意愿,当然聊话题的作用也很大,增加了亲和感。这期间的话题是围绕着“为什么路边小摊会挂着餐饮连锁加盟公司的名号”展开的。
-
-结合以前我在坂田认识的烧烤老板,合伙出资搞“羊氏集团”,认为他这也算是创业吧。结果情况类似,他给我解释了以公司之名的好处,如:偷东西报案,事件性质级别由个人上升到公司,影响生意、泄露配方啥的;其他人不能用他“功夫鱿鱼”的招牌,以及后续把税什么的、发票啥的,卖给其他餐饮店。
-
-大概差不多是这一情况,另外再提一段,我这几天对烧烤食材的所见所闻。
-
----
-
-地点:资兴、广州、深圳
-
-在新区,买了十五块三串的羊肉串,这些现成加好工的羊肉串,居然是鸭肉串,可这还是新疆人做的,真的相当不清真。我感觉清真就是笑话,他们也烤火腿肠什么,再说喝鱼粥也都有猪油啊,怎么会没吃到过猪肉呢?
-
-广州东站的东北面馆,但我听着方言几乎跟资兴话没啥差别...口味也就那样,填饱肚子而已。老实说这次回深,绿皮火车加便利店通宵熬夜是真的不值当,花钱都差不多,体验断崖式下跌。
-
-再回到西丽,除了他的招牌鱿鱼之外,其他的小串就只是辣味、肉味了。牛肉串吃的也不知道是什么肉,像是猪肉混合物。体验呢,一般般能吃而已。另外就是木屋烧烤了,一人吃不划算,两人吃就还算省钱,价格和蛙鱼自助火锅差不多,一百五六来块。
-
-街边的烧烤什么肉排还是最好少吃,这些屌毛烤得黑不溜秋,分不清是肉还是骨头,一不小心大口能把门牙咬脱。种个牙得好几来月,开销万把来块,至少一万三五,不值当。
diff --git "a/_posts/2023/2023-02-28-\345\245\275\347\264\257\357\274\214\346\200\273\347\256\227\345\277\231\345\256\214\344\272\206\344\270\200\345\234\272.md" "b/_posts/2023/2023-02-28-\345\245\275\347\264\257\357\274\214\346\200\273\347\256\227\345\277\231\345\256\214\344\272\206\344\270\200\345\234\272.md"
deleted file mode 100644
index f37b72e11a..0000000000
--- "a/_posts/2023/2023-02-28-\345\245\275\347\264\257\357\274\214\346\200\273\347\256\227\345\277\231\345\256\214\344\272\206\344\270\200\345\234\272.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "好累,总算忙完了一场"
-date: 2023-02-28 23:10:39 +0800
-author: hoochanlon
-category: [2023.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-累的不想说些其他的了,想到什么说什么了,只能是。
-
-最近的零食也是贵的离谱。说人少吧,电瓶车的交通治安可是真差,还喝酒骑车....
-
-别往下看了,太累了,休息会。
-
-
\ No newline at end of file
diff --git "a/_posts/2023/2023-03-18-\346\213\251\345\201\266\345\210\260\345\272\225\346\230\257\346\200\216\346\240\267\347\232\204\345\221\242\357\274\237.md" "b/_posts/2023/2023-03-18-\346\213\251\345\201\266\345\210\260\345\272\225\346\230\257\346\200\216\346\240\267\347\232\204\345\221\242\357\274\237.md"
deleted file mode 100644
index 1d52cf02d9..0000000000
--- "a/_posts/2023/2023-03-18-\346\213\251\345\201\266\345\210\260\345\272\225\346\230\257\346\200\216\346\240\267\347\232\204\345\221\242\357\274\237.md"
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "择偶到底是怎样的呢?"
-date: 2023-03-18 20:06:14 +0800
-author: hoochanlon
-category: [2023.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-上月认识了一个工厂的打工的妹子,感觉上双方理念都差不多,现如今“一人吃饱,全家不饿”也只是这样了。昨天看了这妹子简历上的照片,现在不由得回想起,那当初拒绝我的少数名族女神,也长肥了膘,脸方圆不少,也是这般面相姿态...
-
-学历嘛,从我个人经历上来看,也是个怪事;大专找本科、硕士找博士或海龟;人往高处走也没什么不对的。而且如果工资不是特别高,确实没得挑,没得选择的。你都这样想,人家又何尝不是呢?
-
-我是觉得当今的信息差也真是大,当初我失业找不到事,又不想做餐饮,只得做流水线了。这个中专妹子也不算另辟蹊径吧,利用自己所学,简历真的可以说差得要死,乍一回想可能她的岗位也不太要求这些,妹子找了个外贸跟单的事做,起码比流水线还是舒服些。
-
-癞蛤蟆想吃天鹅肉吗?摆在面前的九转大肠,我当今的境遇来看,可得违心的忍下。说来也奇怪,我不知道女方怎么想的,捡起天上掉的馅饼,这倒不至于,我推测更是一种摆烂将就的心态吧。
-
-唉...不抽烟,基本不喝酒,最后 —— 如果有纹身的话,我想还是算了吧...
\ No newline at end of file
diff --git "a/_posts/2023/2023-03-19-\344\270\211\346\234\210\351\230\263\346\230\245\347\232\204\351\232\217\346\203\263\357\274\210\344\270\200\357\274\211.md" "b/_posts/2023/2023-03-19-\344\270\211\346\234\210\351\230\263\346\230\245\347\232\204\351\232\217\346\203\263\357\274\210\344\270\200\357\274\211.md"
deleted file mode 100644
index 0b676326b5..0000000000
--- "a/_posts/2023/2023-03-19-\344\270\211\346\234\210\351\230\263\346\230\245\347\232\204\351\232\217\346\203\263\357\274\210\344\270\200\357\274\211.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "三月阳春的随想(一)"
-date: 2023-03-19 10:28:37 +0800
-author: hoochanlon
-category: [2023.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-地方政策绕着弯子还好说,因为是愚弄我这种蠢蛋的。可两个人的双向抉择,都是在社会上混迹多年,也确实没什么必要了,还不如明着说来着了当。喜欢就喜欢,不喜欢就不喜欢。
-
----
-
-就这篇文章[「中国の高齢化は「三人っ子政策」で防げるのか」](https://toyokeizai.net/articles/-/574510)而言,看来财新网只在东洋经济网上投了稿,并没在本土的官网上投稿这篇文章,也不是什么明眼就能看出的“双标”了。
-
-看了政府人力资源和社会保障部的[中央党史和文献研究院所属企业2023年度面向全国高校毕业生公开招聘公告](http://www.mohrss.gov.cn/SYrlzyhshbzb/fwyd/SYkaoshizhaopin/zyhgjjgsydwgkzp/zpgg/202303/t20230308_496444.html),下面引用该公告的一段对年龄要求的一段话。
-
-> 大学本科不超过24周岁,即1998年3月1日及以后出生;硕士研究生不超过27周岁,即1995年3月1日及以后出生;博士研究生不超过35周岁,即1987年3月1日及以后出生。
-
-就招聘年龄来看,不由得让我打个寒颤...招个人精都如此挑剔。4年大学,看来得19/20岁毕业才行。
-
----
-
-中午在店吃午餐,见到了这么一回事:坐在我对面有两位食客,看得出来他们是一起的。其中一位说,他奶奶化疗用水滴筹十万。然后他们谈及到个人所学专业的话题,一句“你化学这么好,是学计算机的啊。” 确实让我不免有些感慨:人都是趋利的,人都是精明的,大家彼此彼此。
\ No newline at end of file
diff --git "a/_posts/2023/2023-03-20-\344\270\211\346\234\210\351\230\263\346\230\245\347\232\204\351\232\217\346\203\263\357\274\210\344\272\214\357\274\211.md" "b/_posts/2023/2023-03-20-\344\270\211\346\234\210\351\230\263\346\230\245\347\232\204\351\232\217\346\203\263\357\274\210\344\272\214\357\274\211.md"
deleted file mode 100644
index d3d36db182..0000000000
--- "a/_posts/2023/2023-03-20-\344\270\211\346\234\210\351\230\263\346\230\245\347\232\204\351\232\217\346\203\263\357\274\210\344\272\214\357\274\211.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "三月阳春的随想(二)"
-date: 2023-03-20 20:11:26 +0800
-author: hoochanlon
-category: [2023.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-我想人口红利结束可得等到二胎婴儿潮那涌人群就业才结束,目前来说多数专科生境遇就和以前的没文化的人差不多了。三年前我看到的这桌面岗还只是要求大专,如今多数是本科以上了,一些岗位相比于以往,不少是降过薪水的。中专呢,运气好或是走关系、脑机灵倒是也能找个轻松的活,工资四五千也是到了头,不过混得倒也安生。
-
-
-
-中午打的回家,我与司机师傅聊到了买车学车的话题,可我对买车学车并没有什么兴趣。但司机师傅还是劝我要趁早学车,多一门技术好谋生。同时司机师傅不由得感慨了起来说:“我十九岁考了驾照,也没想到自己到最后会靠着这个当初考的驾照开车谋生。”
-
-不由得想起我的那些同学们在读高中、大专时就拿到驾照,确实也有远见的。明天也要看看招聘市场,简单分析下行情,再做抉择了。
\ No newline at end of file
diff --git "a/_posts/2023/2023-03-26-\342\200\234\344\272\272\345\217\243\342\200\235\347\240\201\345\244\264\346\234\211\346\204\237.md" "b/_posts/2023/2023-03-26-\342\200\234\344\272\272\345\217\243\342\200\235\347\240\201\345\244\264\346\234\211\346\204\237.md"
deleted file mode 100644
index c4287959d1..0000000000
--- "a/_posts/2023/2023-03-26-\342\200\234\344\272\272\345\217\243\342\200\235\347\240\201\345\244\264\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "“人口”码头有感"
-date: 2023-03-26 23:42:41 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-标题随意起,随机听听歌改写。也许九年义务教育当初植入我的思想观念,现在也会变得很淡薄。为着初中课本历史热血沸腾,为着[抢话筒](https://search.bilibili.com/all?keyword=教授被学生抢话筒)激昂壮志,会不会因现在找工作,再回首时会很难过?就算没有了结果,就算没有了承诺,用心去爱也难得有花朵。在我心底的角落,有生活于底层螺丝钉的社会公民执着。
-
-
-
-相遇,不是因为“人口”视频“他急了”一笑置之,只是因为“他急了”而不值一笑。当美好愿景在坠下的时候,所有高伟风景都沉默。因为社会毒打而宽容,因为明早起还得上班写得匆匆,夜晚静静,把梦带走,所有无眠的夜来[背诵金句](https://search.bilibili.com/all?keyword=人保寿险背诵金句)学习够不够?
\ No newline at end of file
diff --git "a/_posts/2023/2023-04-08-\350\247\202\351\230\205\350\215\211\346\240\271\350\247\206\351\242\221\346\234\211\346\204\237.md" "b/_posts/2023/2023-04-08-\350\247\202\351\230\205\350\215\211\346\240\271\350\247\206\351\242\221\346\234\211\346\204\237.md"
deleted file mode 100644
index 5a35d163ae..0000000000
--- "a/_posts/2023/2023-04-08-\350\247\202\351\230\205\350\215\211\346\240\271\350\247\206\351\242\221\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "观阅草根视频有感"
-date: 2023-04-08 22:46:59 +0800
-author: hoochanlon
-category: [2023.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-这整个事件比较零散,由此需要汇总整合一遍。先说最后看的视频,“[biliblili -【JUMP】大学生打螺丝没什么不可以?董明珠说的没错,但学不来。](https://www.bilibili.com/video/BV1XL411k7AS)”,说得比较在理,浅显易懂,文稿确实很符合大众视频标准。之所以符合大众视频的传播标准,是因为我想到的以下几点:一、没有太多的社会学术语;二、UP主反驳的观点样本统计较少,也算是集中针对特定人群传播了;三、视频里的提到的董明珠从一线销售到总经理的过程,对“改革开放的年代”、“读过书的那群人”、“挑战与机遇”,叙事及论证的脉络也挺清晰,整篇统筹用用“版本”一词凝结起来,确实能够引发一部分人的共鸣的同时,也能深刻在这一部分人心里。
-
-
-
-第一个视频是,“[【英杰】我们会重蹈日本的覆辙,进入低欲望社会吗?](https://www.bilibili.com/video/BV1P8411F7HY)”,获得的信息价值太低,不多,也就二;一、UP主有意渲染XX后与YY后之间的对立,我更偏向于他是有意为之,而不是文字表达不行;二、通篇视频整体跟看流水洗稿的爽文一样。接着是第二个视频,“[bilibili - 不住人?得交钱!日本即将征收“空房税”](https://www.bilibili.com/video/BV1m84y1g7jD)”,这信息比较有价值,主要价值点即“为什么要收这个空房税?”。不得不说,日本还是我们的老师啊,确实挺值得参考与借鉴的。
-
diff --git "a/_posts/2023/2023-05-02-\345\220\254\345\220\233\344\270\200\345\270\255\350\257\235\357\274\214\345\246\202\345\220\254\344\270\200\345\270\255\350\257\235.md" "b/_posts/2023/2023-05-02-\345\220\254\345\220\233\344\270\200\345\270\255\350\257\235\357\274\214\345\246\202\345\220\254\344\270\200\345\270\255\350\257\235.md"
deleted file mode 100644
index 4c78906048..0000000000
--- "a/_posts/2023/2023-05-02-\345\220\254\345\220\233\344\270\200\345\270\255\350\257\235\357\274\214\345\246\202\345\220\254\344\270\200\345\270\255\350\257\235.md"
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "听君一席话,如听一席话"
-date: 2023-05-02 00:07:23 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-难道每个人都安装一个监控摄像头吗?这也太《1984》了吧?青年学习吸烟道:“每日一席话,无非天天大梦话”。生活困于席梦思,三和夜难眠。
-
-想起来,去年约会的对象在北京故宫照的相,确实是个爱玩的人呢;再想起,亲戚照片印个居然比我生命更重要的红旗,却又好似皇帝的新衣。该生活还是该生活,该讨好丈母娘还是要讨好丈母娘,该欺诈的时候,这个王八蛋,他还是会欺诈我呀。
-
-想起我读书时实际上也没什么信仰,唯一有的就是如愤青那样爱国。现在倒是觉得荒谬与可笑,从某种角度讲“赵的国”,再看看如今“孔乙己”,确实具有一定合理性。本来就不干净的,何必宣传那么好呢?
-
-教科书里的鲜明圈重点的大字号召,爱在不在,过往可总是让人无奈。高筑墙,宰肥羊,恰烧烤。令母毕生遗憾是师爷说教太丑,真是让人疯癫的,半梦半醒恍若脚底悬高楼。
-
-生活还得继续,就让带高兴看看这社会吧,听君一席话,如听一席话。
\ No newline at end of file
diff --git "a/_posts/2023/2023-06-17-\345\206\205\345\256\271\345\244\252\345\244\232\345\206\231\346\227\245\350\256\260\344\271\237\346\230\257\346\214\221\346\210\230.md" "b/_posts/2023/2023-06-17-\345\206\205\345\256\271\345\244\252\345\244\232\345\206\231\346\227\245\350\256\260\344\271\237\346\230\257\346\214\221\346\210\230.md"
deleted file mode 100644
index 40549b28dc..0000000000
--- "a/_posts/2023/2023-06-17-\345\206\205\345\256\271\345\244\252\345\244\232\345\206\231\346\227\245\350\256\260\344\271\237\346\230\257\346\214\221\346\210\230.md"
+++ /dev/null
@@ -1,25 +0,0 @@
----
-title: "内容太多写日记也是挑战"
-date: 2023-06-17 22:08:49 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-最近这大半载都在忙活 shell、powershell、python 以及一些批处理。说实话,确实没太多心思写日记,所以如题有感。
-
-
-
-https://github.com/hoochanlon/ihs-simple
-
-* 平台:Windows/Mac/Linux。
-* 脚本语言:多种、不限;我流,按需编写。
-* 涉及:桌面基线排查、软件激活破解、免杀及特权执行、渗透式支援固件识别读写、主机账户密码空值检测、Wi-Fi密码扫描、云主机终端安全加固、主机系统日志分析、自然语言处理、人文社科信息数据分析等。
-
-https://github.com/hoochanlon/hamulete/blob/master/僕は存在していなかった.ipynb
-
-* 记录我在社会上经历与想法
-* ChatGPT AI问答。
-
-讲实话,心很累,总有些东西是自己不得不进行深入探究的。
\ No newline at end of file
diff --git "a/_posts/2023/2023-07-22-\345\205\253\344\271\235\346\234\210\350\257\245\345\201\232\347\232\204\344\272\213\346\203\205.md" "b/_posts/2023/2023-07-22-\345\205\253\344\271\235\346\234\210\350\257\245\345\201\232\347\232\204\344\272\213\346\203\205.md"
deleted file mode 100644
index 3431d5aff4..0000000000
--- "a/_posts/2023/2023-07-22-\345\205\253\344\271\235\346\234\210\350\257\245\345\201\232\347\232\204\344\272\213\346\203\205.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "八九月该做的事情"
-date: 2023-07-22 15:52:22 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-在此之前先做boss直聘的爬虫,然后考虑其他平台,毕竟boss直聘目前是对应聘者较友好的平台了。51Job可能还好点,智联招聘太烂了。
-
-想到这里,我收集下相关的论文看看行情(平台用户留存度、争议事件现象),希望能有额外的收获。
-
-然后呢,我想便是latex写简历,三年都没写过简历了。
diff --git "a/_posts/2023/2023-08-20-\344\271\260\344\272\206\344\270\200\346\234\254\345\236\203\345\234\276\344\271\246\357\274\214\350\277\231\346\230\257\345\256\203\345\224\257\344\270\200\347\232\204\344\273\267\345\200\274.md" "b/_posts/2023/2023-08-20-\344\271\260\344\272\206\344\270\200\346\234\254\345\236\203\345\234\276\344\271\246\357\274\214\350\277\231\346\230\257\345\256\203\345\224\257\344\270\200\347\232\204\344\273\267\345\200\274.md"
deleted file mode 100644
index 49794463ee..0000000000
--- "a/_posts/2023/2023-08-20-\344\271\260\344\272\206\344\270\200\346\234\254\345\236\203\345\234\276\344\271\246\357\274\214\350\277\231\346\230\257\345\256\203\345\224\257\344\270\200\347\232\204\344\273\267\345\200\274.md"
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "买了一本垃圾书,这是它唯一的价值"
-date: 2023-08-20 20:49:18 +0800
-author: hoochanlon
-category: [2023.]
-tags: [2023]
-permalink: /:year/:month-:day/01
----
-
-
-
-![](https://cdn.jsdelivr.net/gh/hoochanlon/scripts/AQUICK/catch2023-08-20%2020.48.04.png)
diff --git a/_posts/2023/2023-09-24-TaiWan is funny country.md b/_posts/2023/2023-09-24-TaiWan is funny country.md
deleted file mode 100644
index c6e43521ac..0000000000
--- a/_posts/2023/2023-09-24-TaiWan is funny country.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "TaiWan is funny country"
-date: 2023-09-24 16:40:41 +0800
-author: hoochanlon
-category: [2023.]
-tags: [英语练习]
-permalink: /:year/:month-:day/01
----
-
-The siphon effect of large cities has led to a net outflow of population from small towns, accompanied by a sharp decline in demand in the trading market, which in turn has caused a downturn and malaise in the overall economy.
-
-
-
-After reading the relevant news emails from various countries' media, including China, Europe, the US, and East Asian economies, it is evident that they are all facing a downturn. The Nikkei index suggests that the US is the only exception. Regardless, large enterprises are experiencing decline and carrying out layoffs, while small and medium-sized enterprises are closing down one after another. This is followed by a real estate crisis. At this time, millions of fresh graduates are entering society from campuses, and the employment situation is not optimistic.
-
-Based on the daily emails from CNA, there seems to be little news related to unemployment in Taiwan, but this is an aspect that deserves further investigation and attention.
diff --git a/_posts/2023/2023-09-27-The current situation of counties and towns in China.md b/_posts/2023/2023-09-27-The current situation of counties and towns in China.md
deleted file mode 100644
index 6f9b833c91..0000000000
--- a/_posts/2023/2023-09-27-The current situation of counties and towns in China.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "The current situation of counties and towns in China"
-date: 2023-09-27 21:28:29 +0800
-author: hoochanlon
-category: [2023.]
-tags: [英语练习]
-permalink: /:year/:month-:day/01
----
-
-There are many young people in their twenties and thirties who cook meals. Night market barbecue and milk tea shops gather a lot of young people, but this group of young people are rarely seen in broad daylight on weekdays.
-
-The group of junior high school students is relatively small, especially the middle-aged and elderly population. These middle-aged and elderly people all move in groups in the community or in the park.
diff --git a/_posts/2023/2023-10-04-english-is-class.md b/_posts/2023/2023-10-04-english-is-class.md
deleted file mode 100644
index 2d9513421d..0000000000
--- a/_posts/2023/2023-10-04-english-is-class.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "English is class"
-date: 2023-10-04 23:49:35 +0800
-author: hoochanlon
-category: [2023.]
-tags: [英语练习]
-permalink: /:year/:month-:day/01
----
-
-In China, English is class. but for Chinese, English is a very difficult langue to learn. So English is a class language in China.
-
-
-
-I have observed an interesting phenomenon: while most people who attempt to learn English may fail, the vast majority of
-those who are determined to learn English will encourage it.
-
-Investing in education is another significant expense. This will then intensify the solidification of classes,
-and the gap between the rich and the poor will become larger and larger
diff --git a/_posts/2023/2023-10-14-this-months-goal.md b/_posts/2023/2023-10-14-this-months-goal.md
deleted file mode 100644
index 00e9e47203..0000000000
--- a/_posts/2023/2023-10-14-this-months-goal.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "This month's goal"
-date: 2023-10-14 22:49:31 +0800
-author: hoochanlon
-category: [2023.]
-tags: [英语练习]
-permalink: /:year/:month-:day/01
----
-
-* Lose weight and lose six pounds.
-* compulsory study of English for three hours.
-* compulsory examination questions bank 1.5 hours.
-* compulsory exercise for two hours.
-
-
-
-just do it. You can't do it without pushing yourself.
diff --git a/_posts/2023/2023-10-19-todays-hot-search-events.md b/_posts/2023/2023-10-19-todays-hot-search-events.md
deleted file mode 100644
index f55fa6ef9b..0000000000
--- a/_posts/2023/2023-10-19-todays-hot-search-events.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "Today's hot search events"
-date: 2023-10-19 20:25:12 +0800
-author: hoochanlon
-category: [2023.]
-tags: [英语练习]
-permalink: /:year/:month-:day/01
----
-
-**A 14-year-old boy drank paraquat by mistake due to thirst in the early morning.**
-
-by mistake 不小心。 due to 由于。
-
-**BMW Collides with Taxi, Resulting in Fire - Police Report**
-
-Collides with 相撞。 in Fire 起火、火灾。
-
-**Beijing and Other Areas Cancel Teacher Positions? Official Response**
-
-Cancel 取消。 Positions 编制,职位。
-
-
-
-**Apple Employee Accused of Alleged Sexual Assault on MiHoYo Staff**
-
-Sexual Assault 性侵犯; Accused of Alleged 被指控。
diff --git "a/_posts/2023/2023-10-29-\346\234\200\350\277\221\347\246\273\350\201\214\345\234\250\345\256\266\347\232\204\344\275\223\344\274\232.md" "b/_posts/2023/2023-10-29-\346\234\200\350\277\221\347\246\273\350\201\214\345\234\250\345\256\266\347\232\204\344\275\223\344\274\232.md"
deleted file mode 100644
index 5d1ca7cf63..0000000000
--- "a/_posts/2023/2023-10-29-\346\234\200\350\277\221\347\246\273\350\201\214\345\234\250\345\256\266\347\232\204\344\275\223\344\274\232.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "最近离职在家的体会"
-date: 2023-10-29 23:08:34 +0800
-author: hoochanlon
-category: [2023.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-我想在兼顾考驾照的同时,考华为证、学英语练日语,看起来任务是有些多,但我是那种“既要,又要,还要”的人;同时呢,我又很懒,直奔着网吧剩余的300充值费去打游戏了。
-我的自制力不如以前,记忆各方面也确实差了许多,真要命。
-
-真是要强行改变习惯了。
-
-
-
-说点其他的,两件事:
-
-1. 晚上听了「風は吹いてるか」、「循環バス」、「ムズイ」歌曲,日本确实领先我们不少年啊,就算中国社会阶层到了凝固的状态,几十年内也不会有这种类型的歌出现。
-2. 与00后对象在街上同行,没想到意识这么成熟 —— 比我整体好了,自考大专、本科、证书,了不起。
diff --git "a/_posts/2023/2023-11-01-\346\234\200\350\277\221\347\232\204\346\204\237\350\247\246.md" "b/_posts/2023/2023-11-01-\346\234\200\350\277\221\347\232\204\346\204\237\350\247\246.md"
deleted file mode 100644
index c2b0852aae..0000000000
--- "a/_posts/2023/2023-11-01-\346\234\200\350\277\221\347\232\204\346\204\237\350\247\246.md"
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "最近的感触——有关于职业赛道问题"
-date: 2023-11-01 19:29:04 +0800
-author: hoochanlon
-category: [2023.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-21 岁从大专院校出来,失业 1 年,流水线 1 年,重新入行 1 年后跳槽,在第二家公司待了 3 年被裁,如今已即将接近 28 了。此时发现找工作已经不止是学历的问题,
-除了经验还要职业资格证书,又多了一块敲门砖,而且好的工作也都对英语有要求,真是难。在学校如果四六级没去考的话,等着的是社会雅思考试,更难了。
-
-
-
-“现在的工作都是交换,你能拿什么跟企业换” 前组长对我说。想想这句话,也是 —— 如今已不是过去打工赚钱的时代了,而是对等交换。所谓安居乐业,也许那就是天堂吧,
-现实的社会都是分阶层的,确实蛮残酷的,胸口像是被刀剐了一样,心被人掏空,肠胃被系上一根结般的难受。
-
-当今不管身处何种制度的社会,对社会底层来说,可以说是极其不友好。忽然想起来,以前我听说“国外的精英小孩绝大多数都是私教课程满满,底层基本上都是奶头乐。”
-那什么又是真正的童年呢?非要等到成年才了解,可社会留给我们犯错的时间真的多吗?
diff --git "a/_posts/2023/2023-11-15-\345\200\246\346\200\240\345\274\200\346\272\220\344\273\243\347\240\201\346\233\264\346\226\260\357\274\214\346\230\257\346\210\221\347\220\206\346\203\263\344\270\273\344\271\211\347\232\204\345\217\210\344\270\200\346\254\241\345\244\261\350\264\245.md" "b/_posts/2023/2023-11-15-\345\200\246\346\200\240\345\274\200\346\272\220\344\273\243\347\240\201\346\233\264\346\226\260\357\274\214\346\230\257\346\210\221\347\220\206\346\203\263\344\270\273\344\271\211\347\232\204\345\217\210\344\270\200\346\254\241\345\244\261\350\264\245.md"
deleted file mode 100644
index 1467313227..0000000000
--- "a/_posts/2023/2023-11-15-\345\200\246\346\200\240\345\274\200\346\272\220\344\273\243\347\240\201\346\233\264\346\226\260\357\274\214\346\230\257\346\210\221\347\220\206\346\203\263\344\270\273\344\271\211\347\232\204\345\217\210\344\270\200\346\254\241\345\244\261\350\264\245.md"
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "倦怠开源代码更新,是我理想主义的又一次失败"
-date: 2023-11-15 15:36:58 +0800
-author: hoochanlon
-category: [2023.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-如题,说这话的原因,无非有三:
-
-1. 打工五六年,分文未存,实际存款零(无负债),赔偿比自己的存款还多两万。
-2. 三无:无车无房(几十万的存款还是比房子更值的(2023))、无恋爱、无旅游。
-3. 现在想来,自己当时也算是有心气,这方面的投入确实不如换赛道划算。
-
-
-
-无关上文,想到什么写什么。建立的习惯大概需要近一个月,快则二十多来天,毁掉一个习惯只需要一个星期,十天左右。
diff --git "a/_posts/2023/2023-11-27-\346\237\220\346\237\220\345\255\246\351\231\242\345\255\246\347\224\237\345\246\271\346\234\200\345\220\216\347\232\204\345\220\237\346\214\201.md" "b/_posts/2023/2023-11-27-\346\237\220\346\237\220\345\255\246\351\231\242\345\255\246\347\224\237\345\246\271\346\234\200\345\220\216\347\232\204\345\220\237\346\214\201.md"
deleted file mode 100644
index 9216c61c82..0000000000
--- "a/_posts/2023/2023-11-27-\346\237\220\346\237\220\345\255\246\351\231\242\345\255\246\347\224\237\345\246\271\346\234\200\345\220\216\347\232\204\345\220\237\346\214\201.md"
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: "某某学院学生妹最后的吟持"
-date: 2023-11-27 10:09:24 +0800
-author: hoochanlon
-category: [2023.]
-tags: [空气中的视听与幻觉]
-permalink: /:year/:month-:day/01
----
-
-对于这个特殊服务的学生妹,矜持不至于,“吟持”这一词是最贴切的。这些学生妹通常是外地的,读完本科顺手在落脚点上业了,而在本地她们怕遇到嫖娼的亲戚朋友,也怕被亲戚朋友知道后指指点点,说得太难听。
-
-如果家里有钱,或者需求相对来说不大手大脚(包括虚荣心),不去酒吧歌舞厅拍拖,基本上是不会做这行的。远在外头也可以假以普通的正当职业正名(普工、医美等),花钱的名牌包包、万元手机等都可以是“男友”们送的。
-
-挑选服务小妹无关学历,而在于身材长相与活好,由于照片(写真/艺术/P图)与现实较大,但由于长得像曾经的中学、大学同学还会接受。不过,想来我的同学朋友比我领先了十几年了,在我读初中的时候就知道某某学院鸡多,只是有认识老鸨的人脉,不同于会所,由于“扫黄打非”查得严,通常采取上门服务。
-
-
-
-按摩服务的会所技师除了不能亲嘴、做爱、口交,其他的都能做,比方说:摸胸、胸交、下体摩擦、打飞机;有些鸡由于化妆的原因也是不能要求亲嘴亲脸,
-B罩杯由于胸太小是不能进行站立式的胸交的,大腿细如枝条,脊柱骨凸显,整身龙骨嶙峋,屁股冲撞的时候,鸡巴的两侧骨头也会痛,体验并不舒服。
-通常来说,大部分技师特殊服务的活比鸡要好些,鸡的话看做过一两年的这些活起码比刚开始做个把月不到的是要好不少的。
-
-不过这些鸡是怎么认识老鸨的,有些好奇。想到的一点,做过技师经人推荐。其他的点,暂无,后续补充。目前找到的其他参考,如下。
-
-* [“中国性学教父”潘绥铭:研究红灯区最大的危险是被小姐爱上](https://www.yicai.com/news/3508431.html)
-* [生存與體驗--對一個紅燈區的追蹤調查》節選](https://sex.ncu.edu.tw/news_archive/?p=3102)
-
-后来与朋友的讨论中也想到了一些事,故补充:
-
-上层名流请吃饭,又或是做一两星期、一个月的女友,也无非名义合法化。小温泉也无非穷人的[萝莉岛](https://www.bilibili.com/video/BV14C4y1v72s)。知乎上对于会所技师也是“懂得都懂”般的不说破,B站关于[警方抓获卖淫女后,为何不用交易记录寻嫖客?](https://www.bilibili.com/video/BV1jC4y1S7aP)话题下方评论区的倒是挺实在的,只是这次经过让我没想到原来嫖娼的这么多人。
-
-2024.2.17 updated: [b站-隐秘的圈子,女大学生的“双面生活”#扫黄#宁波大案#大案纪实 #侦破纪实 #案件故事解说](https://www.bilibili.com/video/BV1ST4y1b7d3)
\ No newline at end of file
diff --git "a/_posts/2023/2023-11-28-\346\214\201\347\273\255\344\270\215\344\270\213\346\235\245\346\230\257\346\262\241\346\234\211\345\233\272\345\256\232\347\232\204\347\233\256\346\240\207\357\274\210\346\262\241\345\275\223\345\233\236\344\272\213\357\274\211.md" "b/_posts/2023/2023-11-28-\346\214\201\347\273\255\344\270\215\344\270\213\346\235\245\346\230\257\346\262\241\346\234\211\345\233\272\345\256\232\347\232\204\347\233\256\346\240\207\357\274\210\346\262\241\345\275\223\345\233\236\344\272\213\357\274\211.md"
deleted file mode 100644
index 380fe0938a..0000000000
--- "a/_posts/2023/2023-11-28-\346\214\201\347\273\255\344\270\215\344\270\213\346\235\245\346\230\257\346\262\241\346\234\211\345\233\272\345\256\232\347\232\204\347\233\256\346\240\207\357\274\210\346\262\241\345\275\223\345\233\236\344\272\213\357\274\211.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "持续不下来是没有固定的目标(没当回事)"
-date: 2023-11-28 16:20:05 +0800
-author: hoochanlon
-category: [2023.]
-tags: [2023]
-permalink: /:year/:month-:day/01
----
-
-如题,没时间是借口,久而久之成了倦怠。不复习是懒惰,懒习惯就麻木了,只求得简单的快乐,简单的快乐往往是最容易得到的。
-
-
-
-对未来困惑不已,对未来期望,似乎也没有什么,得过且过的样子。即将步入三十,到底该怎么办呢?这真是一个问题。
diff --git "a/_posts/2023/2023-12-28-Steam\346\267\230\345\256\235\350\264\255\347\211\251\344\275\223\351\252\214.md" "b/_posts/2023/2023-12-28-Steam\346\267\230\345\256\235\350\264\255\347\211\251\344\275\223\351\252\214.md"
deleted file mode 100644
index c86aa80ba4..0000000000
--- "a/_posts/2023/2023-12-28-Steam\346\267\230\345\256\235\350\264\255\347\211\251\344\275\223\351\252\214.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "Steam淘宝购物体验"
-date: 2023-12-28 19:04:18 +0800
-author: hoochanlon
-category: [2023.]
-tags: [离开地球表面]
-permalink: /:year/:month-:day/01
----
-
-关于 cd key 几块至十来块不等的游戏,大多数是共享的,会让你下载一个第三方软件激活,为了隐蔽性,卖家会让你输入终端命令执行脚本激活。而这些方式,在账号详情,激活记录里面是查询不到的,账号换个电脑登录,游戏就没了,或者换区,游戏就不能用了。关于风险性:封号和吃红信到是没听说,盗号、恶意植入勒索弹窗有可能。
-
-以下其他参考详细:
-
-* [【百度贴吧】从代码层面,解释伪入库原理。](https://tieba.baidu.com/p/8713211594?fid=707597&pid=149015288491)
-* [【问一问】steam假入库游戏怎么移除](https://wen.baidu.com/question/1442117070546134659.html),删除libraryfolders.vdf 重装。
-
-
-
-
-港区西瓜皮、epic 推荐,steam特色黄油、创意工坊、社区互动性较强,买游戏酌情考虑,最好不买。
\ No newline at end of file
diff --git "a/_posts/2024/2024-01-01-\346\203\263\351\227\256chatgpt\350\277\231\346\230\257\346\200\216\346\240\267\347\232\204\345\256\266\345\272\255\345\217\212\347\244\276\344\274\232\347\273\223\346\236\204.md" "b/_posts/2024/2024-01-01-\346\203\263\351\227\256chatgpt\350\277\231\346\230\257\346\200\216\346\240\267\347\232\204\345\256\266\345\272\255\345\217\212\347\244\276\344\274\232\347\273\223\346\236\204.md"
deleted file mode 100644
index 9e476bfcf4..0000000000
--- "a/_posts/2024/2024-01-01-\346\203\263\351\227\256chatgpt\350\277\231\346\230\257\346\200\216\346\240\267\347\232\204\345\256\266\345\272\255\345\217\212\347\244\276\344\274\232\347\273\223\346\236\204.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "想问chatgpt这是怎样的家庭及社会结构"
-date: 2024-01-01 21:46:28 +0800
-author: hoochanlon
-category: [2024.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-尽管这些写起来不怎么舒服,但还是要把这次经历有条理的、完整清晰的写下来。这也是中国不少家庭的共同故事,希望对后续读者有所启发。
-
-现如今失业在家,除了练车考驾照,因家里考虑买车,所以基本上也是在家看当前车市行情。家里说着:“考完驾照就个15-16万的车给你”,可真到实际我看完车定下来后,家里真实情况是:几十年的存款积蓄,以至于连看病的手头余钱都榨干了,才能勉强凑齐十万块买车。
-
-自己工作五年了,分文未存,买车靠家里,又想要16-18万的合资车,被家里与亲戚数落,“还靠父母给你买车? 你要自己去买车,不要靠父母”,“你有这个能力买车不? 没这个能力就不要买”。同时这在我的相亲指导思想工作,“你又没有工作,要本事又没本事,找个这里的妹子算了”,“你找老婆要那么好看干什么,她家又有钱,这里有套自己住的商品房,读了中专,也算是读了个书有文化的人”,“你看看你,你还挑什么? 过了这村就没这店了”。
-
-家里以及亲戚讨论完的事后,我想起对朋友吹嘘,“家里本打算送我辆奔驰,我是选凯美瑞”,对异性朋友说是“家里出了状况,买不了上档次的车了”,真是可笑,又荒唐至极。
\ No newline at end of file
diff --git "a/_posts/2024/2024-01-14-GitHub Star\346\243\200\347\264\242\346\234\211\346\204\237.md" "b/_posts/2024/2024-01-14-GitHub Star\346\243\200\347\264\242\346\234\211\346\204\237.md"
deleted file mode 100644
index 2d9dbae82d..0000000000
--- "a/_posts/2024/2024-01-14-GitHub Star\346\243\200\347\264\242\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "GitHub Star检索有感"
-date: 2024-01-14 02:04:44 +0800
-author: hoochanlon
-category: [2024.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-此次我对 GitHub Star 边检索边回想之前种种过往经历,察觉到我已不再有对 GitHub 抱有当初的激情。很多 mark 过的项目,我现在也不知道具体是做什么的,也有很多项目根本就用不到。
-
-再者,不少项目,就已 ChatGPT 爆火为例,GitHub 各类有关 ChatGPT 项目如同大型病毒般爆发式的出现、增长与传播,可这事一年后,热度退却,不少当初的项目也是一地鸡毛。
-
-
-
-回想桌面折腾的乐趣,我也不希望后来人体验。我已经耗费不少时间,也整合了一些零碎的资料,写过不少的实例代码,只希望后来人这些过程少一些,处理起来简化一些,正所谓“前人种树,后人乘凉”。最关键的一点是:一股脑投入自己的青春去这样地“钻牛角尖”很不值;桌面上限便是如此,没有自己过硬转向的专长,年纪大了,对往后的职业发展会成相当大的问题。
\ No newline at end of file
diff --git "a/_posts/2024/2024-01-15-\344\273\216 MacOS \345\210\260 Windows \344\275\223\351\252\214\350\267\250\345\271\263\345\217\260\345\220\214\346\255\245\347\262\230\350\264\264\346\234\211\346\204\237.md" "b/_posts/2024/2024-01-15-\344\273\216 MacOS \345\210\260 Windows \344\275\223\351\252\214\350\267\250\345\271\263\345\217\260\345\220\214\346\255\245\347\262\230\350\264\264\346\234\211\346\204\237.md"
deleted file mode 100644
index 7296b33c40..0000000000
--- "a/_posts/2024/2024-01-15-\344\273\216 MacOS \345\210\260 Windows \344\275\223\351\252\214\350\267\250\345\271\263\345\217\260\345\220\214\346\255\245\347\262\230\350\264\264\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "从 MacOS 到 Windows 体验跨平台同步粘贴有感"
-date: 2024-01-15 12:41:14 +0800
-author: hoochanlon
-category: [2024.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-
-查询了几款所谓实现跨平台同步粘贴的软件,都需要服务端-客户端做载体,不少软件也是需要付费的。实际体验比起苹果生态来说还是差了不少意思,由此推论:产品能够有主打的卖点,一是实现、二是设计与体验。
-
-在 [Microsoft - 在设备之间无缝传输内容](https://support.microsoft.com/zh-cn/topic/%E5%9C%A8%E8%AE%BE%E5%A4%87%E4%B9%8B%E9%97%B4%E6%97%A0%E7%BC%9D%E4%BC%A0%E8%BE%93%E5%86%85%E5%AE%B9-8a0ead3c-2f15-1338-66ca-70cf4ae81fcb) 一文中,我查询到安卓也只有部分机型支持,只能说以后的路还很长,而目前我想到的解决办法就是登录网页版的iCloud。
-
-其实购买软件是没什么必要的,很多软件也只是起到辅助与完善体验的性质,并不是真正的刚需,到不可或缺的程度。然而在软件的宣传上往往是“本末倒置”、“偷换概念”等手段,刺激我们的感官,诱使我们去购买。
\ No newline at end of file
diff --git "a/_posts/2024/2024-02-02-\350\242\253\344\272\262\346\210\232\346\213\211\347\235\200\347\241\254\347\235\200\345\244\264\347\232\256\345\216\273\350\241\227\345\244\264\346\220\255\350\256\252\347\232\204\345\233\236\346\203\263.md" "b/_posts/2024/2024-02-02-\350\242\253\344\272\262\346\210\232\346\213\211\347\235\200\347\241\254\347\235\200\345\244\264\347\232\256\345\216\273\350\241\227\345\244\264\346\220\255\350\256\252\347\232\204\345\233\236\346\203\263.md"
deleted file mode 100644
index bbf5bece57..0000000000
--- "a/_posts/2024/2024-02-02-\350\242\253\344\272\262\346\210\232\346\213\211\347\235\200\347\241\254\347\235\200\345\244\264\347\232\256\345\216\273\350\241\227\345\244\264\346\220\255\350\256\252\347\232\204\345\233\236\346\203\263.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "被亲戚拉着硬着头皮去街头搭讪的回想"
-date: 2024-02-02 08:38:20 +0800
-author: hoochanlon
-category: [2024.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-家里亲戚说我:没积蓄、没老婆没车、又没本事,还挑三拣四。如今个人所谓的自由恋爱与婚姻,也被家里人强行干涉与撮合。
-
-一开始亲戚说带我去白廊,我以为是在那看看风景吃吃饭,没想到突如其来的让我看妹子,去与妹子街头搭讪。让我十分的诧异,亲戚看我惊讶的表情解释道:“本来是带起你来玩的,这是你妈老叫我带你去看妹子,找个夫娘”,“总带起他去玩,不带他找老婆”,接着并笑着说:“你要是不去,我就把你丢在这,不管你了”。
-
-我被亲戚与几个与他随行的路人朋友生拉硬拽及怂恿下,强行与陌生的路人妹子搭讪。“美女,可以加一个微信吗?”、“美女,我看你们挺喜欢拍照,(你要是有个相机就好了,搭讪成功机率要高些)我也爱好摄影,一起加个微信。”,亲戚说的诸如此类的话,我是真说不出来口。可硬被这番拉扯、“加油打气”,无可奈何地去第二次搭讪,硬着头皮加了对方微信,最后一起吃了个饭。
-
-加上微信的当时,我有些完全无法理解,亲戚给我搜到的小视频对“妹子被男人搭讪是什么感觉?”的解答让我有些出乎意料 —— “不应该是反感吗?”,“不认为是流氓吗?怎么居然妹子还自认为有魅力,而开心接受了?离谱!”。而加我的女性给的回复是“我看你像销售,出于礼貌加的”,事后的几天,我咨询了下女同事、比较要好的女性朋友,她们的回答分别是:“不加”、“担心诈骗”、“看脸,好看是艳遇”、“只不过萍水相逢”。
-
-第一次“搭讪”那会,那两个妹子也看出来我与亲戚的随行几人。在妹子们下坡时,但我了方便本以为跳下去就能双脚踩到土里,没想到一只脚着地了硬邦邦的水泥平台,导致了骨折。到最后我实在开不了口,并没有要对方微信,第一次“搭讪”回来只能对亲戚应付地说了声:“她没加”。亲戚看到我的囧样,开玩笑的说:“本来你脑袋就不行,这下好了,脚也摔了,脑袋不行,脚也瘸了。” 不由得想起此前他对我说的话:“外公葬礼是6万块,跟婚礼其实差不多;你爸妈要是老了怎么办呢?你到时候连他们的葬礼钱都出不起!”、“你又没什么本事,要钱也没有钱,谁跟你?以后未来结婚都结不起!老婆也找不到!”,我心中十分的恼火。
-
-想起教练对我说过的一番话:“你是家里的独子,不可能要你单着的。” 确实如此我的所谓自由婚恋都是强行干预的,并没什么自我可言。我本来还想在个人经济与婚姻上摆烂躺平,却发现我连资格都没有,现在的情况只能是攒钱先保本,还谈什么车子,红白喜事与人身意外有了底再说。
\ No newline at end of file
diff --git "a/_posts/2024/2024-02-24-\350\277\221\346\227\245\345\234\250\345\256\266\347\216\251\346\270\270\346\210\217\347\232\204\346\204\237\345\217\227.md" "b/_posts/2024/2024-02-24-\350\277\221\346\227\245\345\234\250\345\256\266\347\216\251\346\270\270\346\210\217\347\232\204\346\204\237\345\217\227.md"
deleted file mode 100644
index ccbbe1aef2..0000000000
--- "a/_posts/2024/2024-02-24-\350\277\221\346\227\245\345\234\250\345\256\266\347\216\251\346\270\270\346\210\217\347\232\204\346\204\237\345\217\227.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "近日在家玩游戏的感受"
-date: 2024-02-24 13:34:21 +0800
-author: hoochanlon
-category: [2024.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-如题
-
-[How can I download Persona 5 Royal for PC for free?](https://www.quora.com/How-can-I-download-Persona-5-Royal-for-PC-for-free)
-
-
-* [【游戏杂谈】为何日厂游戏定价那么贵?](https://www.bilibili.com/video/BV1AV4y1H7CU/)
-* [小怂猫人-为什么有些游戏卖的超级贵?](https://www.bilibili.com/video/BV1QN41127a3/)
-
-租游戏
-
-* [机核-出租闲置游戏账号真的能赚钱吗?我替大家试了试水](https://www.gcores.com/articles/118110)
-* [nga.cn -某宝上租借账号玩数字版游戏靠谱不?](https://ngabbs.com/read.php?tid=28930430&rand=742)
-
-优化问题
-
-* [【社长说78】为什么如今的游戏,优化越来越差了?](https://www.bilibili.com/video/BV1cX4y167Hr/)
-
-剧情吐槽
-
-* [黑道童话,塑造稀烂,龙组3年搞了个失败的接棒,如龙8剧情吐槽](https://www.bilibili.com/video/BV1QA4m1G7xn/)
-
-游戏回本&评价
-
-* [再议黑神话悟空回本销量,答复网友评论](https://www.bilibili.com/video/BV1Nx4y1y7b3)
-
-以上供参考。
\ No newline at end of file
diff --git "a/_posts/2024/2024-03-27-\346\210\221\347\232\204\347\276\216\345\214\272apple id\350\242\253\347\233\227\344\272\206.md" "b/_posts/2024/2024-03-27-\346\210\221\347\232\204\347\276\216\345\214\272apple id\350\242\253\347\233\227\344\272\206.md"
deleted file mode 100644
index f427f348bf..0000000000
--- "a/_posts/2024/2024-03-27-\346\210\221\347\232\204\347\276\216\345\214\272apple id\350\242\253\347\233\227\344\272\206.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "我的美区apple id被盗了"
-date: 2024-03-27 10:48:17 +0800
-author: hoochanlon
-category: [2024.]
-tags: [Mac·iPad·iPhone]
-permalink: /:year/:month-:day/01
----
-由于账号密码设置简单,没开两步验证,导致美区账号被盗。
-
-1. 账号买过不少软件、游戏,损失了一千多块来块了。
-2. 由于美区ID是我的主邮箱,导致换号用同邮箱无望。
-
-另一个与我不同但很有意义的例子,以供大家参考:[v2ex-[APPLE ID] 美区 id 被锁解封经历](https://www.v2ex.com/t/804799)
-
-
-![](https://raw.githubusercontent.com/hoochanlon/scripts/main/AQUICK/PixPin_2024-03-27_08-13-05.png)
-
-![](https://raw.githubusercontent.com/hoochanlon/scripts/main/AQUICK/PixPin_2024-03-27_07-47-01.png)
-
-
-早之前我从相关新闻网站看到美区ID黑产撞库强制破解账号,没想到还是大意了,当真出现时已后悔莫及。
\ No newline at end of file
diff --git "a/_posts/2024/2024-04-12-\347\234\213\347\235\200\344\270\215\345\260\221\350\204\232\346\234\254\345\267\262\350\277\207\346\227\266\347\232\204\346\204\237\346\203\263.md" "b/_posts/2024/2024-04-12-\347\234\213\347\235\200\344\270\215\345\260\221\350\204\232\346\234\254\345\267\262\350\277\207\346\227\266\347\232\204\346\204\237\346\203\263.md"
deleted file mode 100644
index b1e76c343a..0000000000
--- "a/_posts/2024/2024-04-12-\347\234\213\347\235\200\344\270\215\345\260\221\350\204\232\346\234\254\345\267\262\350\277\207\346\227\266\347\232\204\346\204\237\346\203\263.md"
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "看着不少脚本已过时的感想"
-date: 2024-04-12 19:51:06 +0800
-author: hoochanlon
-category: [2024.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-写了开启SMB1服务、关闭Windows defander的实时保护等一系列脚本,这个月发现已经过时了。
-
-一句话的感想:说什么不枉曾经折腾过一回,如此翻来覆去捣腾,倒不如把精力集中在职业发展与生活上。
\ No newline at end of file
diff --git "a/_posts/2024/2024-05-22-\347\216\251\344\272\206\344\272\214\345\221\250\347\232\204P5R.md" "b/_posts/2024/2024-05-22-\347\216\251\344\272\206\344\272\214\345\221\250\347\232\204P5R.md"
deleted file mode 100644
index 70e9c4049d..0000000000
--- "a/_posts/2024/2024-05-22-\347\216\251\344\272\206\344\272\214\345\221\250\347\232\204P5R.md"
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "玩了二周的P5R"
-date: 2024-05-22 20:46:15 +0800
-author: hoochanlon
-category: [2024.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-一周目看剧情,二周目时间管理,三周目凹面具。
-
-
-
-驾照拿到了,不能这么荒废下去了。
\ No newline at end of file
diff --git "a/_posts/2024/2024-06-20-\351\201\207\344\270\212\345\210\267\351\242\230\347\232\204\345\244\247\345\256\266.md" "b/_posts/2024/2024-06-20-\351\201\207\344\270\212\345\210\267\351\242\230\347\232\204\345\244\247\345\256\266.md"
deleted file mode 100644
index 23a9acbe61..0000000000
--- "a/_posts/2024/2024-06-20-\351\201\207\344\270\212\345\210\267\351\242\230\347\232\204\345\244\247\345\256\266.md"
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "遇上刷题的大家"
-date: 2024-06-20 13:05:35 +0800
-author: hoochanlon
-category: [2024.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-遇上刷题的大家,之前一个人盲人摸象,太孤单。
-
-这几年真是错过不少东西。想起之前只顾玩游戏而没去旅游的遗憾,现在看来倒不如说是家庭确实没这个条件,也释然了。
\ No newline at end of file
diff --git "a/_posts/2024/2024-07-07-\345\210\267\351\242\230\346\200\273\347\256\227\346\211\276\345\210\260\344\272\206\346\226\271\345\220\221.md" "b/_posts/2024/2024-07-07-\345\210\267\351\242\230\346\200\273\347\256\227\346\211\276\345\210\260\344\272\206\346\226\271\345\220\221.md"
deleted file mode 100644
index e015a68ed0..0000000000
--- "a/_posts/2024/2024-07-07-\345\210\267\351\242\230\346\200\273\347\256\227\346\211\276\345\210\260\344\272\206\346\226\271\345\220\221.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "刷题总算找到了方向"
-date: 2024-07-07 20:05:46 +0800
-author: hoochanlon
-category: [2024.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-HCIP刷题总结,最后阶段 —— H821
-
-题库总 500~600 道题,可通过全文抄写,结合具象化记忆,时间不紧张的话可两个星期搞定。以考过821的经验,多选、单选、填空居多,拖拽有五道题左右。
-
-题库总 1000 道题以上,全文抄写基本上属于浪费时间,重点专攻考试占最多比例的题型。根据微信已过的群友回答(模拟700分左右,考试617险过),总结:
-
-* 三天背题,专攻单选;其他,一天一题型,只背答案。
-* 时间条件宽松,可背题两个星期左右,再去考
-
-其他已过群友对题型占比的总结:
-
-* 单选 40% 多选 30%;判断 20% 拖拽+填空 10%。
-
-协议的知识解题,结合背解析;能看懂的就把它搞懂,看不懂的就靠巧记多背。
-
-背题总结:
-
-1. 先抄一遍,题量50道,手机看答案,再电脑背题,错题写在word上,再刷;如此循环,总量在300左右道题为止。
-2. 一天一题型,背完一题型整合就一次。题量少可只背答案,留下正确答案的第一印象。之后按需调整。
diff --git "a/_posts/2024/2024-07-26-\347\256\200\345\216\206\351\241\271\347\233\256\351\227\256\351\242\230.md" "b/_posts/2024/2024-07-26-\347\256\200\345\216\206\351\241\271\347\233\256\351\227\256\351\242\230.md"
deleted file mode 100644
index 2c7ee030ed..0000000000
--- "a/_posts/2024/2024-07-26-\347\256\200\345\216\206\351\241\271\347\233\256\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "简历项目问题"
-date: 2024-07-26 22:01:51 +0800
-author: hoochanlon
-category: [2024.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-多年未接触了,配置也生疏了,一两周内看来做不到熟练。 所以决定完善简历,结合群友发的笔试照片,并利用AI看查询面试官会问的问题,以及如何解答,针对这些问题进行强化练习。
\ No newline at end of file
diff --git "a/_posts/2024/2024-07-27-\345\233\236\346\203\263\345\210\235\345\210\260\347\244\276\344\274\232\345\255\246\345\210\260\344\272\206\344\273\200\344\271\210.md" "b/_posts/2024/2024-07-27-\345\233\236\346\203\263\345\210\235\345\210\260\347\244\276\344\274\232\345\255\246\345\210\260\344\272\206\344\273\200\344\271\210.md"
deleted file mode 100644
index 46376895ac..0000000000
--- "a/_posts/2024/2024-07-27-\345\233\236\346\203\263\345\210\235\345\210\260\347\244\276\344\274\232\345\255\246\345\210\260\344\272\206\344\273\200\344\271\210.md"
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "回想初到社会学到了什么"
-date: 2024-07-27 22:09:04 +0800
-author: hoochanlon
-category: [2024.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-记录一下如今让我感慨至深的句子:
-
-人不知理定有祸,事出反常必有妖,言不由衷定有鬼,邪乎到家必有诈。
-
-语言反复必有鬼,热情过度必有求。
-
-天下熙熙,皆为利来;天下攘攘,皆为利往。
-
-站在风口上,猪都能起飞;处于真空里,鸟再怎么扇翅膀,也只是徒劳的挣扎。
\ No newline at end of file
diff --git "a/_posts/2024/2024-07-28-\346\210\221\345\257\271 GitHub \347\232\204\347\234\213\346\263\225.md" "b/_posts/2024/2024-07-28-\346\210\221\345\257\271 GitHub \347\232\204\347\234\213\346\263\225.md"
deleted file mode 100644
index 9d9c04b4ed..0000000000
--- "a/_posts/2024/2024-07-28-\346\210\221\345\257\271 GitHub \347\232\204\347\234\213\346\263\225.md"
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: "我对 GitHub 的看法"
-date: 2024-07-28 20:06:12 +0800
-author: hoochanlon
-category: [2024.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-我对 GitHub 的看法:一个写日记的地方,就和有些人爱发朋友圈、小红书、QQ空间差不多。 但早几年用过VPN定位到俄罗斯,GitHub也被封过几天,搞得我 GitHub 都实名双持身份证照证明了一回我是中国人...我对 GitHub 也不是太信任了,不过至少还是能想说啥说啥,自说自话吧。
-
-
-
-早几年刷到过无聊的帖子,类似有 1k 项目是什么感受什么的,那时候的 Star 有比较高的含金量,对我来说跟祛魅差不多,GitHub Star并未对我带来半分改变,还不是一样的作为底层牛马上班,常常受人颐指气使,做的不好该挨骂,还不是得挨骂。
-
-去年电话面试启明星辰网络、iDC方向的运维工程师,面我的是一位女负责人,当时确实让我惊讶了片刻,她说看过我的 GitHub,并认可我的一些有关网络、脚本的项目,建议我去面安服。最终结果自然也是没面试上,我的这些项目几乎对我找工作没什么帮助,顶多算是聊胜于无的加分项,在 GitHub 投入了这么多精力,简直可笑。 —— 有这些精力,涨些学历、考个专业资格证、又或是早几年考公,都比投入 GitHub 值得多。
-
-像什么看了 GitHub,对你感兴趣,发出远程办公邀请的邮件,对我来说简直扯淡。要么实际面试后对方看不上,要么作为免费的苦力。对于这个 [issue#882](https://github.com/liupan1890/aliyunpan/issues/882) 其中的这一条信息:"现实中一千star的都能直接甩面试官脸上砸他了,我是想不通 是不是你所在城市岗位太少 多的不说 找个3w的很轻松吧 哪怕是没学历"。对我来说这简直是蠢话。记得朋友给我发过一张是知乎评论的一张截图,不少人也和这言论差不多,想当然的断言。真是无聊至极。说句难听的,我的 GitHub 资历,比起找到合适的工作来说,简直就是狗屁。
-
-忽然由此产生的感受:一开始 GitHub 是乐趣兴趣,当附带了找工作加成的属性,对我来说就是厌烦了。想到以前媒体老是喜欢在计算机行业“造神”,宣传类似林纳斯·托马斯的事迹,可大部分都是普通人,也没那样的条件,还真是“认真你就输了”,真信了、入戏太深了,付出精力产出的成果,连照亮别人的蜡烛都算不上,顶多也成了餐馆里的便利一次性筷子。更多的是没有成果,埋头苦干,闭门造车,对生活没半分改善,沉浸于自己的世界,久久不能自拔。
-
diff --git "a/_posts/2024/2024-08-04-\345\206\215\350\275\254\350\201\214\347\232\204\345\244\204\345\242\203.md" "b/_posts/2024/2024-08-04-\345\206\215\350\275\254\350\201\214\347\232\204\345\244\204\345\242\203.md"
deleted file mode 100644
index f1d0c4eda8..0000000000
--- "a/_posts/2024/2024-08-04-\345\206\215\350\275\254\350\201\214\347\232\204\345\244\204\345\242\203.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "再转职的处境"
-date: 2024-08-04 19:33:53 +0800
-author: hoochanlon
-category: [2024.]
-tags: [事件还原、复盘分析、反省]
-permalink: /:year/:month-:day/01
----
-
-27~28 转行,和 30+ 以上求职的人差不多,经验有但不深,经验年限太水了,年龄也大了,可能工资还要高了,人家其实也不要。
-
-HCIP是面试入场券,那么现在的面试就是原理加实操了,这几月天气实在太热,脑袋有些短路,不能长时间学习,可如今也只能硬着头皮背长文原理,临摹书本拓扑,照抄命令配置了。
-
-两个月以后还没找到工作,先临时将就着了,继续考证从长计议了。
-
----
-可不可以选一个你最有成就感的项目,然后你能详细的讲一下在这个项目中,你接到的任务是什么,你是如何拆解这个任务的,许花以及最后你为你的团队带来怎样的收益?
-
-目的:对简历内容的一个检验,也是对候选人表达能力和归纳能力的一个考验:任务→如何拆解→收益。
-
-面试者一总结:任务梳理、对接,调研,方案执行。
-面试者二总结:创意策划、活动落地,资源协调。
-面试者三总结:业务状况分析,定位盲区,业务拓荒,活动执行
-
-
-收获成长复用
-
-面试者一:沟通协作、学习能力、数据分析
-面试者二:自我反问,数据能力
-面试者三:视角&站位、全局观
-
-
-如何决策选谁不选谁以及如何沟通:判断优先级、创作者与项自适配度、对齐筛选结果。
-
-相关方面的不足,需要军令状:没有承诺,没有收益,没有惩罚,是不行的。
\ No newline at end of file
diff --git "a/_posts/2024/2024-09-23-\345\205\263\344\272\216\345\244\234\346\231\232\347\232\204\346\265\246\344\270\234\346\234\272\345\234\272\346\211\200\350\247\201\346\211\200\351\227\273..md" "b/_posts/2024/2024-09-23-\345\205\263\344\272\216\345\244\234\346\231\232\347\232\204\346\265\246\344\270\234\346\234\272\345\234\272\346\211\200\350\247\201\346\211\200\351\227\273..md"
deleted file mode 100644
index 30c13684a7..0000000000
--- "a/_posts/2024/2024-09-23-\345\205\263\344\272\216\345\244\234\346\231\232\347\232\204\346\265\246\344\270\234\346\234\272\345\234\272\346\211\200\350\247\201\346\211\200\351\227\273..md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "关于夜晚的浦东机场所见所闻"
-date: 2024-09-23 19:44:04 +0800
-author: hoochanlon
-category: [2024.]
-tags: [生活杂事录]
-permalink: /:year/:month-:day/01
----
-
-早晨六点的飞机是平日票价的一半,加上额外的燃油与随耗费的一百块钱,也算不上多便宜。如果行李多,超过20寸以上的箱子,都要走托运很是麻烦,凌晨四点半,排队的人很多。大概用了一个多来小时左右,然后就是安检了四十多来分钟,航站又离得远,至少 1.5 公里以上,提前 20 分钟是不能进飞机的,差点没赶上,很不舒服。
-
-机场候车厅的出口也有直接去打车的出口,可以出去后再进来的,方便晚上住宿再过来。 夜里打地铺睡的人不少,和建筑工人躺在地下通道、马路桥下入睡的场景差不多。夜里有旅馆拉客的,遇到一位拉客的妇人能说各地的方言,见谁都自称老乡,搭不上边也能强行祖籍关联,同一间房对不同的人开出的入住酒店价格也是不同。
-
-拉客的旅馆通常比网上订的酒店贵上一百来块钱不等,不同拉客的都互相认识,过来接旅客的专车也是同一辆、同一人,至于我发现这事就是,选了更便宜的,坐专车发现拉客电话联系的都是田某,然后坐上车两个拉客见到我后互相吵了起来。一但你上车没住其中一个拉客提供的酒店,他们就展现出同新闻上的黑导游如世仇般的嘴脸及咒毒言语,气氛尴尬的同时,又让人十分恶心。
-
-从酒店送过来是与酒店合作的班点大巴车,六点二十的飞机基本上要三点半起床等大巴车,大巴车会途径六七家以上的合作酒店,四十多来分钟到机场航站楼吧,加上前面说过的托运与安检,实际上六点二十的航班是挺赶的,如果我四点起床等车就早错过了航班只能改签了。
\ No newline at end of file
diff --git "a/_posts/blog_conf_notes/Hexo+NexT/2018-02-25-hexo\346\220\255\345\273\272next\344\270\273\351\242\230.md" "b/_posts/blog_conf_notes/Hexo+NexT/2018-02-25-hexo\346\220\255\345\273\272next\344\270\273\351\242\230.md"
deleted file mode 100644
index afa9ccabf9..0000000000
--- "a/_posts/blog_conf_notes/Hexo+NexT/2018-02-25-hexo\346\220\255\345\273\272next\344\270\273\351\242\230.md"
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: “hexo搭建next主题 (一)”
-author: hoochanlon
-categories: [2018.,Blogging,Hexo]
-tags: [博客配置存档]
-math: true
-mermaid: true
-date: 2018-02-25 20:02:40
----
-
-## 入门前提
-1. [git安装](https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git)
-2. [配置SSH说明](https://help.github.com/articles/connecting-to-github-with-ssh/)
-
-## Hexo快速入门
-1. [hexo安装](https://hexo.io/zh-cn/docs/index.html)
-2. [hexo部署](https://hexo.io/zh-cn/docs/deployment.html)
-3. [hexo主题安装](http://theme-next.iissnan.com/getting-started.html)
-4. [Permission denied (publickey)问题](https://help.github.com/articles/error-permission-denied-publickey/)
-5. [git push输入密码的问题](http://blog.csdn.net/u013647382/article/details/47832559)
-6. [hexo-server sass binding.node下载失败(.npmrc设置部分)](https://segmentfault.com/a/1190000020993365?utm_source=tag-newest)
-
-## NexT轻松上手
-1. [next主题配置](http://theme-next.iissnan.com/theme-settings.html)
-2. [next第三方服务](http://theme-next.iissnan.com/third-party-services.html)
-3. [next项目wiki](https://github.com/iissnan/hexo-theme-next/wiki)
-
-## 备份
-* [Hexo备份并推送到Github](https://hoodiearon.github.io/note/2018/02-26/bafc086b.html)
diff --git "a/_posts/blog_conf_notes/Hexo+NexT/2018-02-26-Hexo\345\244\207\344\273\275\345\271\266\346\216\250\351\200\201\345\210\260Github.md" "b/_posts/blog_conf_notes/Hexo+NexT/2018-02-26-Hexo\345\244\207\344\273\275\345\271\266\346\216\250\351\200\201\345\210\260Github.md"
deleted file mode 100644
index 46ffdf05ee..0000000000
--- "a/_posts/blog_conf_notes/Hexo+NexT/2018-02-26-Hexo\345\244\207\344\273\275\345\271\266\346\216\250\351\200\201\345\210\260Github.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: “hexo备份并推送到github(二)”
-author: hoochanlon
-categories: [2018.,Blogging,Hexo]
-tags: [博客配置存档]
-math: true
-mermaid: true
-date: 2018-02-26 03:10:54
----
-
- 使用git推送至github备份hexo的其他博客主题
-
-* 创建远程仓库 ...
-* 本地初始化 `git init`
-* 创建忽略文件 `vi .gitignore`
-* [Git忽略规则](https://www.cnblogs.com/kevingrace/p/5690241.html)
-* 在hexo的根目录下新建`README.md`
-* 按需分配
-
- ```
- .DS_Store
- Thumbs.db
- db.json
- *.log
- .deploy*/
- node_modules/
- .npmignore
- public/
- ```
-
-* Windows10以`gitignore.txt`保存配置,再另存为并改名
-* 添加所有文件到寄存区 `git add .`
-* 提交 `git commit -m "commit"`
-* 添加远程源 `git remote add origin yourname@github.com/example.git`
-* 提交远程库master分支 `git push -u origin master`
diff --git "a/_posts/blog_conf_notes/Hexo+NexT/2018-02-26-next\347\256\200\345\215\225seo\344\274\230\345\214\226.md" "b/_posts/blog_conf_notes/Hexo+NexT/2018-02-26-next\347\256\200\345\215\225seo\344\274\230\345\214\226.md"
deleted file mode 100644
index 78bb3e8240..0000000000
--- "a/_posts/blog_conf_notes/Hexo+NexT/2018-02-26-next\347\256\200\345\215\225seo\344\274\230\345\214\226.md"
+++ /dev/null
@@ -1,89 +0,0 @@
----
-title: “NexT简单seo优化(三)”
-author: hoochanlon
-categories: [2018.,Blogging,Hexo]
-tags: [博客配置存档]
-date: 2018-02-26 21:52:25
----
-
-## 设置站点地图
-
-1. 安装`sitemap`站点地图自动生成插件
- ```
- npm install hexo-generator-sitemap --save
- ```
-2. 在站点配置文件中末尾添加
- ```
- sitemap:
- path: sitemap.xml
- ```
-3. 站点配置文件url修改为你的网址域名,`hexo g`之后,在站点根目录的`/public`生成`sitemap.xml`文件
-
-
-
-4. 在`/source`中新建文件`robots.txt`如下(allow,disallow看需求):
-
- ```
- User-agent: *
- Allow: /
- Allow: /about/
-
- Disallow: /archives/
- Disallow: /categories/
- Disallow: /tags/
- Disallow: /photo/
-
- Disallow: /vendors/
- Disallow: /js/
- Disallow: /css/
- Disallow: /fonts/
- Disallow: /vendors/
- Disallow: /fancybox/
-
- Sitemap: https://yourWebSite/sitemap.xml
- ```
-`hexo g -d`生成并部署
-说明:
-* robots.txt(统一小写)是一种存放于网站根目录下的ASCII编码的文本文件,它的作用是告诉搜索引擎此网站中哪些内容是可以被爬取的,哪些是禁止爬取的。
-* Allow字段的值即为允许搜索引擎爬区的内容,可以对应到主题配置文件中的menu目录配置,如果菜单栏还有其他选项都可以按照格式自行添加。
-
-## 将站点提交至Google
-1. [google search console](https://www.google.com/webmasters/),添加站点域名
-2. 站点验证选择备用验证,将给出的标签复制到`\themes\hexo-theme-next\layout\_partials\head.swig`中
-3. `robots.txt`测试工具并测试
-4. 站点地图提交域名中的`sitemap.xml`文件
-5. google抓取工具,将需要给谷歌收录的url网页进行`抓取`操作,并请求编入索引
-
-
-## 修改文章链接
-HEXO默认的文章链接形式为domain/year/month/day/postname,默认就是一个四级url,并且可能造成url过长,对搜索引擎是十分不友好的,推荐安装hexo-abbrlink
-```
-npm install hexo-abbrlink --save
-```
-然后配置`_config.yml`
-```
-permalink: note/:year/:month_:day/:abbrlink.html
-abbrlink:
- alg: crc32 # 算法:crc16(default) and crc32
- rep: hex # 进制:dec(default) and hex
-```
-之后部署一下好了
-## 添加`nofollow`标签
-nofollow标签是由谷歌领头创新的一个反垃圾链接的标签,并被ecosia.org、bing(US)等各大搜索引擎广泛支持,引用nofollow标签的目的是:用于指示搜索引擎不要追踪(即抓取)网页上的带有nofollow属性的任何出站链接,以减少垃圾链接的分散网站权重。
-
-__对`\themes\next\layout_macro\sidebar.swig`中的如下部分:__
-
-```
-{{ name }}
-```
-
-target在后追加 `rel="external nofollow"`,修改为
-
-```
-{{ name }}
-```
-
- ## 相关阅读
-
-
- [SEO优化实战](http://imweb.io/topic/5682938b57d7a6c47914fc00)
diff --git "a/_posts/blog_conf_notes/Hexo+NexT/2018-03-09-next\347\210\254\345\235\221\346\267\261\345\272\246\351\255\224\346\224\271.md" "b/_posts/blog_conf_notes/Hexo+NexT/2018-03-09-next\347\210\254\345\235\221\346\267\261\345\272\246\351\255\224\346\224\271.md"
deleted file mode 100644
index 3db2be615b..0000000000
--- "a/_posts/blog_conf_notes/Hexo+NexT/2018-03-09-next\347\210\254\345\235\221\346\267\261\345\272\246\351\255\224\346\224\271.md"
+++ /dev/null
@@ -1,368 +0,0 @@
----
-title: “next爬坑深度魔改(四)”
-author: hoochanlon
-categories: [2018.,Blogging,Hexo]
-tags: [博客配置存档]
-date: 2018-03-09 16:12:38
----
-
-此文章是在hexo已经搭建成功基础之上,且next主题能在显示正确效果下,进行的较为详细的说明。
-
-
-
-## 参考链接
-
-因为此类教程很多写的还不错且较为详细,所以没必要重复造轮子。这里还有一些插件项目的补充,可看需求自行选择。
-
-* [Hexo与NexT主题目录结构](https://www.zxl93.com/2017/10/10/NexT_theme_directory_structure/)
-* [hexo的next主题个性化配置教程](http://shenzekun.cn/hexo的next主题个性化配置教程.html)
-* [打造个性超赞博客Hexo+NexT+GithubPages的超深度优化](https://reuixiy.github.io/technology/computer/computer-aided-art/2017/06/09/hexo-next-optimization.html)
-* [使用Hexo搭建博客的深度优化与定制](https://github.com/heytxz/test/issues/20)
-* [Next主题个性化之自动更换背景图片](http://ihaoming.top/archives/d0564105.html#%E5%AE%9E%E7%8E%B0%E7%9A%84%E5%8E%9F%E7%90%86)
-* [删除标题上下方横线](http://www.libinx.com/2017/2017-03-12-hexo-next-beautify/)
-* [文章阴影立体层次边框](http://www.libinx.com/2017/2017-03-12-hexo-next-beautify/)
-* [添加代码块复制功能](https://www.ofind.cn/blog/HEXO/HEXO%E4%BC%98%E5%8C%96%E4%B9%8B%EF%BC%88%E4%BA%8C%EF%BC%89-%E6%B7%BB%E5%8A%A0%E5%A4%8D%E5%88%B6%E5%8A%9F%E8%83%BD.html)
-* [各设备图片显示问题](http://blog.csdn.net/u014175572/article/details/49148333)
-* [标签页添加标签云](http://www.tianguolangzi.com/2018/01/17/hexo%E4%B8%BB%E9%A2%98%E9%85%8D%E7%BD%AE/)
-* [网站动态标题](https://www.jixian.io/2017/07/15/%E7%BD%91%E7%AB%99%E5%8A%A8%E6%80%81%E6%A0%87%E9%A2%98%E8%AE%BE%E7%BD%AE/)
-* [修改阅读全文按钮样式](http://slowread.cn/2017/12/18/Hexo-Next-%E4%BD%BF%E7%94%A8%E9%85%8D%E7%BD%AE/)
-* [博客部分图标引用](https://wenzizhou.com/%E7%BB%99NexT%E4%B8%BB%E9%A2%98%E5%8D%9A%E5%AE%A2%E6%B7%BB%E5%8A%A0%E5%A5%BD%E7%9C%8B%E7%9A%84%E6%A0%B7%E5%BC%8F/)
-* [使用Hexo基于GitHub-Pages搭建个人博客(三)](https://ehlxr.github.io/2016/08/30/使用hexo基于github-pages搭建个人博客三)(相册的实现)
-* [对Hexo-nexT进行简单SEO优化基于Google收录站点](https://loremwalker.github.io/note/2018/02-26/5e7d6b37.html)
-* [为Hexo NexT主题添加字数统计功能](https://eason-yang.com/2016/11/05/add-word-count-to-hexo-next)
-* [need-more-share](https://github.com/revir/need-more-share2)(主题已自带)
-* [hexo-tag-cloud](https://github.com/MikeCoder/hexo-tag-cloud/blob/master/README.ZH.md)
-* [hexo-blog-encrypt](https://github.com/MikeCoder/hexo-blog-encrypt)
-
-## 遇到过的坑
-这里列举常用的,更多详情访问具体项目的issues
-
-* 设置副标题后显示不出来,要怎么修改?[#986](https://github.com/iissnan/hexo-theme-next/issues/986)
-* fancybox能否正常使用? [#48](https://github.com/iissnan/hexo-theme-next/issues/48)
-* 多图功能 图片不能放大 [#1043](https://github.com/iissnan/hexo-theme-next/issues/1043)
-* [hexo设置网站的图标Favicon](http://blog.csdn.net/ganzhilin520/article/details/79048034)
-* 标签页不能显示标签云[#15](https://github.com/MikeCoder/hexo-tag-cloud/issues/15)
-
-btw,如果写作完成且没做任何配置的情况下,`hexo g`生成有误应该是markdown语法不对
-
-## 其他细节方面的问题
-
-### 设置CC协议
-参考[wiki](https://github.com/iissnan/hexo-theme-next/wiki/%E8%AE%BE%E7%BD%AE-Creative-Commons-%E5%8D%8F%E8%AE%AE),也可选择禁用;使用自己定制的cc协议请参考 [hexo的next主题个性化配置教程](http://shenzekun.cn/hexo的next主题个性化配置教程.html)。
-
-### 修改站点标题字体 (本地字体)
-`themes/next/layout/_partials/header.swig`中的`custom-logo-site-title`div部分下添加
-
-```
-
-```
-
-### 远程调用字体库(兲朝·远程字体)
-
-注册 [有字库](https://www.youziku.com/) 并搜索字体,查看语系 中/英 选择`立即使用`
-
-
-1. 在要使用该字体的标签属性中添加如下代码:`font-family:'FreestyleScriptITC-Normal';`;例如:`你的内容
`
-
-2. 将以下代码加到你网页的``标签之内。
-
-```html
-
-```
-
-
-将 link 标签代码块添加至 head.swig,再到`custom.styl`调整即可
-
-```css
-/*标题*/
-.site-meta .site-title {
- font-size: 50px;
- font-weight: bolder;
- font-family:FreestyleScriptITC-Normal
- color: #AC161A;
-}
-```
-
-### 添加README.md
-在`source`根目录下添加`README.md`,再修改hexo的站点配置文件`_config.yml`,设置`skip_render: README.md`保存退出即可。使用`hexo d`命令就不会在渲染`README.md`这个文件了。
-
-### 添加相关文章
-添加"相关文章"板块实际上是做一次伪升级,因为v5.x并没有,v6.0.x才新增集成的功能;安装`npm install hexo-related-popular-posts --save`,下载新版本next主题;找到`themes\next\layout\_macro\post.swig`文件,将如下代码复制在原版本同路径post.swig中,复制位置在支付代码相关部分上方即可例如:代码放在wechat支付的上面。
-
-```liquid
-{% raw %}
- {% if theme.related_posts.enable and (theme.related_posts.display_in_home or not is_index) %}
- {% include 'post-related.swig' with { post: post } %}
- {% endif %}
-{% endraw %}
-```
-
-将`themes\next\layout\_macro\post-related.swig`文件复制在原版本同目录中;打开新版本主题中的`_config.yml`将如下代码复制在原版本主题配置文件中
-
-```yml
-# Related popular posts
-# Dependencies: https://github.com/tea3/hexo-related-popular-posts
-related_posts:
- enable: true
- title: # custom header, leave empty to use the default one
- display_in_home: false
- params:
- maxCount: 5
- #PPMixingRate: 0.0
- #isDate: false
- #isImage: false
- #isExcerpt: false
-```
-
-### 添加文章结尾标记
-`themes/next/layout/_macro`下添加`passage-end-tag.swig`:
-
-```liquid
-
-{% raw %}
- {% if page.passage_end %}
-
-
- {% endif %}
- {% endraw %}
-
-```
-
-`next/layout/_macro/post.swig`在相关支付代码之前增加如下代码:
-
-```
-
-{%raw%}
- {% if not is_index %}
- {% include 'passage-end-tag.swig' %}
- {% endif %}
-
-{%endraw%}
-```
-
-即可在front-matter中使用`passage_end: true`打开文章结尾表语
-
-### js文章访问密码优化
-因为其他博客的文章访问密码章节的js,当用户不输入时点击`确定`或是`取消`都弹出密码错误,显得不人性化,为此进行的改进方案;在`themes->next->layout->_partials->head.swig`文件,meta标签后任意位置插入。
-
-```JavaScript
-
-```
-
-btw,增加确认弹窗,这样就可以在`front-matter`中`provision: true`激活弹窗
-
-```JavaScript
-
-```
-
-### 自定义样式喜好概览 `custom.styl`
-
-```css
-/* Custom styles.*/
-.header {
- /*用于完全显示一整块背景*/
- background: $head-bg;
- /* background:url(https://s1.ax2x.com/2018/03/13/Eoiz6.jpg);*/
- /* background: #F5F5F5;*/
- background-size: cover;
- background-repeat: no-repeat;
-
-}
-/*标题*/
-.site-meta .site-title {
- font-size: 50px;
- font-weight: bolder;
- font-family:FreestyleScriptITC-Normal
- color: #AC161A;
-}
-/*副标题*/
-/* .site-subtitle { display: none; }*/
-.site-subtitle {
- margin-top: 10px;
- font-size: 13px;
- color: #555555;
-/* color: #ffdf58;*/
-}
-
-/*菜单字体颜色*/
-// .menu-item a {color:#c7c7c7;}
-/*菜单悬停颜色*/
-/*.menu .menu-item a:hover {
- background: #36363c;
- }*/
-
-/*移动设备菜单显示扩展*/
-.site-nav-on {
- display: none;
- margin: 0 -10px;
- padding: 0 10px;
- clear: both;
- border-top-style: none;
- /*border-top: 1px solid #ddd;*/
-}
-
-body {
- /*随机换图*/
- /* background:url(https://source.unsplash.com/random/1600x900);
- background:url(https://s1.ax2x.com/2018/03/10/EHdHq.jpg);
- background: #E7E8EA;*/
- background-repeat: no-repeat;
- background-attachment:fixed;
- background-size: cover;
- background-position: 50% 50%;
- /*鼠标样式*/
- cursor: url(https://cdn.jsdelivr.net/gh/hoochanlon/w3-goto-world/W3UnitTest/Arrow.cur),auto;
-}
-a:hover{
- /*链接鼠标样式*/
- cursor : url(https://cdn.jsdelivr.net/gh/hoochanlon/w3-goto-world/W3UnitTest/Hand.cur),pointer;
-}
-
-/*文章内容块布局*/
-.main-inner {
- margin-top: 10px;
-/* margin-top: 60px;*/
- /*padding: 60px 60px 60px 60px;*/
- padding: 10px 1px 1px 1px;
-/* background: #e6e6e6; */
- width:830px;
-/* hight:720px; */
- min-height: 500px;
- /*透明度*/
-// opacity: 0.91;
-}
- /*内容盒子扩充*/
-.use-motion .post {
- BACKGROUND-COLOR: #fff;
- padding: 40px 30px 40px 30px;
- border: 1px solid #eaecee;
- margin: 0 0 40px 0;
- position: relative;
- -webkit-box-shadow: 0 4px 12px -1px rgba(36,41,46,.6);
- -moz-box-shadow: 0 4px 12px -1px rgba(36,41,46,.6);
- box-shadow: 0 4px 12px -1px rgba(36,41,46,.6);
-}
-
-/*文章顶部内容紧凑*/
-.posts-expand .post-meta {
- margin: 3px 0 5px 0;
-}
-
-/*阅读全文按钮部分*/
-.post-button a:hover {
- border-bottom-color:#a96363;
-}
-/*阅读全文按钮悬停部分*/
-.btn:hover {
- border-color: #222;
- color: #222;
- background: none;
-}
-/*文字以及下划线部分*/
-.post-button a {
- padding: 0;
- font-size: 16px;
- background: none;
- border: none;
- border-bottom: 2px solid #666;
- transition-property: border;
-}
-
-
-/*标签悬停颜色*/
-.posts-expand .post-tags a:hover {
- background: orange;
-}
-/*标签背景色*/
-.posts-expand .post-tags a {
- padding: 1px 5px;
- background: #d6af66;
- color: #ea1616;
- font-size: 13px;
- border-bottom: none;
- display: inline-block;
- margin-right: 10px;
-}
-
-/*页脚*/
-.footer {
- font-size: 14px;
- color: $grey-dark;
-//background: #2E2E2E;
-background: #ffffff;
- img { border: none; }
-}
-/*页脚内容居中*/
-.footer-inner {
- margin: 0 auto;
- text-align: center;
-}
-
-
-/* 隐藏分类列表占位符以及列表居中样式调整*/
-.category-list-item {
- margin: 5px 10px;
- text-align: center;
- // list-style: none !important;
-}
-
-
-/*侧边信息栏*/
-/* .sidebar-toggle {}*/
-/*侧边回滚顶部栏*/
-/* .back-to-top {}*/
-
-/*时间侧边栏格式*/
-#days {
- display: block;
- color: #8989A3;
- font-size: 13px;
- margin-top: 15px;
-}
-
-
-```
-
-### 开发者工具很重要
-可以先使用开发者模式进行预览;在不更改站点、主题配置文件时,可在`hexo s`环境下调试并保存代码。
diff --git "a/_posts/blog_conf_notes/Hexo+NexT/2018-08-06-\347\251\272\351\227\264\357\274\237\346\234\200\345\220\216\350\277\230\346\230\257\351\200\211\346\213\251\344\272\206\345\215\232\345\256\242.md" "b/_posts/blog_conf_notes/Hexo+NexT/2018-08-06-\347\251\272\351\227\264\357\274\237\346\234\200\345\220\216\350\277\230\346\230\257\351\200\211\346\213\251\344\272\206\345\215\232\345\256\242.md"
deleted file mode 100644
index 2d27343203..0000000000
--- "a/_posts/blog_conf_notes/Hexo+NexT/2018-08-06-\347\251\272\351\227\264\357\274\237\346\234\200\345\220\216\350\277\230\346\230\257\351\200\211\346\213\251\344\272\206\345\215\232\345\256\242.md"
+++ /dev/null
@@ -1,32 +0,0 @@
----
-title: “空间?最后还是选择了博客”
-author: hoochanlon
-categories: [2018.,Blogging,Hexo]
-tags: [博客配置存档]
-math: true
-mermaid: true
-date: 2018-08-06 21:20:04
-
----
-
-月圆月弯的漂亮...这月光滔(曲)愉快欢畅,我不知道该怎样讲
-
-
-
-空间部分图片、文字会受到和谐,日志的编辑工具实在很糟心;qq上熟人也有且网友也多,一些内容也不方便展示,单独去设置特别的那几个实在又有些麻烦,做成相册吧,加载的速度实在太慢,好友动态里的图片也不会正常显示。
-
-本来搭博客做搜索优化是用来发表一些关于技术类文章的,慢慢的一系列自然选择下成了一个写日记、随笔以及笔记的地方了。因为写技术系列的话,已经有gitbook、docsify等诸如此类的文档生成工具了。综上所述,这也就是选择了博客,而将空间关闭了的原因。
-
-反正日记、随笔这些的话,一般来说以我的经历来看,都是在乎自己的多一点,其实别人是并不太关心或是说仔细去看我的日记。再说,之所以看空间是因为有系统动态提醒,倒不是真的对自己的特别关注什么的。每个人都有自己需要做的事,谁没事又没太多感情上的某种联系,干嘛要看我发的没有实际解决问题且纯粹就是记事与抒发情感的日记或是随笔呢?
-
-感兴趣的始终是少数,朋友其实也亦是如此,更别提及浏览博客的多数陌生人了,有多少闲着没事还特意去看我写的一些日记与随笔呢?真是的!一些心事,想知道的ta就会通过一些方法主动地去知道,不知道的ta也并不想去知道,也许听听你的诉说就完事了。
-
-其实人生真的又有几个知己呢?有的人只能成为普通朋友,有的少数在朋友的基础上或许可以成为知心,成为知心但多数也不一定是爱人;目前,我能确定知道的也就五个不到。将对方当知己,发来却是微信里的支付宝二维码,让我感觉到寒意的同时又让我感到恶心...唉!>﹏<
-
-花费太多时间精力的研究成果,用以尽力去帮助交往较为密切的朋友,ta只是当做理所应当,帮不上那就算了,帮上忙的话也就兴奋一会儿;很多事也是求助于我,然后达成的条件又是这种无理要求,仅是把自己当作解决问题的工具,事情刚解决时也只是说太好了、厉害、哇塞等随意附和且无用还存在虚假的废话,而实际上在问题所解决过后,真的在ta眼中真是一文不值,因为我就是被当作解决问题的工具罢了...
-
-而我呢?太多时间被这些滥烂的词而沉溺其中,真以为在ta心中的位置很重要一样,然而就算解决不了,也会找下一位,只是时间或金钱问题罢了,其实自己只是一个可怜虫。说到底还是交友太少,对ta的一个不了解,不然在我看来付出了这么多,在他人眼里却是一文不值了。
-
-除开真正的知己的话,朋友间友好程度还是靠一直的多联系,此一时彼一时的;这也难怪,不少人都想磨灭感情,其实我也想,特别是在人际关系看似紧密,但实际上薄如纸的今天;但我知道只要是个人,磨灭感情是不可能的,多多少少还是会存在的。
-
-这就是我记录的目的吧,回想往事的时候不至于像学生时代消失得一片空白,也不因错过就一直停留在遗憾中而不珍惜眼前甚至放弃前方的追逐。
\ No newline at end of file
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-03-28-\345\234\250Mac M1\351\203\250\347\275\262Jekyll\347\232\204\350\257\225\351\224\231\350\277\207\347\250\213.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-03-28-\345\234\250Mac M1\351\203\250\347\275\262Jekyll\347\232\204\350\257\225\351\224\231\350\277\207\347\250\213.md"
deleted file mode 100644
index cee1fcdea4..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-03-28-\345\234\250Mac M1\351\203\250\347\275\262Jekyll\347\232\204\350\257\225\351\224\231\350\277\207\347\250\213.md"
+++ /dev/null
@@ -1,121 +0,0 @@
----
-title: “在Mac M1部署Jekyll的试错过程”
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
-math: true
-mermaid: true
-date: 2021-03-28 10:22:04
----
-
-## Mac使用上的一些小问题
-
-使用vs code打开gemfile写入文件方便sudo保存,按着[Jekyll-admin](https://github.com/jekyll/jekyll-admin)教程来即可使用。但始终以“x”的方式打开存在问题,网上查找资料发现这一个命令:`sudo chown -R user /dir`。💡更改所有者归属,chmod则是文件及文件夹执行属性。
-
-重复启用及关闭Jekyll也存在端口占用问题,`control`+`c`不能重用端口。使用`sudo lsof -i:占用端口 `与`sudo kill 占用端口进程`解决此类问题。[简书-a23e72df5267-Mac OSX 下Address already in use 端口占用问题](https://www.jianshu.com/p/de3c2874383d)
-
-option+shift+h,切换半角符号——Mac;但我们此次主要问题点:
-
-* 安装失败,系统版本不兼容与访问权限
-* 安装成功使用命令报错,各种缺少组建资源
-* 组件已安装,但使用命令还是提示缺少组件(访问权限)
-* 使用最高权限sudo 还存在拒绝访问(内核保护机制)
-* 下载安装组件命令配置过于麻烦,包管理工具存在网络干扰
-
-
-
-程序报错描述不具有整体性,偏向推进实施的节点过程原因,难以从整体看问题。个人环境相对随机(时间点、组件安装完善度、版本)解决方式存在差异并不适用于多数。
-
-报错次数频繁,原因问题较多且解决方式不通用,很容易在长时间解决过程甚至都忘了自己在做什么。网站给出的配置过于简单也忽视了对相关环境的说明,他人博客中又是否存在解决异常给出结果的过程(思维)省略?
-
-## ***Jekyll安装及配置问题(加载·运行)***
-
-***一些命令配置的执行也需要工具包环境支持` xcode-select --install `***
-
-
-如下这也就是为什么用homebrew的原因。
-
-![7CD338C1-54F5-4146-B688-667279E24DAB.png](https://i.loli.net/2021/03/27/4QuzgOsqyBPSp3L.jpg)
-
-#### 防火墙干扰brew下载
-
-可是现有的环境存在网络防火墙干扰问题:
-
-* 我们普遍购买VPN通常较为昂贵而且容易被封,配置代理还存在windows/mac终端及其他命令行工具的支持程度,命令也通常不一致。
-
-在这样的条件下,我们通常是寻找镜像源最为合适。[brew.idayer.com-homebrew镜像助手网站](https://brew.idayer.com/),复制粘贴命令行进行安装。
-
-`/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"`
-
-#### 使用Jekyll权限问题
-
-[关于使用sudo chmod 777授权运行安装所出现的Operation not permitted的错误提示链接](https://segmentfault.com/q/1010000004924940/a-1020000004925010),查明原因为系统内核保护所造成,`csrutil status`可以查看保护状态是否处于开启,在Mac的恢复os使用终端``csrutil disable`,按“y”进行确认重启。
-
-## 由上,我们为什么要包管理工具?
-
-### 环境变量修改问题
-
-环境变量修改不当造成错上加错,环境变量还存在优先级问题,还有浪费时间的重装系统。
-
-[简书-iambowen-部署的模式(一):基础设施即代码](https://www.jianshu.com/p/ffa986168f69)所说的**配置漂移(Configuration Drift)、脆弱的基础设施(Fragile Infrastructure)**,开发环境的适用程序运行范围广,但配置也极其繁杂与脆弱,难以追溯以及排查原因,也很难进行修复。因此我们要尤为小心。
-
-### jekyll版本问题
-
-jekyll4.2版本开始,在serve后面添加`--trace`
-
-![D2367715-10C3-437E-97A9-6FE3024C774E.png](https://i.loli.net/2021/03/27/Uho5FWeYkrRg2mw.jpg)
-
-可是我们执行之后呢?明明存在又为什么加载不起来?
-
-![648AD4F7-9E63-40EA-8EF7-F826C982B10A.png](https://i.loli.net/2021/03/27/5Do31lm8JXF27YA.jpg)
-
-`sudo bundle exec jekyll serve --trace`
-
-![AF952680-DB43-4CD9-9674-5C5D0E2E21BD.png](https://i.loli.net/2021/03/27/Z6n3JCR2rukUPob.jpg)
-
-如果还是提示`bundler: failed to load command: jekyll`,jekyll文件也存在,使用[pages-gem/issues/752](https://github.com/github/pages-gem/issues/752)提供的`bundle add webrick`。[原因为`webrick`gem是从ruby3的标准库中删除的,所以它需要包含在gem文件中.](https://www.5axxw.com/questions/content/grbr28)
-
-### 初始化问题与文件依赖关系
-
-使用 `source "https://rubygems.org"`、`bundle install` 命令安装出现,运行命令提示“ Could not locate Gemfile or .bundle/ directory”之类的错误,[根据这个链接指引才知道要初始化`bundle init`创建gem file](https://www.itranslater.com/qa/details/2582629696882082816)
-
-后来才要了解出现这个问题的原因,[360docs-Gemfile 详解](http://www.360doc.com/content/16/0322/17/10058718_544367748.shtml)得知gemfile与gem的关系:
-
-* gemfile是gem描述依赖的文件,而这份描述包含:依赖、安装源的指定,不同gem组件的版本信息,这几点构成整体的依存关系。
-
-由上述也联想到:每个开发者实际上都是根据自身环境需求而开发的组件,可能一开始就并不是为这个产品而存在的,这个产品为了更好的使用或体验效果而把他们集成组装了起来,由于这个现象的存在也就有版本不相兼容适配的情况。
-
-新产品是否稳定?具有缺陷的产品是否能补丁完善回来?遇到重大异常事故,能不能回滚切换正常运行?我们来看这篇文章[luke stringer-Jekyll on the Apple M1](https://stringer.dev/2021/02/14/jekyll-on-the-apple-m1.html)的行事风格:
-
-* 遇到开发环境的相关组件缺失,并不是下载单一的某一个组件,而是下载包管理工具。
-
- * 再由这个包管理工具下载开发环境
-
-* 这个产品是基于这个平台上,这个平台又是否存在不稳定性
-
- * 下载其相关的环境版本管理工具
-
-* 使用该产品的某一类功能,能否启动类似于绿色版程序单独运行?
-
- * 进行捆绑运行
-
-* 命令没找到却存在此类文件夹与文件
-
- * 不止环境变量还有自由彻底的权限执行问题
- * **有时百度出来的问题别人所断言的结论也只是问题事故其中的一个原因之一**
-
- ![21D003E0-263E-46C3-9BFF-18B6307F9D23.png](https://i.loli.net/2021/03/27/pbVhGcqmW7vrIF9.jpg)
-
-
-
-## 综上,我们为什么进行版本管理?
-
-### jekyll结构关系
-
-> 摘自 [初探Jekyll(一):Jekyll是什么?Jekyll常用的专业名词](https://blog.csdn.net/yq_forever/article/details/103449864)
-
-* Gem相当于Ruby中的包,可以调用
-* Jekyll一种用Ruby写成的静态网页生成工具,本质上也是一个Gem
-
-* Gemfile是Jekyll中用来列出所需Gem的一个文件,Bundler可以安装Gemfile里的Gem。
-
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-03-29-jekyll\345\210\235\347\272\247\346\220\255\345\273\272\345\233\236\351\241\276.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-03-29-jekyll\345\210\235\347\272\247\346\220\255\345\273\272\345\233\236\351\241\276.md"
deleted file mode 100644
index 2571c7f061..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-03-29-jekyll\345\210\235\347\272\247\346\220\255\345\273\272\345\233\236\351\241\276.md"
+++ /dev/null
@@ -1,58 +0,0 @@
----
-
-title: “jekyll初级搭建回顾”
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
-date: 2021-03-29 10:22:04
-permalink: /:year/:month-:day/01
----
-
-## 快速搭建回顾
-
-```bash
-# 安装homebrew
-/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install.sh)"
-# 安装 Jekyll
-gem install jekyll
-# 添加webrick组件,安装所有gem包(gemfile)
-bundle add webrick
-bundle config build.nokogiri --use-system-libraries # 配置xml、html解析器ruby库
-bundle install
-sudo bundle exec jekyll serve --trace
-# 可能会遇到的问题使用
-csrutil disable # 内核保护
-bundle init # 初始化或生成gemfile文件
-```
-
-
-
-## jekyll结构关系
-
-> 摘自 [初探Jekyll(一):Jekyll是什么?Jekyll常用的专业名词](https://blog.csdn.net/yq_forever/article/details/103449864)
-
-* Gem相当于Ruby中的包,可以调用
-* Jekyll一种用Ruby写成的静态网页生成工具,本质上也是一个Gem
-
-* Gemfile是Jekyll中用来列出所需Gem的一个文件,Bundler可以安装Gemfile里的Gem。
-
-## ***bundle***
-
-[Jekyll-目录结构](http://jekyllcn.com/docs/structure/)官网上表述的内容也仅仅是文件内容,并没有考虑到新人使用操作的一些误区。文档上表述文件结构内容,但我们却无从下手,因为这些文件结构直观看上去就是要我们手动一个个创建的,体验上其实并不友好。
-
-这里实际上遇到了很多不明的坑,也就是我们并不清楚要将主题所有文件拷入到博客源目录配置生效。
-
-`bundle info minima`显示主题路径,再把minima下的所有文件拷贝到blog源目录:
-
-`cp -r /Users/chanlonhoo/Desktop/myblog/.bundle/vendor/ruby/3.0.0/gems/minima-2.5.1/* .`
-
-至此任务完成,之后的事情跟搭建NexT原理一样。
-
-***ps: `bundle add plugins-name ` 可以添加相应的相关组件,就不用在写gemfile文件了***
-
-其他:
-
-* [crispgm-48 个你需要知道的 Jekyll 使用技巧](https://crispgm.com/page/48-tips-for-jekyll-you-should-know.html)
-* [crispgm.com Jekyll效果](https://github.com/crispgm/crispgm.com/blob/master/site/_config.yml)
-* [jekyllthemes](http://jekyllthemes.org/)/[jekyll-plugins](http://www.jekyll-plugins.com/plugins?page=1)
-
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-03-29-jekyll\346\217\222\344\273\266\347\273\204\350\243\205.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-03-29-jekyll\346\217\222\344\273\266\347\273\204\350\243\205.md"
deleted file mode 100644
index b58707aa81..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-03-29-jekyll\346\217\222\344\273\266\347\273\204\350\243\205.md"
+++ /dev/null
@@ -1,189 +0,0 @@
----
-
-title: “jekyll组装”
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
-math: true
-mermaid: true
-date: 2021-03-29 17:22:04
-
----
-
-安装组件以及配置环境首先要保证一个网络友好或极速的环境,以避免组件缺失造成各种各样的奇葩难解的错误。Jekyll源代码可定制化很强,各个主题结构布局也是差异悬殊,我们也只有细读官方文档结合主题内容展示,以此来寻找线索脉络。
-
-
-
-### 主题组件套用
-
-套用[jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy)主题里的插件,bundle install安装过程出现了问题。
-
-> 解决办法 [csdn-An error occurred while installing nokogiri (1.6.2)](https://blog.csdn.net/iteye_17172/article/details/82644517)
-
-```
-An error occurred while installing nokogiri (1.6.2), and Bundler cannot
-continue.
-Make sure that `gem install nokogiri -v '1.6.2'` succeeds before bundling.
-```
-
-Solution:
-bundle config build.nokogiri --use-system-libraries
-bundle install
-
-[关于nokogiri的说明,它实际上就是一个Ruby解析HTML/XML的ruby库](oschina.net/p/nokogiri?hmsr=aladdin1e1),`bundle config build.nokogiri --use-system-libraries`每次Bundler需要安装nokogiri gem时,它都会传递您指定的位置。
-
-### 图标定义
-
-将其他图标设置定义成sidebar.html中的HOME图标前缀设置
-
-```
-
-```
-
-在_tabs文件夹中创建gallery添加画廊照片图片 fa-camera-retro
-
-```yml
----
-title: gallery
-icon: fa-camera-retro
-order: 5
----
-```
-
-图标设计来自 [fontawesome](https://fontawesome.dashgame.com/)
-
-### 页脚时间
-
-https://api.github.com/repos/, 输入用户以及项目名称,并使用 create_at 查看时间。
-
-在页脚中定义
-
-```js
-
-
-
- 载入天数...载入时分秒...
-
-
-```
-
-
-## ***[jekyllthemes](http://jekyllthemes.org/)实验问题点🧪***
-
-⚠️:在fork theme-chirpy基础上,所使用minima主题,导致_post的文章内容异常,样式也不能切换成minma主题。
-
-### 分页例子
-
-阅读源插件`jekyll-paginate`文档,再来看看使用的主题对分页使用方式
-
-* 写的不明所以(时间、支持)
-* 主题实现方案不一,代码适配兼容方面上手体验太差
-* 使用bundle可以查看我们套用主题的一些安装插件
-
- 由此也得知:一些插件也是跟于主题适配相关,比如说在`_includes`、`_layouts`或是一些新建文件夹加入一些特殊的代码等等。
-
-```yml
-paginate: 10
-paginate_path: "/blog/page:num"
-#“blog”前不输入“/”,很有则会以“blog”为主页
-```
-
-解决分页规划返回链接问题,以及用户点击链接前往索引或不存在页面造成的死链页面。
-
-```markdown
-# config.yml
-permalink: /:year/:month-:day-:hour.:minute.html
-# topbar.html
-
-
- {{ i }}
-
-{% else %}
-{%endraw%}
-```
-
-这样在_site生成的分页文件夹就整合在一块了,不会发生凌乱。另外在css中除了`user- select`还有`pointer-events: none;`,可以禁止用户去点击或者说是误触某一个元素。
-
-[简书-_qisen-独立博客Jekyll进阶技巧](https://www.jianshu.com/p/53ad32e07dd3)
-
-[moonagic-Jekyll文章列表摘要设置](https://moonagic.com/configure-the-jekyll-article-list-summary/)
-
-## 配置环境跨平台想法
-
-在经过windows平台下hexo+Next配置后稳定了较长时间,但由于个人办公迁移到Mac,又得重新配置。重新配置也是各种报错频繁,兼容性问题较多。所以就想到:反正都是内容写作,hexo、Jekyll上手适应性远不如Wordpress。
-
-后来发现docker能满足这一需求,有必要再了解及使用docker。
-
-* [菜鸟教程 docker](https://m.runoob.com/docker/docker-tutorial.html)
-* [站在蓝鲸的背上思考——目录_dhljkcw995845的博客-CSDN博客](https://blog.csdn.net/dhljkcw995845/article/details/102121677)
-* [docker入门(利用docker部署web应用)仰望星空-CSDN博客_docker部署](https://blog.csdn.net/q610376681/article/details/90483576)
-
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-02-Jekyll\345\206\231\344\275\234.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-04-02-Jekyll\345\206\231\344\275\234.md"
deleted file mode 100644
index 1e29a90e23..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-02-Jekyll\345\206\231\344\275\234.md"
+++ /dev/null
@@ -1,142 +0,0 @@
----
-
-title: Jekyll 写作✏️
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
-math: true
-mermaid: true
-date: 2021-04-02 10:22:04
-
----
-
-
-## rake
-
-Jekyll博客文件格式 http://jekyllcn.com/docs/posts/ `年-月-日-标题.MARKUP` 中文命名需要utf-8编码,而rake是内部编码问题不支持中文,只好将就用rake生成完文章再来命名。
-
-由于Jekyll对md标题、yaml格式要求严格,而且每次都写yaml显得过于繁琐,因此使用脚本输出内容。
-
-
-
-[freehyan-csdn-jekyllJekyll 自动生成文章](https://blog.csdn.net/freehyan/article/details/51879554)
-
-`gem list rake`查看是否有安装rake,`gem install rake`,创建Rakefile文件,并将如下代码复制到该文件中,再运行`rake post title="test"`即可发布文章。
-
-```ruby
-require 'rake'
-require 'yaml'
-
-SOURCE = "."
-CONFIG = {
- 'posts' => File.join(SOURCE, "_posts/#{Time.now().year()}"),
- 'post_ext' => "md",
-}
-
-# Usage: rake post title="A Title"
-desc "Begin a new post in #{CONFIG['posts']}"
-task :post do
- abort("rake aborted: '#{CONFIG['posts']}' directory not found.") unless FileTest.directory?(CONFIG['posts'])
- title = ENV["title"] || "new-post"
- slug = title.downcase.strip.gsub(' ', '-').gsub(/[^\w-]/, '')
- filename = File.join(CONFIG['posts'], "#{Time.now.strftime('%Y-%m-%d')}-#{slug}.#{CONFIG['post_ext']}")
- if File.exist?(filename)
- abort("rake aborted!") if ask("#{filename} already exists. Do you want to overwrite?", ['y', 'n']) == 'n'
- end
-
- puts "Creating new post: #{filename}"
- open(filename, 'w') do |post|
- post.puts "---"
- post.puts "title: \"#{title.gsub(/-/,' ')}\""
- post.puts "date: #{Time.now}"
- post.puts "author: hoochanlon"
- post.puts "category: []"
- post.puts "tags: []"
- post.puts "math: true"
- post.puts "mermaid: true"
- post.puts "image:"
- post.puts " src:"
- post.puts "---"
- end
-end # task :post
-```
-
-## 文章生成位置变更
-
-### _post
-
-这个“_post”目录是可以再创建文件夹将文章放入的,不影响Jekyll serve部署。这样的话,我们可以用rake直接创建以年为时间点的目录,将文章自动放入对应的时间点。
-
-### _site
-
-* [[Jekyll] permalink -- 修改文章的链接地址](https://www.liangzl.com/get-article-detail-13916.html)
-* [jekyllcn.com/docs/permalinks/](http://jekyllcn.com/docs/permalinks/)
-
-`permalink: /posts/:year/:month/:day/:hour-:minute.html`,这样就减少了如下的文章同名冲突了。还能查看到博客文章迁移填写的日期冲突。
-
-```
-Conflict: The following destination is shared by multiple files.
- The written file may end up with unexpected contents.
- C:/Users/hooch/Desktop/jekyll-theme-chirpy/_site/posts/周日/index.html
- - C:/Users/hooch/Desktop/jekyll-theme-chirpy/_posts/2020/2020-3-1-周日-🌤.md
- - C:/Users/hooch/Desktop/jekyll-theme-chirpy/_posts/2020/2020-5-3-周日-🌤.md
-```
-
-## 文章块显示
-
-PS:内容搜索方面可以使用[jekyll-algolia](https://github.com/algolia/jekyll-algolia)进行集成。
-
-### 字体渲染
-
-Mac显示的`sidebar{font-family:ui-serif}`效果是不错的,但Windows...,原来还有`ui-serif`,这回看上去不错了。
-
-* [Mac和Windows字体的区别在哪里?](https://www.zhihu.com/question/336295967)
-* [有哪些优秀的西文字体是 Windows 和 Mac 共有的?](https://www.zhihu.com/question/25352794)
-
-### read more
-
-[Jekyll指南文章摘要部分](http://jekyllcn.com/docs/posts/#%E6%96%87%E7%AB%A0%E6%91%98%E8%A6%81)指出post.excerpt属性用于做文章内容的断点,可并未生效,未生效的原因参考[jekyll-theme-chirpy/issues/42](https://github.com/cotes2020/jekyll-theme-chirpy/issues/42)。
-
-了解情况后我们做出了如下添加
-
-```django
-{% raw %}
-
-
- {% include no-linenos.html content=post.content %}
-
- {{ post.excerpt }}
-
- Read more →
-
-{% endraw %}
-```
-
-可后面所有文章实际上都是要加上``;不然就全都显示成全文了,这显然也不合适。直接将post.except写入到如上的过滤条件中。
-
-```
-{% raw %}
-{{ post.excerpt | content | markdownify | strip_html | truncate: 200 }}
-{% endraw %}
-```
-
-接着我们在 _config.yml 尾处添加`excerpt_separator: `进行全局设置,这样就好了。
-
-### further reading
-
-我们不需要这功能,但我们也不需要删了它,用掩耳盗铃的手段将它屏蔽掉,[CSS:让元素不显示的方法](https://blog.csdn.net/weixin_34326179/article/details/92425983)。知道操作后,我们在related-posts.html中,id为related-posts的div,写入`style="display:none"`
-
-### show coding
-
-https://segmentfault.com/q/1010000005045657 ,如下例
-
-```
-{% raw %}
- {% if theme.related_posts.enable and (theme.related_posts.display_in_home or not is_index) %}
- {% include 'post-related.swig' with { post: post } %}
- {% endif %}
-{% endraw %}
-```
-
-Jekyll会尝试把代码块里面的Liquid代码也一并生成。[Liquid 中文官方文档](https://liquid.bootcss.com/)
-
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-07-Jekyll\350\207\252\345\212\250\345\214\226\351\203\250\347\275\262.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-04-07-Jekyll\350\207\252\345\212\250\345\214\226\351\203\250\347\275\262.md"
deleted file mode 100644
index 5ee89510b6..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-07-Jekyll\350\207\252\345\212\250\345\214\226\351\203\250\347\275\262.md"
+++ /dev/null
@@ -1,60 +0,0 @@
----
-title: "Jekyll自动化部署"
-date: 2021-04-07 14:42:58 +0800
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
-math: true
-mermaid: true
----
-
-
-
-我在下意识搜索大部分博客文章都是对GitHub action复杂化,而不是从最简单的例子入手,似乎成了为了做事情而做事情,为了无意义的折腾而折腾。
-
-
-
-## 一个快速入门和两个例子——github action
-
-* [GitHub docs-GitHub Actions 快速入门](https://docs.github.com/cn/actions/quickstart)
-* [GitHub docs-构建和测试 Ruby](https://docs.github.com/cn/actions/guides/building-and-testing-ruby)
-* [Simple GitHub Pages Deploy Action](https://github.com/marketplace?type=actions&query=action+gh-pages)
-
-核心目的:
-
-* 博客环境:构建出ruby环境用已有的gemfile进行bundle install将组件完全安装上。
-* 生成的站点目录文件上传到gh-pages
-
-```yml
-name: push-gh-pages
-
-on:
- push:
- branches: [master]
-
-jobs:
- test:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - name: Set up Ruby
- uses: ruby/setup-ruby@v1
- with:
- ruby-version: 2.6
- - name: Install dependencies
- run: bundle install
- - name: Run jekyll-build
- run: bundle exec jekyll build
- - name: Simple deploy with git
- uses: rdarida/simple-github-pages-deploy-action@v1
- with: # optional
- git-user: 'hoochanlon'
- git-email: 'hoochanlon@outlook.com'
- git-base-folder: '_site'
- commit-message: 'test'
- branch: 'gh-pages'
-```
-
-事实上我们是为了想要的理想化效果而实施操作的,如果这种操作极度繁杂实现困难,与其这样还不如不要。学会拒绝无意义的geek。
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-12-jekyll\344\270\216docker\345\210\235\344\275\223\351\252\214.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-04-12-jekyll\344\270\216docker\345\210\235\344\275\223\351\252\214.md"
deleted file mode 100644
index 309e27d3b5..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-12-jekyll\344\270\216docker\345\210\235\344\275\223\351\252\214.md"
+++ /dev/null
@@ -1,176 +0,0 @@
----
-title: "jekyll与docker初体验"
-date: 2021-04-12 07:58:12 +0800
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
----
-
-从安装换源到宿主机站点目录拷贝到web服务器容器。
-
-
-
-## 下载安装以及换源
-
-* 下载Docker:[docker for desktop](https://docs.docker.com/get-docker/)
-* [知乎-开心鸭-Mac设置docker国内镜像源](https://zhuanlan.zhihu.com/p/146876547)
-
-额外的配置镜像源
-
-* https://docker.mirrors.ustc.edu.cn
-* https://registry.docker-cn.com
-
-```json
-{
- "experimental": true,
- "debug": true,
- "registry-mirrors": ["http://hub-mirror.c.163.com"]
-}
-```
-
-## 实验🧪
-
-在本身项目相关教程模糊或是配置繁琐,我们始终在搜寻适合我们的教程,又被这些繁琐的教程带了节奏,偏偏各种报错,连自己都不知道自己在配置什么了...一开始在急于求成完成项目的心境下还是真的太累了...
-
-而且他们都是根据自己特例所进行的繁杂操作,不具有普众性。
-
-因此,我们要极其清楚自己的目的:
-
-* 文档在表达了哪些过程?过程是否存在模糊?
-* 冗余淀长的配置是否合理?**在对比同类型文章的情况下**
-* 在大方向上,自己要分几步走?
-
-```mermaid
-sequenceDiagram
-dockerfile->image:build
-image->container:run
-container->image:commit
-```
-
-## 开始 >>>
-
-安装及使用ubuntu镜像
-
-```shell
-docker pull ubuntu
-# https://www.cnblogs.com/jzxy/articles/12106133.html
-# -i: 以交互模式运行容器;-t: 为容器重新分配一个伪输入终端,通常与 -i 同时使用
-docker run -it ubuntu /bin/bash
-```
-
-安装完成之后,我们退出重新看一遍发现:⚠️每次运行一次镜像都会生成新的初始环境的容器
-
-情景1,临时测试删除容器`docker run -it --rm ubuntu `
-
-情景2,由上发现此现象,所以我们需要指定容器运行。☑️
-
-```sh
-docker ps --help # 容器状态选项帮助
-docker ps -a # 查看所有容器
-docker exec -it d51808071b61 /bin/bash # 根据id执行相应容器,name也可以使用
-apt-get update # apt-get不能下载?,更新apt-get
-apt-get install -y ruby && apt-get install -y jekyll
-```
-
-至此Jekyll环境安装完成✅
-
-## 可能刚好会遇见
-
-不同平台的Jekyll产品安装方式以及迁移问题,还有一系列的相关警告
-
-### 不同平台的安装的注意项
-
-* 首先你得有一个可靠的网络环境——镜像源:[RubyGems - Ruby China](https://gems.ruby-china.com/)
-* 官方对不同平台安装方式的额外说明:[Jekyll on Ubuntu](https://www.jekyll.com.cn/docs/installation/ubuntu/)
-* 额外的编译包以及组件:[lxx1-ubuntu下安装Jekyll博客](https://www.lxx1.com/1951)
-* 防漏补缺 ruby-full:[litifeng-ubuntu16.04安装jekyll 3.3.1](https://www.cnblogs.com/litifeng/p/6337614.html)
-
-### 重装Jekyll for Ubuntu
-
-gem与apt-get的区别,直白来说:如果管理或安装相应的ruby组件就用gem,经测试apt-get来安装jekyll存在一定的功能缺陷即使用异常,组件安装不全。所以在安装完ruby后使用gem进行安装Jekyll。
-
-```shell
-apt-get update
-# 你的网络环境可能需要执行以下安装命令两次,
-# 直至使用jekyll -v能够显示版本
-apt-get install ruby ruby-dev make gcc nodejs
-apt-get install ruby-full build-essential zlib1g-dev
-
-echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
-echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
-echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
-source ~/.bashrc
-
-gem install jekyll bundler
-```
-
-### 将文件复制到其他平台上的问题
-
-直接用`docker cp`复制博客目录到容器里,报错信息如下所示,看起来不对劲。
-
-```sh
- {%raw%}
-[!] There was an error parsing `Gemfile`:
-[!] There was an error while loading `jekyll-theme-chirpy.gemspec`: No such file or directory - git. Bundler cannot continue.
-
- # from /jekyll-theme-chirpy/jekyll-theme-chirpy.gemspec:13
- # -------------------------------------------
- #
- > spec.files = `git ls-files -z`.split("\x0").select { |f|
- # f.match(%r!^((assets\/(css|img|js\/[a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index|feed|app|sw|404|robots)!i)
- # -------------------------------------------
-. Bundler cannot continue.
-
- # from /jekyll-theme-chirpy/Gemfile:5
- # -------------------------------------------
- #
- > gemspec
- #
- # -------------------------------------------
- {%endraw%}
-```
-
-删除了Gemfile,`bundle init && bundle install`效果也是不理想,“ the theme could not be found. (Jekyll::Errors::MissingDependencyException)”,于是在StackOverflow上找到解决方案。
-
->[stackoverflow-Jekyll theme could not be found](https://stackoverflow.com/questions/46380722/jekyll-theme-could-not-be-found)
->
->So, in short, simply follow the steps below:
->
->- **Add the theme-gem to your `Gemfile`**
->- add the theme to your `_config.yml` (correctly done already..)
->- Run: `bundle install` (just to make sure Bundler is able to use it)
->- Run: `bundle exec jekyll serve`
-
-这也是后来才知道,我的主题是git clone的,使用_config.yml生效,Gemfile却没有添加相关主题;警告方面,看了下 [warning: already initialized constant APP_PATH #40518](https://github.com/rails/rails/issues/40518)的讨论,如下图警告其实也算正常的。
-
-```sh
-Warning: the running version of Bundler (2.1.2) is older than the version that created the lockfile (2.2.16). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.2.16`.
-The dependency tzinfo (~> 1.2) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby, x86_64-linux but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32 java`.
-The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby, x86_64-linux but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32 java`.
-The dependency wdm (~> 0.1.1) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby, x86_64-linux but the dependency is only for x86-mingw32, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.
-```
-
-其实到整理已经可以正常使用Jekyll及主题了。
-
-![image-20210410151232542.png](https://i.loli.net/2021/04/10/K9MAgvs1Hpa4iXu.png)
-
-### 宿主机访问问题
-
-一开始看些入门教程我还不知道容器还有其相关的网络模式,看了[脚本之家-Docker 网络模式(四种)详细介绍](https://www.jb51.net/article/97922.htm),`docker run -it --net=host`,宿主机上输入localhost:4000,在测试之后还是不行...
-
-最后,看来还是得上apache,将_site挂载到apache上部署访问,https://hub.docker.com/ 可在此官网搜寻apache docker镜像下载。虽然这么做成本高,却也是了解docker及web服务器使用很好的用例。
-
-通过[docker中 运行httpd](https://blog.csdn.net/qq_40342026/article/details/90516993)文章的流程,这里以Windows为例:
-
-```shell
-# 创建并运行容器 httpd-test,而且将容器开放8000端口映射在主机80上
-docker container run -p 8000:80 --name httpd-test httpd
-# 以命令行交互式进入容器终端
-docker exec -ti httpd-test /bin/bash
-拷贝目录到httpd容器站点存放目录
-docker cp c:\jekyllblog\_site\. a29403526515:/usr/local/apache2/htdocs
-```
-
-⚠️有关于“docker cp requires exactly 2 arguments”多半是字符写错了。另外,运行web服务器,也发现新的过程原由:为什么jekyll为要在 _config.yml 的permalink项追加`.html`的原因。
-
-[Docker 安装 Apache](https://www.runoob.com/docker/docker-install-apache.html)中挂载方式过于麻烦,面对我们静态博客这种小型项目实在过于麻烦,还不如[docker cp](https://www.pianshen.com/article/327341505/)简单🤣。
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-13-dockerdocker\345\237\272\346\234\254\345\221\275\344\273\244\346\225\264\347\220\206.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-04-13-dockerdocker\345\237\272\346\234\254\345\221\275\344\273\244\346\225\264\347\220\206.md"
deleted file mode 100644
index e4bfe4c494..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-13-dockerdocker\345\237\272\346\234\254\345\221\275\344\273\244\346\225\264\347\220\206.md"
+++ /dev/null
@@ -1,53 +0,0 @@
----
-title: "docker基本命令整理"
-date: 2021-04-13 16:42:06 +0800
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
----
-
-docker免费默认只能用一个私有仓库...这点可以登录docker官网了解价目以及使用详情🔎。alpine linux确实很轻量不到10M,但对Jekyll支持度目前并不是很好,搜索不到安装包。
-
-另外还找到 [yeasy-docker-从入门到实践](https://yeasy.gitbook.io/docker_practice/os/alpine)可供参考。
-
-### 开始>>>
-
-从容器下载到拷贝
-
-```shell
-# 下载容器 https://hub.docker.com/ 容器市场有下载
-docker pull httpd
-# 创建并运行容器 httpd-test,而且将容器开放8000端口映射在主机80上
-docker container run -p 8000:80 --name httpd-test httpd
-# 以命令行交互式进入容器终端
-docker exec -ti httpd-test /bin/bash
-拷贝目录到httpd容器站点存放目录
-docker cp c:\jekyllblog\_site\. a29403526515:/usr/local/apache2/htdocs
-```
-
-docker cp 容器id:路径/文件 本地路径。这样,文件就从容器中拷贝到了宿主机上:
-
-`docker cp 89f4a3cc45d9:/usr/context.xml .`
-
-### 打包提交
-
-* [cnblogs-pjcd-32718195-docker 制作自己的镜像](https://www.cnblogs.com/pjcd-32718195/p/11762079.html)
-* [docker docs- docker tag](https://docs.docker.com/engine/reference/commandline/tag/)
-
-容器制作成镜像,🏷️标签部分必须要一致保证有序性,这也算提交远程镜像的规范化吧。
-
-```
-# 制作镜像
-docker commit 9153bfe4a69f httpd-t:0.1
-# -m -a 为可选项,可不写,后面的是容器id,以及创建镜像命名:标签
-
-# 查看本地镜像
-docker images
-
-# 将目前的镜像做成目标镜像,用作远程推送的镜像
-docker tag httpd-t:0.1 hoochanlon/httpd-t:0.1
-# 远程推送
-docker push hoochanlon/httpd-t:0.1
-```
-
-我们的最终目的其实就是提交远程镜像做一个备份环境仓,这样转移平台配置环境,就只在docker进行操作。
diff --git a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-14-hi,dockerfile.md b/_posts/blog_conf_notes/Jekyll+Docker/2021-04-14-hi,dockerfile.md
deleted file mode 100644
index 026f4d71cf..0000000000
--- a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-14-hi,dockerfile.md
+++ /dev/null
@@ -1,73 +0,0 @@
----
-title: "Hi,Dockerfile"
-date: 2021-04-14 10:42:06 +0800
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
----
-
-## docker部署的反思,By Jekyll
-
-直到现在才想明白,之前构建的Action其实是根本不需要docker封装整块博客镜像的。因为我本来的目的就是为了线上web自动更新,而且我之前配置的action一经push就自动更新gh-pages。不需要大费周章地去用docker构建所谓的上百兆又易过时的博客站点镜像,更不需要再到Windows、Mac、Linux再去重新部署Jekyll本地环境而写博客的。
-
-现在想来,对于已构建好的action,为了部署docker而写博客有些画蛇添足了。事倍功半收益太低,好多重要该记录的事,耗费过多精力投入到docker制作基于Jekyll的博客镜像了。不管哪个平台,我只需要一个ruby本地环境,通过gem或是bundler来安装rake,以此生成一个带符合Jekyll格式标题的文章即可。
-
-⛏,搞了大半个月,我在舍本逐末的追求什么?action省去了一大堆本地构建的环境各种排查疑难杂症的烦扰,GitHub在线上传文件夹或文件不香吗?
-
-4.14 零点 记
-
-
-
-## hello,dockerfile
-
-创建dockerfile,复制如下指令
-
-```shell
- # 继承ubuntu镜像
- FROM ubuntu
- # 运行 echo 命令,输出 “hello dockerfile” 字符串
- RUN echo "Hello"
- # 容器启动时执行该命令
- CMD /bin/bash
-```
-
-所谓上下文路径`.`就是当前所有整体关联的文件以及文件夹,我们开始构建镜像。
-
-`docker build -t hello:v1 .`
-
-使用镜像`docker run -ti hello:v1`
-
-## dockerfile构建rake文章生成器镜像
-
-这次我们更有目标性的使用dockerfile,搭建基于docker跨平台的rake文章生成器。有了文章生成器,生成文章写好内容,直接线上GitHub repo提交。
-
-* alpine linux/ruby/rake环境及组件🔧
-* 博客目录的_posts文件夹以及Rakefile文件封装📦
-
-创建并复制下列内容到Dockerfile
-
-```dockerfile
-# pull alpine linux
-FROM alpine
-RUN apk update
-RUN apk add ruby
-RUN mkdir -p /writen-demo/_posts && gem install rake
-# 宿主机复制多个文件到镜像
-COPY ["./Rakefile","/writen-demo/"]
-COPY ["_posts","/writen-demo/_posts/"]
-# docker cp 89f4a3cc45d9:/writen/ /Users/chanlonhoo/Desktop/ 容器文件夹复制到宿主机
-
-# 制作与上传镜像
-## 制作镜像
-### docker commit 9153bfe4a69f httpd-t:0.1
-### -m -a 为可选项,可不写,后面的是容器id,以及创建镜像命名:标签
-### docker images 查看本地镜像
-
-## 将目前的镜像做成目标镜像,用作远程推送的镜像
-### docker tag httpd-t:0.1 hoochanlon/httpd-t:0.1
-## 远程推送
-### docker push hoochanlon/httpd-t:0.1
-
-```
-
-上述操作完成之后,构建生成镜像`docker build -t hello:v1 .`,再制作一个zip小压缩包,也顺便在我的repo附上了written-demo。
diff --git a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-19-github-action-for-gh-pages.md b/_posts/blog_conf_notes/Jekyll+Docker/2021-04-19-github-action-for-gh-pages.md
deleted file mode 100644
index b815aeded1..0000000000
--- a/_posts/blog_conf_notes/Jekyll+Docker/2021-04-19-github-action-for-gh-pages.md
+++ /dev/null
@@ -1,69 +0,0 @@
----
-title: "github action for gh pages"
-date: 2021-04-19 12:20:31 +0800
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
----
-
-fatal: could not read Password for 'https://github.com': No such device or address。在此期间我试了很多次解决此类问题,否定了有关于网上所说的:git远程仓,账户@密码.git、ssh key等相关原因。没有必要再纠结于此,随后尝试了其他的action。
-
-虽然都是为了push gh-pages而实现的,每个action for gh-page实际提供的键值对也是各有迥异。后来部署成功是因为比对如下的repo的用例说明,发现了历史版本键值对的键参数格式的变更问题。
-
-
-
-* [vuepress-deploy](https://github.com/jenkey2011/vuepress-deploy)
-* [github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action)
-* [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages)
-
-`actions/checkout@v2`,这是github官方的一个action,用于clone该仓库的源码到工作流中。如下代码其实说白了,我就做三件事情:
-
-* 代码导入系统容器
-* yarn install与build doc
-* 上传到gh-page分支
-
-```yaml
-{%raw%}
-name: Deploy GitHub Pages
-
-# 触发条件:在 push 到 master 分支后
-on:
- push:
- branches:
- - master
-
-# 任务
-jobs:
- build-and-deploy:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- with:
- persist-credentials: false
-
- - name: install
- run: yarn install
-
- - name: Build
- run: yarn docs:build
-
- - name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@4.1.1
- with:
- token: ${{ secrets.ACCESS_TOKEN }}
- branch: gh-pages # The branch the action should deploy to.
- folder: docs/.vuepress/dist # The folder the action should deploy.
-{%endraw%}
-```
-
-`persist-credentials: false`,[actions/checkout](https://github.com/actions/checkout)对此的说明:
-
-```
-# Whether to configure the token or SSH key with the local git config
-# Default: true
-persist-credentials: ''
-```
-是使用本地git config配置令牌还是SSH密钥,难怪`persist-credentials: false`之后需要`${{ secrets.ACCESS_TOKEN }}`验证。
-
-这个`${{ secrets.ACCESS_TOKEN }}`一开始也是,让我想了好久。它实际上为GitHub设置中的`Settings Developer settings/Personal access tokens`的生成令牌。将令牌复制到repo的`Actions secrets`并命名为`ACCESS_TOKEN`。
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-11-23-OS X\345\256\211\350\243\205Jekyll.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-11-23-OS X\345\256\211\350\243\205Jekyll.md"
deleted file mode 100644
index f505bc6934..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-11-23-OS X\345\256\211\350\243\205Jekyll.md"
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "Jekyll安装过程中一些报错的解决办法 for OS X"
-date: 2021-04-19 12:20:31 +0800
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
----
-
-
-## 安装rvm版本工具报错
-
-在提示:“ruby_dep-1.5.0 requires ruby version >= 2.2.5, ~> 2.2, which is incompatible with the current version, ruby 3.0.0p0”,发现当前版本不兼容,需要安装ruby版本工具rvm;在网上下载安装rvm频繁失败后,看到[简书-安装RVM 失败的解决办法](https://www.jianshu.com/p/e15f6a793c94)安装rvm实际上是bash文件,于是 将[https://get.rvm.io](https://links.jianshu.com/go?to=https%3A%2F%2Fget.rvm.io) 的脚本内容复制粘贴到本地运行成功。
-
-
-
-## 安装Jekyll bundler报错
-
- fatal error: 'openssl/ssl.h' file not found
-
-```log
-./project.h:119:10: fatal error: 'openssl/ssl.h' file not found
-\#include
-1 error generated.
-make: *** [binder.o] Error 1
-make failed, exit code 2
-```
-
-解决办法:`brew link openssl --force` https://www.codenong.com/7f4f071bda4ea81aaf62/
-
-## 安装bundle报错
-
-An error occurred while installing ffi (1.9.25), and Bundler cannot continue. 解决办法:删掉gemfile.lock文件,https://githubmemory.com/repo/ffi/ffi/issues/877
-
-最后终算把Jekyll安装成功了。但每次版本变动都这么折腾,其实是毫无意义的浪费时间。
\ No newline at end of file
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2021-11-24-Jekyll-NexT \345\276\256\350\260\203.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2021-11-24-Jekyll-NexT \345\276\256\350\260\203.md"
deleted file mode 100644
index 2de729bb1f..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2021-11-24-Jekyll-NexT \345\276\256\350\260\203.md"
+++ /dev/null
@@ -1,191 +0,0 @@
----
-title: "Jekyll-NexT 微调"
-date: 2021-11-24 21:41:38 +0800
-author: hoochanlon
-categories: [2021.,Blogging, Jekyll]
-tags: [博客配置存档]
----
-
-开始对Jekyll-NexT进行主题改动;主题样式及标签美化、添加文章结尾部分、分享评论等其他方面内容修改。
-
-## 首页文章缩减行间距、文章结尾
-
-### 缩减文章首页行间距
-
-在 `_schemes/Mist/_posts-expanded.scss`文件中,修改post的margin-top默认值,初始设定为`.post { margin-top: 120px; }`,
-
-### 添加文章结尾
-
-在`/_includes/_macro/` 处新建post-end.html
-
-```html
-{% raw %}
-
- {% if page.passage_end %}
-
-
- {% endif %}
-
-{% endraw %}
-```
-在post.html中定位到copyright代码处,加上此代码
-
-```html
-
- {% unless is_index %}
- {% include _macro/post-end.html %}
- {% endunless %}
-
-```
-
-最后到_config.yml增加如下配置。
-
-```
-post_end:
- enable: true
-```
-
-
-
-## 分享与评论
-
-### share
-
-在_includes/post.html中添加如下代码;参考:https://github.com/overtrue/share.js。
-
-```html
-
-
-
-
-```
-
-### gitalk
-
-参考这两篇文章:[Gitment:一款基于 Github 的 Issues 实现的评论插件](https://linux.cn/article-9018-1.html)、[gitalk#install](https://github.com/gitalk/gitalk#install),但我最终还是选择gitalk。
-
-config.yml
-
-```yaml
- gitalk:
- enable: true # 是否启用
- owner: # 用户名
- repo: BlogComment # 存放评论的仓库名
- clientID: # Github Application 的 clientID
- clientSecret: # Github Application 的 clientSecret
- admin: Jonzzs # 用户名
- distractionFreeMode: false # 评论时遮照效果的开关
-```
-
-settings -> OAuth application -> Register a new application,如下填写即可找到clentid与clent secret。
-
-```
-Application name:应用名称,随意
-Homepage URL: 必须是博客的github仓库,如https://github.com/hoochanlon/hoochanlon.github.io
-Application description:描述,随意
-Authorization callback URL: 填写你主页地址
-```
-
-* https://www.freesion.com/article/5113194603/
-* https://www.jianshu.com/p/b5f509f25872
-
-自动创建issue的问题,参考:https://github.com/gitalk/gitalk/issues/440
-
-
-
-## 花里胡哨
-
-### 背景版图形调试
-
-```yaml
-# Canvas-nest
-canvas_nest: false
-
-# three_waves
-three_waves: true
-
-# canvas_lines
-canvas_lines: false
-
-# canvas_sphere
-canvas_sphere: false
-
-# Only fit scheme Pisces
-# Canvas-ribbon
-canvas_ribbon: false
-```
-
-### 标签美化
-
-只需要修改模板`/_macro/post.html`,搜索 rel="tag">#,将 # 换成
-
-### 字数统计加竖条
-
-post.html文件代码post-wordcount下方添加代码如下
-
-```html
-
- |
-```
-
-### ⚠️dark mode
-
-***目前该模式会使照片、视频的颜色反转,暂没想出合理的解决办法。***
-
-打开 _scripts 文件夹内的vendors.html文件,在末尾添加以下代码
-
-```js
-
-
-```
-
-在主题配置`_custom/custom.scss`,设置:
-
-```css
-// 应用生效调试参考:https://darkmodejs.learn.uno/#debug。
-.darkmode-layer, .darkmode-toggle {z-index: 500;}
-```
-
-忽略暗黑模式对图像视频渲染。
-
-```scss
-// 过滤图像视频参考:https://gaojiajun.cn/2020/06/css-dark-mode/
-html {
- filter: invert(100%) hue-rotate(180deg);
-}
-img,video {
- filter: invert(100%) hue-rotate(180deg);
-}
-```
-
-
-
diff --git "a/_posts/blog_conf_notes/Jekyll+Docker/2022-07-10-jekyll\345\256\211\350\243\205plantuml.md" "b/_posts/blog_conf_notes/Jekyll+Docker/2022-07-10-jekyll\345\256\211\350\243\205plantuml.md"
deleted file mode 100644
index e1a4094f70..0000000000
--- "a/_posts/blog_conf_notes/Jekyll+Docker/2022-07-10-jekyll\345\256\211\350\243\205plantuml.md"
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "jekyll安装plantuml"
-date: 2022-07-10 09:07:09 +0800
-author: hoochanlon
-category: [2022.,Blogging, Jekyll]
-tags: [博客配置存档]
-permalink: /:year/:month-:day/02
----
-
-这一切,只不过为了在博客上方便做思维导图。markdown真是个好东西啊。
-
-
-
-vscode调试
-
-* [Mac M1安装Java环境 - 知乎专栏](https://zhuanlan.zhihu.com/p/458932205)
-
-Jekyll安装plantuml,以及格式转换
-
-* [jeffreytse/jekyll-spaceship plantuml等](https://github.com/jeffreytse/jekyll-spaceship)
-
-思维导图测试效果
-
-```plantuml!
-@startmindmap
-* Debian
-** Ubuntu
-*** Linux Mint
-*** Kubuntu
-*** Lubuntu
-*** KDE Neon
-** LMDE
-** SolydXK
-** SteamOS
-** Raspbian with a very long name
-*** Raspmbc => OSMC
-*** Raspyfi => Volumio
-@endmindmap
-```
\ No newline at end of file
diff --git "a/_posts/drama_notes/2022-08-07-\350\247\202\343\200\212\346\265\256\345\243\253\345\276\267\343\200\213(1994)\346\234\211\346\204\237.md" "b/_posts/drama_notes/2022-08-07-\350\247\202\343\200\212\346\265\256\345\243\253\345\276\267\343\200\213(1994)\346\234\211\346\204\237.md"
deleted file mode 100644
index 8bddcd06c8..0000000000
--- "a/_posts/drama_notes/2022-08-07-\350\247\202\343\200\212\346\265\256\345\243\253\345\276\267\343\200\213(1994)\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "观《浮士德》(1994)有感"
-date: 2022-08-07 20:25:23 +0800
-author: hoochanlon
-category: [2022.,体会舞台剧]
-tags: [《浮士德》]
-permalink: /:year/:month-:day/02
----
-
-老实说没有提前准备在开场确实不明白剧中人物具体叫什么,特别是一外国名,确实听得有些不明所以。加上舞台设备道具有限,确实难以让我明白在表现具体为何物;当然,演员的表现是非常好,非常到位的,在条件简陋的舞台上,演员已经尽力展现了,而且把主要剧情展现的很明显了。
-
-
-
-我在观看话剧时,边用电脑刷着有关浮士德的简介资料,老实说[百度百科关于《浮士德》的剧情简介](https://baike.baidu.com/item/浮士德/1895?fr=aladdin)并不是很好,还是让人看不懂所以的。因为剧情这块说明不清晰的话,尽是花费篇幅讲每个人物象征着什么、代表着什么,很容易让不明剧情的,至少对于我来说,云里雾里。
-
-[歌德的浮士德中两个赌局和五个阶段各指的是什么-宜城教育网](http://www.ychedu.com/CRJY/sjmz/613123.html)对剧情的说明挺好的,很清晰明了。我也学会了对含有多个场景及丰富的人物故事剧情的总结,就是以人物的不同阶段进行划分,在很难去概括这长篇故事讲了什么的情况,可以用这方法。
-
-简要说下我对剧情人物的看法吧:
-
- 墨菲斯托倒不是那个无拘无束乱中作恶的恶魔,相反一直在“帮”浮士德实现私欲。可到头来自己想要束缚浮士德灵魂的目的成了笑话;浮士德有我们人性中各种各样的私欲,但怎么说呢,他的那种信念还是要高于不少个人纯粹享乐主义者的。
-
- 如果没有上帝拯救,我想浮士德就成了另一个故事了。那就是浮士德被恶魔般的私欲贪婪不停地绞痛心中的善念理想,在忧虑蒙蔽双眼的那一刻并带着美好幻想死去。
-
-说回来,《浮士德》的主题是发展与希望,对爱情、美丽、对事业上的不倦追求的人文精神肯定,因为上帝也承认嘛,毕竟最后浮士德也得到了上帝的关怀,哈哈哈😂。
-
-顺便揭露一下我的一些错误吧
-
-![ ](https://s1.ax1x.com/2022/08/08/vMppIH.png)
\ No newline at end of file
diff --git "a/_posts/drama_notes/2022-08-14-\347\234\213\345\256\214\343\200\214\343\203\255\343\203\237\343\202\252\343\201\250\343\202\270\343\203\245\343\203\252\343\202\247\343\202\267\343\203\210\343\200\215\345\257\271\346\257\224\345\216\237\344\275\234\346\234\211\346\204\237.md" "b/_posts/drama_notes/2022-08-14-\347\234\213\345\256\214\343\200\214\343\203\255\343\203\237\343\202\252\343\201\250\343\202\270\343\203\245\343\203\252\343\202\247\343\202\267\343\203\210\343\200\215\345\257\271\346\257\224\345\216\237\344\275\234\346\234\211\346\204\237.md"
deleted file mode 100644
index 0ca030f2c5..0000000000
--- "a/_posts/drama_notes/2022-08-14-\347\234\213\345\256\214\343\200\214\343\203\255\343\203\237\343\202\252\343\201\250\343\202\270\343\203\245\343\203\252\343\202\247\343\202\267\343\203\210\343\200\215\345\257\271\346\257\224\345\216\237\344\275\234\346\234\211\346\204\237.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "看完「ロミオとジュリェシト」对比原作有感"
-date: 2022-08-14 10:09:29 +0800
-author: hoochanlon
-category: [2022.,体会舞台剧]
-tags: [「ロミオとジュリエット」]
-permalink: /:year/:month-:day/01
----
-
-看完「ロミオとジュリエシト」舞台表演确实震撼,那种美感隔着屏幕都能体会到,特别是别出心裁的“白天与光明”、“黑夜与死亡”这一象征由演员各自相互独立的舞蹈进行演绎。我回过头来看原著发现舞台剧对于茂丘西奥将死前表达了对罗密欧与朱丽叶爱情的肯定,与班伏里奥沉痛告诉罗密欧“朱丽叶已死”的悲痛消息,极大地丰富立体了这两角的形象。
-
-当然还有其他,我就列出以下几点感受吧:
-
-* 舞台剧:改编的目的,受限于表演时长/演员人数,让观众易于理解,同时也会对演员的表达提出一定要求,整体来说更戏剧化艺术化的处理。但不能影响主线的走向,不能违背原著的主旨。
-* 原著:看完原著,细细品味人物的每段台词来说,不同人物的台词表示的心理特征和所见学识来说是不一样的,各个不同阶层角色及个体的表现都有其作为人的独立性。粗略的说,就是每个人人物千差万别吧。
-
-总的来说悲喜交加,罗密欧与朱丽叶自不用多说,他们的死成全双方两对冤家的和解。主旨肯定罗密欧与朱丽叶的爱情故事,以亲王收场的叹诗作为结尾:
-
-「清晨带来了凄凉的和解,
-太阳也惨得在云中躲闪。
-大家先回去发几声感慨,
-该恕的该罚的再听宣判。
-古往今来多少离合悲欢,
-谁曾见像这样哀怨辛酸!」
-
-这一悲剧爱情故事情节虽简单,细品却有一咏三叹之感,其余韵也在我们脑海长久的驻留回荡,以至于时隔许久我们仍可将故事概貌清晰复述与感慨。
\ No newline at end of file
diff --git "a/_posts/drama_notes/2022-08-20-\344\270\215\346\255\243\347\273\217\345\233\236\351\241\276\344\270\212\346\230\237\346\234\237\343\200\214\345\215\201\344\272\214\345\244\234\302\267\343\201\276\343\201\237\343\201\257\343\201\212\346\234\233\343\201\277\343\201\256\343\202\202\343\201\256\343\200\215.md" "b/_posts/drama_notes/2022-08-20-\344\270\215\346\255\243\347\273\217\345\233\236\351\241\276\344\270\212\346\230\237\346\234\237\343\200\214\345\215\201\344\272\214\345\244\234\302\267\343\201\276\343\201\237\343\201\257\343\201\212\346\234\233\343\201\277\343\201\256\343\202\202\343\201\256\343\200\215.md"
deleted file mode 100644
index 69ee10e182..0000000000
--- "a/_posts/drama_notes/2022-08-20-\344\270\215\346\255\243\347\273\217\345\233\236\351\241\276\344\270\212\346\230\237\346\234\237\343\200\214\345\215\201\344\272\214\345\244\234\302\267\343\201\276\343\201\237\343\201\257\343\201\212\346\234\233\343\201\277\343\201\256\343\202\202\343\201\256\343\200\215.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "不正经回顾上星期「十二夜·またはお望みのもの」"
-date: 2022-08-20 21:06:53 +0800
-author: hoochanlon
-category: [2022.,体会舞台剧]
-tags: [「十二夜·またはお望みのもの」]
-permalink: /:year/:month-:day/01
----
-
-算了,我已经没精力来写了。刚看完一场「オセロー」,简单的剧情不是内涵的悲剧,和这个「ジュウニヨル·マダハオキボミノモノ」相反的存在。
-
-
-
-还是贴个图吧,虽然这并不是我对歌剧「十二夜·またはお希望みのもの」的感想。但是我要剧透!剧透!hahaha
-
-![](https://s1.ax1x.com/2022/08/20/vsXUgA.png)
\ No newline at end of file
diff --git "a/_posts/drama_notes/2022-08-21-\345\216\273\351\237\263\344\271\220\345\216\205\347\234\213\344\270\200\345\234\272\346\274\224\345\245\217\347\232\204\346\204\237\345\217\227.md" "b/_posts/drama_notes/2022-08-21-\345\216\273\351\237\263\344\271\220\345\216\205\347\234\213\344\270\200\345\234\272\346\274\224\345\245\217\347\232\204\346\204\237\345\217\227.md"
deleted file mode 100644
index 8dc9314eca..0000000000
--- "a/_posts/drama_notes/2022-08-21-\345\216\273\351\237\263\344\271\220\345\216\205\347\234\213\344\270\200\345\234\272\346\274\224\345\245\217\347\232\204\346\204\237\345\217\227.md"
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: "去音乐厅看一场演奏的感受"
-date: 2022-08-21 23:56:53 +0800
-author: hoochanlon
-category: [2022.,体会舞台剧]
-tags: [演奏会]
-permalink: /:year/:month-:day/01
----
-
-这次音乐厅给我印象最深的莫过于演奏团送给我们现场观众的「ドラえもんのうた」,并由大提琴手带领我们一起手舞足蹈畅游一段童年吧。
-
-![](https://s1.ax1x.com/2022/08/22/vyTnHg.png)
-
-
-
-听着演奏很愉悦,想想如果换成自己的话,即使是专业人士也是一番苦练,通晓乐理才能给我们带来优美动听的曲子。我观察到鼓手和钢琴手在演奏某段曲时是停奏的,我忽然感受到指挥家协调的作用立马就上来了,当然一首完美的曲子离不开团队的默契。总之,我所看到的精彩的演出、演奏其实一点都不简单,我倒是更明白了互相尊重的意义。
\ No newline at end of file
diff --git "a/_posts/read_notes/2020-07-28-\343\200\212\347\256\200\345\215\225\351\200\273\350\276\221\345\255\246\343\200\213\343\200\212\347\245\236\347\273\217\347\232\204\351\200\273\350\276\221\343\200\213\343\200\212\351\235\236\346\232\264\345\212\233\346\262\237\351\200\232\343\200\213\350\257\273\344\271\246\346\200\273\347\273\223.md" "b/_posts/read_notes/2020-07-28-\343\200\212\347\256\200\345\215\225\351\200\273\350\276\221\345\255\246\343\200\213\343\200\212\347\245\236\347\273\217\347\232\204\351\200\273\350\276\221\343\200\213\343\200\212\351\235\236\346\232\264\345\212\233\346\262\237\351\200\232\343\200\213\350\257\273\344\271\246\346\200\273\347\273\223.md"
deleted file mode 100644
index 04fc796502..0000000000
--- "a/_posts/read_notes/2020-07-28-\343\200\212\347\256\200\345\215\225\351\200\273\350\276\221\345\255\246\343\200\213\343\200\212\347\245\236\347\273\217\347\232\204\351\200\273\350\276\221\343\200\213\343\200\212\351\235\236\346\232\264\345\212\233\346\262\237\351\200\232\343\200\213\350\257\273\344\271\246\346\200\273\347\273\223.md"
+++ /dev/null
@@ -1,88 +0,0 @@
----
-title: 《简单逻辑学》《神经的逻辑》《非暴力沟通》读书总结
-date: 2020-07-28 18:35:10
-author: hoochanlon
-categories: [2020.,读书笔记]
-tags: [摘录]
----
-
-逻辑谬误,观念不符,负面情绪;但因为人,所以正视它的存在,我尝试进行关于这三本书的总结。
-
-### 《简单逻辑学》的摘录
-
-**条件论证**的可靠与否取决于你对论证中前提与结论的了解程度及它们的联系方式。如果论证的因果关系十分脆弱,就此下结论就是草率的。摘自书本48页
-
-```
-A→B
--B
-所以,-A
-
-**条件论证的要点是大前提A→B告诉我们如果A(无论它是什么)成立,那么B也必然成立。**
-
-如果路易斯在跑步,那么他一定是在移动。
-路易斯确实是在跑步。
-所以,路易斯在移动。
-```
-
-**选言论证** 原始命题(AvB)中,我们不能直接得出结论(-B),这里我们需要一个中间步骤A来完成整个论证。首先,我们必须要确定两个选言(A、B)中,哪个是正确的。
-
-```
-AvB AvB AvB AvB
-A B -A -B
-所以,-B 所以,-A 所以,B 所以,A
-
-阿迪尔昨晚或者是坐火车去了华盛顿,或者是坐飞机。
-```
-
-**三段论**的论证,或者是任何一个论证,如果想要得到正确的结论,必须达到两个基本的要求:一是它必须有正确的内容,二是它必须有合理的结构。
-
-前提正确、结构错误同样带来错误的结论,这时的错误根源是论证结构的缺陷。
-
-![Snipaste_2020-07-29_09-16-34.png](https://i.loli.net/2020/07/29/eAfaZ6hrHdGQTBL.png)
-
-```
-每一个M都是P。
-每一个S都是M。
-所以,每一个S都是P
-
-# 前提错误
-每只狗都有三个头。
-牧羊犬是狗。
-所以,牧羊犬有三个头。
-
-# 结构错误如:特称-全称,特称-全称,特称-特称
-每只松鼠都是哺乳动物。
-每只熊猫都是哺乳动物。
-所以,每只熊猫都是松鼠。
-```
-
-**归纳论证**以整体中的某一部分为样本来做研究,以此来代表整体。**你所取的样本必须足够多,多到你可以合理地认为它涵盖了整体中的所有情况。**一个缺乏证据的命题仅仅是一个观点,我们可以自由地选择接受或是不接受。摘自63页
-
-没有强有力的证据进行反对论证,并不能因此证明其为真。不能仅仅因为你不能证明我是错的,就说我的观点是对的。摘自91页
-
-```
-每棵树都有根系。
-门边的白杨是树。
-所以,门边的白杨有根系。
-
-比尔盖茨是人
-比尔盖茨高中辍学
-所以,每个人高中辍学都能成功
-
-```
-
-一件事恰巧出现在另一件事之前以先后论因果,但这并不足以断定它们之间必然有因果关系。我们需要更多的信息来判断。如果我们只能得到这么多信息,那么我们能得出的最好结论是,先发生的事情可能是后发生事情的原因。
-
-### 《神经的逻辑》的感想
-
-我们看色情片手淫这也是触发共情,为什么我们看别人做爱能得到满足,但别人展示观赏的物品及旅游所拍摄的景物,我们却因此很难得到满足,而是嫉妒他人,这也是我们所没有的东西。后来我才想明白,得出以下结论:
-
-原来手淫可以快速实现这样快感的效果,产生这一种已拥有的幻觉,这也是我认为毒品难戒除的原因之一吧。别人愿意show的展品,由于个体间所在阶级与与双方资本的差异,通常我们也是很难在短期内很获取到的,拿的出手的也是心爱之物或以示身份获取人们的认同,博得他人的崇拜感,这也是我们会产生嫉妒的主要原因。
-
-但我们如果对他们的个人成就展品及沿途风光,先抛开阶级与资本的附带价值,而去感受其本身美好的一面,将其化为意境下的共情,内心也能获得浮躁社会中难求的宁静。这也有利于做出合理的决策,因嫉妒衍生的情绪让我们很容易被别有用心的人降维打击把我们带偏,甚至走向歧途,做出很多不合理的过于偏激的情绪化举动。生活就会美好很多。
-
-### 《非暴力沟通》的感想
-
-我们对某人不符我们的共同情感归属、认知导向的价值观过激的传播行为反感,加之潜藏已久过去催化,直接又以过激言语指责对方。我们的行为一开始是为了让对方看到事件实质的同时,又想要其选择投入我们的立场。但这样往往会无情打击到对方的长久建立的价值观,致使其羞愧而又坚守自己的立场,于是进而双方的争议,逐渐与最初的本意背道而驰。
-
-所以我们首先必须明确谈话目的,真的需要好好倾听对方得出这样的结论由来即历史(对方的反馈),表达我们的感激,提出请求,改变对方想法其实不是要让我们强行灌输,而是由对方遵从自己意愿的选择。
diff --git "a/_posts/read_notes/2021-07-22-\351\203\250\345\210\206\350\257\273\344\271\246\347\254\224\350\256\260\346\234\211\346\204\237 1.md" "b/_posts/read_notes/2021-07-22-\351\203\250\345\210\206\350\257\273\344\271\246\347\254\224\350\256\260\346\234\211\346\204\237 1.md"
deleted file mode 100644
index 6bcf9ef622..0000000000
--- "a/_posts/read_notes/2021-07-22-\351\203\250\345\210\206\350\257\273\344\271\246\347\254\224\350\256\260\346\234\211\346\204\237 1.md"
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: "部分读书笔记有感 1"
-date: 2021-07-22 09:37:14 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《反套路》]
-math: true
-mermaid: true
----
-
-这是一篇实际标签为“读书碎片”的随想,为了博客样式统一做出的妥协
-
-继鸡汤毒物及培训营销后,对我来说又一潜在已久却没发现思维框架,他人的剧本通过话语表述,我们在脑海里形成印象,在面临选择时,我们就被剧本诱导或者说是框死了,走不出别人设定规则范围。而很多新奇发现、异常研究点往往是在套路规则外的。
-
-确实,依赖直觉会陷入套路之中,毕竟很多套路都是针对人的直觉一步步诱导。
-
-「思维框架过于狭窄,只关注有限的信息,没有考虑到可能改变后果的因素。想要理解大脑的思维框架,不妨想象一个相框。不过,跟相框不同的是,它把框外的东西全遮住了,把你的注意力完全吸引到框里的东西上。如果你想看框外的东西,大脑就会发出让人不舒服的警报,希望你尽快把注意力放回框里。」
-
-「思维框架与“确定感”之间的潜在联系:它在头脑中运作,就像别人给我们写好的剧本,会对我们的思维框架产生潜移默化的影响。这种影响我们自己根本意识不到。」
-
-> 摘自:[《反套路》 — [美] 大卫·迪萨沃](https://read.douban.com/ebook/117186842/)
diff --git "a/_posts/read_notes/2021-09-23-1. \350\256\260\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\350\207\252\346\235\200\344\270\216\345\277\203\347\220\206\345\217\230\346\200\201\350\207\263\344\273\277\346\225\210\347\253\240\350\212\202.md" "b/_posts/read_notes/2021-09-23-1. \350\256\260\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\350\207\252\346\235\200\344\270\216\345\277\203\347\220\206\345\217\230\346\200\201\350\207\263\344\273\277\346\225\210\347\253\240\350\212\202.md"
deleted file mode 100644
index 5df4bbd237..0000000000
--- "a/_posts/read_notes/2021-09-23-1. \350\256\260\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\350\207\252\346\235\200\344\270\216\345\277\203\347\220\206\345\217\230\346\200\201\350\207\263\344\273\277\346\225\210\347\253\240\350\212\202.md"
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: "1. 记《自杀论》自杀与心理变态至仿效章节"
-date: 2021-09-23 10:33:43 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《自杀论》]
-math: true
-mermaid: true
----
-
-心理变态、种族、遗传及自然环境、自杀仿效章节等笔记。
-
-
-
-
-
-## 心理变态章节 笔记
-
-此部分章节包含作者对关于自杀的定义与划分与人们所认为的自杀概念上的对比。自杀的行为有积极的与消极的,自杀的分类:
-狂躁性自杀;关键词:谵妄、幻觉
-忧郁性自杀;关键词:丑恶、无吸引力、烦恼痛苦
-强迫性自杀;关键词:非想象动机、病态愿望
-冲动性或不由自主的自杀;关键词:瞬时性、非理智
-忧郁性及强迫性的自杀者,跟其所处的人文地理以及相应的资本环境有很大的关联。有一点可以承认:身心衰弱者比健康人更容易自杀。
-
-## 种族、遗传及自然环境章节 笔记
-
-书中在讲述自杀前,先探讨何为种族?以及种族构成要素,然后再进行判别是血统还是其所受的文化熏陶及其他一些强迫观念影响;作者对自杀行为存在遗传性持一定保留态度。
-
-作者的统计材料关于自杀达到最大限度,不是冬季也不是秋季,而是气候明媚温和的季节,而并非是人们所认为的恶劣的自然气候环境所致。也许是看着糟透了的恶劣环境反而激发了人的生存意志。
-
-## 自杀仿效章节 笔记
-
-仿效并不是自杀的一个原始因素。仿效只是使一种状态更加明显,但它与感冒一样也是具有传染性特征,促使效仿自杀这一行为背后才是引起自杀的真正原因。
-
-我不太赞同作者对自杀效仿的传染性不产生社会影响的说法,可能作者是基于单例且传播幅度不大的自杀仿效;在新闻媒体的传播下这种影响还是非常之大的,例如:富士康跳楼事件;
-
-仿效很可能引起同一种思想或同一种行为在某种程度上的重复。作者的这个观点对我联想“哪种行为会让人们进行模仿,且易于模仿?”应该是有助于我思考有哪些因素所构成。
diff --git "a/_posts/read_notes/2021-09-24-2.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\345\210\251\345\267\261\344\270\273\344\271\211\344\270\216\345\210\251\344\273\226\344\270\273\344\271\211\350\207\252\346\235\200\347\253\240\350\212\202 \347\254\224\350\256\260.md" "b/_posts/read_notes/2021-09-24-2.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\345\210\251\345\267\261\344\270\273\344\271\211\344\270\216\345\210\251\344\273\226\344\270\273\344\271\211\350\207\252\346\235\200\347\253\240\350\212\202 \347\254\224\350\256\260.md"
deleted file mode 100644
index c654da9232..0000000000
--- "a/_posts/read_notes/2021-09-24-2.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\345\210\251\345\267\261\344\270\273\344\271\211\344\270\216\345\210\251\344\273\226\344\270\273\344\271\211\350\207\252\346\235\200\347\253\240\350\212\202 \347\254\224\350\256\260.md"
+++ /dev/null
@@ -1,77 +0,0 @@
----
-title: "2.《自杀论》利己主义与利他主义自杀章节 笔记"
-date: 2021-09-24 09:09:37 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《自杀论》]
-math: true
-mermaid: true
----
-
-第一步:分类;作者对分类的看法是要有大量且正确的描述,才能进行分类。第二步:求证并确认类别倾向原因作者确定自杀的各种社会类型,不是直接根据事先描述的特点,而是根据产生这些类型的原因来加以分类。体现这句话最明显的例子就是作者统计自杀者的动机成因 。
-
-## 确定社会原因和社会类型的方法
-
-贫困和财产损失
-家庭纠纷
-爱情、嫉妒、放荡、行为不端
-各种忧伤
-神经错乱、宗教狂热
-内疚、担心由于犯罪受惩罚
-肉体痛苦
-发怒、厌世
-原因不明
-
-在分类的基础上,并分析自杀者是倾向与利己主义自杀还是利他主义自杀?
-
-
-
-## 利己主义自杀
-
-**宗教**
-
-新教徒自杀者比较多是因为新教受个人判断的支配信仰,没有内聚力,不像天主教会那样具有非常整体化的教会;而犹太教自杀少,是因为基督教长期以来对犹太人的谴责已经在犹太人当中引起了特别强烈的团结一致的感情,彼此互相依靠。同时犹太人为了能够更有把握地抵挡住别人对他们的憎恨,或者仅仅出于一种好胜心,不得不在学问上超过周围的人,只是为了在斗争中更好地武装自己。
-
-以下我就用作者原话结论进行解释:因为宗教是一个社会,构成这个社会的是所有信徒所共有的、传统的、因而也是必须遵守的许多信仰和教规。这些集体的状态越多越牢固,宗教社会的整体化越牢固,也就越是具有预防的功效。
-
-
-**家庭**
-
-事实上,婚姻是在整个人口中无意识地进行的一种筛选、并非想结婚就可以结婚的;如果不是同时具备健康、财产和品德等条件,就很少有机会建立一个家庭。家庭以它的影响消除自杀的倾向或防止这种倾向产生,如:子女使鳏夫重新依恋生命,子女的存在减轻并缓和婚后生活的不良影响。
-
-事实上,一个群体的密度如不减少它的生命力是不可能降低的。集体的感情之所以有一种特殊的力量,是因为使每个人的意识体验到这种感情的力量在所有的人当中互相引起反应。因此,这种感情所达到的强度取决于共同感受到这种感情的个人意识的数量。这就是群体越大,群体中爆发出来的激情就可能越强烈的原因。
-
-
-**社会**
-
-因为个人和社会生活的关系非常密切,所以如果社会生活不健康,个人不可能不受影响。社会的苦难必然变成个人的苦难。因为社会是一个整体,所以它的毛病便传遍它的各个组成部分。
-
-正在发展和集中的社会里,自杀是很少见的,相反,随着社会的分崩离析,自杀就多起来。可以说由于集体的力量是最能遏制自杀的障碍之一,所以集体的力量削弱,自杀就会发展,可归纳为:
-
-自杀人数的多少与宗教社会一体化的程度成反比
-自杀人数的多少与家庭社会一体化的程度成反比
-自杀人数的多少与政治社会一体化的程度成反比
-
-## 利他主义自杀
-
-**部落、奴隶社会与封建社会**
-
-预感到自己将死是至高无上的光荣,在老年和病痛中等待死亡视作耻辱。因为不留恋生命是一种美德,甚至是一种杰出的美德,赢得更多的尊重。在这些民族中,除老年人外,寡妇在她们的丈夫去世后也必须自杀;在追随者和他们的主人之间,在官员和国王之间,有一种如此密切的依赖关系,以致排除任何分离的念头。一个人的命运就是另一些人的命运。
-
-社会为了能够迫使它的某些成员去自杀,就必须贬低个人的人格。因为人格一开始形成,生存就是赋予它的第一个权利;这种权利无论如何只有在诸如战争之类的情况下才会中断。如果从童年起就习惯于不重视生命,而且藐视那些过分重视生命的人,那就不可避免地会为了最小的借口而放弃生命。有人就轻易地决定作出如此没有价值的牺牲。
-
-然而,尽管低级社会尤其是利他主义自杀的温床,但在某些比较现代的文明中也有这种自杀。我们尤其中以把某些基督教殉教者的死列入这一类。
-
-**军队**
-
-最受自杀考验的军队成员也是那些最把这种生涯当作自己天职的人,他们最习惯于这种职业的苛刻要求,最不怕这种职业可能带来的烦恼和不便。因此,导致这种职业特有的增加系数的原因不是这种职业引起的反感,而是构成军队精神的整体情况、后天的习惯和先天的素质。不过,士兵的第一品质是没有人格,这种品质在任何地方的平民生活中都看不到。他应该被训练得不重视他自身,因为他应该一接到命令就牺牲自己的生命。除了这些特殊情况,甚至在和平时期和日常操练时,纪律也要求他盲目服从,不需要讨论,有时甚至不需要理解。
-
-然而,我们的解释之所以有充分的理由,完全是因为这种事情必然会发生。事实上,在这个时期,所有国家的旧军人气概确实都有所消退。不管对不对,这种消极服从和俯首听命的习惯,这种非人格化的习惯(请允许我使用这种不规范的语词),越来越和公众意识的要求相矛盾。
-
-因此,这种习惯失去了滋生的土壤。为了满足新的愿望,纪律变得不那么严格,对个人不那么有强制性了。
-
-## 总结
-
-利己主义者忧伤是因为他认为世界上只有个人才是真实的,而过分的利他主义者则相反,他的忧伤产生于个人在他看来是多么不真实。前者厌倦生活是因为他看不到任何他可以追求的目标,他感到自己毫无用处,没有理由活下去,而后者厌倦生活则是因为他有一个目标,但不在今生今世,因此生命对他来说似乎是一种障碍。
-
-生命的范畴中,没有什么好得不得了的东西。一种与生命有关的特点只有在不超过某些界限的条件下,才能完成它应该有助于完成的目的。社会现象也是如此。正像我们刚才看到的,尽管某种极端的个性会导致自杀,某种不充分的个性也会产生同样的结果。当一个人脱离社会时,他很容易自杀,而当他过分地与社会融为一体时,他也很容易自杀。
diff --git "a/_posts/read_notes/2021-09-26-3.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\345\217\215\345\270\270\350\207\252\346\235\200 \347\254\224\350\256\260.md" "b/_posts/read_notes/2021-09-26-3.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\345\217\215\345\270\270\350\207\252\346\235\200 \347\254\224\350\256\260.md"
deleted file mode 100644
index 75b8231d62..0000000000
--- "a/_posts/read_notes/2021-09-26-3.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\345\217\215\345\270\270\350\207\252\346\235\200 \347\254\224\350\256\260.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "3.《自杀论》反常自杀 笔记"
-date: 2021-09-26 09:38:57 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《自杀论》]
-math: true
-mermaid: true
----
-
-我虽对这一章节有些感触,但无法概括全文的原因分析。我对反常缺乏一个更精准的描述词,如:失范。作者的主要观点是什么?作者是通过哪些方面进行论证的?缺少一些资料的参考辅导。接下来重读一遍再来进行概括;在关于“反常自杀”章节说了什么?社会激变引起原有的约束规范松弛,个人经济跟不上个人情欲不断膨胀,导致自杀者增多。
-
-百度对此章的概括:
-
-在经济危机时期,自杀率往往急剧上升。迪尔凯姆不同意用经济因素(贫穷)来解释这一现象,提出了失范状态引起自杀率上升的理论假设。社会道德规范的调节可以遏制人的欲望,打消不切实际的幻想,并提供生活目标和人生意义。而社会急剧变化时,原有规范的约束骤然松弛,势必导致欲望的膨胀,受挫感乃至生活意义的丧失,从而使一些人走上自杀之路以求解脱。迪尔凯姆用城乡比较和不同的婚姻规范下自杀率的差异验证了这一假设。
-
-社会道德规范最重要的功能在于给社会成员指明生活方向,因此,一旦规范松弛就意味着削弱了对个人欲望的限制,就会导致欲望的膨胀。不切实际的欲望得不到满足,经常遭受失望和挫折的打击,生活也丧失了目的和意义,人们心中充满了悲观和否定情绪,无法面对各种失望和挫折的打击,会倾向于自杀。
-
-但如果规范的约束成为一种负担和压抑,言行举止都要受到限制,整个人生就会涂上一层宿命色彩。如离婚率对女子自杀率的影响。宿命型自杀。
-
-正如利已型和利他型自杀率可以由社会整合不足或过度来解释一样,失范型和宿命型自杀率可以由规范过宽或过严来解释。
-
-失范状态导致自杀率上升并不意味着任何规范对人的约束均能遏制自杀倾向。迪尔凯姆认为,约束与被约束着的需求应当一致,超过了限度,规范约束会变成一种压抑,从而导致宿命型自杀率的上升。
-
-这一次笔记的收获是:加强自己对全文及中心思想的概括能力,虽然很难但还是要做。
-
-https://baike.baidu.com/item/社会失范/5390480?fr=aladdin
-https://baike.baidu.com/item/自杀论/5992755?fr=aladdin#2
diff --git "a/_posts/read_notes/2021-09-27-4. \343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\344\275\234\344\270\272\344\270\200\350\210\254\347\244\276\344\274\232\347\216\260\350\261\241\347\232\204\350\207\252\346\235\200 \347\254\224\350\256\260.md" "b/_posts/read_notes/2021-09-27-4. \343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\344\275\234\344\270\272\344\270\200\350\210\254\347\244\276\344\274\232\347\216\260\350\261\241\347\232\204\350\207\252\346\235\200 \347\254\224\350\256\260.md"
deleted file mode 100644
index ea6f9a80a6..0000000000
--- "a/_posts/read_notes/2021-09-27-4. \343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\344\275\234\344\270\272\344\270\200\350\210\254\347\244\276\344\274\232\347\216\260\350\261\241\347\232\204\350\207\252\346\235\200 \347\254\224\350\256\260.md"
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: "4. 《自杀论》作为一般社会现象的自杀 笔记 "
-date: 2021-09-27 09:36:21 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《自杀论》]
-math: true
-mermaid: true
----
-
-> 生活中最不相同甚至最矛盾的事件同样可以成为自杀的借口。因此,任何事件都不是自杀的特定原因。我们能不能至少把这种因果关系归因于各种自杀的共同特点呢?但这些共同的特点是什么呢?我们至多只能说这些特点通常包括气恼和优伤,但不能确定痛苦达到什么强度才会有这种悲惨的后果。
-
-我在看到作者的这一段话时,我想到的是悲伤和喜悦,因喜悦而自杀,确实不太符合情理…
-
-作者认为精神病患虽会在某种条件下表现出自杀倾向,但他并不是一定要自杀不可。作者从其统计的数据得出神经衰弱和社会自杀率之间并没有直接规律,决定自杀人数多少是社会的道德规范,每个民族都有具有一定能量去推动人们自杀。表面上自杀是由于个人性格,实际上这些动作背后是某种社会状态的继续和延伸;但引起自杀的原因作用与个人强度。
-
-共同的思想、信仰、习惯和倾向构成一个集体统一的社会环境。这些思想、信仰、习惯独立于个人的方式存在。我能想到的就是战争“保家卫国”的主动式牺牲。
-
-> 因为由于每个社会都有它不会朝夕之间就改变的气质,由于这种自杀倾向的根源在于各群体的精神气质,所以自杀是不可避免的,而自杀的倾向则因群体不同而不同,但在每一个群体中,自杀的倾向却明显地多年保持不变。自杀倾向是社会存在感觉的基本要素之一,同时作者认为社会环境不变,自杀人数总体也会处于稳定的状态。
-
-从这句话来看,作者也肯定了社会自杀的存在,自杀也是社会存在的基本要素之一。因为在一个社会中有属于不同阶级群体的人们,他们的生活环境都各不相同,个人的家庭环境更是千差万别,意识形态自然都是有各自的价值观。
-
-> 因为社会生活既意味着个人有一定的个性,又意味着个人准备放弃这种个性,如果社会有此要求的话,还意味着个人在某种程度上接受进步的思想。
-
-自杀和其他社会现象的关系
-
-“既然从其基本要素来看自杀是一种社会现象,那就应该探讨它在其他社会现象中占有什么位置。” 从作者这句话中是先分类再分主次。
-
-下一段说的是自杀是应该列入道德范畴,还是自杀本身就是一种犯罪;但如果仅是个人所做的随性的推断,这种想法总是靠不住的。
-
-“这就是反常的自杀。反常实际上产生一种激怒和厌烦的状态,这种状态根据不同的情况可以转而针对自己或针对他人:在前一种情况下会引起自杀,在后一种情况下会引起杀人。至于决定这种受到过分刺激的力量发展方向的因素,可能与个人的道德素质有关,根据这种素质的强弱朝一个方向或朝另一个方向发展。一个道德观念较差的人宁愿杀人而不愿自杀。我们甚至看到,有时候,这两种表现形式相继发生,只是同一种行为的两个方面;这就证明两者之间有着密切的亲缘关系。这时个人处于如此激化的状态,所以为了缓解这种状态,他需要两个栖牲者。”
-
-是自杀还是杀人,关键词:激怒、厌烦、道德感。
-
-“因此,我们将得出下述结论。自杀和杀人之所以经常朝彼此相反的方向变化,不是因为两者是同一种现象的两个方面,而是因为两者在某些方面构成对立的社会潮流”
-
-社会文化在不同环境下对人的作用,可以这么理解吗?
-
-在一个社会组织里有犯罪、自杀现象也是正常的,在这里直接引用作者原话:
-
-“然而,没有任何已知的社会没有不同形式不同程度的犯罪行为。没有任何民族的道德不每天受到破坏。因此我们应该说,犯罪是必然的,不可能不存在,社会组织已知的基本条件必然导致犯罪。所以,犯罪是正常的”
-
-“最坚强的意志也不能从虚无中汲取并不存在的力量,而失败的经验总是来驱散这些随意的幻想”。 摘抄
diff --git "a/_posts/read_notes/2021-09-27-5.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\344\275\234\350\200\205\347\232\204\346\200\201\345\272\246\345\217\212\345\272\224\345\257\271\346\216\252\346\226\275.md" "b/_posts/read_notes/2021-09-27-5.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\344\275\234\350\200\205\347\232\204\346\200\201\345\272\246\345\217\212\345\272\224\345\257\271\346\216\252\346\226\275.md"
deleted file mode 100644
index 2394627137..0000000000
--- "a/_posts/read_notes/2021-09-27-5.\343\200\212\350\207\252\346\235\200\350\256\272\343\200\213\344\275\234\350\200\205\347\232\204\346\200\201\345\272\246\345\217\212\345\272\224\345\257\271\346\216\252\346\226\275.md"
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "5.《自杀论》作者的态度及应对措施 "
-date: 2021-09-27 09:38:28 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《自杀论》]
-math: true
-mermaid: true
----
-
-[但是所有类似的情况都使人相信,自杀决不可能与法律和道德无关;这就是说,自杀总是有足够的重要性,可以引起公众意识的注意。]
-
-也就是说自杀这一现象我们要引起重视,了解原因。
-
-
-
-[另一方面,我们知道,自杀与社会结构最根深蒂固的东西有关,因为自杀表现了社会的情绪,而民族的情绪像个人的情绪一样,反映了机体最根本的状态。因此,我们的社会组织必定在这个世纪里发生了深刻的变化,所以才引起自杀率如此升高]
-
-给自杀者施加道义上的惩罚,作者认为根本不可行,想法也是幼稚的。不在法律上禁止自杀,也是出于这并非违背道德的考虑。作者的办法是对悲观主义采取行动,意识上的抵制。
-
-防止利己主义自杀,不论宗教、家庭、还是政治团体,它们只要有足够的稳定及凝聚力,个人更明显感觉到集体与其利害相一致,乃至超过。这种情况下,自己身上寻找自己行为的唯一目标,生活对他又有了新的意义。
-
-
-[至于现在那些为男女权利平等呐喊的人,他们忘记了几个世纪形成的传统是不可能一下子被废除的;而且,只要心理上的不平等还是这样明显,法律上的平等就不可能是合情合理的。因此,我们应该努力减少心理上的不平等]
-
-[只有通过国家,个人才感觉到社会的存在和他们对社会的依赖。但是,由于国家离他们很远,所以只能隐隐约约和断断续续地影响他们;因此这种感觉对他们来说既不是连续的,也没有足够的力量。在他们一生的大部分时间里,周围没有什么东西使他们忘掉自己并把某种约束强加给他们。在这种情况下,他们不可避免地陷入利己主义或放纵自己。一个人不可能致力于达到他力所不能及的目标并服从某种规则,如果他看不到在他之外还有与他休戚相关的东西]
-
-[也不应该过高估计政治哲学家们通常所热衷的这些过分明确的计划的好处。这些计划都是想入非非,总是过分脱离复杂的事实,所以不可能对实践有很大用处;社会的现实不是很简单的,我们还不太了解它,所以不能预料到它的一切细节。只有和事物直接接触,才能使科学的各种学说具有所缺少的确定性]
-
-一旦确定了弊病的存在、内容和原因,如果我们因此而知道了补救办法的一般特点和应该何时使用这种补救办法,那么重要的不是先制定一个周密的计划,而是果断地行动起来。
-
-总结:
-
-实际上就是寻找并实现比自己更高一层次的集体愿景及意义的方式生活,切实地行动起来。
diff --git "a/_posts/read_notes/2021-11-02-\350\257\273\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\347\232\204\344\270\200\344\272\233\346\204\237\345\217\227.md" "b/_posts/read_notes/2021-11-02-\350\257\273\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\347\232\204\344\270\200\344\272\233\346\204\237\345\217\227.md"
deleted file mode 100644
index 4806847906..0000000000
--- "a/_posts/read_notes/2021-11-02-\350\257\273\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\347\232\204\344\270\200\344\272\233\346\204\237\345\217\227.md"
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "读《托尔斯泰最后的日记》的一些感受"
-date: 2021-11-02 21:01:44 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《托尔斯泰最后的日记》]
-math: true
-mermaid: true
----
-
-读完《托尔斯泰最后的日记》快有一个月了,划线标注了不少的句子,可是也没能记住所标注的一段话中一星半点;但我能大致的概括日记中主要写什么事情,日记大部分内容都是有关于他平日回复读者信件,对自己身体日渐衰弱的感慨,以及他与妻子观念不合的矛盾。
-
-* 家境:托尔斯泰在日记中提到:平日常在他的住宅庄园与他的私人医生骑马散心。我从这也能隐约察觉到他是贵族出身;
-* 爱好:哲学、写作记录、打牌、骑马
-* 性格:这个人对现实也是比较理想化、乌托邦,从百科上《复活》故事情节也能感知一二。从他最后离家出走的举动,能看出这个人有些执拗。
-
-从发现日记中托尔斯泰是一个优点非常多的人,他思维敏锐有着对事物独特的见解,做事情有目的有计划,还有一个有趣的灵魂——敢说真香。
diff --git "a/_posts/read_notes/2021-11-09-\345\205\263\344\272\216\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\347\254\254\344\270\200\351\203\250\345\210\206\346\240\207\346\263\250.md" "b/_posts/read_notes/2021-11-09-\345\205\263\344\272\216\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\347\254\254\344\270\200\351\203\250\345\210\206\346\240\207\346\263\250.md"
deleted file mode 100644
index 08f15481ee..0000000000
--- "a/_posts/read_notes/2021-11-09-\345\205\263\344\272\216\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\347\254\254\344\270\200\351\203\250\345\210\206\346\240\207\346\263\250.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "关于《托尔斯泰最后的日记》第一部分标注"
-date: 2021-11-09 19:46:42 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《托尔斯泰最后的日记》]
-math: true
-mermaid: true
----
-
-这个笔记拖了半个月了,现在写来,谢天谢地,为时不晚。
-
-> 死啃住所谓有学问的人,都是可惊的鲁钝和糊涂。
-
-我估摸着之所以说这句话是有以下两种可能:一、各专业知识具体到某一方面其实都无比浩瀚,抓不住重点肝脑涂地的学下去,终究没有自己的体系,自然也没有自己见的,都是盲从于服务于知识,而不是应用知识;二、应该一部分是托尔斯泰本人的自我反省,以及托尔斯泰所见到身边人由此表现,自然真情流露说出这段话。
-
-> 有些人为自己而思索。后来,觉得那思想很新鲜,而且有必要,就把它传授给别人。别人又为要把自己的思想传授给别人而思索。而且,当那些人把自己的思想授给别人的时候,尤其是当人们加以赞扬的时候,就以为自己的思想是真理。
-
-老实说这句话,其实我根本没想到托尔斯泰的这一点,忽然有醍醐灌顶的感觉。这句话一说让我想到的是传教者,传教者自认为自己信奉的教条为真理,实际上换种立场,比方说同行、敌对方、第三方,又能反驳其观点的错误。
-
-> 对于肉体是满足,对于灵魂是幸福。满足和幸福互相一致的事情是不多
-
-这得是活了多少年经历了多少事才能总结出的一番道理啊。老实说这种道理,由于我们自身经历不丰富,也很难有所体会,以及时时切切地感受到此般道理的不易。我就算做出此番总结也很难把握住,真的。明天或许就忘了吧,等我想起来也不知道什么时候了。
-
-> (一)在对旁人生气的时候,你要想一想这是否因为自己不好。在对动物生气的时候,十之八九首先是因为自己的心中有不好之处。在对物品生气的时候,因为一切都在你自己的内心当中,要知道应该很仔细地察看.
-
-> 信仰之所以成为虚妄,乃是因为信徒古老却又想要维持新的生活方式的缘故。
-
-虽然很不准确,但我认为就是乌托邦的“共产主义”。这个组织,呵,公共的经济建设建筑物,可以切实感受到,至于丰功伟绩随你任凭你怎么吹,但我相信其中的过人之处,这是值得了解的,学到了对自己也大有裨益。迷魂汤,连他们组织成员都不信,我是更不想听...
-
-> 世人的信仰,除开迷信乃至妄性以外,就没有什么东西,世间的大部分人信仰都优于认识,那是因为信仰来的经过而容易,信仰之所以来得经过而容易,乃是由于习惯的结果信仰,容易变成习惯,可是信仰并非时常都是坚固的,它很容易动摇,而不能督促精神生活的进展,信仰时常是固定的、欢快的,会唤起其他人皈依的心情,信仰是以社会的意见为基础的,因此皈依的人越多也就不得不越发变的坚固,信仰是世俗的事情,适合于肉体生活的条件.
-
-想想手机生态,体验以下苹果的直营店,仔细体会,应该能感受到,当然还有“饭圈”,上面所说的:信仰时常是固定的、欢快的,会唤起其他人皈依的心情,信仰是以社会的意见为基础的,因此皈依的人越多也就不得不越发变的坚固,信仰是世俗的事情,适合于肉体生活的条件.
-
-第一部分,完。
diff --git "a/_posts/read_notes/2021-11-10-\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\346\240\207\346\263\250 \347\254\254\344\272\214\351\203\250\345\210\206.md" "b/_posts/read_notes/2021-11-10-\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\346\240\207\346\263\250 \347\254\254\344\272\214\351\203\250\345\210\206.md"
deleted file mode 100644
index 8f92856727..0000000000
--- "a/_posts/read_notes/2021-11-10-\343\200\212\346\211\230\345\260\224\346\226\257\346\263\260\346\234\200\345\220\216\347\232\204\346\227\245\350\256\260\343\200\213\346\240\207\346\263\250 \347\254\254\344\272\214\351\203\250\345\210\206.md"
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "《托尔斯泰最后的日记》标注 第二部分"
-date: 2021-11-10 18:52:32 +0800
-author: hoochanlon
-categories: [2021.,读书笔记]
-tags: [《托尔斯泰最后的日记》]
-math: true
-mermaid: true
----
-
-这也是关于该书笔记的最后一部分,相较于第一部分内容稍少了一些,目前我的摘录总结依旧没太大提升与改善。
-
-> 所谓爱, 就是在一切现象当中去认识
-
-其实主动了解去认识事物,也是爱自己的一部分,爱其实也包含了爱自己。
-
-> 在言语上我们常常说:不要跟人谈及他所难于理解的事物。可是,在实际上,我们往往不能自制,完全无益地浪费唇舌,而且感情激动地对那不能理解的人谈着他所不理解的。
-
-> 有些人为自己而思索。后来,觉得那思想很新鲜,而且有必要,就把它传授给别人。别人又为要把自己的思想传授给别人而思索。而且,当那些人把自己的思想传授给别人的时候,尤其是当人们加以赞扬的时候,就以为自己的思想是真理。
-
-这似乎是一种定论...
-
-> 所有的人都时常在成长的过程当中,因而不能把任何人加以否定。有些人,他们在现在的境地,过于隔绝无识,我们只好完全像对待孩子般地去对待他们。即,我们虽然爱、尊敬、庇护他们,但不能够跟他们站在同一水平,也不能够向他们要求对于他们所缺少的东西的理解。但有一件事情使得这样地对待这些人更加困难。那就是:孩子们具有知识欲和真实性,而这些成了人的“孩子们”却缺乏这些东西;反之,他们保有着冷淡,以及对自己所不理解的东西的否定,而最重要的一点,就是自信。
-
-也就是颠覆了他长期生活的认知与理念,我想换做是谁都恐怕难以接受。自信?是指承认错误的自信吗?老实说承认错误确实需要很大的勇气。
-
-> 对于表明了自己的信念的人们,最普通的责难就是说他们过着跟自己信念并不一致的生活,因此他们的信念并不真实。可是,要是我们认真地想来,就会得到完全相反的理解。当一个聪明人发表着跟自己的生活不一致的观念的时候,他会恬然不去注意到那不一致吗?虽然如此,倘使他还是发表着跟生活不一致的信念,那只是表示着:他是个非常真挚的人,他不能不表明自己的弱点,而且,也不会干出大部分人所干的事情,即不会因为自己有弱点就不表明信念。
-
-这倒是“反差”的很好解释,毕竟每个人的个性不是单一的,而是复合混杂的,更别说杂糅了一些喜怒哀乐,而这每一种表情都展现了每个人所独特的人格表现。
diff --git "a/_posts/read_notes/2022-01-06-\343\200\212\347\224\265\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200).md" "b/_posts/read_notes/2022-01-06-\343\200\212\347\224\265\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200).md"
deleted file mode 100644
index 518fa641fd..0000000000
--- "a/_posts/read_notes/2022-01-06-\343\200\212\347\224\265\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200).md"
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: "《电是什么》章节笔记(一)"
-date: 2022-01-06 17:03:41 +0800
-author: hoochanlon
-category: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-由于第一章内容确实有些多,所以还是拆成两部分解读吧。
-
-## 电的产生(掌握)
-
-看到教程里的说法是:要了解电的产生,首先要有个原子核的概念。在原子核中包含了质子和中子,环绕其外围的还有电子。书中的星球围绕这太阳转这比喻是真的好,很形象。
-
-![iShot2022-01-06 17.05.40.png](https://s2.loli.net/2022/01/06/CZ8BYNlxriU3WM5.png)
-
-我看书中在解释带电现象的一部分章节中,前半段确实有些疑惑,到后面确实也豁然开朗了,给我的感受就是内容要看完整。那么我也简单把内容概括一遍:
-
-* 原子在加热后,原子内带负的电子减少,带正电的质子不变,于是成了正电;但带正电的质子又会到吸引带负电的电子,于是开始带电。
-
-在回头看一遍时,确实也联想到静电了;电荷:带正电或负电的能量者统称为电荷。
-
-
-
-![iShot2022-01-06 17.05.51.png](https://s2.loli.net/2022/01/06/uswLzijcAf8pyHO.png)
-
-电流可以用电荷除以时间求得,即:
-
-$$
-I=\frac{Q}{t}
-$$
-
-## 放电/原子序数(了解)
-
-[放电(物理现象)_百度百科](https://baike.baidu.com/item/%E6%94%BE%E7%94%B5/7398684?fr=aladdin),百科的关键解释:就是使带电的物体不带电,放电并不是消灭了电荷,而是引起了电荷的转移。打雷的例子其实也就是一个电能的释放。
-
-原子序数:
-
-铜只有一个价电子,外部对它施加光和热,能量都集中在一个点,所以导电性非常好。
-
-![iShot2022-01-06 17.06.02.png](https://s2.loli.net/2022/01/06/IJtXuxY9m3qbg6H.png)
-
-## 其他
-[电子定向运动方向是电流的方向吗_电子技术_电工之家](https://www.dgzj.com/dianzi/86261.html):电子的定向移动,形成电流,电子移动的方向,就是电流的方向。 但为了方便,人为设置了:正电荷的移动方向是电流的方向。 所以,电子与电流的方向是相反的。
-
diff --git "a/_posts/read_notes/2022-01-06-\343\200\212\347\224\265\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\272\214\357\274\211.md" "b/_posts/read_notes/2022-01-06-\343\200\212\347\224\265\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\272\214\357\274\211.md"
deleted file mode 100644
index 149f8d2e47..0000000000
--- "a/_posts/read_notes/2022-01-06-\343\200\212\347\224\265\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\272\214\357\274\211.md"
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: "《电是什么》章节笔记(二)"
-date: 2022-01-06 16:56:01 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-这时的我再学以前的知识又是什么感受呢?
-
-## 电压/电流 (掌握)
-
-电位/电压/电流,用水位差与水流量做类比,确实很形象生动。不好理解也许是没找到一个形象生动的例子。
-
-* U—电压(单位:伏V)
-* I—电流(单位:安A)
-
-[电压符号中的U和V有什么区别_百度知道](https://zhidao.baidu.com/question/1962495473673267620.html)
-
-![iShot2022-01-06 16.58.49.png](https://s2.loli.net/2022/01/06/tF9R1upjMKhD3Ty.png)
-
-
-## 消耗功率
-
-消耗功率除以电压,得到电流12A。
-
-$$
-I={P}\div{U}
-$$
-
-![iShot2022-01-06 16.59.22.png](https://s2.loli.net/2022/01/06/XSbEUNGMh2f3qYO.png)
-
-100*12得到1200W的消耗功率。消耗功率乘以时间等于平时的用电,假设使用两小时,即:1200*2,2.4kw·h,再乘以每度电的价格,基本上能估算出每日用电多少。
-
-## 家庭用电 (了解)
-
-这方面我知道有这回事就好了,不用过度深究。
-
-![iShot2022-01-06 16.59.33.png](https://s2.loli.net/2022/01/06/8VilmNabQHOAnC5.png)
-
-主要记住,一般不超过20A就没问题,即使在同一插座使用数值不超20A的电器,无熔丝断路器也不会跳闸,但尽量避免在同一插座上使用多个大功率电器。
diff --git "a/_posts/read_notes/2022-01-12-\343\200\212\347\224\265\350\267\257\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200\357\274\211.md" "b/_posts/read_notes/2022-01-12-\343\200\212\347\224\265\350\267\257\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200\357\274\211.md"
deleted file mode 100644
index 81602f8c47..0000000000
--- "a/_posts/read_notes/2022-01-12-\343\200\212\347\224\265\350\267\257\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200\357\274\211.md"
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "《电路是什么》章节笔记(一)"
-date: 2022-01-12 10:18:12 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-## 电灯泡与电路
-
-首先书中是例举了常见的手电筒电路作为实例,然后给出了简明的手电筒构造图。
-
-![iShot2022-01-12 10.12.08.png](https://s2.loli.net/2022/01/12/YUE4Vhoz1PidBLS.png)
-
-
-
-图二,如下:
-
-![iShot2022-01-12 10.12.42.png](https://s2.loli.net/2022/01/12/e2XtyrqL1NbcVBh.png)
-
-书中提到几个关键点:
-
-* 电源提供的电压即为启动力
-* 负载,可称为用电器,将电能转为其他能量
-* 负载影响到电流流通,可以称作电阻、阻抗
-
-![iShot2022-01-12 10.13.04.png](https://s2.loli.net/2022/01/12/ZBnymEtq71aRVOr.png)
-
-### 直流电/交流电/频率赫兹
-
-这里照本宣科截取两个例图,实在太形象了,暂时也没想到更合适的说法。
-
-![iShot2022-01-12 10.13.26.png](https://s2.loli.net/2022/01/12/c47eHxqtsiGC2IB.png)
-
-流动方向改变50次就是50Hz,符号f。
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-01-12-\343\200\212\347\224\265\350\267\257\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\272\214\357\274\211.md" "b/_posts/read_notes/2022-01-12-\343\200\212\347\224\265\350\267\257\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\272\214\357\274\211.md"
deleted file mode 100644
index 67907390f6..0000000000
--- "a/_posts/read_notes/2022-01-12-\343\200\212\347\224\265\350\267\257\346\230\257\344\273\200\344\271\210\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\272\214\357\274\211.md"
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: "《电路是什么》章节笔记(二)"
-date: 2022-01-12 10:26:27 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-## 欧姆定律
-
-电流=电压/电阻。
-
-$$
-I=\frac{V}{R}
-$$
-
-
-
-## 串联与并联
-
-关键词:
- * 并联:电阻并列连接,同等电压,等量电流分流
- * 串联:电阻+电阻,双倍电压
-
-![iShot2022-01-12 10.23.08.png](https://s2.loli.net/2022/01/12/p9GbwRtaZILig52.png)
-
-并联总电阻:
-
-$$
-R_0=\frac{R1R2}{R1+R2}
-$$
-
-## 导电率
-电阻率等于长度除以电流,电导率等于电阻率的分数。
-
-![iShot2022-01-12 10.23.23.png](https://s2.loli.net/2022/01/12/Pmptdb9oCyUKqMv.png)
-
-$$
-{\rho}=\frac{L}{A}\\
-\sigma=\frac{1}{\rho}
-$$
-
-![iShot2022-01-12 10.23.38.png](https://s2.loli.net/2022/01/12/QZIYvmzlX7f6852.png)
-
-附: [希腊字母_百度百科](https://baike.baidu.com/item/%E5%B8%8C%E8%85%8A%E5%AD%97%E6%AF%8D/4428067?fr=aladdin) 读音。
-
diff --git "a/_posts/read_notes/2022-01-13-\343\200\212\347\224\265\347\232\204\345\272\224\347\224\250\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200\357\274\211.md" "b/_posts/read_notes/2022-01-13-\343\200\212\347\224\265\347\232\204\345\272\224\347\224\250\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200\357\274\211.md"
deleted file mode 100644
index 3467c7c1ae..0000000000
--- "a/_posts/read_notes/2022-01-13-\343\200\212\347\224\265\347\232\204\345\272\224\347\224\250\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260\357\274\210\344\270\200\357\274\211.md"
+++ /dev/null
@@ -1,51 +0,0 @@
----
-title: "《电的应用》章节笔记(一)"
-date: 2022-01-13 14:13:44 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-老实说这部分内容给我的感觉就是很难进行连贯起来,理解起来也是稍显吃力,因为一会焦耳定律,一会又是左右手法则、发电原理,后两个部分内容较多,也相对独立,整合性思考比较困难。
-
-我在学习过程中了解到运用类比手法,参考他人理解也是非常重要的,毕竟在左右手的理解上消耗了不少精力…一大堆长篇大论确实有些迷糊…我还是先了解左右手吧。
-
-
-
-磁感线
-
-![iShot2022-01-13 14.16.18.png](https://s2.loli.net/2022/01/13/FXcQgjY8bDdeIU7.png)
-
-
-## 安培定则(右手螺旋定则)
-
-***了解***
-
-![iShot2022-01-13 14.16.37.png](https://s2.loli.net/2022/01/13/urjBZo4P65xfA79.png)
-
-![iShot2022-01-13 14.16.48.png](https://s2.loli.net/2022/01/13/ZBICeyFb7J5As2u.png)
-
-![iShot2022-01-13 14.17.02.png](https://s2.loli.net/2022/01/13/9jGmNIDFCe5WXTh.png)
-
-电磁铁: 起重机
-
-> [电磁铁_百度百科](https://baike.baidu.com/item/%E7%94%B5%E7%A3%81%E9%93%81/3067338?fr=aladdin)
-
-## 弗莱明左手法则
-**电流流动于S极和N极之间的导体时,导体会朝上运动。**
-
-![iShot2022-01-13 14.17.15.png](https://s2.loli.net/2022/01/13/yzFDh74PYckqvVe.png)
-
-电动机:磁场对电流的作用。
-
-## 弗莱明右手法则
-**导体运转,导体产生电动势,导体运转,右手法则。**
-
-![iShot2022-01-13 14.17.26.png](https://s2.loli.net/2022/01/13/sp1a2HU4Bw3bejo.png)
-
-发电机:电磁感应
-
-## 整合
-老师说电学的前期内容确实繁多,甚至琐碎来形容,思维导图目前看来还是有效整合有一定作用。这左右手跟电磁到底有什么关联在里面啊?🤔
-
-![iShot2022-01-13 14.17.36.png](https://s2.loli.net/2022/01/13/SINFZHQliXGsCtg.png)
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-01-17-\343\200\212\345\217\221\347\224\265\345\216\237\347\220\206\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260.md" "b/_posts/read_notes/2022-01-17-\343\200\212\345\217\221\347\224\265\345\216\237\347\220\206\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260.md"
deleted file mode 100644
index 659a5afdc6..0000000000
--- "a/_posts/read_notes/2022-01-17-\343\200\212\345\217\221\347\224\265\345\216\237\347\220\206\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260.md"
+++ /dev/null
@@ -1,61 +0,0 @@
----
-title: "《发电原理》章节笔记"
-date: 2022-01-17 15:15:46 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-目的:对于我来说不纠结于公式计算,先搞清楚电容和电感这玩意到底是什么,搞清楚后然后再做打算,看实际情况再用公式做其他的。
-
-## 电容
-
-直流电路就是电流的方向不变的电路,但电流大小可以改变,电流的大小方向都不变的是恒定电流。电容在直流电路中就是短路的作用。其实这么说一遇上相反的概念很容易混淆两者,不如去百科查询电容的工作原理与结构,自己了解再进行一次归纳。
-
-
-
-在论坛上,也有和我一样对电容构造及原理感到困惑的人。
-
-
-
-他的回答正好解答了我的疑惑之处。这里也放出我查阅的其他资料对电容原理说明的链接。
-
-* [百度知道-电容为什么能够隔直流?](https://zhidao.baidu.com/question/90200527.html)
-
-* [秒懂电容的工作原理多动图展示](http://www.jmxcap.com/jmxzx/mddrdgzyld_1.html)
-
-
-## 电感
-
-隔交流,同直流。
-
-
-
-> 简单来说,当线圈中有电流通过时,就会在线圈中形成感应电磁场,而感应电磁场又会在线圈中产生感应电流来抵制通过线圈中的电流。因此,我们把这种电流与线圈之间的相互作用称其为电的感抗,也就是电路中的电感。 ——摘自 百度百科
-
-在看到秒懂百科上提到的:电感器将电能转换为磁能,联想到下图:
-
-
-
-秒懂百科提到一些关键点:
-
-* **阻碍电流变化**
-* **当电流增大时,电感产生一个与电流方向相反的电压,阻碍其变大**
-* **当电流减小时,电感产生一个与电流方向相同的电压,阻止其变小。**
-
-[3D动画演示:电感的工作原理](https://b23.tv/ds0Cncv)
-
-我推测电源就是电容与电感的结合体,电容不必说,储存电的,电感将交流输出为直流进行供电。[为手机充电的是直流电吗?为何不能用交流电?- 知乎](https://www.zhihu.com/question/22723071/answer/22391586)也更好了解了交流电整流的过程。
-
-## 此处书中原话
-
-> 发电厂的发电原理利用的是弗莱明右手法则。实际上,由于导体在磁力线中进行旋转运动,因此会随时间产生出大小和流动方向如波浪一般,且反复变化的电流。由此产生的电压在电线与磁力线呈直角相切时值最大,而磁力线的方向和电线的移动方向相同时电压为0。
-
-导体产生的电:
-
-
-
-发电机制造的电:
-
-
-
diff --git "a/_posts/read_notes/2022-01-18-\345\205\263\344\272\216\343\200\212\346\274\253\347\224\273\347\224\265\345\255\246\345\237\272\347\241\200\343\200\2131-4\347\253\240\350\212\202\345\233\236\351\241\276\357\274\210\344\270\200\357\274\211.md" "b/_posts/read_notes/2022-01-18-\345\205\263\344\272\216\343\200\212\346\274\253\347\224\273\347\224\265\345\255\246\345\237\272\347\241\200\343\200\2131-4\347\253\240\350\212\202\345\233\236\351\241\276\357\274\210\344\270\200\357\274\211.md"
deleted file mode 100644
index bf09b946ab..0000000000
--- "a/_posts/read_notes/2022-01-18-\345\205\263\344\272\216\343\200\212\346\274\253\347\224\273\347\224\265\345\255\246\345\237\272\347\241\200\343\200\2131-4\347\253\240\350\212\202\345\233\236\351\241\276\357\274\210\344\270\200\357\274\211.md"
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: "关于《漫画电学基础》1-4章节回顾(一)"
-date: 2022-01-18 14:09:59 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-同事当问及串联、并联电路有什么特性时,我一时只能回答出:并联电阻小于串联电阻。当同事解释回答道:串联分压,并联分流。我似乎若有所悟,发现自己基础底子不牢,缺乏做题训练及一定深度的理解。只是像甜品对待知识,感觉就真是听君一席话犹如听君一席话了。
-
-## 串联分压,并联分流
-
-当我不对这归纳性总结没什么深刻认识,且理解上感到些许困惑时,于是查找知乎,发现还真有这样的问题,也恰好解决了我的问题:[怎样才能更好地理解串联分压、并联分流? - HumJ的回答 - 知乎]( https://www.zhihu.com/question/57815383/answer/413056043),在查阅了[串并联电路的电压规律-百度百科](https://baike.baidu.com/item/串并联电路的电压规律/1074457?fr=aladdin)后,我对这方面的理解也清晰了许多。
-
-## 首先了解何为串联,什么是并联?
-
-第一个句子可以说是核心中的核心句,因为太好区分了:串联电路中电流只有一个路径,并联电路中电流有两个或以上的路径。
-
-
-
-并联的电压各个支路是相等的,**串联电压是加上各电路两端之和,所以这也可以解释串联分压了**;并联分流,在第二句中**并联电路中干路电流等于各支路之和,而串联则是处处相等,这也解释了并联分流。**
-
-截取[怎样才能更好地理解串联分压、并联分流? - HumJ的回答 - 知乎]( https://www.zhihu.com/question/57815383/answer/413056043)回答的两幅图,能更形象的理解这一点。
-
-
-
-
-
-## 其他
-
-在看了其他回答,把这些电路电流用大坝、水流等做类比,也是浅显易懂,答主也提到**当我们的知识面并不宽广时,我们要更好地理解一样东西,就需要作适当地简化,或是结合相应的类比,以达到教学目的。**这其实对我来说也是暂时解惑的一个思考方向。这次给我的一个感受就是:有一些事物的特性不清楚、含糊,实际上我连这事物的根本概念都没搞清。
-
-
diff --git "a/_posts/read_notes/2022-01-19-\345\205\263\344\272\216\343\200\212\346\274\253\347\224\273\347\224\265\345\255\246\345\237\272\347\241\200\343\200\2131-4\347\253\240\350\212\202\345\233\236\351\241\276\357\274\210\344\272\214\357\274\211.md" "b/_posts/read_notes/2022-01-19-\345\205\263\344\272\216\343\200\212\346\274\253\347\224\273\347\224\265\345\255\246\345\237\272\347\241\200\343\200\2131-4\347\253\240\350\212\202\345\233\236\351\241\276\357\274\210\344\272\214\357\274\211.md"
deleted file mode 100644
index 73579319f6..0000000000
--- "a/_posts/read_notes/2022-01-19-\345\205\263\344\272\216\343\200\212\346\274\253\347\224\273\347\224\265\345\255\246\345\237\272\347\241\200\343\200\2131-4\347\253\240\350\212\202\345\233\236\351\241\276\357\274\210\344\272\214\357\274\211.md"
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: "《漫画电学基础》1-4章节回顾(二)"
-date: 2022-01-19 09:06:35 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
----
-
-## 直流/交流/整流
-
-直流有正负极之分,交流没有。网上查阅资料的解释是:交流一直在以50Hz频率正负极变化着。
-
-* [techweb-AC/DC基本知識](https://techweb.rohm.com.tw/knowledge/acdc/s-acdc/01-s-acdc/9)
-
-整流:将[交流电](https://baike.baidu.com/item/交流电)变换为直流电称为AC/DC变换,这种变换的功率流向是由电源传向负载,称之为整流。
-
-* [机电之家-整流电路工作原理](http://www.jdzj.com/diangong/article/2010-9-3/21505-1.htm) (mark)
-
-
-
-## 电公式
-
-其实这么多公式确实需要有心归纳做一个图表。反正我确实经常搞混淆,记不住...感觉这些公式,真要记下来,其实是需要了解公式推导的背后故事内容,即推导过程。
-
-[电工之家-电学所有计算公式](https://www.dgzj.com/dgjc/96808.html)
-
-[![7rmQ3T.png](https://s4.ax1x.com/2022/01/19/7rmQ3T.png)](https://imgtu.com/i/7rmQ3T)
-
-[![7rmMCV.png](https://s4.ax1x.com/2022/01/19/7rmMCV.png)](https://imgtu.com/i/7rmMCV)
-
-## 感想
-
-这本书呢,只是带你以兴趣的方式入门了解了解,深入的话确实不太行。其实这本书的定位应该就是这样,以兴趣的方式学习,看来它的目的已经达到了。其实只按照,应该说是完全照搬这本书来学的话,但疑问越来越多,自己越来越深入也发现书中很多重要的知识点实际上也没说,或只是略带一提而已。
-
-我在看一手看书,一手看网上体系化的学习资料,也发现了一些我个人的问题点:
-
-* 自我基础不牢,不成体系
-* 表面知识泛泛了解,实际应用的知识面太窄
-
-看来修行还是要在个人啊。
-
-
diff --git "a/_posts/read_notes/2022-01-24-\343\200\212\345\205\203\345\231\250\344\273\266\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260.md" "b/_posts/read_notes/2022-01-24-\343\200\212\345\205\203\345\231\250\344\273\266\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260.md"
deleted file mode 100644
index 2819c23243..0000000000
--- "a/_posts/read_notes/2022-01-24-\343\200\212\345\205\203\345\231\250\344\273\266\343\200\213\347\253\240\350\212\202\347\254\224\350\256\260.md"
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: "《元器件》章节笔记"
-date: 2022-01-24 12:02:48 +0800
-author: hoochanlon
-categories: [2022.,读书笔记,电学]
-tags: [《漫画电学基础》]
-permalink: /:year/:month-:day/01
----
-
-这一整章比起前面的几个章节内容确实少了很多。老实说,看完整本书之后,也是提高了我对电子方面行业入门的兴趣。学完了呢,只是让我知道有这回事,对知识的印象其实并不深刻。
-
-我自己的这次总结呢,其实真是烂尾。
-
-
-
-## 二极管
-
-PN结:P,阳极;N,负极。
-
-
-[![7oCJ4e.jpg](https://s4.ax1x.com/2022/01/24/7oCJ4e.jpg)](https://imgtu.com/i/7oCJ4e)
-
-[![7oCQnx.jpg](https://s4.ax1x.com/2022/01/24/7oCQnx.jpg)](https://imgtu.com/i/7oCQnx)
-
-电位障:介于PN结中间不易电子流动的真空部分。
-
-[![7oClB6.jpg](https://s4.ax1x.com/2022/01/24/7oClB6.jpg)](https://imgtu.com/i/7oClB6)
-
-简单概括书上还提到的发光二极管吧,通过热量释放出光能,根据波长释放不同颜色的光。(了解就好)
-
-## 晶体管
-
-> 晶体管(transistor)是一种固体半导体器件(包括二极管、三极管、场效应管、晶闸管等,有时特指双极型器件),具有检波、整流、放大、开关、稳压、信号调制等多种功能。 [摘自 百度百科](https://baike.baidu.com/item/晶体管/569042?fr=aladdin)
-
-
-
-## IC
-
-* [集成电路-百度百科](https://baike.baidu.com/item/集成电路/108211?fr=aladdin)
-* [薄膜集成电路](https://baike.baidu.com/item/薄膜集成电路/6930047)
-
-[![7oC1HK.jpg](https://s4.ax1x.com/2022/01/24/7oC1HK.jpg)](https://imgtu.com/i/7oC1HK)
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-06-27-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\346\210\221\345\257\271\345\272\217\347\253\240\347\232\204\347\234\213\346\263\225.md" "b/_posts/read_notes/2022-06-27-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\346\210\221\345\257\271\345\272\217\347\253\240\347\232\204\347\234\213\346\263\225.md"
deleted file mode 100644
index b9afd3896e..0000000000
--- "a/_posts/read_notes/2022-06-27-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\346\210\221\345\257\271\345\272\217\347\253\240\347\232\204\347\234\213\346\263\225.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "《菊与刀》我对序章的看法"
-date: 2022-06-27 18:00:50 +0800
-author: hoochanlon
-categories: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/02
----
-
-从序章的写作背景介绍:二战日本战败前与战败后态度两级反转的极大反差,因此作者为了美军方便研究日本,以及了解日本人的心理状态而写的。
-
-## 序章作者的起手方式
-
-逻辑链条:说明难度及遇到的问题 -> 提出尝试解决的方案-> 人云亦云中包含着相关问题的偏见 -> 写书作者自行挖掘真相过程,及阐述部分独特观念 -> 序章作者从疑虑到认同 -> 承认部分观点存在不足,以及时代局限问题-> 最后为书做整体评价 (回看价值/独特参考/表达赞美)
-
-简化:写书背景->写书故事过程->作者话题观念品评->对整本书进行评价。
-
-
-## 序章作者的主题思想
-
-我不想说太多了,一言以蔽之:序章作者对本尼迪克特及其所著的《菊与刀》做出肯定的评价,并认为有后续借鉴的价值,可以作为研究日本的经典著作。
-
-## 其他
-
-#### 附读:[【豆瓣-什么是中心思想?什么是主题...】](http://www.360doc.com/content/19/1218/06/32901809_880471050.shtml)
-
diff --git "a/_posts/read_notes/2022-07-05-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\200\347\253\240 \347\240\224\347\251\266\346\227\245\346\234\254.md" "b/_posts/read_notes/2022-07-05-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\200\347\253\240 \347\240\224\347\251\266\346\227\245\346\234\254.md"
deleted file mode 100644
index 0de90ec57b..0000000000
--- "a/_posts/read_notes/2022-07-05-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\200\347\253\240 \347\240\224\347\251\266\346\227\245\346\234\254.md"
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "《菊与刀》第一章 研究日本"
-date: 2022-07-05 09:22:54 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-笔记太多,写起来居然没什么头绪… 那么就把标题内容以反问的形式吧,也就是:“为什么研究日本?”。
-
-
-## 缘起序列
-
-1. 时代背景:二战时期,美日交战,美国想要控制住日本,就先得从日本文化入手,但又缺乏这方面的研究资料。
-2. 作者职业:文化人类学家
-3. 对日本的印象:有关日本的论著都会出现思想观念抵牾的经纬交织;如:“保守又欢迎革新”等。
-4. 作者接受工作委托:任重道远
-5. 在研究上面临的冲突:美日双方正处于交战状态,在战争中很容易把一切罪责都归咎于敌国。再一个,是自己不能实地在日本考察研究。
-6. 如何实施对日本的研究?:从日本移民、在日本生活过的西方人士入手;浏览影视作品与翻阅书籍资料,一边阅读一边提问;对日常生活中的细小习惯以及人们对熟悉事物的公认说法进行研究,同时具备坚定精神和宽容态度,尽可能的去理解日本人的思想文化。
-
-
-## 这一大章说了些什么?(序列整合)
-
-正处于美日交战的二战时期,作者接受了美国政府研究日本的工作委托。以及在研究日本时面临到的一些问题与冲突,作者罗列前有方法上存在问题与缺陷,同时阐述了自己一套的方法体系合理性,去研究日本,认清这些问题与冲突。
-
-
-## 归纳作者的方法论
-
-> 摘自 [鲁思·本尼迪克特 - 百度百科](https://baike.baidu.com/item/%E9%B2%81%E6%80%9D%C2%B7%E6%9C%AC%E5%B0%BC%E8%BF%AA%E5%85%8B%E7%89%B9/2938629?fr=aladdin#2)
-
- 本尼迪克特与美国人类学家M.米德一起,结合心理学的研究,形成博厄斯学派中的一个支派,即心理学派或民族心理学派,又称文化心理学派、种族心理学派。该派认为,人类文化各有其不同的价值体系和特征,呈现出多样性。文化模式是文化中的支配力量,是给人们的各种行为以意义,并将各种行为统合于文化整体之中的法则。文化之所以具有一定的模式,是因为各种文化有其不同的主旋律即民族精神。人们的行为是受文化制约的,在任何一种文化中,人们的行为都只能有一小部分得到发挥和受到重视,而其他部分则受到压抑。因此,文化研究应把重点放在探索和把握各种行动和思考方式的内在联系,即文化的整体结构上,重视文化对人格形成的影响。
-
-2022.6.27 agenda. export
diff --git "a/_posts/read_notes/2022-07-05-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\272\214\347\253\240 \346\210\230\344\272\211\344\270\255\347\232\204\346\227\245\346\234\254\344\272\2721.md" "b/_posts/read_notes/2022-07-05-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\272\214\347\253\240 \346\210\230\344\272\211\344\270\255\347\232\204\346\227\245\346\234\254\344\272\2721.md"
deleted file mode 100644
index 63db1347f6..0000000000
--- "a/_posts/read_notes/2022-07-05-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\272\214\347\253\240 \346\210\230\344\272\211\344\270\255\347\232\204\346\227\245\346\234\254\344\272\2721.md"
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: "《菊与刀》第二章 战争中的日本人 (1)"
-date: 2022-07-05 09:27:11 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/02
----
-
-从作者所处的二战时间点分析 —— 战争中的日本人。(此处仅对写作手法做一定程度的深入分析)
-
-
-## 写作手法
-
-第一段结论,二三段作为结论事例陈述与说明;不过,最后一段可分为几种类型:
-
-- 过渡到下一话题;上一段结尾与下一段开始的不同观念上的冲突与反差。
-
-
- 「在每个文化的传统中,都有关于战争的信条,其中有些为西方民族所共享,尽管各有出入。诸如,全面战争的动员方式,局部失败时如何重振信心,伤亡达到何种比例后可以投降,对待战俘的方式等。**这些在西方民族的战争中都是可以预料的,因为这些国家同属一个大的文化传统,包括战争在内。**
- **日本人与西方人在战争信条方面的一切差异,都是了解他们的人生观以及对个人责任看法的资料。** 鉴于我们的目的是对日本文化和行为进行系统的研究,因此那些在战争信条方面与西方不一致是否重要,我们不必管它;其中一些可能重要,因为它们体现了需要我们解答的有关日本人性格的许多问题。」
-
-- 论述的归纳与总结;下一段则是其他方面的说明,如日本对“胜利”的看法。
-
-
- 「日本认为其战争正义性之前提与美国恰恰相反。日本对国际形势的判断与我们也不同。美国把战争归之于轴心国的侵略。日本、意大利、德意志三国的征服行为非法地破坏了国际和平。轴心国所占领的地方,不论是“满洲国”、埃塞俄比亚还是波兰,都证明他们推行的是压迫弱小民族的罪恶方针。他们践踏了“自己生存,也让别人生存”,或者至少是侵犯了对自由商业活动“开放门户”的国际准则。日本对战争起因则另有看法。它认为,只要各国拥有绝对主权,世界上的无政府状态就不会结束。日本有必要为建立等级秩序而战——当然,这一秩序的领导只能是日本,因为日本是真心建立起自上而下的等级制国家的唯一代表,也最了解“各就各位”的必要性。日本在国内实现了统一与和平,平定了叛乱,修筑了公路,兴办了电力、钢铁产业。据官方公布的数字,日本的青少年入学率达到99.5%。因此,它应该帮助“落后的兄弟之邦”——中国。鉴于“大东亚”为同一人种,日本应当首先将美国,其次是英国、俄国,从世界的这一区域内驱逐出去,使之“各就各位”。各国应明确各自在国家上的位置,而后世界才能一统。在下一章中,我们将探讨这种等级制在日本文化中所具有的深刻含义。这是日本民族创造出来的、最符合其口味的幻想。但对日本来说,最大的不幸就在于那些被占领国,并没用同样的观点来看待这一幻想。尽管如此,即使是在战败后,日本也还未从道德上对“大东亚”这一幻想进行反思。**另外,即使是日本战俘中的最不好战者,也很少指责日本对亚洲大陆和西南太平洋地区的目标。今后,在一个相当长的时间内,日本必将保持它某些根深蒂固的态度,其中最重要的一项,就是对等级制的信念和自信。这一点与我们热爱的平等水火不相容。但我们却必须了解等级制对日本意味着什么,以及日本从中得到了何种好处。**
-
- 对于胜利,日本所持的观念也不同于美国的普遍看法。它叫嚷日本必胜,这是精神对物质的胜利。他们说:美国是个大国,装备先进,但这有什么用?!日本人说这些他们早就知道,根本不放在眼里。日本人从他们的一家大报纸——《每日新闻》上,读到了以下一段话:“我们如果害怕这些数字,也就不会开战。敌人的丰富资源在这次战争前就有了。”」
-
-- 首尾呼应,伏笔/由第一段设置悬念,最后一段解开悬念。
-
-
- 「这些顽强抵抗到底的日军俘虏,把他们的极端军国主义归根于天皇,认为自己是在“遵奉圣意”,是为了让“陛下放心”,“为天皇而献身”,“天皇指引国民而战,服从是我的天职”。但反对这次战争及日本未来侵略计划的人,也同样把他们的和平主义归之于天皇。在不同的人心中有不同的天皇。厌战者称天皇为“爱好和平的陛下”,他们强调天皇“始终是一位自由主义者,是反对战争的”,“是被东条欺骗了”,“在‘满洲事变’时,陛下表示反对军部”,“战争爆发时天皇并不知道,也没有得到他的许可。天皇不喜欢战争,也不允许让国民卷入战争。天皇并不知道他的士兵受到怎样的虐待”。这些供词与德军战俘完全不同,虽然德国战俘对将军或最高司令部背叛希特勒的行为非常不满,但他们仍然将战争和备战归咎于希特勒。但日本战俘则明确表示,对皇室的忠诚与对军国主义及侵略战争的忠诚是两回事。」
-
-- 升华主题,亦或是留置悬念,以更大的视野看问题,引发思考;在章节末尾
-
-
- 「美国人一开始没有预料到战俘们会做出180°大转变,这与我们的原则不相符。但日本人的行为似乎是:择定一条道路便全力以赴,如果失败,就很自然地换另一条道路。这是否是我们在战后可以考虑利用的行为方式?或者这只是个别日俘的特殊行为?恰如日本人在战争期间其他行为的特殊性强迫我们思考一样,这些行为向我们提出了许多问题,这些问题关系到制约他们的生活方式、各种制度的运作方式,以及他们所学到的思维和行动的习惯等等。」
-
-回想以前学生时期到现在,老实说,这些经验总结还是要靠自己先主动思考得来,光是以前上课听“总分总”记住结论的话,其实还是没什么用的。
-
diff --git "a/_posts/read_notes/2022-07-08-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\272\214\347\253\240 \346\210\230\344\272\211\344\270\255\347\232\204\346\227\245\346\234\254\344\272\2722.md" "b/_posts/read_notes/2022-07-08-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\272\214\347\253\240 \346\210\230\344\272\211\344\270\255\347\232\204\346\227\245\346\234\254\344\272\2722.md"
deleted file mode 100644
index 4af149e39b..0000000000
--- "a/_posts/read_notes/2022-07-08-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\272\214\347\253\240 \346\210\230\344\272\211\344\270\255\347\232\204\346\227\245\346\234\254\344\272\2722.md"
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: "《菊与刀》第二章 战争中的日本人 (2)"
-date: 2022-07-08 11:53:24 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-这次分析第二章讲了个什么事。
-
-## 日本的战争信条
-
-在对日本文化和行为进行系统研究时,日本所体现的理念上的差异可以暂时先搁着,不必在当时深入研究“日本”与“美国”到底是何等差异。因为我们目的是更加需要解答有关日本人性格的问题。
-
-- 对战争定义:在自己根深蒂固的等级文化上建立以日本为中心的超级大国,以武力及文化输出来帮助落后的兄弟小国。
-- 对战争的理念:“弘扬皇道于四海”
-- 对战争的崇拜:战舰和枪炮是永世长存的“日本精神”,佩刀则是品质象征。
-- 对胜利的理解:狂热迷恋精神对物质的胜利,已成为心中的信仰。
-- 战争对个人与集体的机遇:引用西郷隆盛的教谕:“存在两种机运,一种是偶然碰上的,另一种是自己创造的。面临无比艰难之时,必须自己去创造机运“。
-
-## 日本人的投降与投敌
-
-不少二战时期的日本人视投降为耻,所以不少日本人都选择奋战到底;一旦投降,自己对天皇的信仰也随之崩塌。投敌(主动帮助盟军打自己人)的表现像是在另一个归属来建立起自我的荣誉。
-
-## 提出日本人矛盾又奇怪的行为的疑问
-
- 恰如日本人在战争期间其他行为的特殊性强迫我们思考一样,这些行为向我们提出了许多问题,这些问题关系到制约他们的生活方式、各种制度的运作方式,以及他们所学到的思维和行动的习惯等等。
-
-最核心的 —— 是何种原因让他们做出我们所不能理解的动作呢?引出下一章主题“各安其分”。
-
diff --git "a/_posts/read_notes/2022-07-12-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\211\347\253\240 \345\220\204\345\256\211\345\205\266\345\210\206.md" "b/_posts/read_notes/2022-07-12-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\211\347\253\240 \345\220\204\345\256\211\345\205\266\345\210\206.md"
deleted file mode 100644
index 581fb8f95f..0000000000
--- "a/_posts/read_notes/2022-07-12-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\211\347\253\240 \345\220\204\345\256\211\345\205\266\345\210\206.md"
+++ /dev/null
@@ -1,90 +0,0 @@
----
-title: "《菊与刀》第三章 各安其分"
-date: 2022-07-12 15:03:12 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-各安其分是作者对日本家庭遵守的孝道与等级制,再到武士与庶民、大名与将军、将军与天皇之间维系等级规则的性质概括。
-
-
-
-## 归纳“各安其分”的说明
-
-要想理解日本人,首先必须理解他们对“各安其分”这句话的解释。从民族习俗、家庭、国家、宗教信仰及经济生活去解析“各安其分”。
-
-从日本以等级看待本土及国际问题,还有《日德意三国同盟条约》以及天皇的诏书,可以反映等级观念已成为日本人的核心基本原则。即使在明治维新接受西化,依然是贵族等级社会。
-
-## 孝道 ➡️ 等级制 ➡️ 各安其分
-
-等级制最为明显的表现 —— 孝道。
-
-比较中国与日本尽孝对象的区别:
-
-- 中国是以姓氏宗族为基;“孝”力于大宗。
-- 日本组织宗族的另一形式,在神社、宗祠祭拜远祖或氏族神。对家庭上的尽孝。
-
-等级制另一体现 —— 兄长制
-
-日本人在表述极端混乱的秩序时,常说“非兄非弟“。
-
-在日本,辈分特权、性别特权和年龄特权表现得非常明显。但是,行使这一特权的人更像是受托者而非独裁者。
-
-习惯。无论那种要求多么苛刻,家族意志是以全体成员都关心的名义,亦即以这种最高价值、以一种共同忠诚的名义来要求服从的。
-
-每个日本人最初都是在家庭中学习等级制的习惯,然后再将所学到的等级制运用到经济生活以及政治领域。他懂得一个人要顺从于地位高于他的人,这才是“各安其分”,不管那些人是否是这个集团中的决定性人物。
-
-
-## 从幕府时代等级制的体现
-
-在日本人的生活中,不同社会阶层之间的等级制度与家族中一样地强烈。在整个日本民族历史中,森严的等级社会一直是其主旋律。一个有几个世纪等级制习惯的民族,自有其利弊,而这些利弊对日本社会的影响巨大。
-
-从最初的镰仓还是最后德川幕府,天皇一直都存在,天皇是一种国家的象征代言人。除此之外,日本封建阶层划分,及每个人的身份都是世袭固定的。
-
-## 不同阶级的维系
-
-商贾地位仅在贱民之上。不管美国人何等惊诧,这却是封建社会中的高度现实。商人阶级总是封建制度的破坏者。商贾一旦受到尊敬而繁荣,则封建制度的衰亡指日可待。
-
-我一开始没明白这句话,最先想到只是会破坏科举,政府维持阶级的权威性;不过,还是借助一些自媒体资料看明白的,如:[一文讲透:中国古代为什么要“重农抑商”?](https://www.sohu.com/a/419329528_664990)。
-
- ![](https://s1.ax1x.com/2022/07/12/jgBTP0.png)
-
-日本维系封建社会的手段:武士和农民两个阶级,再进一步对两个阶级完成分离,一是收缴农民武器,二是武士不能合法从事生产。
-
-
-## 阶级的特殊表现
-
-
-### 武士的特殊表现
-
-农、工、商没有像武士阶级一样有着政治特权。德川时代,成为藩主财产的管理人,舞刀弄剑少了,就开始走风雅的艺术路线。
-
-下层武士从一定程度上依存于农民的粮食,还不至于阶级矛盾极其激烈。
-
-### 庶民与统治阶级
-
-特别是农民,在赋税无法忍受的情况下,组织起来涌向藩主情愿和裁判,藩主五成的判决又是有利于农民;不过,起义者逾越了法令被处死,也可事后建祠,奉之为殉难烈士,但维系等级核心的法令必须接受。
-
-### 将军与大名
-
-大名相当于诸侯了,自己得在京城住半年,返回封地时妻子也送到京城作为人质,加强将军自己的统治地位。虽然是这样,但将军又是奉天皇之命掌权的。
-
-上自天皇,下至贱民,日本封建时期极为清晰的等级制在近代日本也留下了深刻的烙印。
-
-## 不破坏共识的情况下完成身份转化
-
-富商或是地主过继子女给下层武士,或是女儿与武士结婚,这样就有了进入上层等级的通道。
-
-
-## 最后的疑问
-
-当时响彻日本的口号是“一新”,即“恢弘往昔”、“王政复古”。这和革命是对立的,甚至也不是进步。更不用说五十年后竟能与西方国家争雄竞长了。但这一切还是发生了。日本那落后的、受等级制束缚的民众急速转向一条崭新的道路,并且坚持走了下来。
-
-
-## 补充
-
-* “出女入炮”,解释:[『日本文化』箱根出女与铁炮之说 - 日本通](https://www.517japan.com/viewnews-20005.html)
-* [为什么《菊与刀》中说中国是古代无等级社会结构? - 知乎](https://www.zhihu.com/question/53766527)
-
diff --git "a/_posts/read_notes/2022-07-14-\346\200\235\346\235\245\346\203\263\345\216\273\345\216\237\346\235\245\345\216\206\345\217\262\346\225\231\347\247\221\344\271\246\346\230\257\351\253\230\345\272\246\346\217\220\347\202\274.md" "b/_posts/read_notes/2022-07-14-\346\200\235\346\235\245\346\203\263\345\216\273\345\216\237\346\235\245\345\216\206\345\217\262\346\225\231\347\247\221\344\271\246\346\230\257\351\253\230\345\272\246\346\217\220\347\202\274.md"
deleted file mode 100644
index dd7995ba38..0000000000
--- "a/_posts/read_notes/2022-07-14-\346\200\235\346\235\245\346\203\263\345\216\273\345\216\237\346\235\245\345\216\206\345\217\262\346\225\231\347\247\221\344\271\246\346\230\257\351\253\230\345\272\246\346\217\220\347\202\274.md"
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "思来想去原来历史教科书是高度提炼"
-date: 2022-07-14 11:36:10 +0800
-author: hoochanlon
-category: [2022.]
-tags: [读书笔记]
-permalink: /:year/:month-:day/01
----
-
-在对《菊与刀》第四章明治维新做思维导图式概括总结时,我发现很难把作者叙述内容进行归纳性的整合,自己概括文章的几段内容老是零零散散,几段话语也是支离破碎建立不起联系。提到主要的点或面呢,又很难...几乎是没有体系脉络的,东拼西凑。
-
-之后算是看了历史教科书式般的概括算是对我有了不小启发吧。
-
-
-
-三幅图,自己感受。
-
-![ ](https://i.imgtg.com/2022/07/14/eLljX.png)
-![ ](https://i.imgtg.com/2022/07/14/eL2gx.png)
-![ ](https://i.imgtg.com/2022/07/14/eLjWt.png)
-
-哦,最后一张思维导图是对全书的自我理解。遇到很多章节的书,每章做个长长的笔记,老实说太累了...等这次做完《菊与刀》笔记,想想该怎么优化吧。
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-07-16-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\233\233\347\253\240 \346\230\216\346\262\273\347\273\264\346\226\260.md" "b/_posts/read_notes/2022-07-16-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\233\233\347\253\240 \346\230\216\346\262\273\347\273\264\346\226\260.md"
deleted file mode 100644
index 43e0bdda3a..0000000000
--- "a/_posts/read_notes/2022-07-16-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\233\233\347\253\240 \346\230\216\346\262\273\347\273\264\346\226\260.md"
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: "《菊与刀》第四章 明治维新"
-date: 2022-07-16 10:17:53 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
- 作者从政治、教育、宗教、工商业化发展等角度描述明治维新带来的影响
-
-## 导读
-
-表面“尊王攘夷”,实则推翻幕府。大名成倒幕派先锋,取代德川幕府统治日本;农民讨厌改革,盼望多保留些稻米;武士希望保持俸禄,并能挥刀建立功勋;商人则借此机会希望推行重商主义。
-1868年,倒幕势力取得胜利,宣告“王政复古”,“双重统治”终结。新政府已开始就采取相反的方针,背后的原因:
-– 类似杯酒释兵权的方式来削弱大名,至少两者目的是一样的。
-– 顾及下层武士与商人“特殊联盟”的利益;军队/资金/物资主要提供者。
-– 洞察形式及拥有政治手腕的领导人。
-– 从来没有把自己的任务看成是意识形态的革命,而是当作一项事业。心中的目标就是要使日本成为世界上一个举足轻重的强国。
-
-从废除将军、藩国,再到它给予人民在国家中的地位,并设立国会,由分封向中央集权靠拢。但明治政治家们也力图在现代世界保持“适得其所”不希望破坏等级制社会传统。
-
-## 地方机构运作形式
-
-贵族院对法律的批准权与众议院几乎相等,这就又是一种等级性的控制。日本政府高级职位都掌握在“阁下”们手中。
-
-地方部落的自治:
-
-* 部落长的任务是“管理部落的财产,安排耕作盖房修路,对火灾家庭给予援助,与其他亚洲国家不一样,不负责征收其共同体的国家赋税。
-* 近代日本正式承认市、町、村的地方行政,推选能承担责任的首领代表本地区与代表国家的中央政府或府县公署交涉办事。由部落到町、村负,是一种共同体的责任。
-* 不过,地方行政机构在以下三个方面没有自治权:所有法官、治安人员和教员都是国家雇用人员;警务上从一处调到另一处防止地区性联系;教育上每个学校在同一天都用同样的教科书,上同样的课,市、町、村共同体对学校、治安和法院,不能行使自治权。方便中央政府对教育上的管控。
-
-## “各安其分”的明治政治家理念
-
-在日本,越过特权界限就是错误。在政府的最高层,“公众舆论”是不应出现的。政府只是要求“国民支持”。在宗教上,宗教意识受国家管辖,宗教加入了日本人格言信仰,又将此视作民族统一与优越的特殊象征,形成“国家神道教”。
-
-对于军部,也像在其他领域一样,凡属有关等级特权,日本人都倾向于接受一切后果,这并不是由于他们同意该项政策,而是由于他们在特权问题上不赞成逾越界限。
-
-## 工业与资本主义发展
-
-日本政治家认为工业发展攸关民族存亡,不能相信供求法则和自由企业。一开始就兴办重工业,船厂、钢厂、铁路建设被赋予优先权,飞速达到高水平技术和效率。
-
-内阁们制定计划创办并以财政补助他们认为需要的产业,由政府官僚组织管理,聘请外国专家,并派人学习。等组织完备成熟再转卖给经过挑选的金融寡头,如:三井、三菱两家。
-
-日本对工业看得同宗教、政治领域同等重要,也由此需要等级制相匹配的财阀,彼此建立联系获取适当地位。
-
-小工商业者和非官僚经营者“成金”后,没有在等级制中授予应有的地位,日本的公共舆论就会猛烈攻击。
-文化输出
-
-“各安其分”属于日本特色产品,当作为商品输出时,其他国家也都有各自独特的体系,纯粹的征服只能是无用,他们不能将自己的标准加诸别的国家。
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-07-19-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213 \347\254\254\344\272\224\347\253\240 \345\216\206\345\217\262\347\232\204\350\264\237\345\200\272\350\200\205.md" "b/_posts/read_notes/2022-07-19-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213 \347\254\254\344\272\224\347\253\240 \345\216\206\345\217\262\347\232\204\350\264\237\345\200\272\350\200\205.md"
deleted file mode 100644
index c74bdb7e48..0000000000
--- "a/_posts/read_notes/2022-07-19-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213 \347\254\254\344\272\224\347\253\240 \345\216\206\345\217\262\347\232\204\350\264\237\345\200\272\350\200\205.md"
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: "《菊与刀》 第五章 历史的负债者"
-date: 2022-07-19 16:04:54 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-这部分的主题是描写日本人在受人恩惠照顾时所产生的心境。
-
-和中国有些像,“恩”是一种债务、重负,受人之恩相当于是债主了,特别是不熟的人,如攀近亲远亲什么的,建立起的恩惠。恩情的几种表现:
-
-– 亲人,如:父母;赤诚,不忘母恩,孝道;例子:犬八公。
-– 国家及天皇;感谢,有幸生在这个国家,安居乐业,顺心如意。
-– 老师或主人;难以报恩于万一,“恩”的负担超过本人意愿之上。
-
-施恩而不使对方感到冒犯是件幸运的事,日本人不喜欢随便受恩而背上义理债。猝然受到生疏者的恩惠是最讨厌的事,所以他们宁愿避免卷入“恩”所带来的麻烦。
-作者对日本人受恩,引用了夏目漱石的《哥儿》的两段事例:
-
-– 主人公信了同事挑拨,“豪猪”请了主人公一杯冰水,于是在明算帐之前,这一杯冰水被当作恩情债必须得还清,才能处理当下关系。
-– 主人公接受老奶妈糖果、铅笔等小礼物,虽感到“耻辱”及“借款”收下来,但之所以又不归还,实际上已经把老奶妈看成“自己”这一组织的一部分了。
-
-引用讲述《哥儿》故事最后一段作者的概括:
-「也就是说,无论夹杂多么错综复杂的感情,只要“恩人”实际上是自己,也就是在“我的”等级组织中占有某种地位,或者像风刮落帽子、帮人拣起之类自己也能做到的事,或者是崇敬我的人,那就可以
-
-心安理得。如果不符合这些条件,“恩”就会成为难堪的苦痛。这种“恩债”,不论多么轻微也要感到难过,这才是正确的态度。」
-《东京精神分析杂志》专栏事例简述:
-
-一个鳏夫,有三子一女;鳏夫与一名年轻女子交往已久,于是将其赎身安顿做家庭女佣;子女们反对鳏夫与女佣的情欲,并认为女佣是贪心父亲的财产;鳏夫受困自己的情感,很难在子女与女佣双方之间做出选择。于是选择求助心理医生。
-
-心理医生提出两条路:
-
-– 做一个“完人”(毫无私欲而无所不能),彻底同那姑娘一刀两断。但我觉得你做不到,你的感情不会答应。
-– “重新做一个凡人”(抛弃一切矫揉造作),粉碎你子女们心目中把你当作理想形象的幻觉。
-
-在财产方面尽快立遗嘱,决定分给女佣和自己子女的份额;最后心理医生建议走第二条路,因为鳏夫已经把女佣当作子女“母亲”的替代了。
-
-正如主题最后一段作者总结
-
-「我们重视爱、善良、慷慨仁慈的价值,越是无条件越可贵。而在日本则必然附有条件,接受了这类行为就会欠义理,恰如日本谚语所说:“天赋(非凡)慷慨,才敢受人之恩。”」
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-07-21-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\203\347\253\240 \344\271\211\347\220\206\346\234\200\351\232\276\346\211\277\345\217\227.md" "b/_posts/read_notes/2022-07-21-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\203\347\253\240 \344\271\211\347\220\206\346\234\200\351\232\276\346\211\277\345\217\227.md"
deleted file mode 100644
index d9beae81a9..0000000000
--- "a/_posts/read_notes/2022-07-21-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\270\203\347\253\240 \344\271\211\347\220\206\346\234\200\351\232\276\346\211\277\345\217\227.md"
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "《菊与刀》第七章 “义理”最难承受"
-date: 2022-07-21 17:40:12 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-“义理”如同义务般需要贯彻执行,不了解义理就不可能了解日本人的行为方式。虽然没解释何为“义理”,但也强调了“义理”对理解日本人的重要性。
-
-「西方人看来,“义理”包含一系列完全不同的义务(参阅本书上一章表格):从报答旧恩直到复仇。难怪日本人不想向西方人解释“义理”的含义,就连他们自己的日语辞典也很难下定义。有一本日语辞典这样解释——以我的翻译——“正道;人应遵循之道;为免遭世人非议做不愿意做的事”。」
-
-义理分为两类:
-– “欠社会“的义理,即”报答义理“,义务性质的报恩。
-– “欠名誉”的义理,保持名誉不受任何玷污。
-「。在日本,婚姻无疑是家庭与家庭之间的契约关系,对配偶的家庭终身履行所承担的契约性义务,就是“报答义理”」
-
-在“义理”与义务上,作者用了家庭与姻亲上举例:
-– “入赘养子”弑父也是报答义理
-– 不得不帮助不属于在“孝”范围的近亲,为“义理”所牵连
-
-同时这种义理也带来沉重的人际关系。而且大多数日本人更重视的重大传统“义理”,甚至超越姻亲的“义理”。例子:武士忠于将军,更忠于不辱名誉之名。
-
-作者在讲述“弁庆扇耳光救下源义经,并向主君源义经请死”的故事,只是对今日日本人已只是令人兴奋的梦想。因为义理常常违背人性,迫于舆论压力却又不得不履行…
-
-最后作者用了借债还帐的类比,并举出日本制造商回礼艾克斯坦博士写作野口英世传记一事,来说明义理的强制执行性,而且“受义理困扰”的人往往因时间拖长而不得不加重偿付。
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-07-21-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\205\255\347\253\240 \346\212\245\346\201\251\344\272\216\344\270\207\344\270\200.md" "b/_posts/read_notes/2022-07-21-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\205\255\347\253\240 \346\212\245\346\201\251\344\272\216\344\270\207\344\270\200.md"
deleted file mode 100644
index 58f48806ca..0000000000
--- "a/_posts/read_notes/2022-07-21-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\205\255\347\253\240 \346\212\245\346\201\251\344\272\216\344\270\207\344\270\200.md"
+++ /dev/null
@@ -1,57 +0,0 @@
----
-title: "《菊与刀》第六章 报恩于万一"
-date: 2022-07-21 17:42:13 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-这一内容的核心是作者对日本人理解的“恩”进行阐述。
-
-## 忠孝仁
-
-文中第一段作者就表明了“恩”等同债务一般。这种义理关系我觉得其实蛮像是契约精神。
-
-下面这段摘录,其实作者应该是想说美国的思维方式更多侧重于人性化。
-
-「我们美国人没有日本人那种基本观念——一个人呱呱坠地,就自然地背上了巨大的债务。我们认为,一个人应该心怀怜悯,帮助双亲,不能殴打妻子,必须抚养子女。但这些既不能像金钱债务那样斤斤计较,也不能像做生意成功那样获得回报」
-
-“恩”的类别:是在数量上和持续时间上都是无限的;在数量上相等并须在特定时间内偿还的。
-
-- 忠——对天皇、法律、国家的责任。
-- 孝——对双亲及祖先(并影响至子孙)的责任。
-- 仁——比如提倡为慈善事业捐款、对犯人施以赦免等等。意味着对你并无要求。
-
-“仁”与天皇制不相容,在日本被解读成法律之外的黑帮仗义。以及这些定义,作者都用了一些影视和日本流传的故事举例。
-
-
-## 日本孝道与中国的差异
-
-日本的孝道,在美国,这些都会被看成外来干涉个人幸福的例子。举例说:“就好像美国故事中那些诚实的人,不论经受如何难以置信的苦难也要还清欠债一样,都是品德高洁者的故事,讲述他们赢得了自尊,并证明其坚强意志足以忍受特殊磨难”。
-
-对于孝道范围:日本限于近祖,也就是祖父辈。中国是姓氏宗族。
-
-不论在中国或日本,孝道不仅是对双亲和祖先的尊敬与服从。也说明了这种尊敬与服从会让人积压怨念转移到下一代人身上。
-
-
-## 对天皇的忠
-
-强制的孝道所积压的怨恨,并不能适用于天皇。天皇与人们的喧嚣隔离,与天照大神后裔的民间传说进行绑定,政治家巧妙地将天皇奉为神圣的领袖,“神圣不可侵犯”。天皇被视为日本精神上的统一,这样起到统一全国国民,一致为国家效力的作用。
-
-- 对领主的忠往往要比对将军的忠更有强制性。因为对主君的忠诚建立在直接的主从关系上
-- 对天皇的忠已成了精神领域上日本统一与永恒的象征 —— “泽被苍生,千秋万载”那种恩情
-
-这句话差不多是中国皇帝的圣旨传唤吧。
-
-「“忠”在臣民与天皇之间构成了双重体系。一方面,臣民向上直接效忠天皇,其间没有中介,他们自己用行动来使“陛下安心”;但臣民接受到的天皇敕令,又是经过天皇与他们之间的中介者之口,层层传到他们耳朵的。“为天皇传令”,这一句话就可以唤起忠,其强制力要超过任何现代国家的号召」
-
-
-## 忠的体现形式
-
-税吏、警察、地方征兵官员都是臣民尽忠的中介,遵守法律是对他们最高的恩。
-
-「日本人认为美国人是无法无天,我们则说他们是缺乏民主观念的驯民。两国国民的自尊心与彼此不同的态度有联系,也许这种说法更准确些。在美国,自尊心是与自己处理自己的事联系在一起的;在日本,自尊心则是与对施恩者报恩联系在一起的。」
-
-以天皇宣布日本投降为例,誓死抵抗的日军,在一瞬间断然就服从了。一句话总结:天皇的命令即为忠。
-
diff --git "a/_posts/read_notes/2022-07-23-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\271\235\347\253\240 \344\272\272\344\271\213\345\270\270\346\203\205.md" "b/_posts/read_notes/2022-07-23-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\271\235\347\253\240 \344\272\272\344\271\213\345\270\270\346\203\205.md"
deleted file mode 100644
index cd155c49cd..0000000000
--- "a/_posts/read_notes/2022-07-23-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\344\271\235\347\253\240 \344\272\272\344\271\213\345\270\270\346\203\205.md"
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: "菊与刀》第九章 人之常情"
-date: 2022-07-23 14:42:53 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/04
----
-
-
-日本人很重视享乐,就像义务一样需要学习。日本的“义理”也常使人处于高度紧张状态,因此也相对的,对享乐也较宽容。
-
-
-## 享乐的同时,又在训练“自虐”
-
-在肉体享乐上,例如:泡热水澡、睡眠。
-
-相反的,“自虐”训练:冬天洗冷水、夜以继日地应考与军队训练不睡觉。
-
-
-## “性“与道德伦理的看法
-
-作者从《源氏物语》来说明日本人的浪漫恋爱和婚姻方式、家庭义务是全然相反。
-
-日本对于“性”就像人之常情,对性享受没什么伦理道德方面的束缚
-
-“人之常情不能干涉人生大事”;家庭是家庭,性爱是性爱,两码事,情人不能作为妾存在于家庭。
-
-对妻子的爱和性享乐之间是可公开的,并不是像小三一样非公开。
-
-这些都是“义理世界”中的事,对“孝的世界”是一种解脱。
-
-明治维新前,日本人是认同同性恋,但为了迎合,准确说是为了赢得西方认可,而否定了同性恋。
-
-自慰也不认为道德问题,而认为是一种享乐,只需要在严谨生活作为“人之常情”的控制
-
-
-## 饮酒和吃饭
-
-酗酒为“人之常情”
-
-在传统上日本喝酒吃饭都是顺序的
-
-
-## 精神哲学上缺乏认识“恶”的能力
-
-日本人拒绝把恶作为人生观
-
-他们认为的灵魂不是善恶,而是温和与粗暴
-
-
-### 用神话的神素盏鸣尊为例说明
-
-作者认为超自然体被划分成两个不同集团,更符合善与恶的宇宙斗争哲学。
-
-看了百度百科素盏鸣尊的介绍,为“义理”的真性情展现吧,同时这个神也富有一定力量坚韧。
-
-素盏鸣尊想见母亲和姐姐,但其所到之处天地震动,被姐姐天照大神怀疑动机不良;对不认为自身清明的姐姐进行恶意捣蛋破坏;流落出云斩八岐大蛇救下老夫妇及其女,定居出云。
-
-
-## 日本人对德行包含善恶的看法
-
-否认德行包含善恶斗争,这种道德规律不适用于日本
-
-日本人认为中国的“仁”,是其劣根性的约束手段
-
-自我精神的胜利法能洗涤污秽,人的善性会再度生辉
-
-
-## 纵欲/消遣/幸福/大事
-
-在美国看来日本人否认德行包含善恶的看法是一种纵欲哲学
-
-日本人承认报恩意味着牺牲个人欲望和享乐
-
-行乐也只是消遣,一种幸福,并不是终生大事
-
-把追求幸福当作人生重大理想的观念是诧异的、不道德的
-
-虽不认为享乐是坏事,但日本人经常放弃
-
-对日本人来说“忠孝“义理更是人生大事
-
-执行义理世界的坚强意志才是日本人心中的美德
-
-
-### 日本现代战争电影解读
-
-日本小说少有“大团圆”结局,无须欢乐结局,但要求唤起男女主角自我牺牲的惋惜和同情,日本现代战争电影也延续了这种传统。
-
-典型的美国式反应。因为这些电影都围绕战争中的牺牲和苦难,是最好的反战宣传。
-
-只要荧幕上的人物能够尽一切努力报恩执行义理就够了。
-
-
-## 一句话概括
-
-从吃喝睡眠再到性的行为来论证日本人对享乐的看法的观点。此外,还列举了神话事例与影视作品反映的价值观来说明。
-
diff --git "a/_posts/read_notes/2022-07-23-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\205\253\347\253\240 \346\264\227\345\210\267\346\261\241\345\220\215.md" "b/_posts/read_notes/2022-07-23-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\205\253\347\253\240 \346\264\227\345\210\267\346\261\241\345\220\215.md"
deleted file mode 100644
index 3a8dfc8eb8..0000000000
--- "a/_posts/read_notes/2022-07-23-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\205\253\347\253\240 \346\264\227\345\210\267\346\261\241\345\220\215.md"
+++ /dev/null
@@ -1,113 +0,0 @@
----
-title: "《菊与刀》第八章 洗刷污名"
-date: 2022-07-23 14:40:02 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/03
----
-
-## 总结:
-
-洗刷污名实际上就是对“名声的义理”。名声的义理包含:
-
-- 恩仇分明,以先清自身名誉为第一要义。
-- 忍受天灾与生理上的疼痛
-- 生活与身份适应
-- 专业技能评判与名声挂钩
-
-我个人理解更像是日本人的孤傲式自尊,饱含一种在精神上战胜折磨与苦难的一种体现。
-
-
-
-
-## 名声的义理综述
-
-其实看过前面的章节对文章的第一段话提到(名声)不属于“恩的范围”,相当好理解。
-
-「“对名声的义理”,就是使名声不受玷污的义务。这由一系列德行构成——其中一些在西欧人看来互相矛盾,但对日本人来说则是完全统一的,因为这类义务不是接受利益而必须回报,不属于“恩的范围”,不涉及往日受恩于别人的问题,而是保持自身名誉的行为。」
-
-第一段最后一句话,理解了前面义理“最难承受”章节,不只是自己懂了,实际上应该是承认及肯定了作者的回答,作者的观点已经让我们很是信服了。
-
-「对于“名声的义理”,还要求消除毁谤或侮辱,因为毁谤会玷污名誉,必须洗雪,必要时也许要对毁谤者进行报复,甚或自己自杀。在这两个极端之间可以有多种方针,但绝不能淡然置之,那只是妥协行为。」
-
-文章第三段两句话很话解释了我们不理解日本人这种报恩又报仇的矛盾行为
-
-「在日本就可以,一个正派的人对恩惠和侮辱都同样感受强烈。无论哪种都要回报是美德行为。他们不像我们那样,把两者区别开来,一种称之为侵犯,另一种称之为非侵犯。在他看来,只有“义理”范围之外的行为才能称作侵犯。只要是遵守“义理”,洗刷污名,就绝不能说他犯了侵犯之罪,他只不过是算清旧账。」
-
-此外,作者还讲述了“名声的义理”还含有对天灾、人生理的疼痛的自我克制忍受,生活与身份相适应的各安其分,这种行为也是自尊的一种体现。
-
-
-## 生活与身份相适应
-
-作者用德川时代农民只能给孩子买布娃娃举例,在美国承认一部分原因是收入差异造成的,有钱就去买更好的布偶,而在日本则会令人疑惑。
-
-只能说对阶级差别不自卑不羞愧也是一种自尊体现。
-
-「生在十八世纪法国的托克维尔,尽管对平等主义的美国慷慨好评,但他仍对贵族生活知之甚深,且十分钟情。认为美国虽有其美德,却缺少真正的尊严。他说:“真正的尊严在于各安其分,不卑不亢,自王子以至农夫,皆可以此自许。”托克维尔一定能理解日本人的态度,即认为阶级差别本身并不会令人感到羞耻。」
-
-
-## 社会存在竞争又尽量避免竞争
-
-「这种敏感在与人竞争而失败时尤为显著。比如,就业时被他人挤了位子,或者本人在考试中失败了。失败者就会因失败而“蒙羞”。这种羞耻感有时会成为发奋的强烈动力,但在其他人身上则变成危险的沮丧。他或者丧失自信心,忧郁不振,或者怒发冲冠,或者兼而有之。他的努力于是受到挫折。」
-
-尽可能把控各安其分的手段:
-
-- 从学生时期,开始极力缩小竞争范围
-- 中介代理人,和如家庭矛盾调和人那种差不多
-- 制定各种各样的礼节,以礼节作为一种缓冲
-
-这些目的其实本质上还是对身份的适应,即使竞争失败也要找到能够自洽的观念吧。
-
-
-## 对诽谤的敏感,对洗刷污名的执着
-
-「美国人不应当因日本人彬彬有礼而低估他们对诽谤的敏感。美国人轻率评论他人,视之不过游戏。我们很难认识,一个轻微的品评在日本人中间引发的严重后果。」
-
-作者例举了青年时期的牧野义雄身无分文想去美国遭传教士微笑式否定的事例,其中牧野义雄在自传中写道:“我总坚信:世界上最大的犯罪就是对人‘不诚’,而嘲讽则是最‘不诚’的”。而这句话也正好能说明日本人对“低估与诽谤”的敏感。
-
-「“根据实际情况,我甚至能够原谅杀人犯。但对嘲笑,则没有可原谅的余地。”既然“原谅”不是对嘲笑的正确态度,那么唯一的反应就只有报仇。牧野来到了美国,也就洗刷了污名。在遭到侮辱或失败的情况下,“复仇”作为“好事”,在日本传统中占有很高的位置。」
-
-作者的这句话也正应了对洗刷污名的执着。
-
-
-## 从历史故事看复仇美德
-
-故事一:四十七个武士不择手段、众叛亲离去精密策划向杀死他们效忠的藩主复仇的故事
-
-故事二:两位大名家臣猜错名刀打造者感受到侮辱决定矢志刺杀另一位猜对的家臣来实现名声义理。
-
-作者总结非常好,反正我看故事二觉得日本人有些不可理喻,猜对的家臣本身也没犯什么错,其实也有点变相借刀杀人的意思。
-
-「从历史故事中可以看到两个主题:一个是有错误者向正确者进行报复;另一个是凡受辱必报复,即使对方是自己的主君。这两个主题在日本文学作品中很常见,情节也多种多样。」
-
-
-## 复仇由攻击性转向自卫性
-
-直接攻击的复仇行为在缺乏法律时代的明治维新前,到了近代,由于法律秩序完善及经济互有分工依赖的难度,复仇开始变得隐秘性,例如:主人暗藏粪便于珍馐,以飨仇敌。
-
-
-## 以自杀方式洗刷污名
-
-自杀作为某人争取获胜的最后方式
-
-「现代日本人施之于自身的最极端的攻击行为就是自杀。按照他们的信条是,用适当的方法自杀,可以洗刷污名并赢得身后好评。美国人谴责自杀,认为它只不过是屈服于绝望而自我毁灭。日本人则尊重自杀,认为它可以是一种光荣的、有意义的行为。在一定场合,从“对名声的义理”来说,自杀是最体面的办法。」
-
-「德川时代有个著名故事,说的是幕府有一位年高位重的将军顾问,曾经在其他顾问官和将军面前,当众袒腹抽刀,准备切腹。这种威胁手段奏效了,他推荐的人继承了将军职位。他达到了目的,也没有自杀。用西方语言来说,这位监护人是在用“切腹”威胁反对派。在现代,这种抗议性的自杀行为已不是谈判手段而是为主义殉身,其出现多半是所提主张未被采纳,或反对某些已签字的协议(如《伦敦海军裁军条约》)以求留名史册。在这种场合,只有真的自杀才能影响舆论,不是摆摆架势进行威胁就能够奏效的。」
-
-
-## 为了实现“名誉”的现实主义
-
-日本对战胜国几乎难以置信的友好,而这个民族在前不久又在整个太平洋区拼死作战,所以不可思议。但这个民族的本性确实没变,以“日本方式”作出的自然反应。作者通过洗刷污名的义理解读“友好态度”是日本维护战败后名誉的一种方式。
-
-作者也否定掉了战败后日本“乐不思蜀”的想法,原因是日本人绝不欣赏消沉,“从倦怠中唤醒自己”是日本号召改善生活的常用口号。如果将来大国之间和平,日本也是能够走上自尊自重的道路。
-
-日本人持久不变的目标是名誉,手段也会根据当前实际情况取舍,作者并给出了几个例子:
-
-- 英国军舰炮轰鹿儿岛,凶悍好战的日本人反而寻求友谊(打不过就加入)
-- 西欧各国组织军舰击毁对长州藩要塞,日本人的态度同上(胯下之辱+师夷长技以制夷)
-
-作者在日本迅速”投敌以求友好“方面也给出作者这方的屈辱求和的道德判断,以日本人看来这只是形式上的转变,意识形态还在那里,没有变过。
-
-最后作者额外提了一嘴“武士道”不像完全出自于义理,它只是评论家的灵感。在日本人看来,只要在自己那个圈子里受到尊敬就是充分的回报,而“不懂义理者”仍然是受其同伴藐视和厌恶的“卑鄙的人”。
-
diff --git "a/_posts/read_notes/2022-07-24-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213 \347\254\254\345\215\201\347\253\240 \351\201\223\345\276\267\347\232\204\345\233\260\345\242\203.md" "b/_posts/read_notes/2022-07-24-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213 \347\254\254\345\215\201\347\253\240 \351\201\223\345\276\267\347\232\204\345\233\260\345\242\203.md"
deleted file mode 100644
index 7b69d10bdc..0000000000
--- "a/_posts/read_notes/2022-07-24-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213 \347\254\254\345\215\201\347\253\240 \351\201\223\345\276\267\347\232\204\345\233\260\345\242\203.md"
+++ /dev/null
@@ -1,116 +0,0 @@
----
-title: "《菊与刀》 第十章 道德的困境"
-date: 2022-07-24 17:53:24 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-道德的困境,可作为“义理”最难承受、“报恩于万一”、“洗刷污名”这三章的综合复习。
-
-
-## 解释我们所别扭的日本人的人生观
-
-第一段简单来说,对于日本人,人生是由“孝”、“忠”、“仁”、“义理”多个世界构成,并以“忠”、“孝”、“义理”人生价值观判断。
-
-第二段看起来是作者为后面的论述做铺垫。因为作者在这段中说明我们不应该将某人打上标签后,印象也随之完全固化,而是某人发生转变后就应该更改他的标签,重新分析他的新人格;第三段,作者对完整行为观念也就是贴标签还是做出了辩证的肯定。
-
-第四段直接结论先行,大意是以下几点:
-
-- 日本人在行为与行为之间极端反转不会感到心理痛苦,我们认为的矛盾观,对他们如同呼吸般自然。
-- 日本人不把人生看成善恶争斗的舞台,认为遵守本能是一种善良,并认为中国的道德箴言是中国人的劣根性
-- 人性如崭新的刀,不勤于“义理”磨练就会生锈,研磨后才使之脱锈生辉
-
-五六段中作者说明由于日本人与我们不同的人生观,不像我们认为主人公选择“更好的一方”所以是个好人,或是“故事屈从于残酷命运”(日本则成启迪主动精神和坚忍意志的题材),这也导致我们也难懂日本民间神话、小说、戏剧。
-
-在讲述“忠”、“孝”价值观的最后,作者引用了《四十七义士》的故事,故事大概情节:“最后剩下的四十七义士担负背弃家庭义理为藩主复仇,实现了忠的义理,最后自杀也实现名声义理”。
-
-
-## “忠诚”大于“孝”
-
-
-### 两则相关“忠”的故事解读
-
-幕府以忠为题材的故事:武士遵照守辱藩主的命令杀了将军,违背了则是对藩主的不忠,但行刺又是对将军的大逆不道的矛盾,后来武士行刺将军又救下将军,最后武士自杀实现兼顾忠和义理。
-
-日本近代战争故事看法:
-
-- 日本人眼中则是为“义理”的大义,必须坚定不移的执行。
-- 主人公为了“义务”和“义理”不得不抛弃爱情和义理,对我们就像看了绝妙的反战宣传
-
-
-### 由“忠”引申到“诚”
-
-日本政治家简化等级制,把天皇作为顶点,完成个人崇拜,全民全意尽忠于天皇。例证:
-
-- 《军人敕谕》、《教育敕语》成了日本圣典,反倒是日本连一个宗教都没有圣典。
-- 军人、中学和青年的男生都要学习《军人敕谕》
-
-整个敕谕表明,政府在有意贬低“义理”而提高“忠”的地位,虽没用“义理”,但用了“大节小节”说明,“大节”就是“忠”,“小节”就是“徒守私情之义”,维护“大节”就是有德之人。
-
-日本的伦理体系也不是靠“大节”简化的,此外日本人也没一种现成的道德善行标准,因此引入“诚”的概念。例如《军人敕谕》其中一段:“朕赖汝等为股肱,汝等仰朕为首领。朕能否保护国家以报上天之恩,报祖宗之恩,端赖汝等恪尽其职“。以及五条训诫:
-
-- 履行忠的义务为最高德行;
-- 按照军阶守礼
-- 勇敢
-- 勿守私情信义
-- 劝导节俭
-
-再引用作者对五条训诫的思想归纳提炼
-
-「敕谕的最后一段把以上五条称作“天地之公道,人伦之纲常”,乃“我军人之精神”。而且,这五条训诫核心就是“诚”。“心不诚则嘉言善行徒为文饰,毫无效用;唯有心诚则万事可成。”因此五条训诫将“易守易行”。在列举一切德行和义务之后,敕谕归结于“诚”,这正是典型的日本特色」
-
-最后引用佛教禅宗铃木大拙作为说明
-
-「僧问:“吾视猛狮袭敌,不问其为兔为象,皆全力以赴,请问此力何物?”
-
-师答:“至诚之力是也”(字面意义是“不欺之力”)。
-
-至诚即不欺,亦即“献出一切”。禅语谓之“全体作用”,即不留一物,毫无矫饰,绝不虚费。如此生活者可称作金毛狮,乃刚勇、至诚、至纯之象征,神之人也。」
-
-
-## “诚”的定义
-
-日本人对“诚”的定义,非“sincerity”(真诚;纯粹),而是指有那人有不同意见。此外,日本人还有嘲笑“诚(sincerity)”的习语:“看那只青蛙,口一张开就把肚子里的货色都亮出来了。就像是石榴,口一张开就知道它心里有什么”。他们对暴露感情是一种羞耻。例子:一位日本少年批评美国传教士“insincerity”,不曾考虑过自身连根鞋带都买不起的现实问题,并思考去美国是否为“真”的问题。
-
-我感觉“诚”纯粹是日本人的精神世界,以自我为中心。诚”在日本更像一种精神信仰“是诚使它保持下去”,日本精神所要求的态度。
-
-
-### 日本留美移民的“二世”
-
-「亲日的“一世”(生在日本,移居美国者)批评亲美的“二世”(生在美国的第二代日本移民)缺乏“诚”。“一世”说这话的意思是,“二世”没有那种打造“日本精神”(战时日本曾公开为“日本精神”下定义)的精神品质。“一世”绝不是说他们的孩子的亲美态度是伪善的。恰恰相反,在“二世”志愿加入美军,发自真实热诚支持其第二祖国时,在“一世”看来,这更加表明他们有理由指责“二世”的“不诚”。」
-
-总结:日本人所使用的“诚”的基本含义,是指热诚地遵循日本道德准则和“日本精神”所勾画的人生道路。
-
-
-## “诚”所赋予的额外意义
-
-诚”并未能简化日本人的道德体系。它既不是构成日本伦理的“基础”,也没有赋予它以“精神”。
-
-它更像是加在任何数字上的指数,以扩大该数字的倍数。
-
-不管日本人怎样努力改进,日本的道德体系仍然处于类似原子结构的多层次分散状态。
-
-这是作者对“诚”最后的看法:
-
-「“诚”也是这样,可以把日本道德准则的任何一条大大提升。不像看起来的那样,它似乎不是独立的道德,而是个人对其信念的狂热。」
-
-
-## 自重与耻辱之间
-
-日本人的那种“自重”观念更像是为了获得他人的认可而自重。
-
-「不论在哪种语言中,人们用来表达丧失或者获得自尊的词句,十分有助于了解他们的人生观。在日本“尊重自己”常常是指他本人是一个审慎的玩家;而不像英语那样,指的是真心实意遵循为人处世的准则,不谄媚别人,不撒谎,不做伪证等。」
-
-耻感文化是外部的强制力约束,罪感文化是罪恶的内省约束。没遵守良好行为明确规定,某人不能平衡各种义务或不能预见偶然性失误,都是耻辱。
-
-羞耻感的重要性也在于日本人十分注重他人的评价。蜷缩在日本礼节的安全感去套用西方人,迷失于礼节,要么就是自我愤慨,要么就是愕然。如三岛女士自传《我的狭岛祖国》。
-
-
-## 三岛女士的道德困境
-
-三岛女士看着美国人的社交互动,她觉得美国人生活在“优雅的亲密感”中,而在放在她小时的日本环境是不礼貌的行为。
-
-三岛比美国人交往知道更多礼仪,却几乎没用上。在美国久了,适应了美国生活,再回过头去看日本,确实不像再过规矩烦苛的生活了。作者也用盆栽和日式庭园比喻如三岛这样在美留学生活的日本女性,已经不能再适应日本的往昔要求了,也领略日本的道德困境。
-
diff --git "a/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\270\200\347\253\240 \350\207\252\346\210\221\344\277\256\345\205\273.md" "b/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\270\200\347\253\240 \350\207\252\346\210\221\344\277\256\345\205\273.md"
deleted file mode 100644
index 0feb2323ff..0000000000
--- "a/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\270\200\347\253\240 \350\207\252\346\210\221\344\277\256\345\205\273.md"
+++ /dev/null
@@ -1,75 +0,0 @@
----
-title: "《菊与刀》第十一章 自我修养"
-date: 2022-07-26 09:51:42 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/01
----
-
-对于高度倚重修养技巧的国家,我们观察修养就显得尤为重要,以避免我们对奇怪的修养举止如“全神贯注丹田”产生误解。
-
-### 美国式的自我修养
-
-相对而言美国自我修养技巧和传统不甚发达,在美国人的观点就是在生活中找到可能实现的目标,必要时锻炼自己达到目标,自我修养仅作为一种技术训练来学习。
-
-- 美国人自我训练:
- - 1. 训练社会化;如:“必须睡觉”,“必须吃有益食物”,为适应社会做准备。
- - 2. 为家庭的自我牺牲;妻子为丈夫牺牲事业,丈夫为一家生计牺牲自己的自由。
-
-### 美国与其他国关于“为家庭自我牺牲”的信念差异
-
-美国人的“为家庭牺牲”仅是爱、责任和共同生活;寄予希望在后代吧。
-
-在其他文化中是投资、相互交换,或受之于人的等值报偿;父亲对儿子幼年照顾,儿子应在父亲晚年回报。
-
-
-### 日本人的自我修养
-
-日本的自我修养与应付考试、找工作的学习完全不同。日本人自我修养分为两类:
-
- - 1. 培养能力;“训练士兵不睡觉”等,一种个人意志凌驾于客观现实的即视感,精神驾驭术。理论基础在于能改善他本人驾驭生活的能力。
- - 2. 圆熟;超越“能力”自我修养之上的“圆熟”;“无我”、“一心”。
-
-圆熟这词有些太过哲学,意义范围太广,我自己也难琢磨,我个人理解就是潜意识做出的行为,自己感受不到,不会有“我正在做什么”的意识,依照心流一体的行动。
-
-## 日本人自我修养与瑜伽
-
-日本的自我催眠、全神贯注及驾驭五官的技巧与印度瑜伽这方面目的相同,也继承了一些印度用的术语,但摆脱轮回什么的,日本是不接受的。
-
-摘录三段原书内容吧,我也不好表述。
-
-「印度瑜伽是一个极端崇拜禁欲苦行的教派,认为这是一种摆脱轮回的方法。人除了这种解脱(即“涅槃”)以外,别无解救之道。」
-
-「这种哲学在日本并不存在。尽管日本是一个深受佛教影响的国家,但轮回和涅槃的思想从来不是日本人佛教信仰的一部分。虽有少数僧侣接受这种教义,但从未能影响民间习俗和大众思想。」
-
-「同样地,肉体与精神不相容的这一教义在日本也是没有的。瑜伽是消除欲望的方法,欲望寄生于肉体之中。日本人却没有这种教义,认为“人之常情”并非恶魔,享受感官的快乐是智慧的一部分,唯一条件是感官必须为人生重大的义务作出牺牲。」
-
-
-## 日本人自我修养与禅宗
-
-超感知觉是指不凭感觉器官即可获得知觉经验的现象,俗称第六感觉。禅宗有点这意思;瑜伽那种天人合一境界,但禅宗的入定却并不想超脱于自身之外。 禅学著作也不承认“入定”除了能培养自我修养能力以外,还能传授别的什么能力。所以作者也在一开始说:“这(禅宗)在任何重视超感觉经验的宗教中都是例外先现象”。
-
-作者认为“主张从内心直接体验,而不是从经典中寻求真理”的冥思、神秘教义会在僧院中流行,没想到是在武士阶层流行了起来。
-
-禅师无论是肉体还是精神上的训练,到最后必须对弟子内心意识有用,锻炼意识的自我。想什么剑术家全神贯注站在不断升高的地板,心顺从己意得到了“真知”,而顿“悟”了,不会有眩晕之感或跌倒之虞。
-
-训练肉体的耐寒苦行,意识不到水的冰冷,也就“圆熟”了;在精神上,如果师傅猝不及防敲掉弟子的送到嘴边的茶杯,在一瞬同电击般的感受去开悟。还有就是用公案,自己去解读,重点是不是自己发现真理,而是如何考虑探索真理。
-
-禅宗的公案作为“敲门砖”,日本人的耻感是“一堵墙”,一堵墙上的门,“门”里就是“无我”、“圆熟”的自我境界。一旦顿悟了,学业也完成了,原来当初自己是“咬铁牛的蚊子”,根本没有困境。
-
-
-## “无我”圆熟之境
-
-铃木大拙的话,我看不懂,只能从作者表述进入灵魂的三昧境界的体验表现去了解。浅面的理解,到达“无我”后就克服了之前的恐惧与羞耻感,达到了当时自我的“圆熟”(我倒觉得像是成长)。
-
-「研究禅宗的泰斗铃木(大拙)把“无我”解释为“无为意识的三昧境界”,“不着力、无用心”。“观我”消失了,人“失去其自身”,即自己不再是自身行为的旁观者。铃木说,“随着意识觉醒,意志就一分为二……行为者和旁观者,冲突难免。因为行为者(的我)要求摆脱(旁观者的我的)约束”。因此,当“悟”之后,求知者发现既无“观我者”,也无“作为无知或不可知之量的灵体”,只有目标和实现目标的行动,其与皆不存在。人类行为的研究者如果改变一下表述方式,就更能指出日本文化的特性。比如,一个人从小受到严格的训练去观察自己的行为,注意别人的评论并据以判断自己的行为。作为观我者,他极易受刺伤,而一旦进入灵魂的三昧境界,他就消除了这时,他就觉得自己的心性已修养成功,就像习剑术者可以毫无畏惧地站在四英尺高的柱子上。」
-
-作者这句话很关键啊,原来如此,“无我”的目的,**就在于对有限美的明晰而不受干扰的感知;或者说,是学会调整手段与目标,用恰当的努力达到目的,不多不少。**
-
-「日本文化反复向心灵深处灌输谨小慎微;而日本人则反驳道:当这类心理重负一消失,人的意识就进入更加有效的境界。」这句话应该是某种层面达到无我境界后说的。
-
-“无我”在被军国主义的影响下,就成了决心赴死以报天皇的大义。发誓把自己的身体“变成硫黄岛上的一抔土”,决心“与缅甸的鲜花一起凋落”等等。
-
-最后,作者为了弄清日本自我修养的哲学意义,决定从民族的育儿方式开始入手,在前面都是对成人层面描述,现在从育儿方式着手就会有更清楚的认识。
-
diff --git "a/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\270\211\347\253\240 \346\212\225\351\231\215\345\220\216\347\232\204\346\227\245\346\234\254\344\272\272.md" "b/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\270\211\347\253\240 \346\212\225\351\231\215\345\220\216\347\232\204\346\227\245\346\234\254\344\272\272.md"
deleted file mode 100644
index 02a53f6b1e..0000000000
--- "a/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\270\211\347\253\240 \346\212\225\351\231\215\345\220\216\347\232\204\346\227\245\346\234\254\344\272\272.md"
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: "《菊与刀》第十三章 投降后的日本人"
-date: 2022-07-26 16:01:31 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/03
----
-
-作者认为美国人有充足理由证明管理站后日本的自豪感是做足了功课,尽可能充分地了解和集体探讨分析做出的决策。但也对媒体舆论进行了一番批判,认为媒体的党派性赞扬和批评弄得决策可行性晦暗不明,没有去针对问题解决方面去了解政策是否可行。
-
-
-
-## 战后日本的管理方法
-
-关于投降后的日本,战胜国是占领的性质是利用现存政府还是清算组织?
-
-利用现存政府管理国家,但最高的行政权力仍在美国;可反相推断清算组织的管理方式,对语言文化不同的国家成本太高,建设时间太长。后来也证明,日本的特殊文化恰好能顺利接受这种信义的政策。
-
-否定天皇的神性,应该是为了做事不那么极端吧?随便推行一下民主化,通过削弱皇权/精神领袖带有的泽被天下的既视感来使日本潜移默化走向和平。(我没想到看到后面主要原因是废除天皇神性来获得西方尊重…)
-
-
-## 西方对日本人原则性转变的疑虑
-
-常理来说个人上的原则性的转变,相当于否定以前生活上所认识、积累的价值观。这会很痛苦、难受;作者引用了日本人常说的一句话:“打别人的肚脐也没用”,来说明日本人有一种变通的伦理,日本人在一种方针失败了就会转向另一种方针。
-
-美军对被占领的日本嘲笑、鄙视等手段的自制,日本人也没采取复仇反抗等态度。给予相应的尊重反而会使日本满足。
-
-从这些方面说道,来打消西方人对此日本人改变原则的疑虑。
-
-
-## 综合来说
-
-日本人已经迈出社会改革的第一步,即承认战争的错误。第二,十分希望重新获得国际上和平国家的尊重,以日本这尿性来说反而会建设和平;但也必须承认日本人的变通原则,日本的动机是随形势转变的,如果情况允许,依然会在和平中谋求地位。如若不然,又会成为武装阵营。
-
-不过最后作者还是从一定程度上肯定了日本将要走的和平之路,同时也说明日本汲取战争中的教训,即帝国主义称霸企图绝不是荣誉之路。
-
diff --git "a/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\272\214\347\253\240 \345\255\251\347\253\245\345\220\257\350\222\231.md" "b/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\272\214\347\253\240 \345\255\251\347\253\245\345\220\257\350\222\231.md"
deleted file mode 100644
index 3e20d370a1..0000000000
--- "a/_posts/read_notes/2022-07-26-\343\200\212\350\217\212\344\270\216\345\210\200\343\200\213\347\254\254\345\215\201\344\272\214\347\253\240 \345\255\251\347\253\245\345\220\257\350\222\231.md"
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "《菊与刀》第十二章 孩童启蒙"
-date: 2022-07-26 09:56:05 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [《菊与刀》]
-permalink: /:year/:month-:day/02
----
-
-作者否定了我们以往对日本人的印象先入为主的设想日本小孩也是那种谨慎自制的训练。日本的人生曲线与美国正好相反,呈“U”字形曲线,童年和暮年有最大自由和任性。结婚前后自由度降至最低,贯穿着这个壮年期;美国人生曲线是孩童时期为严格时期,随后日渐宽松。无论美国还是日本的人生曲线,其安排都确保一个人都在参与该国文化。
-
-
-
-## 日本人在育儿中体现
-
-生儿育女的观念:延续血脉传承,妇女也会在家庭有一定地位
-
-育儿方式:
-
-- 学龄前的儿童相互之间毫无拘束,入学后开始纳入谨言慎行”“知耻”这类责任的生活模式,也常受到讥讽式教育,在少年时开始背上“名分的义理”。
-- 女孩的差异在于打扮,下厨、茶道等技艺来学习伺候丈夫。
-- 性方面:到艺伎馆学习色情艳事,到咖啡馆去看男女怎样亲昵
-
-作者从小孩教养中察觉到日本人的人生观具有两面性起因:
-
-- 幼儿期的特权骄纵始终保持着“不知耻”,这是“天堂童年”;加上日本人传统观念的“人性本善”也很容易把自己的道德建立在极端的观念上。
-- 以及人人都有“佛种”,死后成神这种观念会致使他们固执,是愿意干任何工作而不顾自己的能力是否相称的思想基础,他们敢于坚持己见,这种自信也会使他们狂妄自大。
-
-日本男子行为的矛盾性是日本儿童教养不连贯性造成的,我的理解是两层断崖式的不同体系的知识糅合。
-
-
-## 种植的菊与信仰的刀
-
-至于作者说日本人一向以观樱、赏菊等陶情于自然乐趣闻名,又不像充满矛盾和侵略心理的民族应有的活动。我想说应该是幕府时期武士阶层风雅艺术的发展所至吧,欣赏大自然也许其实都是人类共有的。
-
-作者也点明日本人战败后正在追求民主,摘掉烦苛的规矩后是何等兴奋。作者用杉本夫人欢悦纯真将打理菊花的线圈摘除的事例作为类比。
-
-在向更大程度精神自由过渡时,借助两三种古老传统保持平稳。如“自我负责”精神,把身体比做武士佩刀,擦掉身上的锈,保护刀的光洁。日本虽已经“放下刀”投降,但在日本意义上,他们还是继续不让刀生锈,保持心目中刀的光泽。
-
diff --git "a/_posts/read_notes/2022-07-27-\345\217\215\346\200\235\346\210\221\350\257\273\344\271\246\347\254\224\350\256\260\347\232\204\346\226\271\345\274\217.md" "b/_posts/read_notes/2022-07-27-\345\217\215\346\200\235\346\210\221\350\257\273\344\271\246\347\254\224\350\256\260\347\232\204\346\226\271\345\274\217.md"
deleted file mode 100644
index 5de0f38927..0000000000
--- "a/_posts/read_notes/2022-07-27-\345\217\215\346\200\235\346\210\221\350\257\273\344\271\246\347\254\224\350\256\260\347\232\204\346\226\271\345\274\217.md"
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "反思我读书笔记的方式"
-date: 2022-07-27 10:56:28 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [读书笔记改进方式]
-permalink: /:year/:month-:day/01
----
-
-在看过其他人《菊与刀》的读书笔记,发现比我的笔记更为提炼。我更多的是分段总结,并带有自己独立观点与思考,这也没什么不对。只是形式上有所不同而已。根据我朋友的总结,我的读书笔记是随笔性质的笔记。
-
-不过呢,做画了800多条线,笔记整理文字2万之多,其实也应该反思读书效率和方式的问题。因为之前也有过这样的经历,画了百来条线,可看了的书,就拿《国富论》来说,你要我随便说出书中一个段落、论点、论据啥的,我啥也不知道...虽然这本书对我思维来说有潜移默化的启发,可好歹也要记住知道书中主题大概写啥说啥。
-
-
-
-第一个想法:
-
-做一个excel表格,结合了[高效记录笔记方法总结](https://zhuanlan.zhihu.com/p/105163429)与[7 如何做读书笔记之“EXCEL读书法”(四)](https://www.xiaohongshu.com/discovery/item/61b0cc0f0000000001028c52),做了我个人定制表格,有些稍显复杂,不过试试看吧。
-
-![](https://i.imgtg.com/2022/07/27/rgu2p.png)
-
-第二个想法:
-
-[检视阅读,让你的阅读更高效](https://www.douban.com/note/700662087/?_i=8889838zNF9xCJ),倒是很好的启发,不想看的书或看不懂的书做粗略阅读,先看自己能理解的部分,后续再来回顾,旨在增进理解。检视索引,书中涵盖哪些议题,提到哪些文章和作者。记下来吧。
-
-第三个想法:
-
-计算机专业书籍,我自己也买过读过,感觉很多都是作者纯粹是为了赚钱写书而写书,写的什么乱七八糟的...理工科类的书籍,不少作者语言水平其实普遍都挺差的...反正挂着羊头卖狗肉。
-
-从[如何读专业书籍?](https://www.jianshu.com/p/5169ff232c06)的写的内容,我能够为鉴的,70%气力看完,20-30%看不懂,正常。暂不用管前后顺序,从自己感兴趣的开始。(待定)
diff --git "a/_posts/read_notes/2022-07-29-\344\270\215\347\237\245\351\201\223\346\200\216\344\271\210\350\257\273\347\232\204\345\267\245\345\205\267\344\271\246\344\270\216\347\272\270\350\264\250\344\271\246.md" "b/_posts/read_notes/2022-07-29-\344\270\215\347\237\245\351\201\223\346\200\216\344\271\210\350\257\273\347\232\204\345\267\245\345\205\267\344\271\246\344\270\216\347\272\270\350\264\250\344\271\246.md"
deleted file mode 100644
index e447941d84..0000000000
--- "a/_posts/read_notes/2022-07-29-\344\270\215\347\237\245\351\201\223\346\200\216\344\271\210\350\257\273\347\232\204\345\267\245\345\205\267\344\271\246\344\270\216\347\272\270\350\264\250\344\271\246.md"
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "不知道怎么读的工具书与纸质书"
-date: 2022-07-29 12:36:39 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [读书笔记改进方式]
-permalink: /:year/:month-:day/02
----
-
-工具书,[结构化的读书法](https://www.bilibili.com/video/BV1tK411G7xt),确实还不错,因为它就像《新华字典》偏查阅性质的;这对于靠出版恰饭的垃圾IT技术、编程语言之类的书籍,用这方法倒是不错;不过,老实说只适用于“赶时间”、潦潦草草的阅读。如果作为书的一种复读,或许会好一点吧。
-
-
-
-## 囫囵吞枣
-
-* 书名与副标题,前言,序;半小时阅读完,归纳。
-* 写上目录,其他章节的小标题
-* 小标题转化为问题(论点),去对应章节找答案(依据及引用)
-
-论点一般集中于段落的第一二段,引用一般在三四段左右。
-
-## 纸质书标签阅读
-
-标签,我首先想到的是分类。不过,我还没读纸质书用过这方法,因为纸质书读的相当少。大部分都是电子书。
-
-圈出特别深的话,在标签上写上主题,贴在原话附近:
-
-* **复述;** 用自己的语言复述一遍。
-* **案例;** 书中的案例,或是自己想到的案例
-* **行为改变;** 在案例中,以自己为主体,我该怎么应用
-
-当读完相类似的书籍,将便签取下来整理成册,构建自己的知识体系。
-
-## 其他
-
-以上这些形式,其实都是思想上的具象化的体现,离不开自己的理解、归纳、案例延伸,再提炼作者思想加以糅合。这些方法有的是在写作手法上取了小巧,能达到快速阅读的目的;有的是在载体平台上,取自己喜欢的一种阅读方式。
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-07-29-\345\205\263\344\272\216\350\257\273\344\271\246\347\254\224\350\256\260\347\232\204\351\227\256\351\242\230.md" "b/_posts/read_notes/2022-07-29-\345\205\263\344\272\216\350\257\273\344\271\246\347\254\224\350\256\260\347\232\204\351\227\256\351\242\230.md"
deleted file mode 100644
index b75ecabb30..0000000000
--- "a/_posts/read_notes/2022-07-29-\345\205\263\344\272\216\350\257\273\344\271\246\347\254\224\350\256\260\347\232\204\351\227\256\351\242\230.md"
+++ /dev/null
@@ -1,39 +0,0 @@
----
-title: "关于读书笔记的问题之思维方式"
-date: 2022-07-29 11:04:39 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [读书笔记改进方式]
-permalink: /:year/:month-:day/01
----
-
-学生读书以通过考试为主,社会上的我们是以扩展领域知识或纠正错误为主。就[如何避免“读了就忘”?你值得尝试的七个读后习惯](https://www.bilibili.com/video/BV1a94y1D7jy)提到的“读过的书不尝试一下分享作者建议等于白读,不花时间去思考和付诸实践等于浪费时间”,给了我极大震撼,并引起了我的重视与关注。
-
-![](https://s1.ax1x.com/2022/07/29/vPSWsf.png)
-
-有两点:
-
-* 读过的书不尝试一下分享作者建议等于白读,不花时间去思考和付诸实践等于浪费时间
-* 拒绝以读了多少本书为巨大成就,但实际上现实生活中却没任何改变,来自欺欺人。
-
-
-
-视频作者更多的是提到读书的思维方式,老实说我目前还停留在笔记形式与思维方式之间。上面的视频很不错,我只记下我现在所没有的想到的点。
-
-
-[x] 总结全书,每章归纳与总结
-
-| | |
-|:--------: |:-----:|
-|为什么写书? | 写书目的?|
-|试图解决什么问题?| 方案是否合理?|
-
-**读完书的心里感受;** 为什么会有这感受,是否有缺失?如果有负面情绪,加以方法改善调和。
-
-**适当筛选;** 哪些书不需要整本读完,或深入理解。
-
-**想法付诸行动;** 书中的思想自己觉得不错的,实践于个人价值观,参与反馈,批判性取舍。
-
-**书中写了什么,而我又得到了什么?**
-
-**评估与重读;**提醒与习惯。
\ No newline at end of file
diff --git "a/_posts/read_notes/2022-08-03-\347\272\257\347\262\271\350\241\250\346\240\274\345\274\217\347\254\224\350\256\260\346\211\271\345\210\244.md" "b/_posts/read_notes/2022-08-03-\347\272\257\347\262\271\350\241\250\346\240\274\345\274\217\347\254\224\350\256\260\346\211\271\345\210\244.md"
deleted file mode 100644
index bbd0f4e447..0000000000
--- "a/_posts/read_notes/2022-08-03-\347\272\257\347\262\271\350\241\250\346\240\274\345\274\217\347\254\224\350\256\260\346\211\271\345\210\244.md"
+++ /dev/null
@@ -1,28 +0,0 @@
----
-title: "纯粹表格式笔记批判"
-date: 2022-08-03 15:53:59 +0800
-author: hoochanlon
-category: [2022.,读书笔记]
-tags: [读书笔记改进方式]
-permalink: /:year/:month-:day/01
----
-
-刚开始用表格定型、区分板块内容来做笔记确实挺好,直到我后来遇到这样的问题:“作者挺有道理的一番见解,但你很难用表格去表示这是事实现象还是事例论证。想要做诸如此类的区分整理记录时,才发现表格的这种泾渭分明的格式已将你的额外发散思维禁锢了,搞得挺是纠结的”。由此便产生改进表格式笔记的想法。
-
-
-
-## 为numbers加点料
-
-**从方正字库引入手写字体;** 程序引入字体的方式都是差不多的。
-
-![](https://i.imgtg.com/2022/08/03/AUw9a.png)
-
-**加入flow的概念;破坏表格结构;notes/cues/sum 组成康奈尔笔记**
-
-![](https://i.imgtg.com/2022/08/03/AUCPK.png)
-
-## pages → numbers → keynote
-
-flow + bull journal + notes/cues/sum + picture
-
-文字·表格·图形,这样的话,再配个主题,连 ppt 也成型了。
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P7.md" "b/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P7.md"
deleted file mode 100644
index e3be19f2e0..0000000000
--- "a/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P7.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P7(鲁迅关于“如何做事”的建议)"
-date: 2022-07-31 22:01:28 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/03
----
-
-![](https://i.imgtg.com/2022/07/31/r9Co6.png)
-
-
-
-这么一看的话,鲁迅是一个很有批判精神的这么一个人。像大家所云,他作品里大部分都是“批判现实,揭露黑暗面什么的”,但同时他也充满着希望,着眼于当前的这么一个人。
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P5.md" "b/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P5.md"
deleted file mode 100644
index 645ebe5eb9..0000000000
--- "a/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P5.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P5(鲁迅的说话原则是什么?)"
-date: 2022-07-31 10:33:20 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/01
----
-
-当时我看[《立论》](https://www.kanunu8.com/book/4426/55991.html),这篇文章写的是非常自然,好笑,我自己也没什么深刻思想。在老师课堂的引导下,em...嗯,发现是这么回事,由说话方式到处事做人的哲学。
-
-[《无声的中国》](https://www.ppzuowen.com/luxunzuopinji/sanxianji/140543.html),这个背景是白话文运动,主要大意是说:“古文过渡到白话文不易,反倒是激进的罗马音字母,国人以调和的思想,接纳并推进了白话文;不必死守古文,一直说古人的话,而要说现在自己的话,大胆的革新,以直抒胸臆白话的方式生存。”
-
-[《我要骗人》](https://read.lmeee.com/reader/sl4fny/61qq51z),我的理解原文大意:
-
-1. 作者给出“浅间山有客店老板,却没没造象牙塔的人”、“日本和中国报刊都对搬家的“愚民”破坏了当时太平做出了批评”两件事来说明,没有一个说真话“呐喊”的人。
-2. 到最后,小女孩让作者捐款,以帮助这些受水灾的人,可作者知道国民政府水利局的行为,又不能不捐、不能说真话让小女孩难过。便联系到作者母亲若问作者:“是否有天国”,回答:“有”这一骗人的谎话。
-3. 无法说真话,为了生计只能骗人,可骗人良心上又相当不安;只能认识自己是错的,并回以自己最大善意。
-
-
-对比下我的理解和笔记,我发现我的理解和老师存在些许差异:
-
-* 说现代中国人的话,说自己的话,说较真的话。(白话文运动背景)
-* 老师归纳的“说谎三底线”也挺好,说谎是一种无奈被迫之举,也要承认只是错的一面,说谎不能去损害别人利益,分清是非为原则。
-
-![](https://s1.ax1x.com/2022/07/31/vFRwut.png)
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P6.md" "b/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P6.md"
deleted file mode 100644
index f783da9909..0000000000
--- "a/_posts/teacher_ol_notes/2022-07-31-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P6.md"
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P6(鲁迅关于“如何做人”的建议是什么?)"
-date: 2022-07-31 19:36:58 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/02
----
-
-![](https://s1.ax1x.com/2022/07/31/vkASwn.png)
-
-
-
-看了《野草·聪明人和傻子和奴才》倒是没太大想法,《野草·导师》呢,倒是与我们不断调整目标倒是挺契合的。也是忽然想到,**我应该记录和摘抄一句子,就比如一段类比隐喻什么的嘛。有时也能恰好说明些问题,不时翻一翻也能记住的嘛。**
-
-最后一点想法:
-
-看到[经典寓言《聪明人和傻子和奴才》原文及赏析](https://www.vrrw.net/hstj/44783.html),赏析还算过得去,有些人赏析颇有些像教科书上的评论总结,大谈批判xxx一样空洞,甚至可以说是不负责任的总结归纳了。因为这些大谈批判xxx,是很难引起读者思考,就算引起思考,当现实抉择与随口而谈批判xxx碰撞时,都会质疑掉原作品真的想要我们真的去思考什么,解决什么。
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-01-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P8.9.md" "b/_posts/teacher_ol_notes/2022-08-01-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P8.9.md"
deleted file mode 100644
index 00882daca3..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-01-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P8.9.md"
+++ /dev/null
@@ -1,41 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P8/P9 (孔乙己)"
-date: 2022-08-01 23:48:46 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/01
----
-
-![](https://i.imgtg.com/2022/08/02/rI56i.jpg)
-
-![](https://i.imgtg.com/2022/08/02/rITbX.jpg)
-
-
-
-## 读第一遍时
-
-看了[《孔乙己》](https://read.lmeee.com/reader/g2gdqp/ofzt3f)的原文,我看的很自然,产生不了一点什么额外的感受。这或许就是共情性太差的缘故吧...我只觉得这是记事,却看不出什么,甚至连一点疑问都没有。
-
-哦,对;这样的感受,对于我来说要一种人生经验,体会过,方懂得。至少对于我这同理心太差的是如此。
-
-我不禁反思做的笔记与我的感想格格不入,笔记的条理又其实很有道理,奇怪我做笔记的感受又哪里去了?于是再读一遍《孔乙己》,看下是我哪里出了问题。真的,那“之乎者也”,对我来说也剩下可笑了。
-
-(写完后,我发现多思考自身经历感受,还是能接近同理心效果的。“如果,那么,这么,怎么怎么样”,也许能模拟甚至触及到同理共情吧。)
-
----
-
-## 重读后
-
-我目前还是以逻辑,说不上逻辑,其实我还是以自身经历积累去揣摩的吧。我列出一下几点,便说下我的感受。
-
-* **唯一站着穿长衫的人;*** 显得多么与众不同。特意的个性、身份上的清高孤傲。
-* **虽然是长衫,可是又脏又破;** 没钱还挺逞能,显摆
-* **要一碗茴香豆;** 喜欢享受体验那种多一分的快感
-* **什么“君子固穷”,什么“者乎”之类;** 用现代话来讲就是听着挺逗比
-* **茴字的几种写法,小孩用不着,小孩:”要饭的人也配考我?“、“不用你教”;** 小孩有色眼镜看人;我们自以为是好为人师。
-* **孔乙己是这样的使人快活,可是没有他,别人也便这么过;** 孔乙己的言行对他人来说只剩笑料了,少了他也没什么大不了的,似乎并没有什么存在价值。
-* **腿打折了,后来呢?怎样呢?** 像看小丑八卦一样,没有什么同情可言的
-* **大约的确是死了** 这种矛盾的判断,其实并不关心人家死活,挺无所谓的。
-
-整体感受,我又不是小唯眼中的那个孔乙己呢?
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-04-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P11.12.md" "b/_posts/teacher_ol_notes/2022-08-04-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P11.12.md"
deleted file mode 100644
index 5367797f68..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-04-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P11.12.md"
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P11/P12《推》和《雪》"
-date: 2022-08-04 17:06:00 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/02
----
-
-![](https://i.imgtg.com/2022/08/04/AxcoF.png)
-
-蒙太奇手法,增强画面感,由小及大,去看社会
-
-
-
----
-
-![](https://i.imgtg.com/2022/08/04/AxSsD.png)
-
-
-动静结合写法
-
-用生活中色彩实例去形容描写看到景色
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-04-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P10.md" "b/_posts/teacher_ol_notes/2022-08-04-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P10.md"
deleted file mode 100644
index 178883620c..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-04-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P10.md"
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P10 《铸剑》自我反省之作"
-date: 2022-08-04 15:31:43 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/01
----
-
-![](https://i.imgtg.com/2022/08/04/AxidS.png)
-
-不过,眉间尺是真正的勇士吗?
-
-
-
-确实,正视事实。对原有的命题,加以“假设”,以批判视角审视。
-
-套用我对大婶肥猪一家充满厌恶和恼火,即使让他们看得起我,也确实改变不了什么。
-
-在阶级矛盾与家庭矛盾之间
-
-肥猪看不起我,其实也改变不了我什么
-
-正视事实,我做我自己的,就好
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-05-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P13.md" "b/_posts/teacher_ol_notes/2022-08-05-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P13.md"
deleted file mode 100644
index c4a909f284..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-05-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P13.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P13 《颓败线的颤动》"
-date: 2022-08-05 10:20:57 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/02
----
-
-![](https://i.imgtg.com/2022/08/05/AFuuL.png)
-
-
-
-无可奈何,无可言说。
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P1.md" "b/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P1.md"
deleted file mode 100644
index 18dc590b44..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205 P1.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P1 导读"
-date: 2022-08-06 16:01:47 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/03
----
-
-![](https://i.imgtg.com/2022/08/06/A12bi.png)
-
-
-
-反正我没想到这么多,这次手写笔记总的下来可始终太丑,需要改进。
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P2.3.md" "b/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P2.3.md"
deleted file mode 100644
index e08fc019a0..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P2.3.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P2/P3 看中国国民性与看中国历史未来"
-date: 2022-08-06 13:56:58 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/02
----
-
-![ ](https://i.imgtg.com/2022/08/06/A1Qgg.png)
-
-
-
-深刻。从“论他妈的”到门第等级制度,从“论睁了眼看”制度再到“推背图”的说话方式。“中国人失掉自信力了吗?”,忽然感觉我们集体的自信(不是说个人自信)正是由这些脊梁支撑着,捍卫着。
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P4.md" "b/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P4.md"
deleted file mode 100644
index d7e451ee07..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-06-\345\214\227\345\244\247\351\222\261\347\220\206\347\276\244\346\225\231\346\216\210\350\256\262\351\262\201\350\277\205P4.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "北大钱理群教授讲鲁迅 P4 鲁迅的“异端性”体现"
-date: 2022-08-06 11:26:19 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《北大钱理群教授讲鲁迅》系列]
-permalink: /:year/:month-:day/01
----
-
-![](https://i.imgtg.com/2022/08/06/A1NGU.png)
-
-
-
-认同
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-14-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P0.md" "b/_posts/teacher_ol_notes/2022-08-14-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P0.md"
deleted file mode 100644
index 45167f9492..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-14-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P0.md"
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: "刁克利讲莎士比亚戏剧 预告与导读"
-date: 2022-08-14 11:13:10 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《刁克利讲莎士比亚戏剧》系列]
-permalink: /:year/:month-:day/02
----
-
-刚开始不懂,随着阅读的深入,回味一下导读的作用:
-
-* 提供大纲,明晰主题与要务
-* 提前对后续课文及问题做准备
-
-回想起读书时的教材那导读,我也发现了导读的副作用,就是一些稂莠不齐的编者的个人思想观、价值观强迫灌输于人;带来的效果就是要么看不懂无法理解的选择性无视,要么就直接排斥。
-
-
-
-啊,看来我做的导图实际上是一个在阅读过程中提醒我明晰阅读方向的文件呢。
-
-![](https://s1.ax1x.com/2022/08/14/vUZ5HP.png)
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-16-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P1.2.3.4.md" "b/_posts/teacher_ol_notes/2022-08-16-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P1.2.3.4.md"
deleted file mode 100644
index 30261fee1e..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-16-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P1.2.3.4.md"
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: "刁克利讲莎士比亚戏剧 P1/2/3/4 综合展现"
-date: 2022-08-16 15:43:00 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《刁克利讲莎士比亚戏剧》系列]
-permalink: /:year/:month-:day/01
----
-
-做完导图忘记整理了,看似简单的剧情深入下去挺复杂的。 啊,没时间了,没时间了。做完记不住,做完记不住!啊啊啊!敷衍自己,敷衍老师,敷衍谁呢?哇,啊啊啊!
-
-## 《仲夏夜之梦》
-
-[![v0ivNT.png](https://s1.ax1x.com/2022/08/16/v0ivNT.png)](https://imgtu.com/i/v0ivNT)
-
-## 《罗密欧与朱丽叶》
-
-[![v0i7cj.png](https://s1.ax1x.com/2022/08/16/v0i7cj.png)](https://imgtu.com/i/v0i7cj)
-
-## 《威尼斯商人》
-
-[![v0ix4U.png](https://s1.ax1x.com/2022/08/16/v0ix4U.png)](https://imgtu.com/i/v0ix4U)
-
-## 《皆大欢喜》
-
-[![vsvqn1.png](https://s1.ax1x.com/2022/08/20/vsvqn1.png)](https://imgse.com/i/vsvqn1)
\ No newline at end of file
diff --git "a/_posts/teacher_ol_notes/2022-08-28-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P1-P10.md" "b/_posts/teacher_ol_notes/2022-08-28-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P1-P10.md"
deleted file mode 100644
index 1e81e999af..0000000000
--- "a/_posts/teacher_ol_notes/2022-08-28-\345\210\201\345\205\213\345\210\251\350\256\262\350\216\216\345\243\253\346\257\224\344\272\232\346\210\217\345\211\247P1-P10.md"
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "刁克利讲莎士比亚戏剧P1-P10"
-date: 2022-08-28 14:32:14 +0800
-author: hoochanlon
-category: [2022.,网课记录]
-tags: [《刁克利讲莎士比亚戏剧》系列]
-permalink: /:year/:month-:day/01
----
-
-关于这部分的读书笔记已经融入到Pages文稿中,也是我的最终输出。链接地址: [hoochanlon/tetyou/莎士比亚选集随思录](https://github.com/hoochanlon/tetyou/blob/master/部分看过的书笔记/“莎士比亚选集”随思录%20.pages)
-
-
-
-额外发现《张爱玲文学语言中的隐喻》、《金庸小说经典化对中国当代通俗文学启示》、《英国新古典主义时期莎士比亚批评研究》
\ No newline at end of file
diff --git a/_sass/_common/components/back-to-top-sidebar.scss b/_sass/_common/components/back-to-top-sidebar.scss
deleted file mode 100644
index 9da46c615b..0000000000
--- a/_sass/_common/components/back-to-top-sidebar.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-@mixin back-to-top-sidebar {
- .back-to-top {
- display: none;
- margin: 15px -10px -20px;
- background: $body-bg-color;
- font-size: $b2t-font-size;
- opacity: $b2t-opacity;
- cursor: pointer;
- text-align: center;
- -webkit-transform: translateZ(0);
- transition-property: bottom;
- @include the-transition();
- &:hover { opacity: 0.8; }
-
- @include mobile() {
- display: none;
- }
- @include tablet() {
- display: none;
- }
-
- &.back-to-top-on {
- display: block;
- }
- }
-}
diff --git a/_sass/_common/components/back-to-top.scss b/_sass/_common/components/back-to-top.scss
deleted file mode 100644
index 2f32953f1b..0000000000
--- a/_sass/_common/components/back-to-top.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-@mixin back-to-top {
- .back-to-top {
- box-sizing: border-box;
- position: fixed;
- bottom: $b2t-position-bottom;
- right: $b2t-position-right;
- z-index: $zindex-5;
- padding: 0 6px;
- width: if(jekyll-config('sidebar.scrollpercent'), initial, 24px);
- background: $b2t-bg-color;
- font-size: $b2t-font-size;
- opacity: $b2t-opacity;
- color: $b2t-color;
- cursor: pointer;
- text-align: center;
- -webkit-transform: translateZ(0);
- transition-property: bottom;
- @include the-transition();
-
- @include mobile() {
- display: none;
- }
- @include tablet() {
- display: none;
- }
-
- &.back-to-top-on {
- bottom: $b2t-position-bottom-on;
- }
- }
-}
diff --git a/_sass/_common/components/buttons.scss b/_sass/_common/components/buttons.scss
deleted file mode 100644
index 17e5613fc0..0000000000
--- a/_sass/_common/components/buttons.scss
+++ /dev/null
@@ -1,30 +0,0 @@
-.btn {
- display: inline-block;
- padding: 0 20px;
- font-size: $btn-default-font-size;
- color: $btn-default-color;
- background: $btn-default-bg;
- border: $btn-default-border-width solid $btn-default-border-color;
- text-decoration: none;
- border-radius: $btn-default-radius;
- transition-property: background-color;
- @include the-transition();
-
- @at-root %btn-hover{
- border-color: $btn-default-hover-border-color;
- color: $btn-default-hover-color;
- background: $btn-default-hover-bg;
- }
-
- &:hover { @extend %btn-hover; }
-}
-
-.btn-bar {
- display: block;
- width: 22px;
- height: 2px;
- background: $text-color;
- border-radius: 1px;
-
- &+.btn-bar { margin-top: 4px; }
-}
diff --git a/_sass/_common/components/comments.scss b/_sass/_common/components/comments.scss
deleted file mode 100644
index bf3edb945c..0000000000
--- a/_sass/_common/components/comments.scss
+++ /dev/null
@@ -1 +0,0 @@
-.comments { margin: 60px 20px 0; }
diff --git a/_sass/_common/components/components.scss b/_sass/_common/components/components.scss
deleted file mode 100644
index fcd66e69ee..0000000000
--- a/_sass/_common/components/components.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-@import "highlight/highlight";
-@import "tags/tags";
-
-@import "buttons";
-@import "pagination";
-@import "comments";
-@import "tag-cloud";
-
-@import "back-to-top-sidebar";
-@import "back-to-top";
-@if jekyll-config('sidebar.b2t') {
- @include back-to-top-sidebar;
-}
-@else {
- @include back-to-top;
-}
-
-@import "header/header";
-@import "post/post";
-@import "sidebar/sidebar";
-@import "footer/footer";
-@import "third-party/third-party";
-
-@import "pages/pages";
diff --git a/_sass/_common/components/footer/footer.scss b/_sass/_common/components/footer/footer.scss
deleted file mode 100644
index 3bf275403b..0000000000
--- a/_sass/_common/components/footer/footer.scss
+++ /dev/null
@@ -1,38 +0,0 @@
-.footer {
- font-size: 14px;
- color: $grey-dark;
- img { border: none; }
-}
-
-.footer-inner { text-align: center; }
-
-.with-love {
- display: inline-block;
- margin: 0 5px;
-}
-
-.powered-by,
-.theme-info { display: inline-block; }
-
-.powered-by {
- margin-right: 10px;
-
- &::after {
- content: "|";
- padding-left: 10px;
- }
-}
-
-.cc-license {
- margin-top: 10px;
- text-align: center;
-
- .cc-opacity {
- opacity: 0.7;
- border-bottom: none;
-
- &:hover { opacity: 0.9; }
- }
-
- img { display: inline-block; }
-}
diff --git a/_sass/_common/components/header/header.scss b/_sass/_common/components/header/header.scss
deleted file mode 100644
index ae230389c0..0000000000
--- a/_sass/_common/components/header/header.scss
+++ /dev/null
@@ -1,11 +0,0 @@
-.header {
- background: $head-bg;
-}
-
-.header-inner { position: relative; }
-
-
-@import "headerband";
-@import "site-meta";
-@import "site-nav";
-@import "menu";
diff --git a/_sass/_common/components/header/headerband.scss b/_sass/_common/components/header/headerband.scss
deleted file mode 100644
index 382dbd9cdd..0000000000
--- a/_sass/_common/components/header/headerband.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-.headband {
- height: $headband-height;
- background: $headband-bg;
-}
diff --git a/_sass/_common/components/header/menu.scss b/_sass/_common/components/header/menu.scss
deleted file mode 100644
index 60e478d9bb..0000000000
--- a/_sass/_common/components/header/menu.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-// Menu
-// --------------------------------------------------
-.menu {
- margin-top: 20px;
- padding-left: 0;
- text-align: center;
-}
-
-.menu .menu-item {
- display: inline-block;
- margin: 0 10px;
- list-style: none;
-
- @media screen and (max-width: 767px) {
- margin-top: 10px;
- }
-
- a {
- display: block;
- font-size: 13px;
- line-height: inherit;
- border-bottom: 1px solid $menu-link-border;
- transition-property: border-color;
- @include the-transition();
-
- @at-root %menu-a-hover { border-bottom-color: $menu-link-hover-border; }
- &:hover { @extend %menu-a-hover; }
- }
-
- .fa { margin-right: 5px; }
-}
-
-.use-motion .menu-item { opacity: 0; }
diff --git a/_sass/_common/components/header/site-meta.scss b/_sass/_common/components/header/site-meta.scss
deleted file mode 100644
index b8c8a90e7b..0000000000
--- a/_sass/_common/components/header/site-meta.scss
+++ /dev/null
@@ -1,48 +0,0 @@
-.site-meta {
- margin: 0;
- text-align: $site-meta-text-align;
-
- @include mobile() { text-align: center; }
-}
-
-.brand {
- position: relative;
- display: inline-block;
- padding: 0 40px;
- color: $brand-color;
- background: $brand-bg;
- border-bottom: none;
- &:hover { color: $brand-hover-color; }
-}
-
-.logo {
- display: inline-block;
- margin-right: 5px;
- line-height: 36px;
- vertical-align: top;
-}
-
-.site-title {
- display: inline-block;
- vertical-align: top;
- line-height: 36px;
- font-size: $logo-font-size;
- font-weight: normal;
- font-family: $font-family-logo;
-}
-
-.site-subtitle {
- margin-top: 10px;
- font-size: $subtitle-font-size;
- color: $subtitle-color;
-}
-
-.use-motion {
- .brand { opacity: 0; }
-
- .logo, .site-title, .site-subtitle {
- opacity: 0;
- position: relative;
- top: -10px;
- }
-}
diff --git a/_sass/_common/components/header/site-nav.scss b/_sass/_common/components/header/site-nav.scss
deleted file mode 100644
index be627c88b3..0000000000
--- a/_sass/_common/components/header/site-nav.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-.site-nav-toggle {
- display: none;
- position: absolute;
- top: 10px;
- left: 10px;
- @include mobile() {
- display: block;
- }
-
- button {
- margin-top: 2px;
- padding: 9px 10px;
- background: transparent;
- border: none;
- }
-}
-
-.site-nav {
- @include mobile() {
- display: none;
- margin: 0 -10px;
- padding: 0 10px;
- clear: both;
- border-top: 1px solid $gray-lighter;
- }
- @include tablet() { display: block !important; }
- @include desktop() { display: block !important; }
-}
diff --git a/_sass/_common/components/highlight/diff.scss b/_sass/_common/components/highlight/diff.scss
deleted file mode 100644
index 3138dc0c56..0000000000
--- a/_sass/_common/components/highlight/diff.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-$highlight_theme : jekyll-config("highlight_theme");
-
-@if $highlight_theme == "normal" {
- $highlight-deletion : #fdd !global;
- $highlight-addition : #dfd !global;
-}
-@else {
- $highlight-deletion : #008000 !global;
- $highlight-addition : #800000 !global;
-}
diff --git a/_sass/_common/components/highlight/highlight.scss b/_sass/_common/components/highlight/highlight.scss
deleted file mode 100644
index 50162a5515..0000000000
--- a/_sass/_common/components/highlight/highlight.scss
+++ /dev/null
@@ -1,184 +0,0 @@
-// https://github.com/chriskempson/tomorrow-theme
-
-@import "theme";
-@import "diff";
-
-// Placeholder: $code-block
-%code-block {
- overflow: auto;
- margin: 20px 0;
- padding: 0;
- font-size: $code-font-size;
- color: $highlight-foreground;
- background: $highlight-background;
- line-height: $line-height-code-block;
-}
-
-pre, code { font-family: $code-font-family; }
-
-code {
- padding: 2px 4px;
- word-wrap: break-word;
- color: $code-foreground;
- background: $code-background;
- border-radius: $code-border-radius;
- font-size: $code-font-size;
-}
-
-pre {
- @extend %code-block;
-
- code {
- padding: 0;
- color: $highlight-foreground;
- background: none;
- text-shadow: none;
- }
-}
-
-.highlight {
- @extend %code-block;
- border-radius: 1px;
-
- pre {
- border: none;
- margin: 0;
- padding: 10px 0;
- }
-
- & > pre {
- padding-left: 10px;
- padding-right: 10px;
- background-color: $highlight-background;
- }
-
- table {
- margin: -10px;
- width: auto;
- border: none;
- }
-
- td {
- border: none;
- padding: 0;
- }
-
- figcaption {
- @include clearfix();
- font-size: 1em;
- color: $highlight-foreground;
- line-height: 1em;
- margin-bottom: 1em;
-
- a {
- float: right;
- color: $highlight-foreground;
-
- &:hover { border-bottom-color: $highlight-foreground; }
- }
- }
-
- .gutter pre {
- padding-left: 10px;
- padding-right: 10px;
- color: map-get($highlight-gutter, color);
- text-align: right;
- background-color: map-get($highlight-gutter, bg-color);
- }
-
- .code pre {
- width: 100%;
- padding-left: 10px;
- padding-right: 10px;
- background-color: $highlight-background;
- }
-
- .line { height: 20px; }
-}
-
-
-.gutter {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
-}
-
-.gist table {
- width: auto;
-
- td { border: none; }
-}
-
-pre.highlight { padding: 10px; }
-
-// For diff highlight
-pre .deletion { background: $highlight-deletion; }
-pre .addition { background: $highlight-addition; }
-pre .meta { color: $highlight-purple; }
-
-pre {
-
- .c, .cm, .cp, .c1, .cs { color: $highlight-comment; }
-
- .nv, .vc, .vg, .vi,
- .na,
- .nt,
- .sr,
- .ruby .constant,
- .xml .tag .title,
- .xml .pi,
- .xml .doctype,
- .html .doctype,
- .css .id,
- .css .class,
- .css .pseudo {
- color: $highlight-red;
- }
-
- .m, .mf, .mh, .mi, .il, .mo, .mx, .mb,
- .cp,
- .nb, .bp,
- .l, .ld,
- .params,
- .kc,
- .gp {
- color: $highlight-orange;
- }
-
- .ruby .class .title,
- .css .rules .attribute,
- .s, .sb, .sc, .sd, .s2, .se, .sh, .si, .sx, .s1, .ss,
- .value,
- .inheritance,
- .header,
- .ruby .symbol,
- .xml .cdata,
- .special,
- .m, .mf, .mh, .mi, .il, .mo, .mx, .mb,
- .formula {
- color: $highlight-green;
- }
-
- .nc, .nf,
- .css .hexcolor {
- color: $highlight-aqua;
- }
-
- .nf,
- .python .decorator,
- .python .title,
- .ruby .function .title,
- .ruby .title .keyword,
- .perl .sub,
- .javascript .title,
- .coffeescript .title {
- color: $highlight-blue;
- }
-
- .k, .kd, .kn, .kp, .kr, .kt,
- .javascript .function {
- color: $highlight-purple;
- }
-
-}
diff --git a/_sass/_common/components/highlight/theme.scss b/_sass/_common/components/highlight/theme.scss
deleted file mode 100644
index c9b80044bc..0000000000
--- a/_sass/_common/components/highlight/theme.scss
+++ /dev/null
@@ -1,97 +0,0 @@
-$highlight_theme : jekyll-config("highlight_theme");
-
-
-@if $highlight_theme == "normal" {
- $highlight-background : #f7f7f7 !global;
- $highlight-current-line : #efefef !global;
- $highlight-selection : #d6d6d6 !global;
- $highlight-foreground : #4d4d4c !global;
- $highlight-comment : #8e908c !global;
- $highlight-red : #c82829 !global;
- $highlight-orange : #f5871f !global;
- $highlight-yellow : #eab700 !global;
- $highlight-green : #718c00 !global;
- $highlight-aqua : #3e999f !global;
- $highlight-blue : #4271ae !global;
- $highlight-purple : #8959a8 !global;
- $highlight-gutter : (
- color: #869194,
- bg-color: #eff2f3
- ) !global;
-}
-
-@if $highlight_theme == "night" {
- $highlight-background : #1d1f21 !global;
- $highlight-current-line : #282a2e !global;
- $highlight-selection : #373b41 !global;
- $highlight-foreground : #c5c8c6 !global;
- $highlight-comment : #969896 !global;
- $highlight-red : #cc6666 !global;
- $highlight-orange : #de935f !global;
- $highlight-yellow : #f0c674 !global;
- $highlight-green : #b5bd68 !global;
- $highlight-aqua : #8abeb7 !global;
- $highlight-blue : #81a2be !global;
- $highlight-purple : #b294bb !global;
- $highlight-gutter : (
- color: scale-color($highlight-background, $lightness: 50%),
- bg-color: scale-color($highlight-background, $lightness: -100%)
- ) !global;
-}
-
-@if $highlight_theme == "night eighties" {
- $highlight-background : #2d2d2d !global;
- $highlight-current-line : #393939 !global;
- $highlight-selection : #515151 !global;
- $highlight-foreground : #cccccc !global;
- $highlight-comment : #999999 !global;
- $highlight-red : #f2777a !global;
- $highlight-orange : #f99157 !global;
- $highlight-yellow : #ffcc66 !global;
- $highlight-green : #99cc99 !global;
- $highlight-aqua : #66cccc !global;
- $highlight-blue : #6699cc !global;
- $highlight-purple : #cc99cc !global;
- $highlight-gutter : (
- color: $highlight-comment,
- bg-color: scale-color($highlight-background, $lightness: -40%)
- ) !global;
-}
-
-@if $highlight_theme == "night blue" {
- $highlight-background : #002451 !global;
- $highlight-current-line : #00346e !global;
- $highlight-selection : #003f8e !global;
- $highlight-foreground : #ffffff !global;
- $highlight-comment : #7285b7 !global;
- $highlight-red : #ff9da4 !global;
- $highlight-orange : #ffc58f !global;
- $highlight-yellow : #ffeead !global;
- $highlight-green : #d1f1a9 !global;
- $highlight-aqua : #99ffff !global;
- $highlight-blue : #bbdaff !global;
- $highlight-purple : #ebbbff !global;
- $highlight-gutter : (
- color: $highlight-comment,
- bg-color: scale-color($highlight-background, $lightness: -60%)
- ) !global;
-}
-
-@if $highlight_theme == "night bright" {
- $highlight-background : #000000 !global;
- $highlight-current-line : #2a2a2a !global;
- $highlight-selection : #424242 !global;
- $highlight-foreground : #eaeaea !global;
- $highlight-comment : #969896 !global;
- $highlight-red : #d54e53 !global;
- $highlight-orange : #e78c45 !global;
- $highlight-yellow : #e7c547 !global;
- $highlight-green : #b9ca4a !global;
- $highlight-aqua : #70c0b1 !global;
- $highlight-blue : #7aa6da !global;
- $highlight-purple : #c397d8 !global;
- $highlight-gutter : (
- color: scale-color($highlight-background, $lightness: 40%),
- bg-color: scale-color($highlight-background, $lightness: 16%)
- ) !global;
-}
diff --git a/_sass/_common/components/pages/archive.scss b/_sass/_common/components/pages/archive.scss
deleted file mode 100644
index da5ebde4a2..0000000000
--- a/_sass/_common/components/pages/archive.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-.use-motion {
- .post { opacity: 0; }
-}
-
-.page-archive {
-
- .archive-page-counter {
- position: relative;
- top: 3px;
- left: 20px;
-
- @include mobile() {
- top: 5px;
- }
- }
-
- .posts-collapse {
-
- .archive-move-on {
- position: absolute;
- top: 11px;
- left: 0;
- margin-left: -6px;
- width: 10px;
- height: 10px;
- opacity: 0.5;
- background: $black-light;
- border: 1px solid white;
-
- @include circle();
- }
- }
-}
diff --git a/_sass/_common/components/pages/categories.scss b/_sass/_common/components/pages/categories.scss
deleted file mode 100644
index db3bb10a34..0000000000
--- a/_sass/_common/components/pages/categories.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-.category-all-page {
- .category-all-title { text-align: center; }
-
- .category-all { margin-top: 20px; }
-
- .category-list {
- margin: 0;
- padding: 0;
- list-style: none;
- }
-
- .category-list-item { margin: 5px 10px; }
-
- .category-list-count {
- color: $grey;
- &:before {
- display: inline;
- content: " ("
- }
- &:after {
- display: inline;
- content: ") "
- }
- }
-
- .category-list-child { padding-left: 10px; }
-}
diff --git a/_sass/_common/components/pages/pages.scss b/_sass/_common/components/pages/pages.scss
deleted file mode 100644
index cb14d04cbb..0000000000
--- a/_sass/_common/components/pages/pages.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-// Page specific styles
-
-@import "archive";
-@import "categories";
-@import "schedule";
-@import "post-detail";
diff --git a/_sass/_common/components/pages/post-detail.scss b/_sass/_common/components/pages/post-detail.scss
deleted file mode 100644
index 3f26afdb29..0000000000
--- a/_sass/_common/components/pages/post-detail.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-.page-post-detail {
-
- .sidebar-toggle-line { background: $sidebar-highlight; }
-
- .comments { overflow: hidden; }
-}
diff --git a/_sass/_common/components/pages/schedule.scss b/_sass/_common/components/pages/schedule.scss
deleted file mode 100644
index 07eff94ae8..0000000000
--- a/_sass/_common/components/pages/schedule.scss
+++ /dev/null
@@ -1,100 +0,0 @@
-@include keyframes(dot-flash) {
- from {opacity: 1; @include transform(scale(1.1));}
- to {opacity: 0; @include transform(scale(1));}
-}
-
-#schedule {
- ul#event-list {
- padding-left: 30px;
- hr {
- margin: 20px 0 45px 0!important;
- background: #222;
- &:after {
- display: inline-block;
- content: 'NOW';
- background: #222;
- color: #FFF;
- font-weight:bold;
- text-align: right;
- padding: 0 5px;
- }
- }
- li.event {
- margin: 20px 0px;
- background: #F9F9F9;
- padding-left: 10px;
- min-height: 40px;
- h2.event-summary {
- margin: 0;
- padding-bottom: 3px;
- &:before {
- display: inline-block;
- font-family: FontAwesome;
- font-size: 8px;
- content: '\f111';
- vertical-align: middle;
- margin-right: 25px;
- color: #bbb;
- }
- }
- span.event-relative-time {
- display: inline-block;
- font-size: 12px;
- font-weight: 400;
- padding-left: 12px;
- color: #bbb;
- }
- span.event-details {
- display: block;
- color: #bbb;
- margin-left: 56px;
- padding-top: 3px;
- padding-bottom: 6px;
- text-indent: -24px;
- line-height: 18px;
- &:before {
- text-indent: 0;
- display: inline-block;
- width: 14px;
- font-family: FontAwesome;
- text-align: center;
- margin-right: 9px;
- color: #bbb;
- }
- &.event-location:before {
- content: '\f041';
- }
- &.event-duration:before {
- content: '\f017';
- }
- }
- }
- li.event-past {
- background: #FCFCFC;
- & > * {
- opacity: .6;
- }
- h2.event-summary {
- color: #bbb;
- &:before {
- color: #DFDFDF;
- }
- }
- }
- li.event-now {
- background: #222;
- color: #FFF;
- padding: 15px 0 15px 10px;
- h2.event-summary {
- &:before {
- @include transform(scale(1.2));
- color: #FFF;
- animation: dot-flash 1s alternate infinite ease-in-out;
- }
- }
- * {
- color: #FFF!important;
- }
- }
- }
-}
diff --git a/_sass/_common/components/pagination.scss b/_sass/_common/components/pagination.scss
deleted file mode 100644
index ce25c66042..0000000000
--- a/_sass/_common/components/pagination.scss
+++ /dev/null
@@ -1,61 +0,0 @@
-.pagination {
- margin: 120px 0 40px;
- text-align: center;
- border-top: 1px solid $pagination-border;
-}
-
-.page-number-basic {
- display: inline-block;
- position: relative;
- top: -1px;
- margin: 0 10px;
- padding: 0 10px;
- line-height: 30px;
-
- @include mobile() { margin: 0 5px; }
-}
-
-.pagination {
- .prev, .next, .page-number {
- @extend .page-number-basic;
- border-bottom: 0;
- border-top: 1px solid $pagination-link-border;
- transition-property: border-color;
- @include the-transition();
-
- &:hover { border-top-color: $pagination-link-hover-border; }
- }
-
- .space {
- @extend .page-number-basic;
- padding: 0;
- margin: 0;
- }
-
- .prev { margin-left: 0; }
- .next { margin-right: 0; }
-
- @at-root %page-number-current {
- color: $pagination-active-color;
- background: $pagination-active-bg;
- border-top-color: $pagination-active-border;
- }
-
- .page-number.current {
- @extend %page-number-current;
- }
-}
-
-@media (max-width: 767px) {
- .pagination { border-top: none; }
-
- .pagination {
- .prev, .next, .page-number {
- margin-bottom: 10px;
- border-top: 0;
- border-bottom: 1px solid $pagination-link-border;
-
- &:hover { border-bottom-color: $pagination-link-hover-border; }
- }
- }
-}
diff --git a/_sass/_common/components/post/post-button.scss b/_sass/_common/components/post/post-button.scss
deleted file mode 100644
index 9072aa4ac1..0000000000
--- a/_sass/_common/components/post/post-button.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-.post-button {
- margin-top: 50px;
-
- .btn {
- color: $read-more-color;
- font-size: $read-more-font-size;
- background: $read-more-bg-color;
- border-radius: $read-more-border-radius;
- line-height: 2;
- margin: 0 4px 8px 4px;
- }
- .btn:hover {
- @extend %btn-hover;
- }
- .fa-fw {
- width: (18em / 14);
- text-align: left;
- }
-}
diff --git a/_sass/_common/components/post/post-collapse.scss b/_sass/_common/components/post/post-collapse.scss
deleted file mode 100644
index 63bc14d03d..0000000000
--- a/_sass/_common/components/post/post-collapse.scss
+++ /dev/null
@@ -1,111 +0,0 @@
-// TODO: Refactor.
-
-@media (max-width: 767px) {
- .posts-collapse {
- margin: 0 20px;
-
- .post-title, .post-meta {
- display: block;
- width: auto;
- text-align: left;
- }
- }
-}
-
-.posts-collapse {
- position: relative;
- z-index: $zindex-1;
-
- &::after {
- content: " ";
- position: absolute;
- top: 20px;
- left: 0;
- margin-left: -2px;
- width: 4px;
- height: 100%;
- background: $whitesmoke;
- z-index: $zindex-bottom;
- }
-
- margin-left: $posts-collapse-left;
- @include mobile() { margin: 0 20px; }
-
- .collection-title {
- position: relative;
- margin: 60px 0;
-
- h1, h2 { margin-left: 20px; }
-
- small { color: $grey; margin-left: 5px; }
-
- &::before {
- content: " ";
- position: absolute;
- left: 0;
- top: 50%;
- margin-left: -4px;
- margin-top: -4px;
- width: 8px;
- height: 8px;
- background: $grey;
- @include circle();
- }
- }
-
- .post { margin: 30px 0; }
-
- .post-header {
- position: relative;
- @include the-transition();
- transition-property: border;
- border-bottom: 1px dashed $grey-light;
-
- &::before {
- content: " ";
- position: absolute;
- left: 0;
- top: 12px;
- width: 6px;
- height: 6px;
- margin-left: -4px;
- background: $grey;
- @include circle();
- border: 1px solid white;
- @include the-transition();
- transition-property: background;
- }
- }
-
- .post-header:hover {
- border-bottom-color: $grey-dim;
-
- &::before { background: $black-deep; }
- }
-
- .post-meta {
- position: absolute;
- font-size: 12px;
- left: 20px;
- top: 5px;
- }
-
- .post-comments-count { display: none; }
-
- .post-title {
- margin-left: 60px;
- font-size: 16px;
- font-weight: normal;
- line-height: inherit;
-
- &::after {
- margin-left: 3px;
- opacity: 0.6;
- }
-
- a {
- color: $grey-dim;
- border-bottom: none;
- }
- }
-}
diff --git a/_sass/_common/components/post/post-copyright.scss b/_sass/_common/components/post/post-copyright.scss
deleted file mode 100644
index 8aeefd79b6..0000000000
--- a/_sass/_common/components/post/post-copyright.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-@mixin post-copyright {
- .post-copyright {
- margin: map-get($post-copyright, margin);
- padding: map-get($post-copyright, padding);
- border-left: map-get(map-get($post-copyright, border), width) map-get(map-get($post-copyright, border), style) map-get(map-get($post-copyright, border), color);
- background-color: map-get($post-copyright, bg);
- list-style: none;
- }
-}
diff --git a/_sass/_common/components/post/post-eof.scss b/_sass/_common/components/post/post-eof.scss
deleted file mode 100644
index e4303252ea..0000000000
--- a/_sass/_common/components/post/post-eof.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-.posts-expand {
- .post-eof {
- display: block;
- margin: $post-eof-margin-top auto $post-eof-margin-bottom;
- width: 8%;
- height: 1px;
- background: $grey-light;
- text-align: center;
- }
-}
-
-
-.post:last-child {
- .post-eof.post-eof.post-eof {
- display: none;
- }
-}
diff --git a/_sass/_common/components/post/post-expand.scss b/_sass/_common/components/post/post-expand.scss
deleted file mode 100644
index ff9236e347..0000000000
--- a/_sass/_common/components/post/post-expand.scss
+++ /dev/null
@@ -1,65 +0,0 @@
-// TODO: Refactor.
-
-.posts-expand {
- padding-top: 40px;
-}
-
-@media (max-width: 767px) {
- .posts-expand {
- margin: 0 20px;
- }
-
- .post-body {
- pre {
- padding: 10px;
- .gutter pre {
- padding-right: 10px;
- }
- }
-
- .highlight {
- margin-left: 0px;
- margin-right: 0px;
- padding: 0;
- .gutter pre {
- padding-right: 10px;
- }
- }
- }
-}
-
-.posts-expand .post-body {
- @include desktop() { text-align: justify; }
-
-
- h2, h3, h4, h5, h6 {
- padding-top: 10px;
-
- .header-anchor{
- float: right;
- margin-left: 10px;
- color: $grey-light;
- border-bottom-style: none;
- visibility: hidden;
-
- &:hover{
- color: inherit;
- }
- }
-
- &:hover .header-anchor{
- visibility: visible;
- }
- }
-
- ul li { list-style: circle; }
-
- img {
- box-sizing: border-box;
- margin: auto;
- padding: 3px;
- border: 1px solid $gray-lighter;
- }
-}
-
-.posts-expand .fancybox img { margin: 0 auto; }
diff --git a/_sass/_common/components/post/post-gallery.scss b/_sass/_common/components/post/post-gallery.scss
deleted file mode 100644
index b2385ae3f7..0000000000
--- a/_sass/_common/components/post/post-gallery.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-.post-gallery {
- display: table;
- table-layout: fixed;
- width: 100%;
- border-collapse: separate;
-}
-
-.post-gallery-row { display: table-row; }
-
-.post-gallery .post-gallery-img {
- display: table-cell;
- text-align: center;
- vertical-align: middle;
- border: none;
-}
-
-.post-gallery .post-gallery-img img {
- max-width: 100%;
- max-height: 100%;
- border: none;
-}
-
-.fancybox-close, .fancybox-close:hover { border: none; }
diff --git a/_sass/_common/components/post/post-meta.scss b/_sass/_common/components/post/post-meta.scss
deleted file mode 100644
index d92b6bcaa1..0000000000
--- a/_sass/_common/components/post/post-meta.scss
+++ /dev/null
@@ -1,49 +0,0 @@
-.posts-expand .post-meta {
- margin: 3px 0 60px 0;
- color: $grey-dark;
- font-family: $font-family-posts;
- font-size: 12px;
- text-align: center;
-
- .post-category-list {
- display: inline-block;
- margin: 0;
- padding: 3px;
- }
- .post-category-list-link { color: $grey-dark; }
-
- .post-description {
- font-size: 14px;
- margin-top: 2px;
- }
-}
-
-.post-wordcount {
- display: inline-block;
-}
-
-.post-meta-divider {
- margin: 0 .5em;
-}
-
-.post-meta-item-icon {
- margin-right: 3px;
- @include tablet() {
- display: inline-block;
- }
- @include mobile() {
- display: inline-block;
- }
-}
-.post-meta-item-text {
- @include tablet() {
- display: none;
- }
- @include mobile() {
- display: none;
- }
-}
-
-.posts-expand .post-comments-count {
- @include mobile() { display: none; }
-}
diff --git a/_sass/_common/components/post/post-nav.scss b/_sass/_common/components/post/post-nav.scss
deleted file mode 100644
index fa85838d23..0000000000
--- a/_sass/_common/components/post/post-nav.scss
+++ /dev/null
@@ -1,57 +0,0 @@
-.post-nav {
- display: table;
- margin-top: 15px;
- width: 100%;
- border-top: 1px solid $gainsboro;
-}
-
-.post-nav-divider {
- display: table-cell;
- width: 10%;
-}
-
-.post-nav-item {
- display: table-cell;
- padding: 10px 0 0 0;
- width: 45%;
- vertical-align: top;
-
- a {
- position: relative;
- display: block;
- line-height: 25px;
- font-size: 14px;
- color: $link-color;
- border-bottom: none;
-
- &:hover {
- color: $link-hover-color;
- border-bottom: none;
- }
-
- &:active { top: 2px; }
- }
-
- .fa {
- position: absolute;
- top: 8px;
- left: 0;
- font-size: 12px;
- }
-
-}
-
-.post-nav-next {
- a { padding-left: 15px; }
-}
-
-.post-nav-prev {
- text-align: right;
-
- a { padding-right: 15px; }
-
- .fa {
- right: 0;
- left: auto;
- }
-}
diff --git a/_sass/_common/components/post/post-reward.scss b/_sass/_common/components/post/post-reward.scss
deleted file mode 100644
index 578b9b71e8..0000000000
--- a/_sass/_common/components/post/post-reward.scss
+++ /dev/null
@@ -1,61 +0,0 @@
-@mixin post-reward {
- #rewardButton {
- cursor: pointer;
- border: 0;
- outline: 0;
- border-radius: 100%;
- padding: 0;
- margin: 0;
- letter-spacing: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
- }
- #rewardButton span {
- display: inline-block;
- width: 80px;
- height: 35px;
- border-radius: 5px;
- color: #fff;
- font-weight: 400;
- font-style: normal;
- font-variant: normal;
- font-stretch: normal;
- font-size: 18px;
- font-family: "Microsoft Yahei";
- background: #F44336;
- }
- #rewardButton span:hover{
- background: #F7877F;
- }
- #QR{
- padding-top:20px;
- }
- #QR a{
- border:0;
- }
- #QR img{
- width: 180px;
- max-width: 100%;
- display: inline-block;
- margin: 0.8em 2em 0 2em;
- }
- #wechat:hover p{
- animation: roll 0.1s infinite linear;
- -webkit-animation: roll 0.1s infinite linear;
- -moz-animation: roll 0.1s infinite linear;
- }
- #alipay:hover p{
- animation: roll 0.1s infinite linear;
- -webkit-animation: roll 0.1s infinite linear;
- -moz-animation: roll 0.1s infinite linear;
- }
- @include keyframes(roll) {
- from {
- @include transform(rotateZ(30deg));
- }
- to {
- @include transform(rotateZ(-30deg));
- }
- }
-}
diff --git a/_sass/_common/components/post/post-tags.scss b/_sass/_common/components/post/post-tags.scss
deleted file mode 100644
index 8c04ec7f07..0000000000
--- a/_sass/_common/components/post/post-tags.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-.posts-expand .post-tags {
- margin-top: 40px;
- text-align: center;
-
- a {
- display: inline-block;
- margin-right: 10px;
- font-size: 13px;
- }
-}
diff --git a/_sass/_common/components/post/post-title.scss b/_sass/_common/components/post/post-title.scss
deleted file mode 100644
index 5de1457ee2..0000000000
--- a/_sass/_common/components/post/post-title.scss
+++ /dev/null
@@ -1,38 +0,0 @@
-.posts-expand .post-title {
- font-size: 26px;
- text-align: center;
- word-break: break-word;
- font-weight: $posts-expand-title-font-weight;
-
- @include mobile() {
- font-size: 22px;
- }
-}
-.posts-expand .post-title-link {
- display: inline-block;
- position: relative;
- color: $black-light;
- border-bottom: none;
- line-height: 1.2;
- vertical-align: top;
-
- &::before {
- content: "";
- position: absolute;
- width: 100%;
- height: 2px;
- bottom: 0;
- left: 0;
- background-color: #000;
- visibility: hidden;
- @include transform(scaleX(0));
- @include the-transition();
- }
-
- &:hover::before {
- visibility: visible;
- @include transform(scaleX(1));
- }
-
- .fa { font-size: 16px; }
-}
diff --git a/_sass/_common/components/post/post-type.scss b/_sass/_common/components/post/post-type.scss
deleted file mode 100644
index c3d2510b90..0000000000
--- a/_sass/_common/components/post/post-type.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-// TODO: Refactor.
-
-.page-home, .page-post-detail {
- .post-type-quote {
- .post-header,
- .post-tags {
- display: none;
- }
-
- blockquote {
- @extend .blockquote-center
- }
- }
-}
diff --git a/_sass/_common/components/post/post-widgets.scss b/_sass/_common/components/post/post-widgets.scss
deleted file mode 100644
index b8e6356bf1..0000000000
--- a/_sass/_common/components/post/post-widgets.scss
+++ /dev/null
@@ -1,38 +0,0 @@
-@mixin post-widgets {
- .post-widgets {
- border-top: 1px solid #eee;
- padding-top: 9px;
- margin-top: 45px;
- display: flex;
- justify-content: center;
- flex-wrap: wrap;
- align-items: center;
- }
-
- .wp_rating {
- height: 20px;
- margin-right: 10px;
- text-align: center;
- line-height: 20px;
- padding-top: 6px;
- }
-
- .social-like {
- font-size: 14px;
- text-align: center;
- display: flex;
- justify-content: center;
- }
-
- .vk_like {
- width: 85px;
- height: 21px;
- padding-top: 7px;
- align-self: center;
- }
-
- .fb_like {
- height: 30px;
- align-self: center;
- }
-}
diff --git a/_sass/_common/components/post/post-wordcount.scss b/_sass/_common/components/post/post-wordcount.scss
deleted file mode 100644
index 68cf3b9b74..0000000000
--- a/_sass/_common/components/post/post-wordcount.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-@mixin post-wordcount {
- .post-wordcount {
- display: inline-block;
- }
-}
diff --git a/_sass/_common/components/post/post.scss b/_sass/_common/components/post/post.scss
deleted file mode 100644
index d3b8df1e19..0000000000
--- a/_sass/_common/components/post/post.scss
+++ /dev/null
@@ -1,71 +0,0 @@
-.post-body {
- font-family: $font-family-posts;
- @include mobile() {
- word-break: break-word;
- }
-}
-
-.post-body .fancybox img {
- display: block !important;
- margin: 0 auto;
- cursor: pointer;
- cursor: zoom-in;
- cursor: -webkit-zoom-in;
-}
-
-.post-body img.emoji {
- border: 0 !important;
- display: inline;
- vertical-align: sub;
-}
-
-.post-body .image-caption, %caption {
- margin: 10px auto 15px;
- text-align: center;
- font-size: $font-size-base;
- color: $grey-dark;
- font-weight: bold;
- line-height: 1;
-}
-
-.post-body .figure .caption {
- @extend %caption;
-}
-
-.post-sticky-flag {
- display: inline-block;
- font-size: 16px;
- -ms-transform: rotate(30deg);
- @include transform(rotate(30deg));
-}
-
-@import "post-expand";
-@import "post-collapse";
-@import "post-type";
-@import "post-title";
-@import "post-meta";
-@import "post-button";
-@import "post-tags";
-@import "post-nav";
-@import "post-eof";
-@import "post-gallery";
-
-@import "post-reward";
-@if jekyll-config('alipay') or jekyll-config('wechatpay') {
- @include post-reward;
-}
-
-@import "post-copyright";
-@if jekyll-config('post_copyright.enable') {
- @include post-copyright;
-}
-
-@import "post-wordcount";
-@if not jekyll-config('post_wordcount.separated_meta') {
- @include post-wordcount;
-}
-
-@import "post-widgets";
-@if (jekyll-config('facebook_sdk.enable') and jekyll-config('facebook_sdk.like_button')) or (jekyll-config('vkontakte_api.enable') and jekyll-config('vkontakte_api.like')) or jekyll-config('rating.enable') {
- @include post-widgets;
-}
diff --git a/_sass/_common/components/sidebar/sidebar-author-links.scss b/_sass/_common/components/sidebar/sidebar-author-links.scss
deleted file mode 100644
index cc63d3cf41..0000000000
--- a/_sass/_common/components/sidebar/sidebar-author-links.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-.links-of-author { margin-top: 20px; }
-
-.links-of-author a {
- display: inline-block;
- vertical-align: middle;
- margin-right: 10px;
- margin-bottom: 10px;
- border-bottom-color: $black-light;
- font-size: 13px;
-
- &:before {
- display: inline-block;
- vertical-align: middle;
- margin-right: 3px;
- content: " ";
- width: 4px;
- height: 4px;
- border-radius: 50%;
- background: rgb(random-color(0, 255) - 50%, random-color(0, 255) - 50%, random-color(0, 255) - 50%);
- }
-}
diff --git a/_sass/_common/components/sidebar/sidebar-author.scss b/_sass/_common/components/sidebar/sidebar-author.scss
deleted file mode 100644
index 276cd94706..0000000000
--- a/_sass/_common/components/sidebar/sidebar-author.scss
+++ /dev/null
@@ -1,51 +0,0 @@
-.site-author-image {
- display: block;
- margin: 0 auto;
- padding: $site-author-image-padding;
- max-width: $site-author-image-width;
- height: $site-author-image-height;
- border: $site-author-image-border-width solid $site-author-image-border-color;
-
- /* 头像圆形 */
- border-radius: 80px;
- -webkit-border-radius: 80px;
- -moz-border-radius: 80px;
- box-shadow: inset 0 -1px 0 #333sf;
-
- /* 设置循环动画:animation:动画名称 动画播放时长单位秒或微秒
- 动画播放的速度曲线linear为匀速 动画播放次数infinite为循环播放; */
- -webkit-animation: play 3s linear infinite;
- -moz-animation: play 3s linear infinite;
- animation: play 3s linear infinite;
-
- /* 鼠标经过头像旋转360度*/
- -webkit-transition: -webkit-transform 1.5s ease-out;
- -moz-transition: -moz-transform 1.5s ease-out;
- transition: transform 1.5s ease-out;
-
-}
-
-img:hover {
- /* 鼠标经过停止头像旋转 */
- -webkit-animation-play-state:paused;
- animation-play-state:paused;
-
- /* 鼠标经过头像旋转360度*/
- -webkit-transform: rotateZ(360deg);
- -moz-transform: rotateZ(360deg);
- transform: rotateZ(360deg);
-}
-
-.site-author-name {
- margin: $site-author-name-margin;
- text-align: $site-author-name-align;
- color: $site-author-name-color;
- font-weight: $site-author-name-weight;
-}
-
-.site-description {
- margin-top: $site-description-margin-top;
- text-align: $site-description-align;
- font-size: $site-description-font-size;
- color: $site-description-color;
-}
diff --git a/_sass/_common/components/sidebar/sidebar-blogroll.scss b/_sass/_common/components/sidebar/sidebar-blogroll.scss
deleted file mode 100644
index 4769d5e5a8..0000000000
--- a/_sass/_common/components/sidebar/sidebar-blogroll.scss
+++ /dev/null
@@ -1,14 +0,0 @@
-.links-of-blogroll { font-size: 13px; }
-
-.links-of-blogroll-title {
- margin-top: 20px;
- font-size: 14px;
- font-weight: $font-weight-bold;
-}
-.links-of-blogroll-list {
- margin: 0;
- padding: 0;
- list-style: none;
-}
-
-.links-of-blogroll-item { padding: 2px 10px; }
diff --git a/_sass/_common/components/sidebar/sidebar-feed-link.scss b/_sass/_common/components/sidebar/sidebar-feed-link.scss
deleted file mode 100644
index b3868a8584..0000000000
--- a/_sass/_common/components/sidebar/sidebar-feed-link.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-.feed-link {
- margin-top: 20px;
-
- a {
- display: inline-block;
- padding: 0 15px;
- color: rgb(252, 100, 35);
- border: 1px solid rgb(252, 100, 35);
- border-radius: 4px;
-
- i {
- color: rgb(252, 100, 35);
- font-size: 14px;
- }
-
- &:hover {
- color:white;
- background: rgb(252, 100, 35);
-
- i { color: white; }
- }
- }
-}
diff --git a/_sass/_common/components/sidebar/sidebar-nav.scss b/_sass/_common/components/sidebar/sidebar-nav.scss
deleted file mode 100644
index 973eda70f1..0000000000
--- a/_sass/_common/components/sidebar/sidebar-nav.scss
+++ /dev/null
@@ -1,29 +0,0 @@
-// Sidebar Navigation
-
-.sidebar-nav {
- margin: 0 0 20px;
- padding-left: 0;
-}
-.sidebar-nav li {
- display: inline-block;
- cursor: pointer;
- border-bottom: 1px solid transparent;
- font-size: 14px;
- color: $sidebar-nav-color;
-
- &:hover { color: $sidebar-nav-hover-color; }
-}
-
-.page-post-detail .sidebar-nav-toc { padding: 0 5px; }
-
-.page-post-detail .sidebar-nav-overview { margin-left: 10px; }
-
-.sidebar-nav .sidebar-nav-active {
- color: $sidebar-highlight;
- border-bottom-color: $sidebar-highlight;
-
- &:hover { color: $sidebar-highlight; }
-}
-
-.sidebar-panel { display: none; }
-.sidebar-panel-active { display: block; }
diff --git a/_sass/_common/components/sidebar/sidebar-toc.scss b/_sass/_common/components/sidebar/sidebar-toc.scss
deleted file mode 100644
index 09445c3707..0000000000
--- a/_sass/_common/components/sidebar/sidebar-toc.scss
+++ /dev/null
@@ -1,59 +0,0 @@
-
-.post-toc-empty {
- font-size: 14px;
- color: $grey-dim;
-}
-
-.post-toc-wrap { overflow: hidden; }
-
-.post-toc { overflow: auto; }
-
-.post-toc ol {
- margin: 0;
- padding: 0 2px 5px 10px;
- text-align: left;
- list-style: none;
- font-size: 14px;
-
- & > ol { padding-left: 0; }
-
- a {
- @include the-transition();
- transition-property: all;
- color: $toc-link-color;
- border-bottom-color: $toc-link-border-color;
-
- &:hover {
- color: $toc-link-hover-color;
- border-bottom-color: $toc-link-hover-border-color;
- }
- }
-}
-
-.post-toc .nav-item {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: if(not jekyll-config('toc.wrap'), nowrap, null);
- line-height: 1.8;
-}
-
-.post-toc .nav .nav-child { display: none; }
-
-.post-toc .nav .active > .nav-child { display: block; }
-
-.post-toc .nav .active-current > .nav-child {
- display: block;
- & > .nav-item { display: block; }
-}
-
-.post-toc .nav .active > a {
- color: $toc-link-active-color;
- border-bottom-color: $toc-link-active-border-color;
-}
-
-.post-toc .nav .active-current > a {
- color: $toc-link-active-current-color;
- &:hover {
- color: $toc-link-active-current-border-color;
- }
-}
diff --git a/_sass/_common/components/sidebar/sidebar-toggle.scss b/_sass/_common/components/sidebar/sidebar-toggle.scss
deleted file mode 100644
index abf66a23e3..0000000000
--- a/_sass/_common/components/sidebar/sidebar-toggle.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-.sidebar-toggle {
- position: fixed;
- right: $b2t-position-right;
- bottom: 45px;
- width: 14px;
- height: 14px;
- padding: 5px;
- background: $black-deep;
- line-height: 0;
- z-index: $zindex-5;
- cursor: pointer;
- -webkit-transform: translateZ(0);
-
- @include tablet() {
- display: none;
- }
- @include mobile() {
- display: none;
- }
-}
-
-
-
-.sidebar-toggle-line {
- position: relative;
- display: inline-block;
- vertical-align: top;
- height: 2px;
- width: 100%;
- background: white;
- margin-top: 3px;
-
- &:first-child { margin-top: 0; }
-}
diff --git a/_sass/_common/components/sidebar/sidebar.scss b/_sass/_common/components/sidebar/sidebar.scss
deleted file mode 100644
index 6091e06e8f..0000000000
--- a/_sass/_common/components/sidebar/sidebar.scss
+++ /dev/null
@@ -1,41 +0,0 @@
-.sidebar {
- position: fixed;
- right: 0;
- top: 0;
- bottom: 0;
-
- width: 0;
- z-index: $zindex-4;
- box-shadow: inset 0 2px 6px black;
- background: $black-deep;
- -webkit-transform: translateZ(0); // http://stackoverflow.com/questions/17079857/position-fixed-broken-in-chrome-with-flash-behind
-
- a {
- color: $grey-dark;
- border-bottom-color: $black-light;
- &:hover { color: $gainsboro; }
- }
-
- @include tablet() {
- display: none !important;
- }
- @include mobile() {
- display: none !important;
- }
-}
-
-.sidebar-inner {
- position: relative;
- padding: 20px 10px;
- color: $grey-dark;
- text-align: center;
-}
-
-@import "sidebar-toggle";
-@import "sidebar-author";
-@import "site-state";
-@import "sidebar-feed-link";
-@import "sidebar-author-links";
-@import "sidebar-blogroll";
-@import "sidebar-nav";
-@import "sidebar-toc";
diff --git a/_sass/_common/components/sidebar/site-state.scss b/_sass/_common/components/sidebar/site-state.scss
deleted file mode 100644
index c05b0ea09b..0000000000
--- a/_sass/_common/components/sidebar/site-state.scss
+++ /dev/null
@@ -1,28 +0,0 @@
-.site-state {
- overflow: hidden;
- line-height: 1.4;
- white-space: nowrap;
- text-align: $site-state-align;
-}
-
-.site-state-item {
- display: inline-block;
- padding: 0 15px;
- border-left: 1px solid $site-state-item-border-color;
-
- &:first-child { border-left: none; }
-
- a { border-bottom: none; }
-}
-.site-state-item-count {
- display: block;
- text-align: center;
- color: $site-state-item-count-color;
- font-weight: $font-weight-bold;
- font-size: $site-state-item-count-font-size;
-}
-
-.site-state-item-name {
- font-size: $site-state-item-name-font-size;
- color: $site-state-item-name-color;
-}
diff --git a/_sass/_common/components/tag-cloud.scss b/_sass/_common/components/tag-cloud.scss
deleted file mode 100644
index 30b01c6427..0000000000
--- a/_sass/_common/components/tag-cloud.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-.tag-cloud {
- text-align: center;
-
- a {
- display: inline-block;
- margin: 10px;
- }
-}
\ No newline at end of file
diff --git a/_sass/_common/components/tags/blockquote-center.scss b/_sass/_common/components/tags/blockquote-center.scss
deleted file mode 100644
index b0f3bccaa0..0000000000
--- a/_sass/_common/components/tags/blockquote-center.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-// Blockquote with all children centered.
-.blockquote-center {
- position: relative;
- margin: 40px 0;
- padding: 0;
- border-left: none;
- text-align: center;
-
- &::before, &::after {
- position: absolute;
- content: ' ';
- display: block;
- width: 100%;
- height: 24px;
- opacity: 0.2;
- background-repeat: no-repeat;
- background-position: 0 -6px;
- background-size: 22px 22px;
- }
- &::before {
- top: -20px;
- background-image: url($center-quote-left);
- border-top: 1px solid $grey-light;
- }
- &::after {
- bottom: -20px;
- background-image: url($center-quote-right);
- border-bottom: 1px solid $grey-light;
- background-position: 100% 8px;
- }
-
- p, div { text-align: center; }
-}
diff --git a/_sass/_common/components/tags/exturl.scss b/_sass/_common/components/tags/exturl.scss
deleted file mode 100644
index 1e6c70dc3d..0000000000
--- a/_sass/_common/components/tags/exturl.scss
+++ /dev/null
@@ -1,20 +0,0 @@
-@mixin exturl {
- .exturl {
- // Remove the gray background color from active links in IE 10.
- background-color: transparent;
-
- cursor: pointer;
- border-bottom: 1px solid #999;
-
- .fa {
- font-size: 14px;
- }
- }
-
- // Improve readability when focused and also mouse hovered in all browsers.
- .exturl:active, .exturl:hover {
- outline: 0;
- color: $black-deep;
- border-bottom-color: $black-deep;
- }
-}
diff --git a/_sass/_common/components/tags/full-image.scss b/_sass/_common/components/tags/full-image.scss
deleted file mode 100644
index 6086cda376..0000000000
--- a/_sass/_common/components/tags/full-image.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-// Expand image to 126% with nagative margin-left/right on Desktop.
-.full-image.full-image.full-image {
- border: none;
- max-width: 100%;
- width: auto;
- margin: 20px auto;
- @include desktop() {
- max-width: none;
- width: $full-image-width;
- margin: $full-image-margin-vertical $full-image-margin-horizontal;
- }
-}
diff --git a/_sass/_common/components/tags/group-pictures.scss b/_sass/_common/components/tags/group-pictures.scss
deleted file mode 100644
index ce1461ddf6..0000000000
--- a/_sass/_common/components/tags/group-pictures.scss
+++ /dev/null
@@ -1,35 +0,0 @@
-.post .post-body .group-picture {
- img {
- box-sizing: border-box;
- padding: 0 3px;
- border: none;
- }
-}
-
-.post .group-picture-row {
- overflow: hidden;
- margin-top: 6px;
- &:first-child { margin-top: 0; }
-}
-
-.post .group-picture-column { float: left; }
-
-.page-post-detail .post-body .group-picture-column {
- float: none;
- margin-top: 10px;
- width: auto !important;
- img { margin: 0 auto; }
-}
-
-.page-archive {
- .group-picture-container { overflow: hidden; }
- .group-picture-row {
- float: left;
- &:first-child { margin-top: 6px; }
- }
-
- .group-picture-column {
- max-width: 150px;
- max-height: 150px;
- }
-}
diff --git a/_sass/_common/components/tags/note.scss b/_sass/_common/components/tags/note.scss
deleted file mode 100644
index 7718796c5a..0000000000
--- a/_sass/_common/components/tags/note.scss
+++ /dev/null
@@ -1,89 +0,0 @@
-// bs-callout
-// See: http://cpratt.co/twitter-bootstrap-callout-css-styles/
-// ===============================================
-
-.note {
- padding: 20px;
- margin: 20px 0;
- border: 1px solid #eee;
- border-left-width: 5px;
- border-radius: 3px;
-}
-.note h2,
-.note h3,
-.note h4,
-.note h5,
-.note h6 {
- margin-top: 0;
- margin-bottom: 5px;
- padding-top: 0 !important;
-}
-.note p:last-child {
- margin-bottom: 0;
-}
-.note code {
- border-radius: 3px;
-}
-.note+.note {
- margin-top: -5px;
-}
-.default {
- border-left-color: #777;
-}
-.default h2,
-.default h3,
-.default h4,
-.default h5,
-.default h6 {
- color: #777;
-}
-.primary {
- border-left-color: #428bca;
-}
-.primary h2,
-.primary h3,
-.primary h4,
-.primary h5,
-.primary h6 {
- color: #428bca;
-}
-.success {
- border-left-color: #5cb85c;
-}
-.success h2,
-.success h3,
-.success h4,
-.success h5,
-.success h6 {
- color: #5cb85c;
-}
-.danger {
- border-left-color: #d9534f;
-}
-.danger h2,
-.danger h3,
-.danger h4,
-.danger h5,
-.danger h6 {
- color: #d9534f;
-}
-.warning {
- border-left-color: #f0ad4e;
-}
-.warning h2,
-.warning h3,
-.warning h4,
-.warning h5,
-.warning h6 {
- color: #f0ad4e;
-}
-.info {
- border-left-color: #5bc0de;
-}
-.info h2,
-.info h3,
-.info h4,
-.info h5,
-.info h6 {
- color: #5bc0de;
-}
diff --git a/_sass/_common/components/tags/tags.scss b/_sass/_common/components/tags/tags.scss
deleted file mode 100644
index 9bb4934c7d..0000000000
--- a/_sass/_common/components/tags/tags.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-@import "full-image";
-@import "blockquote-center";
-@import "group-pictures";
-@import "note";
-@import "exturl";
-@if jekyll-config('exturl') {
- @include exturl;
-}
diff --git a/_sass/_common/components/third-party/algolia-search.scss b/_sass/_common/components/third-party/algolia-search.scss
deleted file mode 100644
index 853e244f3e..0000000000
--- a/_sass/_common/components/third-party/algolia-search.scss
+++ /dev/null
@@ -1,152 +0,0 @@
-@mixin algolia-search {
- .algolia-pop-overlay {
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 2080;
- background-color: rgba(0, 0, 0, 0.3);
- }
-
- .algolia-popup {
- overflow: hidden;
- padding: 0;
- display: none;
- position: fixed;
- top: 10%;
- left: 50%;
- width: 700px;
- height: 80%;
- margin-left: -350px;
- background: #fff;
- color: #333;
- z-index: 9999;
- border-radius: 5px;
- @include mobile() {
- padding: 0;
- top: 0;
- left: 0;
- margin: 0;
- width: 100%;
- height: 100%;
- border-radius: 0;
- }
-
- .popup-btn-close {
- position: absolute;
- right: 14px;
- color: #4EBD79;
- font-size: 14px;
- font-weight: bold;
- text-transform: uppercase;
- cursor: pointer;
- padding-left: 15px;
- border-left: 1px solid #eee;
- top: 10px;
- .fa {
- color: $grey-dark;
- font-size: 18px;
- }
- &:hover .fa {
- color: $black-deep
- }
- }
- }
-
- .algolia-search {
- padding: 10px 15px 5px;
- max-height: 50px;
- border-bottom: 1px solid #ccc;
- background: $whitesmoke;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
-
- .algolia-search-input-icon {
- display: inline-block;
- width: 20px;
- .fa {
- font-size: 18px;
- }
- }
-
- .algolia-search-input {
- display: inline-block;
- width: calc(90% - 20px);
- input {
- padding: 5px 0;
- width: 100%;
- outline: none;
- border: none;
- background: transparent;
- }
- }
-
- .algolia-powered {
- float: right;
- img {
- display: inline-block;
- height: 18px;
- vertical-align: middle;
- }
- }
-
- .algolia-results {
- position: relative;
- overflow: auto;
- padding: 10px 30px;
- height: calc(100% - 50px);
-
- hr {
- margin: 10px 0;
- }
-
- .highlight {
- font-style: normal;
- margin: 0;
- padding: 0 2px;
- font-size: inherit;
- color: red;
- }
- }
-
- .algolia-hits {
- margin-top: 20px;
- }
-
- .algolia-hit-item {
- margin: 15px 0;
- }
-
- .algolia-hit-item-link {
- display: block;
- border-bottom: 1px dashed #ccc;
- @include the-transition();
- }
-
- .algolia-pagination {
- .pagination {
- margin-top: 40px;
- border-top: none;
- padding: 0;
- }
- .pagination-item {
- display: inline-block;
- }
- .page-number {
- border-top: none;
- &:hover {
- border-bottom: 1px solid $black-deep;
- }
- }
-
- .current .page-number {
- @extend %page-number-current;
- }
-
- .disabled-item {
- visibility: hidden;
- }
- }
-}
diff --git a/_sass/_common/components/third-party/baidushare.scss b/_sass/_common/components/third-party/baidushare.scss
deleted file mode 100644
index fc42b713d4..0000000000
--- a/_sass/_common/components/third-party/baidushare.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-.post-spread {
- margin-top: 20px;
- text-align: center;
-}
-
-.bdshare-slide-button-box a { border: none; }
-
-.bdsharebuttonbox {
- display: inline-block;
-
- a { border: none; }
-}
diff --git a/_sass/_common/components/third-party/busuanzi-counter.scss b/_sass/_common/components/third-party/busuanzi-counter.scss
deleted file mode 100644
index 9afd746907..0000000000
--- a/_sass/_common/components/third-party/busuanzi-counter.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-@if jekyll-config("scheme") == Pisces {
- .busuanzi-count {
- @include tablet() {
- width: auto;
- }
- @include mobile() {
- width: auto;
- }
- }
-}
-
-.site-uv,
-.site-pv,
-.page-pv {
- display: inline-block;
-
- .busuanzi-value {
- margin: 0 5px;
- }
-}
-
-
-@if jekyll-config("busuanzi_count.site_pv") and jekyll-config("busuanzi_count.site_uv") {
- .site-uv
- {
- margin-right: 10px;
-
- &::after {
- content: "|";
- padding-left: 10px;
- }
- }
-}
diff --git a/_sass/_common/components/third-party/disqus.scss b/_sass/_common/components/third-party/disqus.scss
deleted file mode 100644
index 4a03813691..0000000000
--- a/_sass/_common/components/third-party/disqus.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-.comments-button {
- background-color: #b7b7b7;
- background-image: url(/assets/images/button/fa-pencil-square-o.png); /* 16px x 16px */
- background-repeat: no-repeat; /* make the background image appear only once */
- background-position: 5% 50%; /* first value is horizontal; second is vertical */
- border: none;
- border-radius: .313em;
- color: white; /* color of text */
- text-align: center;
- padding-left: 25px; /* space between text and left-border; here taken the icon into account*/
- margin: auto;
- margin-top: 30px; /* space to the top element */
-}
\ No newline at end of file
diff --git a/_sass/_common/components/third-party/duoshuo.scss b/_sass/_common/components/third-party/duoshuo.scss
deleted file mode 100644
index 8199c682f9..0000000000
--- a/_sass/_common/components/third-party/duoshuo.scss
+++ /dev/null
@@ -1,290 +0,0 @@
-
-.theme-next {
- $duoshuoBaseBorderColor : #c7d4e1;
- $duoshuoBaseBgColor : #f6f8fa;
-
- #ds-thread #ds-reset {
- color: #555;
- }
-
- #ds-thread #ds-reset .ds-replybox {
- margin-bottom: 30px;
- }
-
- #ds-thread #ds-reset .ds-replybox .ds-avatar, #ds-reset .ds-avatar img {
- box-shadow: none;
- }
-
- #ds-thread #ds-reset .ds-textarea-wrapper {
- border-color: $duoshuoBaseBorderColor;
- background: none;
- border-top-right-radius: 3px;
- border-top-left-radius: 3px;
- }
-
-
- #ds-thread #ds-reset .ds-textarea-wrapper textarea {
- height: 60px;
- }
-
- #ds-reset .ds-rounded-top {
- border-radius: 0;
- }
-
- #ds-thread #ds-reset .ds-post-toolbar {
- box-sizing: border-box;
- border: 1px solid $duoshuoBaseBorderColor;
- background: $duoshuoBaseBgColor;
- }
-
- #ds-thread #ds-reset .ds-post-options {
- height: 40px;
- border: none;
- background: none;
- }
-
- #ds-thread #ds-reset .ds-toolbar-buttons {
- top: 11px;
- }
-
- #ds-thread #ds-reset .ds-sync {
- top: 5px;
- }
-
- #ds-thread #ds-reset .ds-post-button {
- top: 4px;
- right: 5px;
- width: 90px;
- height: 30px;
- border: 1px solid #c5ced7;
- border-radius: 3px;
- background-image: linear-gradient(#fbfbfc, #f5f7f9);
- color: #60676d;
- }
-
- #ds-thread #ds-reset .ds-post-button:hover {
- background-position: 0 -30px;
- color: #60676d;
- }
-
- #ds-thread #ds-reset .ds-comments-info {
- padding: 10px 0;
- }
-
- #ds-thread #ds-reset .ds-sort {
- display: none;
- }
-
- #ds-thread #ds-reset li.ds-tab a.ds-current {
- border: none;
- background: $duoshuoBaseBgColor;
- color: #60676d;
-
- &:hover {
- background-color: #e9f0f7;
- color: #60676d;
- }
- }
-
- #ds-thread #ds-reset li.ds-tab a {
- border-radius: 2px;
- padding: 5px;
- }
-
- #ds-thread #ds-reset .ds-login-buttons p {
- color: #999;
- line-height: 36px;
- }
-
- #ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
- height: 28px;
- }
-
- #ds-thread #ds-reset .ds-service-list a {
- background: none;
- padding: 5px;
- border: 1px solid;
- border-radius: 3px;
- text-align: center;
-
- &:hover {
- color: #fff;
- background: #666;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-weibo {
- color: #fc9b00;
- border-color: #fc9b00;
-
- &:hover {
- background: #fc9b00;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-qq {
- color: #60a3ec;
- border-color: #60a3ec;
-
- &:hover {
- background: #60a3ec;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-renren {
- color: #2e7ac4;
- border-color: #2e7ac4;
-
- &:hover {
- background: #2e7ac4;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-douban {
- color: #37994c;
- border-color: #37994c;
-
- &:hover {
- background: #37994c;
- }
- }
- #ds-thread #ds-reset .ds-service-list .ds-kaixin {
- color: #fef20d;
- border-color: #fef20d;
-
- &:hover {
- background: #fef20d;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-netease {
- color: #f00;
- border-color: #f00;
-
- &:hover {
- background: #f00;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-sohu {
- color: #ffcb05;
- border-color: #ffcb05;
-
- &:hover {
- background: #ffcb05;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-baidu {
- color: #2831e0;
- border-color: #2831e0;
-
- &:hover {
- background: #2831e0;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-google {
- color: #166bec;
- border-color: #166bec;
-
- &:hover {
- background: #166bec;
- }
- }
-
- #ds-thread #ds-reset .ds-service-list .ds-weixin {
- color: #00CE0D;
- border-color: #00CE0D;
-
- &:hover {
- background: #00CE0D;
- }
- }
- #ds-thread #ds-reset .ds-service-list .ds-more-services {
- border: none;
- &:hover {
- background: none;
- }
- }
-
-/*duoshuo UA style begin*/
-
- #ds-reset .duoshuo-ua-admin {
- display: inline-block;
- color: red;
- }
-
- #ds-reset .duoshuo-ua-platform,
- #ds-reset .duoshuo-ua-browser {
- color: #ccc;
-
- .fa {
- display: inline-block;
- margin-right: 3px;
- }
- }
-
- #ds-reset .duoshuo-ua-separator {
- display: inline-block;
- margin-left: 5px;
- }
-
- .this_ua {
- background-color: #ccc !important;
- border-radius: 4px;
- padding: 0 5px !important;
- margin: 1px 1px !important;
- border: 1px solid #BBB !important;
- color: #fff;
- display: inline-block !important;
- }
-
- .this_ua.admin {
- background-color: #d9534f !important;
- border-color: #d9534f !important;
- }
-
- .this_ua.platform.iOS, .this_ua.platform.Mac, .this_ua.platform.Windows {
- background-color: #39b3d7 !important;
- border-color: #46b8da !important;
- }
-
- .this_ua.platform.Linux {
- background-color: #3A3A3A !important;
- border-color: #1F1F1F !important;
- }
-
- .this_ua.platform.Android {
- background-color: #00C47D !important;
- border-color: #01B171 !important;
- }
-
- .this_ua.browser.Mobile, .this_ua.browser.Chrome {
- background-color: #5cb85c !important;
- border-color: #4cae4c !important;
- }
-
- .this_ua.browser.Firefox {
- background-color: #f0ad4e !important;
- border-color: #eea236 !important;
- }
-
- .this_ua.browser.Maxthon, .this_ua.browser.IE {
- background-color: #428bca !important;
- border-color: #357ebd !important;
- }
-
- .this_ua.browser.baidu, .this_ua.browser.UCBrowser, .this_ua.browser.Opera {
- background-color: #d9534f !important;
- border-color: #d43f3a !important;
- }
-
- .this_ua.browser.Android, .this_ua.browser.QQBrowser {
- background-color: #78ACE9 !important;
- border-color: #4cae4c !important;
- }
-
-/*duoshuo UA style end*/
-
-}
diff --git a/_sass/_common/components/third-party/gentie.scss b/_sass/_common/components/third-party/gentie.scss
deleted file mode 100644
index 4e24aa1d68..0000000000
--- a/_sass/_common/components/third-party/gentie.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.cloud-tie-wrapper {
- img {
- display: inline-block;
- }
-
- .total-txt {
- font-size: 1em !important;
- }
-}
-
-.cloud-tie-join-count .join-count {
- color: #555 !important;
- font-size: inherit !important;
- margin: 0 !important;
- }
diff --git a/_sass/_common/components/third-party/han.scss b/_sass/_common/components/third-party/han.scss
deleted file mode 100644
index d02c9697bc..0000000000
--- a/_sass/_common/components/third-party/han.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.fa {
- font-family: FontAwesome!important;
-}
diff --git a/_sass/_common/components/third-party/jiathis.scss b/_sass/_common/components/third-party/jiathis.scss
deleted file mode 100644
index d501fb5034..0000000000
--- a/_sass/_common/components/third-party/jiathis.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-.post-spread {
- margin-top: 20px;
- text-align: center;
-}
-
-.jiathis_style {
- display: inline-block;
-
- a { border: none; }
-}
\ No newline at end of file
diff --git a/_sass/_common/components/third-party/localsearch.scss b/_sass/_common/components/third-party/localsearch.scss
deleted file mode 100644
index 83ac52d231..0000000000
--- a/_sass/_common/components/third-party/localsearch.scss
+++ /dev/null
@@ -1,117 +0,0 @@
-.local-search-pop-overlay {
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 2080;
- background-color: rgba(0, 0, 0, 0.3);
-}
-
-.local-search-popup {
- display: none;
- position: fixed;
- top: 10%;
- left: 50%;
- margin-left: -350px;
- width: 700px;
- height: 80%;
- padding: 0;
- background: #fff;
- color: #333;
- z-index: 9999;
- border-radius: 5px;
- @include mobile() {
- padding: 0;
- top: 0;
- left: 0;
- margin: 0;
- width: 100%;
- height: 100%;
- border-radius: 0;
- }
-
- ul.search-result-list {
- padding: 0;
- margin: 0 5px;
- }
-
- p.search-result {
- border-bottom: 1px dashed #ccc;
- padding: 5px 0;
- }
-
- a.search-result-title {
- font-weight: bold;
- font-size: 16px;
- }
-
- .search-keyword {
- border-bottom: 1px dashed #f00;
- font-weight: bold;
- color: #f00;
- }
-
- .local-search-header {
- padding: 5px;
- height: 36px;
- background: #f5f5f5;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- }
-
- #local-search-result {
- overflow: auto;
- position: relative;
- padding: 5px 25px;
- height: calc(100% - 55px);
- }
-
- .local-search-input-wrapper {
- display: inline-block;
- width: calc(100% - 90px);
- height: 36px;
- line-height: 36px;
- padding: 0 5px;
- }
-
- .local-search-input-wrapper input {
- padding: 8px 0;
- height: 20px;
- display: block;
- width: 100%;
- outline: none;
- border: none;
- background: transparent;
- vertical-align: middle;
- }
-
- .search-icon, .popup-btn-close {
- display: inline-block;
- font-size: 18px;
- color: #999;
- height: 36px;
- width: 18px;
- padding-left: 10px;
- padding-right: 10px;
- }
-
- .search-icon {
- float: left;
- }
-
- .popup-btn-close {
- border-left: 1px solid #eee;
- float: right;
- cursor: pointer;
- }
-
- #no-result {
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- @include transform(translate(-50%, -50%));
- color: #ccc;
- }
-}
diff --git a/_sass/_common/components/third-party/third-party.scss b/_sass/_common/components/third-party/third-party.scss
deleted file mode 100644
index 51f5b8bc0d..0000000000
--- a/_sass/_common/components/third-party/third-party.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-@import "duoshuo";
-@import "gentie";
-@import "jiathis";
-@import "han";
-@import "baidushare";
-@import "localsearch";
-@import "busuanzi-counter";
-@import "algolia-search";
-@import "disqus";
-@if jekyll-config('algolia_search.enable') {
- @include algolia-search;
-}
diff --git a/_sass/_common/outline/outline.scss b/_sass/_common/outline/outline.scss
deleted file mode 100644
index 9c52ca310a..0000000000
--- a/_sass/_common/outline/outline.scss
+++ /dev/null
@@ -1,58 +0,0 @@
-//
-// Layout
-// Note: Must name this file "outline" instead of "layout"
-// Or Hexo will use it as template layout.
-// =================================================
-
-
-html, body { height: 100%; }
-
-.container {
- position: relative;
- min-height: 100%;
-}
-
-
-// Header Section
-// --------------------------------------------------
-.header-inner {
- margin: 0 auto;
- padding: 100px 0 70px;
- width: $content-desktop;
-
- @include desktop-large() {
- .container & { width: $content-desktop-large; }
- }
-}
-
-// Main Section
-// --------------------------------------------------
-.main { padding-bottom: $footer-height + $gap-between-main-and-footer; }
-.main-inner {
- margin: 0 auto;
- width: $content-desktop;
-
- @include desktop-large() {
- .container & { width: $content-desktop-large; }
- }
-}
-
-
-// Footer Section
-// --------------------------------------------------
-.footer {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- min-height: $footer-height;
-}
-.footer-inner {
- box-sizing: border-box;
- margin: 20px auto;
- width: $content-desktop;
-
- @include desktop-large() {
- .container & { width: $content-desktop-large; }
- }
-}
diff --git a/_sass/_common/scaffolding/base.scss b/_sass/_common/scaffolding/base.scss
deleted file mode 100644
index 5984570a61..0000000000
--- a/_sass/_common/scaffolding/base.scss
+++ /dev/null
@@ -1,99 +0,0 @@
-
-::selection {
- background: $selection-bg;
- color: $selection-color;
-}
-
-body {
- position: relative; // Required by scrollspy
- font-family: $font-family-base;
- font-size: $font-size-base;
- line-height: $line-height-base;
- color: $text-color;
- background: $body-bg-color;
-
- @include mobile() { padding-right: 0 !important; }
- @include tablet() { padding-right: 0 !important; }
- @include desktop-large() { font-size: $font-size-large; }
-}
-
-h1, h2, h3, h4, h5, h6 {
- margin: 0;
- padding: 0;
- font-weight: bold;
- line-height: 1.5;
- font-family: $font-family-headings;
-}
-
-h2, h3, h4, h5, h6 { margin: 20px 0 15px; }
-
-@for $headline from 1 through 6 {
- h#{$headline} {
- font-size: $font-size-headings-base - $font-size-headings-step * $headline;
- }
-
- @include mobile() {
- h#{$headline} {
- font-size: $font-size-headings-base - $font-size-headings-step * $headline - 4px;
- }
- }
-}
-
-p { margin: 0 0 25px 0; }
-
-a {
- color: $link-color;
- text-decoration: none;
- border-bottom: 1px solid $grey-dark;
- word-wrap: break-word;
-
- &:hover {
- color: $link-hover-color;
- border-bottom-color: $link-decoration-hover-color;
- }
-}
-
-blockquote {
- margin: 0;
- padding: 0;
-}
-
-img {
- display: block;
- margin: auto;
- max-width: 100%;
- height: auto;
-}
-
-
-hr {
- margin: 40px 0;
- height: 3px;
- border: none;
- background-color: $gray-lighter;
- background-image: repeating-linear-gradient(
- -45deg,
- white,
- white 4px,
- transparent 4px,
- transparent 8px
- );
-}
-
-blockquote {
- padding: 0 15px;
- color: $grey-dim;
- border-left: 4px solid $gray-lighter;
-
- cite::before {
- content: "-";
- padding: 0 5px;
- }
-}
-
-dt { font-weight: $font-weight-bolder; }
-
-dd {
- margin: 0;
- padding: 0;
-}
diff --git a/_sass/_common/scaffolding/helpers.scss b/_sass/_common/scaffolding/helpers.scss
deleted file mode 100644
index a1aa282e54..0000000000
--- a/_sass/_common/scaffolding/helpers.scss
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// Helpers
-// =================================================
-
-
-
-// Alignment
-.text-left { text-align: left; }
-.text-center { text-align: center; }
-.text-right { text-align: right; }
-.text-justify { text-align: justify; }
-.text-nowrap { white-space: nowrap; }
-
-
-// Transformation
-.text-lowercase { text-transform: lowercase; }
-.text-uppercase { text-transform: uppercase; }
-.text-capitalize { text-transform: capitalize; }
-
-
-// Center-align a block level element.
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-
-
-// Clearfix. http://nicolasgallagher.com/micro-clearfix-hack/
-.clearfix {
- @include clearfix();
-}
-
-.pullquote {
- width: 45%;
-
- &.left {
- float: left;
- margin-left: 5px;
- margin-right: 10px;
- }
-
- &.right {
- float: right;
- margin-left: 10px;
- margin-right: 5px;
- }
-}
-
-.affix.affix.affix { position: fixed; }
-
-.translation {
- margin-top: -20px;
- font-size: 14px;
- color: $grey-dark;
-}
-
-// https://davidwalsh.name/detect-scrollbar-width
-.scrollbar-measure {
- width: 100px;
- height: 100px;
- overflow: scroll;
- position: absolute;
- top: -9999px;
-}
-
-.use-motion .motion-element { opacity: 0; }
diff --git a/_sass/_common/scaffolding/normalize.scss b/_sass/_common/scaffolding/normalize.scss
deleted file mode 100644
index 0c07f87172..0000000000
--- a/_sass/_common/scaffolding/normalize.scss
+++ /dev/null
@@ -1,427 +0,0 @@
-/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
-
-/**
- * 1. Set default font family to sans-serif.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- * user zoom.
- */
-
-html {
- font-family: sans-serif; /* 1 */
- -ms-text-size-adjust: 100%; /* 2 */
- -webkit-text-size-adjust: 100%; /* 2 */
-}
-
-/**
- * Remove default margin.
- */
-
-body {
- margin: 0;
-}
-
-/* HTML5 display definitions
- ========================================================================== */
-
-/**
- * Correct `block` display not defined for any HTML5 element in IE 8/9.
- * Correct `block` display not defined for `details` or `summary` in IE 10/11
- * and Firefox.
- * Correct `block` display not defined for `main` in IE 11.
- */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-menu,
-nav,
-section,
-summary {
- display: block;
-}
-
-/**
- * 1. Correct `inline-block` display not defined in IE 8/9.
- * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
- */
-
-audio,
-canvas,
-progress,
-video {
- display: inline-block; /* 1 */
- vertical-align: baseline; /* 2 */
-}
-
-/**
- * Prevent modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS 5 devices.
- */
-
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-/**
- * Address `[hidden]` styling not present in IE 8/9/10.
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
- */
-
-[hidden],
-template {
- display: none;
-}
-
-/* Links
- ========================================================================== */
-
-/**
- * Remove the gray background color from active links in IE 10.
- */
-
-a {
- background-color: transparent;
-}
-
-/**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
-
-a:active,
-a:hover {
- outline: 0;
-}
-
-/* Text-level semantics
- ========================================================================== */
-
-/**
- * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
- */
-
-abbr[title] {
- border-bottom: 1px dotted;
-}
-
-/**
- * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
- */
-
-b,
-strong {
- font-weight: bold;
-}
-
-/**
- * Address styling not present in Safari and Chrome.
- */
-
-dfn {
- font-style: italic;
-}
-
-/**
- * Address variable `h1` font-size and margin within `section` and `article`
- * contexts in Firefox 4+, Safari, and Chrome.
- */
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-/**
- * Address styling not present in IE 8/9.
- */
-
-mark {
- background: #ff0;
- color: #000;
-}
-
-/**
- * Address inconsistent and variable font size in all browsers.
- */
-
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
- */
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sup {
- top: -0.5em;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-/* Embedded content
- ========================================================================== */
-
-/**
- * Remove border when inside `a` element in IE 8/9/10.
- */
-
-img {
- border: 0;
-}
-
-/**
- * Correct overflow not hidden in IE 9/10/11.
- */
-
-svg:not(:root) {
- overflow: hidden;
-}
-
-/* Grouping content
- ========================================================================== */
-
-/**
- * Address margin not present in IE 8/9 and Safari.
- */
-
-figure {
- margin: 1em 40px;
-}
-
-/**
- * Address differences between Firefox and other browsers.
- */
-
-hr {
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
-}
-
-/**
- * Contain overflow in all browsers.
- */
-
-pre {
- overflow: auto;
-}
-
-/**
- * Address odd `em`-unit font size rendering in all browsers.
- */
-
-code,
-kbd,
-pre,
-samp {
- font-family: monospace, monospace;
- font-size: 1em;
-}
-
-/* Forms
- ========================================================================== */
-
-/**
- * Known limitation: by default, Chrome and Safari on OS X allow very limited
- * styling of `select`, unless a `border` property is set.
- */
-
-/**
- * 1. Correct color not being inherited.
- * Known issue: affects color of disabled elements.
- * 2. Correct font properties not being inherited.
- * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
- */
-
-button,
-input,
-optgroup,
-select,
-textarea {
- color: inherit; /* 1 */
- font: inherit; /* 2 */
- margin: 0; /* 3 */
-}
-
-/**
- * Address `overflow` set to `hidden` in IE 8/9/10/11.
- */
-
-button {
- overflow: visible;
-}
-
-/**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
- * Correct `select` style inheritance in Firefox.
- */
-
-button,
-select {
- text-transform: none;
-}
-
-/**
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
- * and `video` controls.
- * 2. Correct inability to style clickable `input` types in iOS.
- * 3. Improve usability and consistency of cursor style between image-type
- * `input` and others.
- */
-
-button,
-html input[type="button"], /* 1 */
-input[type="reset"],
-input[type="submit"] {
- -webkit-appearance: button; /* 2 */
- cursor: pointer; /* 3 */
-}
-
-/**
- * Re-set default cursor for disabled elements.
- */
-
-button[disabled],
-html input[disabled] {
- cursor: default;
-}
-
-/**
- * Remove inner padding and border in Firefox 4+.
- */
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
- border: 0;
- padding: 0;
-}
-
-/**
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
-
-input {
- line-height: normal;
-}
-
-/**
- * It's recommended that you don't attempt to style these elements.
- * Firefox's implementation doesn't respect box-sizing, padding, or width.
- *
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
- * 2. Remove excess padding in IE 8/9/10.
- */
-
-input[type="checkbox"],
-input[type="radio"] {
- box-sizing: border-box; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Fix the cursor style for Chrome's increment/decrement buttons. For certain
- * `font-size` values of the `input`, it causes the cursor style of the
- * decrement button to change from `default` to `text`.
- */
-
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-/**
- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
- * (include `-moz` to future-proof).
- */
-
-input[type="search"] {
- -webkit-appearance: textfield; /* 1 */
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box; /* 2 */
- box-sizing: content-box;
-}
-
-/**
- * Remove inner padding and search cancel button in Safari and Chrome on OS X.
- * Safari (but not Chrome) clips the cancel button when the search input has
- * padding (and `textfield` appearance).
- */
-
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * Define consistent border, margin, and padding.
- */
-
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-
-/**
- * 1. Correct `color` not being inherited in IE 8/9/10/11.
- * 2. Remove padding so people aren't caught out ifthey zero out fieldsets.
- */
-
-legend {
- border: 0; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Remove default vertical scrollbar in IE 8/9/10/11.
- */
-
-textarea {
- overflow: auto;
-}
-
-/**
- * Don't inherit the `font-weight` (applied by a rule above).
- * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
- */
-
-optgroup {
- font-weight: bold;
-}
-
-/* Tables
- ========================================================================== */
-
-/**
- * Remove most spacing between table cells.
- */
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-td,
-th {
- padding: 0;
-}
diff --git a/_sass/_common/scaffolding/scaffolding.scss b/_sass/_common/scaffolding/scaffolding.scss
deleted file mode 100644
index 7e7d4bd010..0000000000
--- a/_sass/_common/scaffolding/scaffolding.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-//
-// Scaffolding
-// =================================================
-
-@import "normalize";
-@import "base";
-@import "helpers";
-@import "tables";
diff --git a/_sass/_common/scaffolding/tables.scss b/_sass/_common/scaffolding/tables.scss
deleted file mode 100644
index c653b812f1..0000000000
--- a/_sass/_common/scaffolding/tables.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-table {
- margin: 20px 0;
- width: $table-width;
- border-collapse: collapse;
- border-spacing: 0;
- border: 1px solid $table-border-color;
- font-size: $table-font-size;
- table-layout: fixed;
- word-wrap: break-all;
-}
-table>tbody>tr {
- &:nth-of-type(odd) { background-color: $table-row-odd-bg-color; }
- &:hover { background-color: $table-row-hover-bg-color; }
-}
-
-caption, th, td {
- padding: $table-cell-padding;
- text-align: $table-content-alignment;
- vertical-align: $table-content-vertical;
- font-weight: normal;
-}
-
-th, td {
- border-bottom: 3px solid $table-cell-border-bottom-color;
- border-right: 1px solid $table-cell-border-right-color;
-}
-
-th {
- padding-bottom: 10px;
- font-weight: $table-th-font-weight;
-}
-
-td { border-bottom-width: 1px; }
diff --git a/_sass/_custom/custom.scss b/_sass/_custom/custom.scss
deleted file mode 100644
index 247c125b5f..0000000000
--- a/_sass/_custom/custom.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-// Custom styles.
-// .footer {background: #ffffff;}
-.footer-inner {text-align: center;}
-.category-all-page{text-align: center;}
diff --git a/_sass/_mixins/Mist.scss b/_sass/_mixins/Mist.scss
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/_sass/_mixins/Mist.scss.mybak b/_sass/_mixins/Mist.scss.mybak
deleted file mode 100644
index 27d45c5d94..0000000000
--- a/_sass/_mixins/Mist.scss.mybak
+++ /dev/null
@@ -1,176 +0,0 @@
-/* Custom styles.*/
-
-.header {
- /*用于完全显示一整块背景*/
- background: $head-bg;
- /* background:url(https://s1.ax2x.com/2018/03/13/Eoiz6.jpg);*/
- /* background: #F5F5F5;*/
- background-size: cover;
- background-repeat: no-repeat;
-}
-
-
-/*标题*/
-.site-meta .site-title {
- font-size: 45px;
- font-weight: bolder;
- font-family: alex brush;
- color: #AC161A;
-}
-
-/*副标题*/
-/* .site-subtitle { display: none; }*/
-.site-subtitle {
- margin-top: 10px;
- font-size: 13px;
- color: #555555;
- /* color: #ffdf58;*/
-}
-
-
-/*菜单字体颜色*/
-
-/*菜单悬停颜色*/
-/*.menu .menu-item a:hover {
- background: #36363c;
- }*/
-
-/*移动设备菜单显示扩展*/
-.site-nav-on {
- display: none;
- margin: 0 -10px;
- padding: 0 10px;
- clear: both;
- border-top-style: none;
- /*border-top: 1px solid #ddd;*/
-}
-
-body {
- /*随机换图*/
- /* background:url(https://source.unsplash.com/random/1600x900);
- background:url(https://s1.ax2x.com/2018/03/10/EHdHq.jpg);
- background: #E7E8EA;*/
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- background-position: 50% 50%;
- /*鼠标样式*/
- cursor: url(https://cdn.jsdelivr.net/gh/hoochanlon/w3-goto-world/W3UnitTest/Arrow.cur), auto;
-}
-a:hover {
- /*链接鼠标样式*/
- cursor: url(https://cdn.jsdelivr.net/gh/hoochanlon/w3-goto-world/W3UnitTest/Hand.cur), pointer;
-}
-
-
-/*文章内容块布局*/.main-inner {
- margin-top: 10px;
- /* margin-top: 60px;*/
- /*padding: 60px 60px 60px 60px;*/
- padding: 10px 1px 1px 1px;
- /* background: #e6e6e6; */
- width: 830px;
- /* hight:720px; */
- min-height: 500px;
- /*透明度*/
-}
-
-
-/*内容盒子扩充*/
-.use-motion .post {
- BACKGROUND-COLOR: #fff;
- padding: 40px 30px 40px 30px;
- border: 1px solid #eaecee;
- margin: 0 0 40px 0;
- position: relative;
- -webkit-box-shadow: 0 4px 12px -1px rgba(36, 41, 46, 0.6);
- -moz-box-shadow: 0 4px 12px -1px rgba(36, 41, 46, 0.6);
- box-shadow: 0 4px 12px -1px rgba(36, 41, 46, 0.6);
-}
-
-
-/*文章顶部内容紧凑*/
-.posts-expand .post-meta {
- margin: 3px 0 5px 0;
-}
-
-
-/*阅读全文按钮部分*/
-.post-button a:hover {
- border-bottom-color: #a96363;
-}
-
-/*阅读全文按钮悬停部分*/
-.btn:hover {
- border-color: #222;
- color: #222;
- background: none;
-}
-
-/*文字以及下划线部分*/
-.post-button a {
- padding: 0;
- font-size: 16px;
- background: none;
- border: none;
- border-bottom: 2px solid #666;
- transition-property: border;
-}
-
-
-
-/*标签悬停颜色*/
-.posts-expand .post-tags a:hover {
- background: orange;
-}
-
-/*标签背景色*/
-.posts-expand .post-tags a {
- padding: 1px 5px;
- background: #d6af66;
- color: #ea1616;
- font-size: 13px;
- border-bottom: none;
- display: inline-block;
- margin-right: 10px;
-}
-
-
-/*页脚*/
-.footer {
- font-size: 14px;
- color: $grey-dark;
-
- background: #ffffff;
- img {
- border: none;
- }
-}
-
-/*页脚内容居中*/
-.footer-inner {
- margin: 0 auto;
- text-align: center;
-}
-
-
-
-/* 隐藏分类列表占位符以及列表居中样式调整*/.category-list-item {
- margin: 5px 10px;
- text-align: center;
-}
-
-
-
-
-/*侧边信息栏*/
-/* .sidebar-toggle {}*/
-/*侧边回滚顶部栏*/
-/* .back-to-top {}*/
-
-/*时间侧边栏格式*/#days {
- display: block;
- color: #8989A3;
- font-size: 13px;
- margin-top: 15px;
-}
diff --git a/_sass/_mixins/Muse.scss b/_sass/_mixins/Muse.scss
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/_sass/_mixins/Pisces.scss b/_sass/_mixins/Pisces.scss
deleted file mode 100644
index ae3d3c139a..0000000000
--- a/_sass/_mixins/Pisces.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-@mixin sidebar-inline-links-item() {
- float: left;
- margin: 5px 0 0;
- width: 50%;
-
- & a {
- box-sizing: border-box;
- display: inline-block;
- margin-right: 0;
- margin-bottom: 0;
- padding: 0 5px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-}
diff --git a/_sass/_mixins/base.scss b/_sass/_mixins/base.scss
deleted file mode 100644
index 67dbfaa953..0000000000
--- a/_sass/_mixins/base.scss
+++ /dev/null
@@ -1,71 +0,0 @@
-@mixin the-transition() {
- transition-duration: 0.2s;
- transition-timing-function: ease-in-out;
- transition-delay: 0s;
-}
-
-@mixin mobile() {
- @media (max-width: 767px) {
- @content;
- }
-}
-
-@mixin tablet() {
- @media (min-width: 768px) and (max-width: 991px) {
- @content;
- }
-}
-
-@mixin desktop() {
- @media (min-width: 992px) {
- @content;
- }
-}
-
-@mixin desktop-large() {
- @media (min-width: 1600px) {
- @content;
- }
-}
-
-@mixin circle() {
- border-radius: 50%;
-}
-
-@mixin keyframes($name) {
- @-webkit-keyframes #{$name} {
- @content;
- }
- @-moz-keyframes #{$name} {
- @content;
- }
- @-ms-keyframes #{$name} {
- @content;
- }
- @keyframes #{$name} {
- @content;
- }
-}
-
-@mixin transform($arguments) {
- -webkit-transform: $arguments;
- -moz-transform: $arguments;
- -ms-transform: $arguments;
- -o-transform: $arguments;
- transform: $arguments;
-}
-
-
-@function random-color($min, $max) {
- @return floor(random() * ($max - $min + 1) + $min);
-}
-
-// Clearfix. http://nicolasgallagher.com/micro-clearfix-hack/
-@mixin clearfix() {
- &:before,
- &:after {
- content: " ";
- display: table;
- }
- &:after { clear: both; }
-}
diff --git a/_sass/_mixins/custom.scss b/_sass/_mixins/custom.scss
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/_sass/_schemes/Mist/_base.scss b/_sass/_schemes/Mist/_base.scss
deleted file mode 100644
index 97dc4cb795..0000000000
--- a/_sass/_schemes/Mist/_base.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-// Tags
-// --------------------------------------------------
-h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; }
-
-p { margin: 0 0 25px 0; }
-
-a { border-bottom-color: $grey-light; }
-
-hr {
- margin: 20px 0;
- height: 2px;
-}
diff --git a/_sass/_schemes/Mist/_header.scss b/_sass/_schemes/Mist/_header.scss
deleted file mode 100644
index 50a1a38e2a..0000000000
--- a/_sass/_schemes/Mist/_header.scss
+++ /dev/null
@@ -1,66 +0,0 @@
-// Header
-// --------------------------------------------------
-.header {
- // background: $whitesmoke;
- background:#ffffff;
- }
-.header-inner {
- padding: 25px 0 20px;
- @include clearfix();
-
- @include mobile() {
- width: auto;
- margin-bottom: 50px;
- padding: 10px;
- }
-}
-
-.site-meta {
- float: left;
- margin-left: -20px;
- line-height: normal;
-
- @include mobile() {
- margin-left: 10px;
- }
-
- .brand {
- padding: 2px 1px;
- background: none;
-
- @include mobile() { display: block; }
- }
-
- .logo { display: none; }
-
- .site-title {
- font-size: 22px;
- font-weight: bolder;
-
- @include mobile() { line-height: 34px; }
- }
-}
-
-
-.logo-line-before,
-.logo-line-after {
- display: block;
- overflow: hidden;
- margin: 0 auto;
- width: 75%;
-
- @include mobile() { display: none; }
-
- i {
- position: relative;
- display: block;
- height: 2px;
- background: $black-deep;
- @include mobile() { height: 3px; }
- }
-}
-
-.use-motion {
- .logo-line-before i { left: -100%; }
- .logo-line-after i { right: -100%; }
-}
diff --git a/_sass/_schemes/Mist/_logo.scss b/_sass/_schemes/Mist/_logo.scss
deleted file mode 100644
index 571b407073..0000000000
--- a/_sass/_schemes/Mist/_logo.scss
+++ /dev/null
@@ -1 +0,0 @@
-.site-subtitle { display: none; }
diff --git a/_sass/_schemes/Mist/_menu.scss b/_sass/_schemes/Mist/_menu.scss
deleted file mode 100644
index 475eb06f04..0000000000
--- a/_sass/_schemes/Mist/_menu.scss
+++ /dev/null
@@ -1,46 +0,0 @@
-// Menu
-// --------------------------------------------------
-.site-nav-toggle {
- position: static;
- float: right;
-}
-
-
-.menu {
- float: right;
- margin: 8px 0 0 0;
-
- @include mobile() {
- margin: 20px 0 0 0;
- padding: 0;
- }
-
- br { display: none; }
-
- .menu-item {
- margin: 0;
- @include mobile() { display: block; }
- }
-
- .menu-item a {
- padding: 0 10px;
- background: none;
- border: none;
- border-radius: 2px;
- transition-property: background;
-
- @include mobile() {
- text-align: left;
- }
-
- &:hover { background: #e1e1e1; }
- }
-
- a::before {
- display: none;
-
- @include mobile() { display: block; }
- }
-
- @include mobile() { float: none; }
-}
diff --git a/_sass/_schemes/Mist/_posts-expanded.scss b/_sass/_schemes/Mist/_posts-expanded.scss
deleted file mode 100644
index 2ae87c03fc..0000000000
--- a/_sass/_schemes/Mist/_posts-expanded.scss
+++ /dev/null
@@ -1,65 +0,0 @@
-// Post Expanded
-// --------------------------------------------------
-.posts-expand {
- padding-top: 0;
-
- .post-title,
- .post-meta {
- text-align: $site-meta-text-align;
- @include mobile() { text-align: center; }
- }
- .post-eof { display: none; }
-
- // .post { margin-top: 120px; }
- .post { margin-top: 90px; }
- .post:first-child { margin-top: 0; }
-
- .post-meta {
- margin-top: 5px;
- margin-bottom: 20px;
- }
-
- .post-title {
- position: relative;
- font-size: $font-size-headings-base;
- font-weight: 400;
- @include mobile() { font-size: $font-size-headings-smaller; }
- @include desktop-large() { font-size: $font-size-headings-large; }
- }
- .post-title:hover:before { background: $black-deep; }
-
- .post-body img { margin: 0; }
-
- .post-tags {
- text-align: left;
- a {
- padding: 1px 5px;
- background: $whitesmoke;
- border-bottom: none;
- }
- a:hover { background: $grey-light; }
- }
- .post-nav { margin-top: 40px; }
-}
-
-.post-button {
- margin-top: 20px;
- text-align: left;
-
- a {
- margin: 0 8px 8px 0 !important;
- padding: 0;
- font-size: $font-size-base;
- color: $grey-dim;
- background: none;
- border: none;
- border-bottom: 2px solid $grey-dim;
- transition-property: border;
-
- @include mobile() { font-size: $font-size-small; }
- @include desktop-large() { font-size: $font-size-large; }
-
-
- &:hover { border-bottom-color: $black-deep; }
- }
-}
diff --git a/_sass/_schemes/Mist/_search.scss b/_sass/_schemes/Mist/_search.scss
deleted file mode 100644
index 6cd7b2c960..0000000000
--- a/_sass/_schemes/Mist/_search.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-// Search
-// --------------------------------------------------
-.site-search form {
- display: none;
-}
\ No newline at end of file
diff --git a/_sass/_schemes/Mist/index.scss b/_sass/_schemes/Mist/index.scss
deleted file mode 100644
index 36a82e0f36..0000000000
--- a/_sass/_schemes/Mist/index.scss
+++ /dev/null
@@ -1,91 +0,0 @@
-//
-// Mist scheme
-// =================================================
-
-@import "_base";
-@import "outline/outline";
-@import "_header";
-@import "_logo";
-@import "_menu";
-@import "_search";
-@import "_posts-expanded";
-@import "sidebar/sidebar-blogroll";
-
-
-// Components
-// --------------------------------------------------
-.btn {
- padding: 0 10px;
- border-width: 2px;
- border-radius: 0;
-}
-
-.headband { display: none; }
-
-
-// Search
-// --------------------------------------------------
-.site-search {
- position: relative;
- float: right;
- margin-top: 5px;
- padding-top: 3px;
-
- @include mobile() {
- float: none;
- padding: 0 10px;
- }
-}
-
-
-// Page - Container
-// --------------------------------------------------
-.container .main-inner {
- @include mobile() { width: auto; }
-}
-
-
-// Page - Post details
-// --------------------------------------------------
-.page-post-detail {
- .post-title,
- .post-meta { text-align: center; }
-
- .post-title:before { display: none; }
-
- .post-meta { margin-bottom: 60px; }
-}
-
-
-// Pagination
-// --------------------------------------------------
-.pagination {
- margin: 120px 0 0;
- text-align: left;
-
- @include mobile() {
- margin: 80px 10px 0;
- text-align: center;
- }
-}
-
-// Footer
-// --------------------------------------------------
-.footer {
- margin-top: 80px;
- padding: 10px 0;
- background: $whitesmoke;
- color: $grey-dim;
-}
-.footer-inner {
- margin: 0 auto;
- text-align: left;
-
- @include mobile() {
- width: auto;
- text-align: center;
- }
-}
-
-// Helpers
-// --------------------------------------------------
diff --git a/_sass/_schemes/Mist/outline/outline.scss b/_sass/_schemes/Mist/outline/outline.scss
deleted file mode 100644
index 12c0bae253..0000000000
--- a/_sass/_schemes/Mist/outline/outline.scss
+++ /dev/null
@@ -1 +0,0 @@
-.main-inner { margin-top: 80px; }
diff --git a/_sass/_schemes/Mist/sidebar/sidebar-blogroll.scss b/_sass/_schemes/Mist/sidebar/sidebar-blogroll.scss
deleted file mode 100644
index 6db1ed79ba..0000000000
--- a/_sass/_schemes/Mist/sidebar/sidebar-blogroll.scss
+++ /dev/null
@@ -1 +0,0 @@
-.links-of-blogroll-inline .links-of-blogroll-item { display: inline-block; }
diff --git a/_sass/_schemes/Muse/_layout.scss b/_sass/_schemes/Muse/_layout.scss
deleted file mode 100644
index 37fb89fe29..0000000000
--- a/_sass/_schemes/Muse/_layout.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-.header-inner, .container .main-inner, .footer-inner {
- @include mobile() { width: auto; }
-}
-
-// embed tag
-embed {
- display: block;
- margin: 0px auto 25px auto;
-}
diff --git a/_sass/_schemes/Muse/_logo.scss b/_sass/_schemes/Muse/_logo.scss
deleted file mode 100644
index 1d0437aefd..0000000000
--- a/_sass/_schemes/Muse/_logo.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-.custom-logo {
- .site-meta-headline { text-align: center; }
-
- .brand { background: none; }
-
- .site-title {
- margin: 10px auto 0;
- font-size: 24px;
- color: $black-deep;
- a { border: none; }
- }
-
-
-}
-
-.custom-logo-image {
- margin: 0 auto;
- padding: 5px;
- max-width: 150px;
- background: white;
-}
diff --git a/_sass/_schemes/Muse/_menu.scss b/_sass/_schemes/Muse/_menu.scss
deleted file mode 100644
index 23ef663842..0000000000
--- a/_sass/_schemes/Muse/_menu.scss
+++ /dev/null
@@ -1,33 +0,0 @@
-.site-nav {
- @include mobile() {
- position: absolute;
- left: 0;
- top: 52px;
- margin: 0;
- width: 100%;
- padding: 0;
- background: white;
- border-bottom: 1px solid $gray-lighter;
- z-index: 1;
- }
-}
-
-.menu {
- @include mobile() { text-align: left; }
-}
-.menu .menu-item {
- @include mobile() {
- display: block;
- margin: 0 10px;
- vertical-align: top;
- }
-
- br {
- @include mobile() { display: none; }
- }
-
- a {
- @include mobile() { padding: 5px 10px; }
- }
- .fa { margin-right: 0; }
-}
diff --git a/_sass/_schemes/Muse/_search.scss b/_sass/_schemes/Muse/_search.scss
deleted file mode 100644
index 6cd7b2c960..0000000000
--- a/_sass/_schemes/Muse/_search.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-// Search
-// --------------------------------------------------
-.site-search form {
- display: none;
-}
\ No newline at end of file
diff --git a/_sass/_schemes/Muse/index.scss b/_sass/_schemes/Muse/index.scss
deleted file mode 100644
index e3422ee2fa..0000000000
--- a/_sass/_schemes/Muse/index.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "_layout";
-@import "_logo";
-@import "_menu";
-@import "_search";
-@import "sidebar/sidebar-blogroll";
diff --git a/_sass/_schemes/Muse/sidebar/sidebar-blogroll.scss b/_sass/_schemes/Muse/sidebar/sidebar-blogroll.scss
deleted file mode 100644
index 6db1ed79ba..0000000000
--- a/_sass/_schemes/Muse/sidebar/sidebar-blogroll.scss
+++ /dev/null
@@ -1 +0,0 @@
-.links-of-blogroll-inline .links-of-blogroll-item { display: inline-block; }
diff --git a/_sass/_schemes/Pisces/_brand.scss b/_sass/_schemes/Pisces/_brand.scss
deleted file mode 100644
index 2e8102faff..0000000000
--- a/_sass/_schemes/Pisces/_brand.scss
+++ /dev/null
@@ -1,30 +0,0 @@
-.site-brand-wrapper {
- position: relative;
-}
-
-.site-meta {
- padding: 20px 0;
- color: white;
- background: $black-deep;
-
- @include tablet() {
- box-shadow: 0 0 16px rgba(0,0,0,0.5);
- }
- @include mobile() {
- box-shadow: 0 0 16px rgba(0,0,0,0.5);
- }
-}
-
-.brand {
- padding: 0;
- background: none;
-
- &:hover { color: white; }
-}
-
-.site-subtitle {
- margin: 10px 10px 0;
- font-weight: initial;
-}
-
-.site-search form { display: none; }
diff --git a/_sass/_schemes/Pisces/_layout.scss b/_sass/_schemes/Pisces/_layout.scss
deleted file mode 100644
index c14b3ea762..0000000000
--- a/_sass/_schemes/Pisces/_layout.scss
+++ /dev/null
@@ -1,129 +0,0 @@
-.header {
- position: relative;
- margin: 0 auto;
- width: $main-desktop;
-
- @include tablet() {
- width: auto;
- }
- @include mobile() {
- width: auto;
- }
-}
-
-.header-inner {
- position: absolute;
- top: 0;
- overflow: hidden;
- padding: 0;
- width: 240px;
- background: white;
- box-shadow: $box-shadow-inner;
- border-radius: $border-radius-inner;
-
- @include desktop-large() {
- .container & { width: 240px; }
- }
- @include tablet() {
- position: relative;
- width: auto;
- border-radius: initial;
- }
- @include mobile() {
- position: relative;
- width: auto;
- border-radius: initial;
- }
-}
-
-.main {
- @include clearfix();
- @include tablet() {
- padding-bottom: 100px;
- }
- @include mobile() {
- padding-bottom: 100px;
- }
-}
-
-.container .main-inner {
- width: $main-desktop;
-
- @include tablet() {
- width: auto;
- }
- @include mobile() {
- width: auto;
- }
-}
-
-.content-wrap {
- float: right;
- box-sizing: border-box;
- padding: $content-desktop-padding;
- width: $content-desktop;
- background: white;
- min-height: 700px;
- box-shadow: $box-shadow-inner;
- border-radius: $border-radius-inner;
-
- @include tablet() {
- width: 100%;
- padding: 20px;
- border-radius: initial;
- }
- @include mobile() {
- width: 100%;
- padding: 20px;
- min-height: auto;
- border-radius: initial;
- }
-}
-
-.sidebar {
- position: static;
- float: left;
- margin-top: 300px;
- width: $sidebar-desktop;
- background: $body-bg-color;
- box-shadow: none;
-
- @include tablet() {
- display: none;
- }
- @include mobile() {
- display: none;
- }
-}
-
-.sidebar-toggle { display: none; }
-
-
-.footer-inner {
- width: $main-desktop;
- padding-left: 260px;
-
- @include tablet() {
- width: auto;
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- @include mobile() {
- width: auto;
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
-}
-
-
-
-.sidebar-position-right {
- .header-inner { right: 0; }
- .content-wrap { float: left; }
- .sidebar { float: right; }
-
- .footer-inner {
- padding-left: 0;
- padding-right: 260px;
- }
-}
diff --git a/_sass/_schemes/Pisces/_menu.scss b/_sass/_schemes/Pisces/_menu.scss
deleted file mode 100644
index 41762012e0..0000000000
--- a/_sass/_schemes/Pisces/_menu.scss
+++ /dev/null
@@ -1,71 +0,0 @@
-.site-nav {
- border-top: none;
-
- @include tablet() {
- display: none !important;
- }
-}
-
-.site-nav-on {
- @include tablet() {
- display: block !important;
- }
-}
-
-.menu .menu-item {
- display: block;
- margin: 0;
-
- a {
- position: relative;
- box-sizing: border-box;
- padding: 5px 20px;
- text-align: left;
- line-height: inherit;
- transition-property: background-color;
- @include the-transition();
-
- @at-root %menu-a-hover1 {
- background: #f9f9f9;
- border-bottom-color: white;
- }
- &:hover {
- @extend %menu-a-hover1;
- }
- }
-
- br { display: none; }
-}
-
-.menu-item-active a {
- @extend %menu-a-hover;
- @extend %menu-a-hover1;
-
- &:after {
- content: " ";
- position: absolute;
- top: 50%;
- margin-top: -3px;
- right: 15px;
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background-color: $grey;
- }
-}
-
-.btn-bar {
- background-color: white;
-}
-
-.site-nav-toggle {
- left: 20px;
- top: 50%;
-
- -webkit-transform: translateY(-50%);
- @include transform(translateY(-50%));
-
- @include tablet() {
- display: block;
- }
-}
diff --git a/_sass/_schemes/Pisces/_posts.scss b/_sass/_schemes/Pisces/_posts.scss
deleted file mode 100644
index d66e788d67..0000000000
--- a/_sass/_schemes/Pisces/_posts.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-.post-body {
- @include mobile() {
- text-align: justify;
- }
-}
-// 文章内链接文本样式
-.post-body p a{
- color: #0593d3;
- border-bottom: none;
- border-bottom: 1px solid #0593d3;
- &:hover {
- color: #fc6423;
- border-bottom: none;
- border-bottom: 1px solid #fc6423;
- }
-}
diff --git a/_sass/_schemes/Pisces/_sidebar.scss b/_sass/_schemes/Pisces/_sidebar.scss
deleted file mode 100644
index b6ca9ec672..0000000000
--- a/_sass/_schemes/Pisces/_sidebar.scss
+++ /dev/null
@@ -1,107 +0,0 @@
-.use-motion .sidebar .motion-element { opacity: 1; }
-
-.sidebar {
- display: none;
- right: auto;
- bottom: auto;
-
- // Do NOT delete this line
- // or Affix (position: fixed) will not work in Google Chrome.
- -webkit-transform: none;
-}
-
-
-.sidebar-inner {
- box-sizing: border-box;
- width: 240px;
- color: $text-color;
- background: white;
- box-shadow: $box-shadow;
- border-radius: $border-radius;
-
- &.affix {
- position: fixed;
- top: $sidebar-offset-float;
- }
-}
-
-.site-overview {
- margin: 0 2px;
- text-align: left;
-}
-
-.site-author {
- @include clearfix();
-}
-
-.sidebar a {
- color: $black-light;
-
- &:hover { color: $black-deep; }
-}
-
-.links-of-author-item {
- a:before { display: none; }
- a {
- border-bottom: none;
- text-decoration: underline;
- }
-}
-
-.feed-link {
- border-top: 1px dotted $grey-light;
- border-bottom: 1px dotted $grey-light;
- text-align: center;
-}
-
-.feed-link a {
- display: block;
- color: $orange;
- border: none;
-
- &:hover {
- background: none;
- color: scale-color($orange, $lightness: -20%);
-
- i { color: scale-color($orange, $lightness: -20%); }
- }
-}
-
-.links-of-author {
- @include clearfix();
-}
-.links-of-author-item {
- @include sidebar-inline-links-item();
-
- a {
- display: block;
- text-decoration: none;
-
- &:hover {
- border-radius: 4px;
- background: $gainsboro;
- }
- }
-
- .fa {
- margin-right: 2px;
- font-size: 16px;
- }
- .fa-globe { font-size: 15px; }
-}
-
-
-.links-of-blogroll {
- margin-top: 20px;
- padding: 3px 0 0;
- border-top: 1px dotted $grey-light;
-}
-.links-of-blogroll-title { margin-top: 0; }
-.links-of-blogroll-item { padding: 0; }
-.links-of-blogroll-inline {
- @include clearfix();
-
- .links-of-blogroll-item {
- @include sidebar-inline-links-item();
- }
-}
diff --git a/_sass/_schemes/Pisces/index.scss b/_sass/_schemes/Pisces/index.scss
deleted file mode 100644
index cda4936e38..0000000000
--- a/_sass/_schemes/Pisces/index.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "_layout";
-@import "_brand";
-@import "_menu";
-@import "_sidebar";
-@import "_posts";
diff --git a/_sass/_variables/Mist.scss b/_sass/_variables/Mist.scss
deleted file mode 100644
index bbf5eb7c48..0000000000
--- a/_sass/_variables/Mist.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-// Variables of Mist scheme
-// =================================================
-
-$font-size-headings-base : 26px;
-
-$brand-color : $black-deep;
-$brand-hover-color : $brand-color;
-
-$site-meta-text-align : left;
-$posts-collapse-left : 0;
-
-$read-more-color : $link-color;
-$read-more-bg-color : transparent;
diff --git a/_sass/_variables/Muse.scss b/_sass/_variables/Muse.scss
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/_sass/_variables/Pisces.scss b/_sass/_variables/Pisces.scss
deleted file mode 100644
index 46636f7bad..0000000000
--- a/_sass/_variables/Pisces.scss
+++ /dev/null
@@ -1,75 +0,0 @@
-// Scaffolding
-// Settings for some of the most global styles.
-// --------------------------------------------------
-$body-bg-color : #f5f7f9;
-
-
-// Borders
-// --------------------------------------------------
-$box-shadow-inner : initial;
-$box-shadow : initial;
-
-$border-radius-inner : initial;
-$border-radius : initial;
-
-
-// Header
-// --------------------------------------------------
-$subtitle-color : $gray-lighter;
-
-// Sidebar
-// --------------------------------------------------
-$sidebar-offset-float : if(type-of(jekyll-config('sidebar.offset_float')) == 'number', jekyll-config('sidebar.offset_float') + px, null);
-
-$sidebar-nav-hover-color : $orange;
-$sidebar-highlight : $orange;
-
-$site-author-image-width : 120px;
-$site-author-image-border-width : 1px;
-$site-author-image-border-color : $gainsboro;
-
-$site-author-name-margin : 0;
-$site-author-name-color : $black-deep;
-$site-author-name-align : center;
-$site-author-name-weight : $font-weight-bold;
-
-$site-description-font-size : 13px;
-$site-description-color : $grey-dark;
-$site-description-margin-top : 0;
-$site-description-align : center;
-
-$site-state-item-count-font-size : 16px;
-$site-state-item-name-font-size : 13px;
-$site-state-item-name-color : $grey-dark;
-$site-state-item-border-color : $gainsboro;
-
-$toc-link-color : $grey-dim;
-$toc-link-border-color : $grey-light;
-$toc-link-hover-color : black;
-$toc-link-hover-border-color : black;
-$toc-link-active-color : $sidebar-highlight;
-$toc-link-active-border-color : $sidebar-highlight;
-$toc-link-active-current-color : $sidebar-highlight;
-$toc-link-active-current-border-color : $sidebar-highlight;
-
-
-// Components
-// --------------------------------------------------
-
-// Button
-$read-more-color : $text-color;
-$read-more-bg-color : white;
-$read-more-border-radius : 2px;
-$btn-default-border-color : $text-color;
-$btn-default-hover-color : white;
-$btn-default-hover-bg : $black-deep;
-
-// Full Image Tag
-$full-image-width : 118%;
-$full-image-margin-horizontal : -9%;
-$full-image-margin-vertical : 0;
-
-// Back to top
-$b2t-opacity : .6;
-$b2t-position-bottom : -100px;
-$b2t-position-bottom-on : 30px;
diff --git a/_sass/_variables/base.scss b/_sass/_variables/base.scss
deleted file mode 100644
index c9002781a7..0000000000
--- a/_sass/_variables/base.scss
+++ /dev/null
@@ -1,336 +0,0 @@
-//
-// Variables
-// =================================================
-
-
-
-// Colors
-// colors for use across theme.
-// --------------------------------------------------
-
-$whitesmoke : #f5f5f5;
-$gainsboro : #eee;
-$gray-lighter : #ddd;
-$grey-light : #ccc;
-$grey : #bbb;
-$grey-dark : #999;
-$grey-dim : #666;
-$black-light : #555;
-$black-dim : #333;
-$black-deep : #222;
-$red : #ff2a2a;
-$blue-bright : #87daff;
-$blue : #0684bd;
-$blue-deep : #262a30;
-$orange : #fc6423;
-
-
-
-// Scaffolding
-// Settings for some of the most global styles.
-// --------------------------------------------------
-
-// Global text color on
-$text-color : $black-light;
-
-// Global link color.
-$link-color : $black-light;
-$link-hover-color : $black-deep;
-$link-decoration-color : $grey-light;
-$link-decoration-hover-color : $black-deep;
-
-// Global border color.
-$border-color : $grey-light;
-
-// Background color for
-$body-bg-color : white;
-
-// Selection
-$selection-bg : $blue-deep;
-$selection-color : white;
-
-
-
-// Typography
-// Font, line-height, and elements colors.
-// --------------------------------------------------
-
-
-@function get_font_family($config) {
- $custom_family : jekyll-config('font.' + $config + '.family');
- @return if(type-of($custom_family) == 'string', $custom_family, null);
-}
-
-// Font families.
-$font-family-chinese : "PingFang SC", "Microsoft YaHei";
-
-$font-family-base : $font-family-chinese, sans-serif;
-$font-family-base : if(get_font_family('global'), (get_font_family('global'), $font-family-chinese, sans-serif), $font-family-base);
-
-$font-family-logo : $font-family-base;
-$font-family-logo : if(get_font_family('logo'), (get_font_family('logo'), $font-family-base), $font-family-logo);
-
-$font-family-headings : $font-family-base;
-$font-family-headings : if(get_font_family('headings'), (get_font_family('headings'), $font-family-base), $font-family-headings);
-
-$font-family-posts : $font-family-base;
-$font-family-posts : if(get_font_family('posts'), (get_font_family('posts'), $font-family-base), $font-family-posts);
-
-$font-family-monospace : consolas, Menlo, $font-family-chinese, monospace;
-$font-family-monospace : if(get_font_family('codes'), (get_font_family('codes'), consolas, Menlo, $font-family-chinese, monospace), $font-family-monospace);
-
-$font-family-icons : 'FontAwesome';
-
-
-// Font Weight
-$font-weight-lighter : 200;
-$font-weight-light : 300;
-$font-weight-normal : 400;
-$font-weight-bold : 600;
-$font-weight-bolder : 700;
-
-
-// Font size
-$font-size-base : 14px;
-$font-size-small : $font-size-base - 2px;
-$font-size-smaller : $font-size-base - 4px;
-$font-size-large : $font-size-base + 2px;
-$font-size-larger : $font-size-base + 4px;
-
-
-// Headings font size
-$font-size-headings-step : 2px;
-$font-size-headings-base : 24px;
-$font-size-headings-small : $font-size-headings-base - $font-size-headings-step;
-$font-size-headings-smaller : $font-size-headings-small - $font-size-headings-step;
-$font-size-headings-large : $font-size-headings-base + $font-size-headings-step;
-$font-size-headings-larger : $font-size-headings-large + $font-size-headings-step;
-
-// Global line height
-$line-height-base : 2;
-$line-height-code-block : 1.6; // Can't be less than 1.3
-
-
-
-// Z-index master list
-// --------------------------------------------------
-$zindex-bottom : -1;
-$zindex-1 : 1010;
-$zindex-2 : 1020;
-$zindex-3 : 1030;
-$zindex-4 : 1040;
-$zindex-5 : 1050;
-
-
-
-// Table
-// --------------------------------------------------
-$table-width : 100%;
-$table-border-color : $gray-lighter;
-$table-font-size : 14px;
-$table-content-alignment : left;
-$table-content-vertical : middle;
-$table-th-font-weight : 700;
-$table-cell-padding : 8px;
-$table-cell-border-right-color : $gainsboro;
-$table-cell-border-bottom-color : $gray-lighter;
-$table-row-odd-bg-color : #f9f9f9;
-$table-row-hover-bg-color : $whitesmoke;
-
-
-
-// Code & Code Blocks
-// --------------------------------------------------
-$code-font-family : $font-family-monospace;
-$code-font-size : 13px;
-$code-font-size : if(type-of(jekyll-config('font.codes.size')) == 'number', jekyll-config('font.codes.size') + px, $code-font-size);
-$code-border-radius : 3px;
-$code-foreground : $black-light;
-$code-background : $gainsboro;
-
-
-
-// Buttons
-// --------------------------------------------------
-
-$btn-font-weight : normal;
-
-$btn-default-radius : 0;
-$btn-default-bg : $black-deep;
-$btn-default-color : white;
-$btn-default-font-size : 14px;
-$btn-default-border-width : 2px;
-$btn-default-border-color : $black-deep;
-$btn-default-hover-bg : white;
-$btn-default-hover-color : $black-deep;
-$btn-default-hover-border-color : $black-deep;
-
-
-
-// Pagination
-// --------------------------------------------------
-
-$pagination-border : $gainsboro;
-
-$pagination-link-bg : transparent;
-$pagination-link-color : $link-color;
-$pagination-link-border : $gainsboro;
-
-$pagination-link-hover-bg : transparent;
-$pagination-link-hover-color : $link-color;
-$pagination-link-hover-border : $black-deep;
-
-$pagination-active-bg : $grey-light;
-$pagination-active-color : white;
-$pagination-active-border : $grey-light;
-
-
-
-// Layout sizes
-// --------------------------------------------------
-
-$main-desktop : 960px;
-$main-desktop-large : 1200px;
-
-$content-desktop : 700px;
-$content-desktop-large : 900px;
-$content-desktop-padding : 40px;
-
-$sidebar-desktop : 240px;
-
-$footer-height : 50px;
-
-$gap-between-main-and-footer : 100px;
-
-
-
-// Headband
-// --------------------------------------------------
-$headband-height : 3px;
-$headband-bg : $black-deep;
-
-
-
-// Section Header
-// Variables for header section elements.
-// --------------------------------------------------
-
-$head-bg : transparent;
-
-// Site Meta
-$site-meta-text-align : center;
-$brand-color : white;
-$brand-hover-color : white;
-$brand-bg : $black-deep;
-
-$logo-font-size : 20px;
-$logo-font-size : if(type-of(jekyll-config('font.logo.size')) == 'number', jekyll-config('font.logo.size') + px, $logo-font-size);
-
-$site-subtitle-color : $grey-dark;
-$subtitle-font-size : 13px;
-$subtitle-color : $grey-dark;
-
-// Menu
-$menu-link-border : transparent;
-$menu-link-hover-border : $black-deep;
-
-
-
-// Posts Expand
-// --------------------------------------------------
-$posts-expand-title-font-weight : $font-weight-normal;
-$post-copyright : (
- margin: 2em 0 0,
- padding: .5em 1em,
- bg: #f9f9f9,
- border: (
- width: 3px,
- style: solid,
- color: #ff1700
- )
-);
-
-
-// Posts Collpase
-// --------------------------------------------------
-$posts-collapse-left : 55px;
-$posts-collapse-left-mobile : 5px;
-
-$read-more-color : white;
-$read-more-font-size : 14px;
-$read-more-bg-color : $black-deep;
-$read-more-border-radius : 0;
-
-
-
-
-// Sidebar
-// Variables for sidebar section elements.
-// --------------------------------------------------
-$sidebar-nav-color : $black-light;
-$sidebar-nav-hover-color : $whitesmoke;
-$sidebar-highlight : $blue-bright;
-
-$site-author-image-padding : 2px;
-$site-author-image-width : 96px;
-$site-author-image-height : auto;
-$site-author-image-border-width : 2px;
-$site-author-image-border-color : $black-dim;
-
-$site-author-name-margin : 5px 0 0;
-$site-author-name-color : $whitesmoke;
-$site-author-name-align : center;
-$site-author-name-weight : normal;
-
-$site-description-font-size : 14px;
-$site-description-color : $grey-dark;
-$site-description-margin-top : 5px;
-$site-description-align : center;
-
-$site-state-align : center;
-$site-state-item-count-font-size : 18px;
-$site-state-item-count-color : inherit;
-$site-state-item-name-font-size : 13px;
-$site-state-item-name-color : inherit;
-$site-state-item-border-color : $black-dim;
-
-$toc-link-color : $grey-dark;
-$toc-link-border-color : $black-light;
-$toc-link-hover-color : $grey-light;
-$toc-link-hover-border-color : $grey-light;
-$toc-link-active-color : $sidebar-highlight;
-$toc-link-active-border-color : $sidebar-highlight;
-$toc-link-active-current-color : $sidebar-highlight;
-$toc-link-active-current-border-color : $sidebar-highlight;
-
-
-// Components
-// --------------------------------------------------
-
-// Back to top
-$b2t-opacity : 1;
-$b2t-position-bottom : -100px;
-$b2t-position-bottom-on : 19px;
-$b2t-position-right : 30px;
-$b2t-font-size : 12px;
-$b2t-color : white;
-$b2t-bg-color : $black-deep;
-
-// full-image
-$full-image-width : 110%;
-$full-image-margin-horizontal : -5%;
-$full-image-margin-vertical : 25px;
-
-// .post-expand .post-eof
-// In Muse scheme, margin above and below the post separator
-$post-eof-margin-top : 80px; // or 160px for more white space
-$post-eof-margin-bottom : 60px; // or 120px for less white space
-
-
-// Iconography
-// Icons SVG Base64
-// --------------------------------------------------
-
-// blockquote-center icon
-$center-quote-left : '../images/quote-l.svg';
-$center-quote-right : '../images/quote-r.svg';
diff --git a/_sass/_variables/custom.scss b/_sass/_variables/custom.scss
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000000..a998dcc4dd
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,1040 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 关于 | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/about/index.md b/about/index.md
deleted file mode 100644
index 14db712a8f..0000000000
--- a/about/index.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: page
-type: about
----
-
-
-大浪淘沙,中国社会转向时代的边际人。
-宏观,中观,微观。
-跌落,趋于固化。
-爬起,躺不平,卷不赢。
-
diff --git a/archives/index.html b/archives/index.html
index dfb1c241db..5ef886604e 100644
--- a/archives/index.html
+++ b/archives/index.html
@@ -1,3 +1,11284 @@
----
-layout: archive
----
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 归档 | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/css/main.css b/assets/css/main.css
new file mode 100644
index 0000000000..402949b299
--- /dev/null
+++ b/assets/css/main.css
@@ -0,0 +1,902 @@
+@charset "UTF-8";
+/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
+/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
+html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
+
+/** Remove default margin. */
+body { margin: 0; }
+
+/* HTML5 display definitions ========================================================================== */
+/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
+article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
+
+/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
+audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }
+
+/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
+audio:not([controls]) { display: none; height: 0; }
+
+/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
+[hidden], template { display: none; }
+
+/* Links ========================================================================== */
+/** Remove the gray background color from active links in IE 10. */
+a { background-color: transparent; }
+
+/** Improve readability when focused and also mouse hovered in all browsers. */
+a:active, a:hover { outline: 0; }
+
+/* Text-level semantics ========================================================================== */
+/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
+abbr[title] { border-bottom: 1px dotted; }
+
+/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
+b, strong { font-weight: bold; }
+
+/** Address styling not present in Safari and Chrome. */
+dfn { font-style: italic; }
+
+/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
+h1 { font-size: 2em; margin: 0.67em 0; }
+
+/** Address styling not present in IE 8/9. */
+mark { background: #ff0; color: #000; }
+
+/** Address inconsistent and variable font size in all browsers. */
+small { font-size: 80%; }
+
+/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
+sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
+
+sup { top: -0.5em; }
+
+sub { bottom: -0.25em; }
+
+/* Embedded content ========================================================================== */
+/** Remove border when inside `a` element in IE 8/9/10. */
+img { border: 0; }
+
+/** Correct overflow not hidden in IE 9/10/11. */
+svg:not(:root) { overflow: hidden; }
+
+/* Grouping content ========================================================================== */
+/** Address margin not present in IE 8/9 and Safari. */
+figure { margin: 1em 40px; }
+
+/** Address differences between Firefox and other browsers. */
+hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
+
+/** Contain overflow in all browsers. */
+pre { overflow: auto; }
+
+/** Address odd `em`-unit font size rendering in all browsers. */
+code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
+
+/* Forms ========================================================================== */
+/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
+/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
+button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }
+
+/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
+button { overflow: visible; }
+
+/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
+button, select { text-transform: none; }
+
+/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
+button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
+
+/** Re-set default cursor for disabled elements. */
+button[disabled], html input[disabled] { cursor: default; }
+
+/** Remove inner padding and border in Firefox 4+. */
+button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
+
+/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
+input { line-height: normal; }
+
+/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
+input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
+
+/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
+input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
+
+/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
+input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
+
+/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
+input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
+
+/** Define consistent border, margin, and padding. */
+fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
+
+/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out ifthey zero out fieldsets. */
+legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
+
+/** Remove default vertical scrollbar in IE 8/9/10/11. */
+textarea { overflow: auto; }
+
+/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
+optgroup { font-weight: bold; }
+
+/* Tables ========================================================================== */
+/** Remove most spacing between table cells. */
+table { border-collapse: collapse; border-spacing: 0; }
+
+td, th { padding: 0; }
+
+::selection { background: #262a30; color: white; }
+
+body { position: relative; font-family: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 14px; line-height: 2; color: #555; background: #f5f7f9; }
+@media (max-width: 767px) { body { padding-right: 0 !important; } }
+@media (min-width: 768px) and (max-width: 991px) { body { padding-right: 0 !important; } }
+@media (min-width: 1600px) { body { font-size: 16px; } }
+
+h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: bold; line-height: 1.5; font-family: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif; }
+
+h2, h3, h4, h5, h6 { margin: 20px 0 15px; }
+
+h1 { font-size: 22px; }
+
+@media (max-width: 767px) { h1 { font-size: 18px; } }
+h2 { font-size: 20px; }
+
+@media (max-width: 767px) { h2 { font-size: 16px; } }
+h3 { font-size: 18px; }
+
+@media (max-width: 767px) { h3 { font-size: 14px; } }
+h4 { font-size: 16px; }
+
+@media (max-width: 767px) { h4 { font-size: 12px; } }
+h5 { font-size: 14px; }
+
+@media (max-width: 767px) { h5 { font-size: 10px; } }
+h6 { font-size: 12px; }
+
+@media (max-width: 767px) { h6 { font-size: 8px; } }
+p { margin: 0 0 25px 0; }
+
+a { color: #555; text-decoration: none; border-bottom: 1px solid #999; word-wrap: break-word; }
+a:hover { color: #222; border-bottom-color: #222; }
+
+blockquote { margin: 0; padding: 0; }
+
+img { display: block; margin: auto; max-width: 100%; height: auto; }
+
+hr { margin: 40px 0; height: 3px; border: none; background-color: #ddd; background-image: repeating-linear-gradient(-45deg, white, white 4px, transparent 4px, transparent 8px); }
+
+blockquote { padding: 0 15px; color: #666; border-left: 4px solid #ddd; }
+blockquote cite::before { content: "-"; padding: 0 5px; }
+
+dt { font-weight: 700; }
+
+dd { margin: 0; padding: 0; }
+
+.text-left { text-align: left; }
+
+.text-center { text-align: center; }
+
+.text-right { text-align: right; }
+
+.text-justify { text-align: justify; }
+
+.text-nowrap { white-space: nowrap; }
+
+.text-lowercase { text-transform: lowercase; }
+
+.text-uppercase { text-transform: uppercase; }
+
+.text-capitalize { text-transform: capitalize; }
+
+.center-block { display: block; margin-left: auto; margin-right: auto; }
+
+.clearfix:before, .clearfix:after { content: " "; display: table; }
+.clearfix:after { clear: both; }
+
+.pullquote { width: 45%; }
+.pullquote.left { float: left; margin-left: 5px; margin-right: 10px; }
+.pullquote.right { float: right; margin-left: 10px; margin-right: 5px; }
+
+.affix.affix.affix { position: fixed; }
+
+.translation { margin-top: -20px; font-size: 14px; color: #999; }
+
+.scrollbar-measure { width: 100px; height: 100px; overflow: scroll; position: absolute; top: -9999px; }
+
+.use-motion .motion-element { opacity: 0; }
+
+table { margin: 20px 0; width: 100%; border-collapse: collapse; border-spacing: 0; border: 1px solid #ddd; font-size: 14px; table-layout: fixed; word-wrap: break-all; }
+
+table > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }
+table > tbody > tr:hover { background-color: #f5f5f5; }
+
+caption, th, td { padding: 8px; text-align: left; vertical-align: middle; font-weight: normal; }
+
+th, td { border-bottom: 3px solid #ddd; border-right: 1px solid #eee; }
+
+th { padding-bottom: 10px; font-weight: 700; }
+
+td { border-bottom-width: 1px; }
+
+html, body { height: 100%; }
+
+.container { position: relative; min-height: 100%; }
+
+.header-inner { margin: 0 auto; padding: 100px 0 70px; width: 700px; }
+@media (min-width: 1600px) { .container .header-inner { width: 900px; } }
+
+.main { padding-bottom: 150px; }
+
+.main-inner { margin: 0 auto; width: 700px; }
+@media (min-width: 1600px) { .container .main-inner { width: 900px; } }
+
+.footer { position: absolute; left: 0; bottom: 0; width: 100%; min-height: 50px; }
+
+.footer-inner { box-sizing: border-box; margin: 20px auto; width: 700px; }
+@media (min-width: 1600px) { .container .footer-inner { width: 900px; } }
+
+pre, .highlight { overflow: auto; margin: 20px 0; padding: 0; font-size: 13px; color: #4d4d4c; background: #f7f7f7; line-height: 1.6; }
+
+pre, code { font-family: consolas, Menlo, "PingFang SC", "Microsoft YaHei", monospace; }
+
+code { padding: 2px 4px; word-wrap: break-word; color: #555; background: #eee; border-radius: 3px; font-size: 13px; }
+
+pre code { padding: 0; color: #4d4d4c; background: none; text-shadow: none; }
+
+.highlight { border-radius: 1px; }
+.highlight pre { border: none; margin: 0; padding: 10px 0; }
+.highlight > pre { padding-left: 10px; padding-right: 10px; background-color: #f7f7f7; }
+.highlight table { margin: -10px; width: auto; border: none; }
+.highlight td { border: none; padding: 0; }
+.highlight figcaption { font-size: 1em; color: #4d4d4c; line-height: 1em; margin-bottom: 1em; }
+.highlight figcaption:before, .highlight figcaption:after { content: " "; display: table; }
+.highlight figcaption:after { clear: both; }
+.highlight figcaption a { float: right; color: #4d4d4c; }
+.highlight figcaption a:hover { border-bottom-color: #4d4d4c; }
+.highlight .gutter pre { padding-left: 10px; padding-right: 10px; color: #869194; text-align: right; background-color: #eff2f3; }
+.highlight .code pre { width: 100%; padding-left: 10px; padding-right: 10px; background-color: #f7f7f7; }
+.highlight .line { height: 20px; }
+
+.gutter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
+
+.gist table { width: auto; }
+.gist table td { border: none; }
+
+pre.highlight { padding: 10px; }
+
+pre .deletion { background: #fdd; }
+
+pre .addition { background: #dfd; }
+
+pre .meta { color: #8959a8; }
+
+pre .c, pre .cm, pre .cp, pre .c1, pre .cs { color: #8e908c; }
+pre .nv, pre .vc, pre .vg, pre .vi, pre .na, pre .nt, pre .sr, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #c82829; }
+pre .m, pre .mf, pre .mh, pre .mi, pre .il, pre .mo, pre .mx, pre .mb, pre .cp, pre .nb, pre .bp, pre .l, pre .ld, pre .params, pre .kc, pre .gp { color: #f5871f; }
+pre .ruby .class .title, pre .css .rules .attribute, pre .s, pre .sb, pre .sc, pre .sd, pre .s2, pre .se, pre .sh, pre .si, pre .sx, pre .s1, pre .ss, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata, pre .special, pre .m, pre .mf, pre .mh, pre .mi, pre .il, pre .mo, pre .mx, pre .mb, pre .formula { color: #718c00; }
+pre .nc, pre .nf, pre .css .hexcolor { color: #3e999f; }
+pre .nf, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #4271ae; }
+pre .k, pre .kd, pre .kn, pre .kp, pre .kr, pre .kt, pre .javascript .function { color: #8959a8; }
+
+.full-image.full-image.full-image { border: none; max-width: 100%; width: auto; margin: 20px auto; }
+@media (min-width: 992px) { .full-image.full-image.full-image { max-width: none; width: 118%; margin: 0 -9%; } }
+
+.blockquote-center, .page-home .post-type-quote blockquote, .page-post-detail .post-type-quote blockquote { position: relative; margin: 40px 0; padding: 0; border-left: none; text-align: center; }
+.blockquote-center::before, .page-home .post-type-quote blockquote::before, .page-post-detail .post-type-quote blockquote::before, .blockquote-center::after, .page-home .post-type-quote blockquote::after, .page-post-detail .post-type-quote blockquote::after { position: absolute; content: ' '; display: block; width: 100%; height: 24px; opacity: 0.2; background-repeat: no-repeat; background-position: 0 -6px; background-size: 22px 22px; }
+.blockquote-center::before, .page-home .post-type-quote blockquote::before, .page-post-detail .post-type-quote blockquote::before { top: -20px; background-image: url("../images/quote-l.svg"); border-top: 1px solid #ccc; }
+.blockquote-center::after, .page-home .post-type-quote blockquote::after, .page-post-detail .post-type-quote blockquote::after { bottom: -20px; background-image: url("../images/quote-r.svg"); border-bottom: 1px solid #ccc; background-position: 100% 8px; }
+.blockquote-center p, .page-home .post-type-quote blockquote p, .page-post-detail .post-type-quote blockquote p, .blockquote-center div, .page-home .post-type-quote blockquote div, .page-post-detail .post-type-quote blockquote div { text-align: center; }
+
+.post .post-body .group-picture img { box-sizing: border-box; padding: 0 3px; border: none; }
+
+.post .group-picture-row { overflow: hidden; margin-top: 6px; }
+.post .group-picture-row:first-child { margin-top: 0; }
+
+.post .group-picture-column { float: left; }
+
+.page-post-detail .post-body .group-picture-column { float: none; margin-top: 10px; width: auto !important; }
+.page-post-detail .post-body .group-picture-column img { margin: 0 auto; }
+
+.page-archive .group-picture-container { overflow: hidden; }
+.page-archive .group-picture-row { float: left; }
+.page-archive .group-picture-row:first-child { margin-top: 6px; }
+.page-archive .group-picture-column { max-width: 150px; max-height: 150px; }
+
+.note { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; }
+
+.note h2, .note h3, .note h4, .note h5, .note h6 { margin-top: 0; margin-bottom: 5px; padding-top: 0 !important; }
+
+.note p:last-child { margin-bottom: 0; }
+
+.note code { border-radius: 3px; }
+
+.note + .note { margin-top: -5px; }
+
+.default { border-left-color: #777; }
+
+.default h2, .default h3, .default h4, .default h5, .default h6 { color: #777; }
+
+.primary { border-left-color: #428bca; }
+
+.primary h2, .primary h3, .primary h4, .primary h5, .primary h6 { color: #428bca; }
+
+.success { border-left-color: #5cb85c; }
+
+.success h2, .success h3, .success h4, .success h5, .success h6 { color: #5cb85c; }
+
+.danger { border-left-color: #d9534f; }
+
+.danger h2, .danger h3, .danger h4, .danger h5, .danger h6 { color: #d9534f; }
+
+.warning { border-left-color: #f0ad4e; }
+
+.warning h2, .warning h3, .warning h4, .warning h5, .warning h6 { color: #f0ad4e; }
+
+.info { border-left-color: #5bc0de; }
+
+.info h2, .info h3, .info h4, .info h5, .info h6 { color: #5bc0de; }
+
+.btn { display: inline-block; padding: 0 20px; font-size: 14px; color: white; background: #222; border: 2px solid #555; text-decoration: none; border-radius: 0; transition-property: background-color; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; }
+.btn:hover, .post-button .btn:hover { border-color: #222; color: white; background: #222; }
+
+.btn-bar { display: block; width: 22px; height: 2px; background: #555; border-radius: 1px; }
+.btn-bar + .btn-bar { margin-top: 4px; }
+
+.pagination { margin: 120px 0 40px; text-align: center; border-top: 1px solid #eee; }
+
+.page-number-basic, .pagination .prev, .pagination .next, .pagination .page-number, .pagination .space { display: inline-block; position: relative; top: -1px; margin: 0 10px; padding: 0 10px; line-height: 30px; }
+@media (max-width: 767px) { .page-number-basic, .pagination .prev, .pagination .next, .pagination .page-number, .pagination .space { margin: 0 5px; } }
+
+.pagination .prev, .pagination .next, .pagination .page-number { border-bottom: 0; border-top: 1px solid #eee; transition-property: border-color; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; }
+.pagination .prev:hover, .pagination .next:hover, .pagination .page-number:hover { border-top-color: #222; }
+.pagination .space { padding: 0; margin: 0; }
+.pagination .prev { margin-left: 0; }
+.pagination .next { margin-right: 0; }
+.pagination .page-number.current { color: white; background: #ccc; border-top-color: #ccc; }
+
+@media (max-width: 767px) { .pagination { border-top: none; }
+ .pagination .prev, .pagination .next, .pagination .page-number { margin-bottom: 10px; border-top: 0; border-bottom: 1px solid #eee; }
+ .pagination .prev:hover, .pagination .next:hover, .pagination .page-number:hover { border-bottom-color: #222; } }
+.comments { margin: 60px 20px 0; }
+
+.tag-cloud { text-align: center; }
+.tag-cloud a { display: inline-block; margin: 10px; }
+
+.back-to-top { box-sizing: border-box; position: fixed; bottom: -100px; right: 30px; z-index: 1050; padding: 0 6px; width: 24px; background: #222; font-size: 12px; opacity: 0.6; color: white; cursor: pointer; text-align: center; -webkit-transform: translateZ(0); transition-property: bottom; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; }
+@media (max-width: 767px) { .back-to-top { display: none; } }
+@media (min-width: 768px) and (max-width: 991px) { .back-to-top { display: none; } }
+.back-to-top.back-to-top-on { bottom: 30px; }
+
+.header { background: transparent; }
+
+.header-inner { position: relative; }
+
+.headband { height: 3px; background: #222; }
+
+.site-meta { margin: 0; text-align: center; }
+@media (max-width: 767px) { .site-meta { text-align: center; } }
+
+.brand { position: relative; display: inline-block; padding: 0 40px; color: white; background: #222; border-bottom: none; }
+.brand:hover { color: white; }
+
+.logo { display: inline-block; margin-right: 5px; line-height: 36px; vertical-align: top; }
+
+.site-title { display: inline-block; vertical-align: top; line-height: 36px; font-size: 20px; font-weight: normal; font-family: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif; }
+
+.site-subtitle { margin-top: 10px; font-size: 13px; color: #ddd; }
+
+.use-motion .brand { opacity: 0; }
+.use-motion .logo, .use-motion .site-title, .use-motion .site-subtitle { opacity: 0; position: relative; top: -10px; }
+
+.site-nav-toggle { display: none; position: absolute; top: 10px; left: 10px; }
+@media (max-width: 767px) { .site-nav-toggle { display: block; } }
+.site-nav-toggle button { margin-top: 2px; padding: 9px 10px; background: transparent; border: none; }
+
+@media (max-width: 767px) { .site-nav { display: none; margin: 0 -10px; padding: 0 10px; clear: both; border-top: 1px solid #ddd; } }
+@media (min-width: 768px) and (max-width: 991px) { .site-nav { display: block !important; } }
+@media (min-width: 992px) { .site-nav { display: block !important; } }
+
+.menu { margin-top: 20px; padding-left: 0; text-align: center; }
+
+.menu .menu-item { display: inline-block; margin: 0 10px; list-style: none; }
+@media screen and (max-width: 767px) { .menu .menu-item { margin-top: 10px; } }
+.menu .menu-item a { display: block; font-size: 13px; line-height: inherit; border-bottom: 1px solid transparent; transition-property: border-color; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; }
+.menu .menu-item a:hover, .menu-item-active a { border-bottom-color: #222; }
+.menu .menu-item .fa { margin-right: 5px; }
+
+.use-motion .menu-item { opacity: 0; }
+
+.post-body { font-family: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif; }
+@media (max-width: 767px) { .post-body { word-break: break-word; } }
+
+.post-body .fancybox img { display: block !important; margin: 0 auto; cursor: pointer; cursor: zoom-in; cursor: -webkit-zoom-in; }
+
+.post-body img.emoji { border: 0 !important; display: inline; vertical-align: sub; }
+
+.post-body .image-caption, .post-body .figure .caption { margin: 10px auto 15px; text-align: center; font-size: 14px; color: #999; font-weight: bold; line-height: 1; }
+
+.post-sticky-flag { display: inline-block; font-size: 16px; -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
+
+.posts-expand { padding-top: 40px; }
+
+@media (max-width: 767px) { .posts-expand { margin: 0 20px; }
+ .post-body pre { padding: 10px; }
+ .post-body pre .gutter pre { padding-right: 10px; }
+ .post-body .highlight { margin-left: 0px; margin-right: 0px; padding: 0; }
+ .post-body .highlight .gutter pre { padding-right: 10px; } }
+@media (min-width: 992px) { .posts-expand .post-body { text-align: justify; } }
+.posts-expand .post-body h2, .posts-expand .post-body h3, .posts-expand .post-body h4, .posts-expand .post-body h5, .posts-expand .post-body h6 { padding-top: 10px; }
+.posts-expand .post-body h2 .header-anchor, .posts-expand .post-body h3 .header-anchor, .posts-expand .post-body h4 .header-anchor, .posts-expand .post-body h5 .header-anchor, .posts-expand .post-body h6 .header-anchor { float: right; margin-left: 10px; color: #ccc; border-bottom-style: none; visibility: hidden; }
+.posts-expand .post-body h2 .header-anchor:hover, .posts-expand .post-body h3 .header-anchor:hover, .posts-expand .post-body h4 .header-anchor:hover, .posts-expand .post-body h5 .header-anchor:hover, .posts-expand .post-body h6 .header-anchor:hover { color: inherit; }
+.posts-expand .post-body h2:hover .header-anchor, .posts-expand .post-body h3:hover .header-anchor, .posts-expand .post-body h4:hover .header-anchor, .posts-expand .post-body h5:hover .header-anchor, .posts-expand .post-body h6:hover .header-anchor { visibility: visible; }
+.posts-expand .post-body ul li { list-style: circle; }
+.posts-expand .post-body img { box-sizing: border-box; margin: auto; padding: 3px; border: 1px solid #ddd; }
+
+.posts-expand .fancybox img { margin: 0 auto; }
+
+@media (max-width: 767px) { .posts-collapse { margin: 0 20px; }
+ .posts-collapse .post-title, .posts-collapse .post-meta { display: block; width: auto; text-align: left; } }
+.posts-collapse { position: relative; z-index: 1010; margin-left: 55px; }
+.posts-collapse::after { content: " "; position: absolute; top: 20px; left: 0; margin-left: -2px; width: 4px; height: 100%; background: #f5f5f5; z-index: -1; }
+@media (max-width: 767px) { .posts-collapse { margin: 0 20px; } }
+.posts-collapse .collection-title { position: relative; margin: 60px 0; }
+.posts-collapse .collection-title h1, .posts-collapse .collection-title h2 { margin-left: 20px; }
+.posts-collapse .collection-title small { color: #bbb; margin-left: 5px; }
+.posts-collapse .collection-title::before { content: " "; position: absolute; left: 0; top: 50%; margin-left: -4px; margin-top: -4px; width: 8px; height: 8px; background: #bbb; border-radius: 50%; }
+.posts-collapse .post { margin: 30px 0; }
+.posts-collapse .post-header { position: relative; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; transition-property: border; border-bottom: 1px dashed #ccc; }
+.posts-collapse .post-header::before { content: " "; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; margin-left: -4px; background: #bbb; border-radius: 50%; border: 1px solid white; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; transition-property: background; }
+.posts-collapse .post-header:hover { border-bottom-color: #666; }
+.posts-collapse .post-header:hover::before { background: #222; }
+.posts-collapse .post-meta { position: absolute; font-size: 12px; left: 20px; top: 5px; }
+.posts-collapse .post-comments-count { display: none; }
+.posts-collapse .post-title { margin-left: 60px; font-size: 16px; font-weight: normal; line-height: inherit; }
+.posts-collapse .post-title::after { margin-left: 3px; opacity: 0.6; }
+.posts-collapse .post-title a { color: #666; border-bottom: none; }
+
+.page-home .post-type-quote .post-header, .page-home .post-type-quote .post-tags, .page-post-detail .post-type-quote .post-header, .page-post-detail .post-type-quote .post-tags { display: none; }
+
+.posts-expand .post-title { font-size: 26px; text-align: center; word-break: break-word; font-weight: 400; }
+@media (max-width: 767px) { .posts-expand .post-title { font-size: 22px; } }
+
+.posts-expand .post-title-link { display: inline-block; position: relative; color: #555; border-bottom: none; line-height: 1.2; vertical-align: top; }
+.posts-expand .post-title-link::before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #000; visibility: hidden; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; }
+.posts-expand .post-title-link:hover::before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
+.posts-expand .post-title-link .fa { font-size: 16px; }
+
+.posts-expand .post-meta { margin: 3px 0 60px 0; color: #999; font-family: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 12px; text-align: center; }
+.posts-expand .post-meta .post-category-list { display: inline-block; margin: 0; padding: 3px; }
+.posts-expand .post-meta .post-category-list-link { color: #999; }
+.posts-expand .post-meta .post-description { font-size: 14px; margin-top: 2px; }
+
+.post-wordcount { display: inline-block; }
+
+.post-meta-divider { margin: 0 .5em; }
+
+.post-meta-item-icon { margin-right: 3px; }
+@media (min-width: 768px) and (max-width: 991px) { .post-meta-item-icon { display: inline-block; } }
+@media (max-width: 767px) { .post-meta-item-icon { display: inline-block; } }
+
+@media (min-width: 768px) and (max-width: 991px) { .post-meta-item-text { display: none; } }
+@media (max-width: 767px) { .post-meta-item-text { display: none; } }
+
+@media (max-width: 767px) { .posts-expand .post-comments-count { display: none; } }
+
+.post-button { margin-top: 50px; }
+.post-button .btn { color: #555; font-size: 14px; background: white; border-radius: 2px; line-height: 2; margin: 0 4px 8px 4px; }
+.post-button .fa-fw { width: 1.2857142857em; text-align: left; }
+
+.posts-expand .post-tags { margin-top: 40px; text-align: center; }
+.posts-expand .post-tags a { display: inline-block; margin-right: 10px; font-size: 13px; }
+
+.post-nav { display: table; margin-top: 15px; width: 100%; border-top: 1px solid #eee; }
+
+.post-nav-divider { display: table-cell; width: 10%; }
+
+.post-nav-item { display: table-cell; padding: 10px 0 0 0; width: 45%; vertical-align: top; }
+.post-nav-item a { position: relative; display: block; line-height: 25px; font-size: 14px; color: #555; border-bottom: none; }
+.post-nav-item a:hover { color: #222; border-bottom: none; }
+.post-nav-item a:active { top: 2px; }
+.post-nav-item .fa { position: absolute; top: 8px; left: 0; font-size: 12px; }
+
+.post-nav-next a { padding-left: 15px; }
+
+.post-nav-prev { text-align: right; }
+.post-nav-prev a { padding-right: 15px; }
+.post-nav-prev .fa { right: 0; left: auto; }
+
+.posts-expand .post-eof { display: block; margin: 80px auto 60px; width: 8%; height: 1px; background: #ccc; text-align: center; }
+
+.post:last-child .post-eof.post-eof.post-eof { display: none; }
+
+.post-gallery { display: table; table-layout: fixed; width: 100%; border-collapse: separate; }
+
+.post-gallery-row { display: table-row; }
+
+.post-gallery .post-gallery-img { display: table-cell; text-align: center; vertical-align: middle; border: none; }
+
+.post-gallery .post-gallery-img img { max-width: 100%; max-height: 100%; border: none; }
+
+.fancybox-close, .fancybox-close:hover { border: none; }
+
+.sidebar { position: fixed; right: 0; top: 0; bottom: 0; width: 0; z-index: 1040; box-shadow: inset 0 2px 6px black; background: #222; -webkit-transform: translateZ(0); }
+.sidebar a { color: #999; border-bottom-color: #555; }
+.sidebar a:hover { color: #eee; }
+@media (min-width: 768px) and (max-width: 991px) { .sidebar { display: none !important; } }
+@media (max-width: 767px) { .sidebar { display: none !important; } }
+
+.sidebar-inner { position: relative; padding: 20px 10px; color: #999; text-align: center; }
+
+.sidebar-toggle { position: fixed; right: 30px; bottom: 45px; width: 14px; height: 14px; padding: 5px; background: #222; line-height: 0; z-index: 1050; cursor: pointer; -webkit-transform: translateZ(0); }
+@media (min-width: 768px) and (max-width: 991px) { .sidebar-toggle { display: none; } }
+@media (max-width: 767px) { .sidebar-toggle { display: none; } }
+
+.sidebar-toggle-line { position: relative; display: inline-block; vertical-align: top; height: 2px; width: 100%; background: white; margin-top: 3px; }
+.sidebar-toggle-line:first-child { margin-top: 0; }
+
+.site-author-image { display: block; margin: 0 auto; padding: 2px; max-width: 120px; height: auto; border: 1px solid #eee; /* 头像圆形 */ border-radius: 80px; -webkit-border-radius: 80px; -moz-border-radius: 80px; box-shadow: inset 0 -1px 0 #333 sf; /* 设置循环动画:animation:动画名称 动画播放时长单位秒或微秒 动画播放的速度曲线linear为匀速 动画播放次数infinite为循环播放; */ -webkit-animation: play 3s linear infinite; -moz-animation: play 3s linear infinite; animation: play 3s linear infinite; /* 鼠标经过头像旋转360度*/ -webkit-transition: -webkit-transform 1.5s ease-out; -moz-transition: -moz-transform 1.5s ease-out; transition: transform 1.5s ease-out; }
+
+img:hover { /* 鼠标经过停止头像旋转 */ -webkit-animation-play-state: paused; animation-play-state: paused; /* 鼠标经过头像旋转360度*/ -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); transform: rotateZ(360deg); }
+
+.site-author-name { margin: 0; text-align: center; color: #222; font-weight: 600; }
+
+.site-description { margin-top: 0; text-align: center; font-size: 13px; color: #999; }
+
+.site-state { overflow: hidden; line-height: 1.4; white-space: nowrap; text-align: center; }
+
+.site-state-item { display: inline-block; padding: 0 15px; border-left: 1px solid #eee; }
+.site-state-item:first-child { border-left: none; }
+.site-state-item a { border-bottom: none; }
+
+.site-state-item-count { display: block; text-align: center; color: inherit; font-weight: 600; font-size: 16px; }
+
+.site-state-item-name { font-size: 13px; color: #999; }
+
+.feed-link { margin-top: 20px; }
+.feed-link a { display: inline-block; padding: 0 15px; color: #fc6423; border: 1px solid #fc6423; border-radius: 4px; }
+.feed-link a i { color: #fc6423; font-size: 14px; }
+.feed-link a:hover { color: white; background: #fc6423; }
+.feed-link a:hover i { color: white; }
+
+.links-of-author { margin-top: 20px; }
+
+.links-of-author a { display: inline-block; vertical-align: middle; margin-right: 10px; margin-bottom: 10px; border-bottom-color: #555; font-size: 13px; }
+.links-of-author a:before { display: inline-block; vertical-align: middle; margin-right: 3px; content: " "; width: 4px; height: 4px; border-radius: 50%; background: #000012; }
+
+.links-of-blogroll { font-size: 13px; }
+
+.links-of-blogroll-title { margin-top: 20px; font-size: 14px; font-weight: 600; }
+
+.links-of-blogroll-list { margin: 0; padding: 0; list-style: none; }
+
+.links-of-blogroll-item { padding: 2px 10px; }
+
+.sidebar-nav { margin: 0 0 20px; padding-left: 0; }
+
+.sidebar-nav li { display: inline-block; cursor: pointer; border-bottom: 1px solid transparent; font-size: 14px; color: #555; }
+.sidebar-nav li:hover { color: #fc6423; }
+
+.page-post-detail .sidebar-nav-toc { padding: 0 5px; }
+
+.page-post-detail .sidebar-nav-overview { margin-left: 10px; }
+
+.sidebar-nav .sidebar-nav-active { color: #fc6423; border-bottom-color: #fc6423; }
+.sidebar-nav .sidebar-nav-active:hover { color: #fc6423; }
+
+.sidebar-panel { display: none; }
+
+.sidebar-panel-active { display: block; }
+
+.post-toc-empty { font-size: 14px; color: #666; }
+
+.post-toc-wrap { overflow: hidden; }
+
+.post-toc { overflow: auto; }
+
+.post-toc ol { margin: 0; padding: 0 2px 5px 10px; text-align: left; list-style: none; font-size: 14px; }
+.post-toc ol > ol { padding-left: 0; }
+.post-toc ol a { transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; transition-property: all; color: #666; border-bottom-color: #ccc; }
+.post-toc ol a:hover { color: black; border-bottom-color: black; }
+
+.post-toc .nav-item { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.8; }
+
+.post-toc .nav .nav-child { display: none; }
+
+.post-toc .nav .active > .nav-child { display: block; }
+
+.post-toc .nav .active-current > .nav-child { display: block; }
+.post-toc .nav .active-current > .nav-child > .nav-item { display: block; }
+
+.post-toc .nav .active > a { color: #fc6423; border-bottom-color: #fc6423; }
+
+.post-toc .nav .active-current > a { color: #fc6423; }
+.post-toc .nav .active-current > a:hover { color: #fc6423; }
+
+.footer { font-size: 14px; color: #999; }
+.footer img { border: none; }
+
+.footer-inner { text-align: center; }
+
+.with-love { display: inline-block; margin: 0 5px; }
+
+.powered-by, .theme-info { display: inline-block; }
+
+.powered-by { margin-right: 10px; }
+.powered-by::after { content: "|"; padding-left: 10px; }
+
+.cc-license { margin-top: 10px; text-align: center; }
+.cc-license .cc-opacity { opacity: 0.7; border-bottom: none; }
+.cc-license .cc-opacity:hover { opacity: 0.9; }
+.cc-license img { display: inline-block; }
+
+.theme-next { /*duoshuo UA style begin*/ /*duoshuo UA style end*/ }
+.theme-next #ds-thread #ds-reset { color: #555; }
+.theme-next #ds-thread #ds-reset .ds-replybox { margin-bottom: 30px; }
+.theme-next #ds-thread #ds-reset .ds-replybox .ds-avatar, .theme-next #ds-reset .ds-avatar img { box-shadow: none; }
+.theme-next #ds-thread #ds-reset .ds-textarea-wrapper { border-color: #c7d4e1; background: none; border-top-right-radius: 3px; border-top-left-radius: 3px; }
+.theme-next #ds-thread #ds-reset .ds-textarea-wrapper textarea { height: 60px; }
+.theme-next #ds-reset .ds-rounded-top { border-radius: 0; }
+.theme-next #ds-thread #ds-reset .ds-post-toolbar { box-sizing: border-box; border: 1px solid #c7d4e1; background: #f6f8fa; }
+.theme-next #ds-thread #ds-reset .ds-post-options { height: 40px; border: none; background: none; }
+.theme-next #ds-thread #ds-reset .ds-toolbar-buttons { top: 11px; }
+.theme-next #ds-thread #ds-reset .ds-sync { top: 5px; }
+.theme-next #ds-thread #ds-reset .ds-post-button { top: 4px; right: 5px; width: 90px; height: 30px; border: 1px solid #c5ced7; border-radius: 3px; background-image: linear-gradient(#fbfbfc, #f5f7f9); color: #60676d; }
+.theme-next #ds-thread #ds-reset .ds-post-button:hover { background-position: 0 -30px; color: #60676d; }
+.theme-next #ds-thread #ds-reset .ds-comments-info { padding: 10px 0; }
+.theme-next #ds-thread #ds-reset .ds-sort { display: none; }
+.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current { border: none; background: #f6f8fa; color: #60676d; }
+.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current:hover { background-color: #e9f0f7; color: #60676d; }
+.theme-next #ds-thread #ds-reset li.ds-tab a { border-radius: 2px; padding: 5px; }
+.theme-next #ds-thread #ds-reset .ds-login-buttons p { color: #999; line-height: 36px; }
+.theme-next #ds-thread #ds-reset .ds-login-buttons .ds-service-list li { height: 28px; }
+.theme-next #ds-thread #ds-reset .ds-service-list a { background: none; padding: 5px; border: 1px solid; border-radius: 3px; text-align: center; }
+.theme-next #ds-thread #ds-reset .ds-service-list a:hover { color: #fff; background: #666; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo { color: #fc9b00; border-color: #fc9b00; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo:hover { background: #fc9b00; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq { color: #60a3ec; border-color: #60a3ec; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq:hover { background: #60a3ec; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren { color: #2e7ac4; border-color: #2e7ac4; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren:hover { background: #2e7ac4; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban { color: #37994c; border-color: #37994c; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban:hover { background: #37994c; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin { color: #fef20d; border-color: #fef20d; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin:hover { background: #fef20d; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease { color: #f00; border-color: #f00; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease:hover { background: #f00; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu { color: #ffcb05; border-color: #ffcb05; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu:hover { background: #ffcb05; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu { color: #2831e0; border-color: #2831e0; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu:hover { background: #2831e0; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-google { color: #166bec; border-color: #166bec; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-google:hover { background: #166bec; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin { color: #00CE0D; border-color: #00CE0D; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin:hover { background: #00CE0D; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services { border: none; }
+.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services:hover { background: none; }
+.theme-next #ds-reset .duoshuo-ua-admin { display: inline-block; color: red; }
+.theme-next #ds-reset .duoshuo-ua-platform, .theme-next #ds-reset .duoshuo-ua-browser { color: #ccc; }
+.theme-next #ds-reset .duoshuo-ua-platform .fa, .theme-next #ds-reset .duoshuo-ua-browser .fa { display: inline-block; margin-right: 3px; }
+.theme-next #ds-reset .duoshuo-ua-separator { display: inline-block; margin-left: 5px; }
+.theme-next .this_ua { background-color: #ccc !important; border-radius: 4px; padding: 0 5px !important; margin: 1px 1px !important; border: 1px solid #BBB !important; color: #fff; display: inline-block !important; }
+.theme-next .this_ua.admin { background-color: #d9534f !important; border-color: #d9534f !important; }
+.theme-next .this_ua.platform.iOS, .theme-next .this_ua.platform.Mac, .theme-next .this_ua.platform.Windows { background-color: #39b3d7 !important; border-color: #46b8da !important; }
+.theme-next .this_ua.platform.Linux { background-color: #3A3A3A !important; border-color: #1F1F1F !important; }
+.theme-next .this_ua.platform.Android { background-color: #00C47D !important; border-color: #01B171 !important; }
+.theme-next .this_ua.browser.Mobile, .theme-next .this_ua.browser.Chrome { background-color: #5cb85c !important; border-color: #4cae4c !important; }
+.theme-next .this_ua.browser.Firefox { background-color: #f0ad4e !important; border-color: #eea236 !important; }
+.theme-next .this_ua.browser.Maxthon, .theme-next .this_ua.browser.IE { background-color: #428bca !important; border-color: #357ebd !important; }
+.theme-next .this_ua.browser.baidu, .theme-next .this_ua.browser.UCBrowser, .theme-next .this_ua.browser.Opera { background-color: #d9534f !important; border-color: #d43f3a !important; }
+.theme-next .this_ua.browser.Android, .theme-next .this_ua.browser.QQBrowser { background-color: #78ACE9 !important; border-color: #4cae4c !important; }
+
+.cloud-tie-wrapper img { display: inline-block; }
+.cloud-tie-wrapper .total-txt { font-size: 1em !important; }
+
+.cloud-tie-join-count .join-count { color: #555 !important; font-size: inherit !important; margin: 0 !important; }
+
+.post-spread { margin-top: 20px; text-align: center; }
+
+.jiathis_style { display: inline-block; }
+.jiathis_style a { border: none; }
+
+.fa { font-family: FontAwesome !important; }
+
+.post-spread { margin-top: 20px; text-align: center; }
+
+.bdshare-slide-button-box a { border: none; }
+
+.bdsharebuttonbox { display: inline-block; }
+.bdsharebuttonbox a { border: none; }
+
+.local-search-pop-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 2080; background-color: rgba(0, 0, 0, 0.3); }
+
+.local-search-popup { display: none; position: fixed; top: 10%; left: 50%; margin-left: -350px; width: 700px; height: 80%; padding: 0; background: #fff; color: #333; z-index: 9999; border-radius: 5px; }
+@media (max-width: 767px) { .local-search-popup { padding: 0; top: 0; left: 0; margin: 0; width: 100%; height: 100%; border-radius: 0; } }
+.local-search-popup ul.search-result-list { padding: 0; margin: 0 5px; }
+.local-search-popup p.search-result { border-bottom: 1px dashed #ccc; padding: 5px 0; }
+.local-search-popup a.search-result-title { font-weight: bold; font-size: 16px; }
+.local-search-popup .search-keyword { border-bottom: 1px dashed #f00; font-weight: bold; color: #f00; }
+.local-search-popup .local-search-header { padding: 5px; height: 36px; background: #f5f5f5; border-top-left-radius: 5px; border-top-right-radius: 5px; }
+.local-search-popup #local-search-result { overflow: auto; position: relative; padding: 5px 25px; height: calc(100% - 55px); }
+.local-search-popup .local-search-input-wrapper { display: inline-block; width: calc(100% - 90px); height: 36px; line-height: 36px; padding: 0 5px; }
+.local-search-popup .local-search-input-wrapper input { padding: 8px 0; height: 20px; display: block; width: 100%; outline: none; border: none; background: transparent; vertical-align: middle; }
+.local-search-popup .search-icon, .local-search-popup .popup-btn-close { display: inline-block; font-size: 18px; color: #999; height: 36px; width: 18px; padding-left: 10px; padding-right: 10px; }
+.local-search-popup .search-icon { float: left; }
+.local-search-popup .popup-btn-close { border-left: 1px solid #eee; float: right; cursor: pointer; }
+.local-search-popup #no-result { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #ccc; }
+
+@media (min-width: 768px) and (max-width: 991px) { .busuanzi-count { width: auto; } }
+@media (max-width: 767px) { .busuanzi-count { width: auto; } }
+
+.site-uv, .site-pv, .page-pv { display: inline-block; }
+.site-uv .busuanzi-value, .site-pv .busuanzi-value, .page-pv .busuanzi-value { margin: 0 5px; }
+
+.site-uv { margin-right: 10px; }
+.site-uv::after { content: "|"; padding-left: 10px; }
+
+.comments-button { background-color: #b7b7b7; background-image: url(/assets/images/button/fa-pencil-square-o.png); /* 16px x 16px */ background-repeat: no-repeat; /* make the background image appear only once */ background-position: 5% 50%; /* first value is horizontal; second is vertical */ border: none; border-radius: .313em; color: white; /* color of text */ text-align: center; padding-left: 25px; /* space between text and left-border; here taken the icon into account*/ margin: auto; margin-top: 30px; /* space to the top element */ }
+
+.use-motion .post { opacity: 0; }
+
+.page-archive .archive-page-counter { position: relative; top: 3px; left: 20px; }
+@media (max-width: 767px) { .page-archive .archive-page-counter { top: 5px; } }
+.page-archive .posts-collapse .archive-move-on { position: absolute; top: 11px; left: 0; margin-left: -6px; width: 10px; height: 10px; opacity: 0.5; background: #555; border: 1px solid white; border-radius: 50%; }
+
+.category-all-page .category-all-title { text-align: center; }
+.category-all-page .category-all { margin-top: 20px; }
+.category-all-page .category-list { margin: 0; padding: 0; list-style: none; }
+.category-all-page .category-list-item { margin: 5px 10px; }
+.category-all-page .category-list-count { color: #bbb; }
+.category-all-page .category-list-count:before { display: inline; content: " ("; }
+.category-all-page .category-list-count:after { display: inline; content: ") "; }
+.category-all-page .category-list-child { padding-left: 10px; }
+
+@-webkit-keyframes dot-flash { from { opacity: 1; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
+ to { opacity: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
+@-moz-keyframes dot-flash { from { opacity: 1; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
+ to { opacity: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
+@-ms-keyframes dot-flash { from { opacity: 1; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
+ to { opacity: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
+@keyframes dot-flash { from { opacity: 1; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
+ to { opacity: 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
+#schedule ul#event-list { padding-left: 30px; }
+#schedule ul#event-list hr { margin: 20px 0 45px 0 !important; background: #222; }
+#schedule ul#event-list hr:after { display: inline-block; content: 'NOW'; background: #222; color: #FFF; font-weight: bold; text-align: right; padding: 0 5px; }
+#schedule ul#event-list li.event { margin: 20px 0px; background: #F9F9F9; padding-left: 10px; min-height: 40px; }
+#schedule ul#event-list li.event h2.event-summary { margin: 0; padding-bottom: 3px; }
+#schedule ul#event-list li.event h2.event-summary:before { display: inline-block; font-family: FontAwesome; font-size: 8px; content: '\f111'; vertical-align: middle; margin-right: 25px; color: #bbb; }
+#schedule ul#event-list li.event span.event-relative-time { display: inline-block; font-size: 12px; font-weight: 400; padding-left: 12px; color: #bbb; }
+#schedule ul#event-list li.event span.event-details { display: block; color: #bbb; margin-left: 56px; padding-top: 3px; padding-bottom: 6px; text-indent: -24px; line-height: 18px; }
+#schedule ul#event-list li.event span.event-details:before { text-indent: 0; display: inline-block; width: 14px; font-family: FontAwesome; text-align: center; margin-right: 9px; color: #bbb; }
+#schedule ul#event-list li.event span.event-details.event-location:before { content: '\f041'; }
+#schedule ul#event-list li.event span.event-details.event-duration:before { content: '\f017'; }
+#schedule ul#event-list li.event-past { background: #FCFCFC; }
+#schedule ul#event-list li.event-past > * { opacity: .6; }
+#schedule ul#event-list li.event-past h2.event-summary { color: #bbb; }
+#schedule ul#event-list li.event-past h2.event-summary:before { color: #DFDFDF; }
+#schedule ul#event-list li.event-now { background: #222; color: #FFF; padding: 15px 0 15px 10px; }
+#schedule ul#event-list li.event-now h2.event-summary:before { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); color: #FFF; animation: dot-flash 1s alternate infinite ease-in-out; }
+#schedule ul#event-list li.event-now * { color: #FFF !important; }
+
+.page-post-detail .sidebar-toggle-line { background: #fc6423; }
+.page-post-detail .comments { overflow: hidden; }
+
+.header { position: relative; margin: 0 auto; width: 960px; }
+@media (min-width: 768px) and (max-width: 991px) { .header { width: auto; } }
+@media (max-width: 767px) { .header { width: auto; } }
+
+.header-inner { position: absolute; top: 0; overflow: hidden; padding: 0; width: 240px; background: white; box-shadow: initial; border-radius: initial; }
+@media (min-width: 1600px) { .container .header-inner { width: 240px; } }
+@media (min-width: 768px) and (max-width: 991px) { .header-inner { position: relative; width: auto; border-radius: initial; } }
+@media (max-width: 767px) { .header-inner { position: relative; width: auto; border-radius: initial; } }
+
+.main:before, .main:after { content: " "; display: table; }
+.main:after { clear: both; }
+@media (min-width: 768px) and (max-width: 991px) { .main { padding-bottom: 100px; } }
+@media (max-width: 767px) { .main { padding-bottom: 100px; } }
+
+.container .main-inner { width: 960px; }
+@media (min-width: 768px) and (max-width: 991px) { .container .main-inner { width: auto; } }
+@media (max-width: 767px) { .container .main-inner { width: auto; } }
+
+.content-wrap { float: right; box-sizing: border-box; padding: 40px; width: 700px; background: white; min-height: 700px; box-shadow: initial; border-radius: initial; }
+@media (min-width: 768px) and (max-width: 991px) { .content-wrap { width: 100%; padding: 20px; border-radius: initial; } }
+@media (max-width: 767px) { .content-wrap { width: 100%; padding: 20px; min-height: auto; border-radius: initial; } }
+
+.sidebar { position: static; float: left; margin-top: 300px; width: 240px; background: #f5f7f9; box-shadow: none; }
+@media (min-width: 768px) and (max-width: 991px) { .sidebar { display: none; } }
+@media (max-width: 767px) { .sidebar { display: none; } }
+
+.sidebar-toggle { display: none; }
+
+.footer-inner { width: 960px; padding-left: 260px; }
+@media (min-width: 768px) and (max-width: 991px) { .footer-inner { width: auto; padding-left: 0 !important; padding-right: 0 !important; } }
+@media (max-width: 767px) { .footer-inner { width: auto; padding-left: 0 !important; padding-right: 0 !important; } }
+
+.sidebar-position-right .header-inner { right: 0; }
+.sidebar-position-right .content-wrap { float: left; }
+.sidebar-position-right .sidebar { float: right; }
+.sidebar-position-right .footer-inner { padding-left: 0; padding-right: 260px; }
+
+.site-brand-wrapper { position: relative; }
+
+.site-meta { padding: 20px 0; color: white; background: #222; }
+@media (min-width: 768px) and (max-width: 991px) { .site-meta { box-shadow: 0 0 16px rgba(0, 0, 0, 0.5); } }
+@media (max-width: 767px) { .site-meta { box-shadow: 0 0 16px rgba(0, 0, 0, 0.5); } }
+
+.brand { padding: 0; background: none; }
+.brand:hover { color: white; }
+
+.site-subtitle { margin: 10px 10px 0; font-weight: initial; }
+
+.site-search form { display: none; }
+
+.site-nav { border-top: none; }
+@media (min-width: 768px) and (max-width: 991px) { .site-nav { display: none !important; } }
+
+@media (min-width: 768px) and (max-width: 991px) { .site-nav-on { display: block !important; } }
+
+.menu .menu-item { display: block; margin: 0; }
+.menu .menu-item a { position: relative; box-sizing: border-box; padding: 5px 20px; text-align: left; line-height: inherit; transition-property: background-color; transition-duration: 0.2s; transition-timing-function: ease-in-out; transition-delay: 0s; }
+.menu .menu-item a:hover, .menu-item-active a { background: #f9f9f9; border-bottom-color: white; }
+.menu .menu-item br { display: none; }
+
+.menu-item-active a:after { content: " "; position: absolute; top: 50%; margin-top: -3px; right: 15px; width: 6px; height: 6px; border-radius: 50%; background-color: #bbb; }
+
+.btn-bar { background-color: white; }
+
+.site-nav-toggle { left: 20px; top: 50%; -webkit-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
+@media (min-width: 768px) and (max-width: 991px) { .site-nav-toggle { display: block; } }
+
+.use-motion .sidebar .motion-element { opacity: 1; }
+
+.sidebar { display: none; right: auto; bottom: auto; -webkit-transform: none; }
+
+.sidebar-inner { box-sizing: border-box; width: 240px; color: #555; background: white; box-shadow: initial; border-radius: initial; }
+.sidebar-inner.affix { position: fixed; top: 0px; }
+
+.site-overview { margin: 0 2px; text-align: left; }
+
+.site-author:before, .site-author:after { content: " "; display: table; }
+.site-author:after { clear: both; }
+
+.sidebar a { color: #555; }
+.sidebar a:hover { color: #222; }
+
+.links-of-author-item a:before { display: none; }
+.links-of-author-item a { border-bottom: none; text-decoration: underline; }
+
+.feed-link { border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; text-align: center; }
+
+.feed-link a { display: block; color: #fc6423; border: none; }
+.feed-link a:hover { background: none; color: #e34603; }
+.feed-link a:hover i { color: #e34603; }
+
+.links-of-author:before, .links-of-author:after { content: " "; display: table; }
+.links-of-author:after { clear: both; }
+
+.links-of-author-item { float: left; margin: 5px 0 0; width: 50%; }
+.links-of-author-item a { box-sizing: border-box; display: inline-block; margin-right: 0; margin-bottom: 0; padding: 0 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
+.links-of-author-item a { display: block; text-decoration: none; }
+.links-of-author-item a:hover { border-radius: 4px; background: #eee; }
+.links-of-author-item .fa { margin-right: 2px; font-size: 16px; }
+.links-of-author-item .fa-globe { font-size: 15px; }
+
+.links-of-blogroll { margin-top: 20px; padding: 3px 0 0; border-top: 1px dotted #ccc; }
+
+.links-of-blogroll-title { margin-top: 0; }
+
+.links-of-blogroll-item { padding: 0; }
+
+.links-of-blogroll-inline:before, .links-of-blogroll-inline:after { content: " "; display: table; }
+.links-of-blogroll-inline:after { clear: both; }
+.links-of-blogroll-inline .links-of-blogroll-item { float: left; margin: 5px 0 0; width: 50%; }
+.links-of-blogroll-inline .links-of-blogroll-item a { box-sizing: border-box; display: inline-block; margin-right: 0; margin-bottom: 0; padding: 0 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
+
+@media (max-width: 767px) { .post-body { text-align: justify; } }
+
+.post-body p a { color: #0593d3; border-bottom: none; border-bottom: 1px solid #0593d3; }
+.post-body p a:hover { color: #fc6423; border-bottom: none; border-bottom: 1px solid #fc6423; }
+
+.footer-inner { text-align: center; }
+
+.category-all-page { text-align: center; }
diff --git a/assets/css/main.scss b/assets/css/main.scss
deleted file mode 100644
index abf31320d1..0000000000
--- a/assets/css/main.scss
+++ /dev/null
@@ -1,54 +0,0 @@
----
----
-// CSS Style Guide: http://codeguide.co/#css
-
-
-
-$scheme : '{{ site.scheme | default: Muse }}';
-$variables : base $scheme custom;
-$mixins : base $scheme custom;
-
-
-{% include _helper/config_map.html %}
-$jekyll-config-map : {{ config_map }};
-
-@function jekyll-config($key) {
- @return map-get($jekyll-config-map, $key);
-}
-
-// Variables Layer
-// --------------------------------------------------
-@import "_variables/base";
-@import "_variables/{{ site.scheme | default: Muse }}";
-@import "_variables/custom";
-
-// Mixins Layer
-// --------------------------------------------------
-@import "_mixins/base";
-@import "_mixins/{{ site.scheme | default: Muse }}";
-@import "_mixins/custom";
-
-
-
-// Common Layer
-// --------------------------------------------------
-
-// Scaffolding
-@import "_common/scaffolding/scaffolding";
-
-// Layout
-@import "_common/outline/outline";
-
-// Components
-@import "_common/components/components";
-
-
-// Schemes Layer
-// --------------------------------------------------
-@import "_schemes/{{ site.scheme | default: Muse }}/index";
-
-
-
-// Custom Layer
-// --------------------------------------------------
-@import "_custom/custom";
diff --git a/assets/css/style.css b/assets/css/style.css
new file mode 100644
index 0000000000..bc2033b3ec
--- /dev/null
+++ b/assets/css/style.css
@@ -0,0 +1,2883 @@
+/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
+/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
+html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
+
+/** Remove the margin in all browsers (opinionated). */
+body { margin: 0; }
+
+/* HTML5 display definitions ========================================================================== */
+/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
+article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { /* 1 */ display: block; }
+
+summary { display: list-item; }
+
+/** Add the correct display in IE 9-. */
+audio, canvas, progress, video { display: inline-block; }
+
+/** Add the correct display in iOS 4-7. */
+audio:not([controls]) { display: none; height: 0; }
+
+/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
+progress { vertical-align: baseline; }
+
+/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
+template, [hidden] { display: none !important; }
+
+/* Links ========================================================================== */
+/** Remove the gray background on active links in IE 10. */
+a { background-color: transparent; /* 1 */ }
+
+/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
+a:active, a:hover { outline-width: 0; }
+
+/* Text-level semantics ========================================================================== */
+/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
+abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }
+
+/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
+b, strong { font-weight: inherit; }
+
+/** Add the correct font weight in Chrome, Edge, and Safari. */
+b, strong { font-weight: bolder; }
+
+/** Add the correct font style in Android 4.3-. */
+dfn { font-style: italic; }
+
+/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
+h1 { font-size: 2em; margin: 0.67em 0; }
+
+/** Add the correct background and color in IE 9-. */
+mark { background-color: #ff0; color: #000; }
+
+/** Add the correct font size in all browsers. */
+small { font-size: 80%; }
+
+/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
+sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
+
+sub { bottom: -0.25em; }
+
+sup { top: -0.5em; }
+
+/* Embedded content ========================================================================== */
+/** Remove the border on images inside links in IE 10-. */
+img { border-style: none; }
+
+/** Hide the overflow in IE. */
+svg:not(:root) { overflow: hidden; }
+
+/* Grouping content ========================================================================== */
+/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
+code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }
+
+/** Add the correct margin in IE 8. */
+figure { margin: 1em 40px; }
+
+/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
+hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }
+
+/* Forms ========================================================================== */
+/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
+button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ }
+
+/** Restore the font weight unset by the previous rule. */
+optgroup { font-weight: bold; }
+
+/** Show the overflow in IE. 1. Show the overflow in Edge. */
+button, input { /* 1 */ overflow: visible; }
+
+/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
+button, select { /* 1 */ text-transform: none; }
+
+/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
+button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }
+
+/** Remove the inner border and padding in Firefox. */
+button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
+
+/** Restore the focus styles unset by the previous rule. */
+button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
+
+/** Change the border, margin, and padding in all browsers (opinionated). */
+fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
+
+/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
+legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }
+
+/** Remove the default vertical scrollbar in IE. */
+textarea { overflow: auto; }
+
+/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
+[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
+
+/** Correct the cursor style of increment and decrement buttons in Chrome. */
+[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
+
+/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
+[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }
+
+/** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
+[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
+
+/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
+::-webkit-input-placeholder { color: inherit; opacity: 0.54; }
+
+/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
+::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }
+
+* { box-sizing: border-box; }
+
+input, select, textarea, button { font-family: inherit; font-size: inherit; line-height: inherit; }
+
+body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 14px; line-height: 1.5; color: #24292e; background-color: #fff; }
+
+a { color: #0366d6; text-decoration: none; }
+a:hover { text-decoration: underline; }
+
+b, strong { font-weight: 600; }
+
+hr, .rule { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #dfe2e5; }
+hr::before, .rule::before { display: table; content: ""; }
+hr::after, .rule::after { display: table; clear: both; content: ""; }
+
+table { border-spacing: 0; border-collapse: collapse; }
+
+td, th { padding: 0; }
+
+button { cursor: pointer; border-radius: 0; }
+
+[hidden][hidden] { display: none !important; }
+
+details summary { cursor: pointer; }
+details:not([open]) > *:not(summary) { display: none !important; }
+
+h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; }
+
+h1 { font-size: 32px; font-weight: 600; }
+
+h2 { font-size: 24px; font-weight: 600; }
+
+h3 { font-size: 20px; font-weight: 600; }
+
+h4 { font-size: 16px; font-weight: 600; }
+
+h5 { font-size: 14px; font-weight: 600; }
+
+h6 { font-size: 12px; font-weight: 600; }
+
+p { margin-top: 0; margin-bottom: 10px; }
+
+small { font-size: 90%; }
+
+blockquote { margin: 0; }
+
+ul, ol { padding-left: 0; margin-top: 0; margin-bottom: 0; }
+
+ol ol, ul ol { list-style-type: lower-roman; }
+
+ul ul ol, ul ol ol, ol ul ol, ol ol ol { list-style-type: lower-alpha; }
+
+dd { margin-left: 0; }
+
+tt, code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; }
+
+pre { margin-top: 0; margin-bottom: 0; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; }
+
+.octicon { vertical-align: text-bottom; }
+
+/* Fade in an element */
+.anim-fade-in { animation-name: fade-in; animation-duration: 1s; animation-timing-function: ease-in-out; }
+.anim-fade-in.fast { animation-duration: 300ms; }
+
+@keyframes fade-in { 0% { opacity: 0; }
+ 100% { opacity: 1; } }
+/* Fade out an element */
+.anim-fade-out { animation-name: fade-out; animation-duration: 1s; animation-timing-function: ease-out; }
+.anim-fade-out.fast { animation-duration: 0.3s; }
+
+@keyframes fade-out { 0% { opacity: 1; }
+ 100% { opacity: 0; } }
+/* Fade in and slide up an element */
+.anim-fade-up { opacity: 0; animation-name: fade-up; animation-duration: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-out; animation-delay: 1s; }
+
+@keyframes fade-up { 0% { opacity: 0.8; transform: translateY(100%); }
+ 100% { opacity: 1; transform: translateY(0); } }
+/* Fade an element out and slide down */
+.anim-fade-down { animation-name: fade-down; animation-duration: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in; }
+
+@keyframes fade-down { 0% { opacity: 1; transform: translateY(0); }
+ 100% { opacity: 0.5; transform: translateY(100%); } }
+/* Grow an element width from 0 to 100% */
+.anim-grow-x { width: 0%; animation-name: grow-x; animation-duration: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease; animation-delay: 0.5s; }
+
+@keyframes grow-x { to { width: 100%; } }
+/* Shrink an element from 100% to 0% */
+.anim-shrink-x { animation-name: shrink-x; animation-duration: 0.3s; animation-fill-mode: forwards; animation-timing-function: ease-in-out; animation-delay: 0.5s; }
+
+@keyframes shrink-x { to { width: 0%; } }
+/* Fade in an element and scale it fast */
+.anim-scale-in { animation-name: scale-in; animation-duration: 0.15s; animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5); }
+
+@keyframes scale-in { 0% { opacity: 0; transform: scale(0.5); }
+ 100% { opacity: 1; transform: scale(1); } }
+/* Pulse an element's opacity */
+.anim-pulse { animation-name: pulse; animation-duration: 2s; animation-timing-function: linear; animation-iteration-count: infinite; }
+
+@keyframes pulse { 0% { opacity: 0.3; }
+ 10% { opacity: 1; }
+ 100% { opacity: 0.3; } }
+/* Pulse in an element */
+.anim-pulse-in { animation-name: pulse-in; animation-duration: 0.5s; }
+
+@keyframes pulse-in { 0% { transform: scale3d(1, 1, 1); }
+ 50% { transform: scale3d(1.1, 1.1, 1.1); }
+ 100% { transform: scale3d(1, 1, 1); } }
+/* Increase scale of an element on hover */
+.hover-grow { transition: transform 0.3s; backface-visibility: hidden; }
+.hover-grow:hover { transform: scale(1.025); }
+
+/* Add a gray border on all sides */
+.border { border: 1px #e1e4e8 solid !important; }
+
+/* Add a gray border to the left and right */
+.border-y { border-top: 1px #e1e4e8 solid !important; border-bottom: 1px #e1e4e8 solid !important; }
+
+/* Remove borders from all sides */
+.border-0 { border: 0 !important; }
+
+.border-dashed { border-style: dashed !important; }
+
+/* Use with .border to turn the border blue */
+.border-blue { border-color: #0366d6 !important; }
+
+/* Use with .border to turn the border blue-light */
+.border-blue-light { border-color: #c8e1ff !important; }
+
+/* Use with .border to turn the border green */
+.border-green { border-color: #34d058 !important; }
+
+/* Use with .border to turn the border green light */
+.border-green-light { border-color: #a2cbac !important; }
+
+/* Use with .border to turn the border red */
+.border-red { border-color: #d73a49 !important; }
+
+/* Use with .border to turn the border red-light */
+.border-red-light { border-color: #cea0a5 !important; }
+
+/* Use with .border to turn the border purple */
+.border-purple { border-color: #6f42c1 !important; }
+
+/* Use with .border to turn the border yellow */
+.border-yellow { border-color: #d9d0a5 !important; }
+
+/* Use with .border to turn the border gray-light */
+.border-gray-light { border-color: #eaecef !important; }
+
+/* Use with .border to turn the border gray-dark */
+.border-gray-dark { border-color: #d1d5da !important; }
+
+/* Use with .border to turn the border rgba black 0.15 */
+.border-black-fade { border-color: rgba(27, 31, 35, 0.15) !important; }
+
+/* Add a gray border */
+/* Add a gray border to the top */
+.border-top { border-top: 1px #e1e4e8 solid !important; }
+
+/* Add a gray border to the right */
+.border-right { border-right: 1px #e1e4e8 solid !important; }
+
+/* Add a gray border to the bottom */
+.border-bottom { border-bottom: 1px #e1e4e8 solid !important; }
+
+/* Add a gray border to the left */
+.border-left { border-left: 1px #e1e4e8 solid !important; }
+
+/* Remove the top border */
+.border-top-0 { border-top: 0 !important; }
+
+/* Remove the right border */
+.border-right-0 { border-right: 0 !important; }
+
+/* Remove the bottom border */
+.border-bottom-0 { border-bottom: 0 !important; }
+
+/* Remove the left border */
+.border-left-0 { border-left: 0 !important; }
+
+/* Remove the border-radius */
+.rounded-0 { border-radius: 0 !important; }
+
+/* Add a border-radius to all corners */
+.rounded-1 { border-radius: 3px !important; }
+
+/* Add a 2x border-radius to all corners */
+.rounded-2 { border-radius: 6px !important; }
+
+.rounded-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
+
+.rounded-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; }
+
+.rounded-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; }
+
+.rounded-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
+
+.rounded-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }
+
+.rounded-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; }
+
+.rounded-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
+
+.rounded-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; }
+
+.rounded-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; }
+
+.rounded-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
+
+.rounded-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; }
+
+.rounded-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; }
+
+@media (min-width: 544px) { /* Add a gray border */
+ /* Add a gray border to the top */
+ .border-sm-top { border-top: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the right */
+ .border-sm-right { border-right: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the bottom */
+ .border-sm-bottom { border-bottom: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the left */
+ .border-sm-left { border-left: 1px #e1e4e8 solid !important; }
+ /* Remove the top border */
+ .border-sm-top-0 { border-top: 0 !important; }
+ /* Remove the right border */
+ .border-sm-right-0 { border-right: 0 !important; }
+ /* Remove the bottom border */
+ .border-sm-bottom-0 { border-bottom: 0 !important; }
+ /* Remove the left border */
+ .border-sm-left-0 { border-left: 0 !important; }
+ /* Remove the border-radius */
+ .rounded-sm-0 { border-radius: 0 !important; }
+ /* Add a border-radius to all corners */
+ .rounded-sm-1 { border-radius: 3px !important; }
+ /* Add a 2x border-radius to all corners */
+ .rounded-sm-2 { border-radius: 6px !important; }
+ .rounded-sm-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
+ .rounded-sm-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; }
+ .rounded-sm-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; }
+ .rounded-sm-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
+ .rounded-sm-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }
+ .rounded-sm-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; }
+ .rounded-sm-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
+ .rounded-sm-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; }
+ .rounded-sm-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; }
+ .rounded-sm-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
+ .rounded-sm-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; }
+ .rounded-sm-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } }
+@media (min-width: 768px) { /* Add a gray border */
+ /* Add a gray border to the top */
+ .border-md-top { border-top: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the right */
+ .border-md-right { border-right: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the bottom */
+ .border-md-bottom { border-bottom: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the left */
+ .border-md-left { border-left: 1px #e1e4e8 solid !important; }
+ /* Remove the top border */
+ .border-md-top-0 { border-top: 0 !important; }
+ /* Remove the right border */
+ .border-md-right-0 { border-right: 0 !important; }
+ /* Remove the bottom border */
+ .border-md-bottom-0 { border-bottom: 0 !important; }
+ /* Remove the left border */
+ .border-md-left-0 { border-left: 0 !important; }
+ /* Remove the border-radius */
+ .rounded-md-0 { border-radius: 0 !important; }
+ /* Add a border-radius to all corners */
+ .rounded-md-1 { border-radius: 3px !important; }
+ /* Add a 2x border-radius to all corners */
+ .rounded-md-2 { border-radius: 6px !important; }
+ .rounded-md-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
+ .rounded-md-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; }
+ .rounded-md-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; }
+ .rounded-md-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
+ .rounded-md-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }
+ .rounded-md-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; }
+ .rounded-md-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
+ .rounded-md-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; }
+ .rounded-md-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; }
+ .rounded-md-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
+ .rounded-md-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; }
+ .rounded-md-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } }
+@media (min-width: 1012px) { /* Add a gray border */
+ /* Add a gray border to the top */
+ .border-lg-top { border-top: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the right */
+ .border-lg-right { border-right: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the bottom */
+ .border-lg-bottom { border-bottom: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the left */
+ .border-lg-left { border-left: 1px #e1e4e8 solid !important; }
+ /* Remove the top border */
+ .border-lg-top-0 { border-top: 0 !important; }
+ /* Remove the right border */
+ .border-lg-right-0 { border-right: 0 !important; }
+ /* Remove the bottom border */
+ .border-lg-bottom-0 { border-bottom: 0 !important; }
+ /* Remove the left border */
+ .border-lg-left-0 { border-left: 0 !important; }
+ /* Remove the border-radius */
+ .rounded-lg-0 { border-radius: 0 !important; }
+ /* Add a border-radius to all corners */
+ .rounded-lg-1 { border-radius: 3px !important; }
+ /* Add a 2x border-radius to all corners */
+ .rounded-lg-2 { border-radius: 6px !important; }
+ .rounded-lg-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
+ .rounded-lg-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; }
+ .rounded-lg-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; }
+ .rounded-lg-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
+ .rounded-lg-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }
+ .rounded-lg-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; }
+ .rounded-lg-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
+ .rounded-lg-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; }
+ .rounded-lg-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; }
+ .rounded-lg-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
+ .rounded-lg-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; }
+ .rounded-lg-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } }
+@media (min-width: 1280px) { /* Add a gray border */
+ /* Add a gray border to the top */
+ .border-xl-top { border-top: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the right */
+ .border-xl-right { border-right: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the bottom */
+ .border-xl-bottom { border-bottom: 1px #e1e4e8 solid !important; }
+ /* Add a gray border to the left */
+ .border-xl-left { border-left: 1px #e1e4e8 solid !important; }
+ /* Remove the top border */
+ .border-xl-top-0 { border-top: 0 !important; }
+ /* Remove the right border */
+ .border-xl-right-0 { border-right: 0 !important; }
+ /* Remove the bottom border */
+ .border-xl-bottom-0 { border-bottom: 0 !important; }
+ /* Remove the left border */
+ .border-xl-left-0 { border-left: 0 !important; }
+ /* Remove the border-radius */
+ .rounded-xl-0 { border-radius: 0 !important; }
+ /* Add a border-radius to all corners */
+ .rounded-xl-1 { border-radius: 3px !important; }
+ /* Add a 2x border-radius to all corners */
+ .rounded-xl-2 { border-radius: 6px !important; }
+ .rounded-xl-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
+ .rounded-xl-top-1 { border-top-left-radius: 3px !important; border-top-right-radius: 3px !important; }
+ .rounded-xl-top-2 { border-top-left-radius: 6px !important; border-top-right-radius: 6px !important; }
+ .rounded-xl-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
+ .rounded-xl-right-1 { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; }
+ .rounded-xl-right-2 { border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important; }
+ .rounded-xl-bottom-0 { border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important; }
+ .rounded-xl-bottom-1 { border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; }
+ .rounded-xl-bottom-2 { border-bottom-right-radius: 6px !important; border-bottom-left-radius: 6px !important; }
+ .rounded-xl-left-0 { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
+ .rounded-xl-left-1 { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; }
+ .rounded-xl-left-2 { border-bottom-left-radius: 6px !important; border-top-left-radius: 6px !important; } }
+/* Add a 50% border-radius to make something into a circle */
+.circle { border-radius: 50% !important; }
+
+.box-shadow { box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important; }
+
+.box-shadow-medium { box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important; }
+
+.box-shadow-large { box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important; }
+
+.box-shadow-extra-large { box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important; }
+
+.box-shadow-none { box-shadow: none !important; }
+
+/* Set the background to $bg-white */
+.bg-white { background-color: #fff !important; }
+
+/* Set the background to $bg-blue */
+.bg-blue { background-color: #0366d6 !important; }
+
+/* Set the background to $bg-blue-light */
+.bg-blue-light { background-color: #f1f8ff !important; }
+
+/* Set the background to $bg-gray-dark */
+.bg-gray-dark { background-color: #24292e !important; }
+
+/* Set the background to $bg-gray */
+.bg-gray { background-color: #f6f8fa !important; }
+
+/* Set the background to $bg-gray-light */
+.bg-gray-light { background-color: #fafbfc !important; }
+
+/* Set the background to $bg-green */
+.bg-green { background-color: #28a745 !important; }
+
+/* Set the background to $bg-green-light */
+.bg-green-light { background-color: #dcffe4 !important; }
+
+/* Set the background to $bg-red */
+.bg-red { background-color: #d73a49 !important; }
+
+/* Set the background to $bg-red-light */
+.bg-red-light { background-color: #ffdce0 !important; }
+
+/* Set the background to $bg-yellow */
+.bg-yellow { background-color: #ffd33d !important; }
+
+/* Set the background to $bg-yellow-light */
+.bg-yellow-light { background-color: #fff5b1 !important; }
+
+/* Set the background to $bg-purple */
+.bg-purple { background-color: #6f42c1 !important; }
+
+/* Set the background to $bg-purple-light */
+.bg-purple-light { background-color: #f5f0ff !important; }
+
+.bg-shade-gradient { background-image: linear-gradient(180deg, rgba(27, 31, 35, 0.065), rgba(27, 31, 35, 0)) !important; background-repeat: no-repeat !important; background-size: 100% 200px !important; }
+
+/* Set the text color to $text-blue */
+.text-blue { color: #0366d6 !important; }
+
+/* Set the text color to $text-red */
+.text-red { color: #cb2431 !important; }
+
+/* Set the text color to $text-gray-light */
+.text-gray-light { color: #6a737d !important; }
+
+/* Set the text color to $text-gray */
+.text-gray { color: #586069 !important; }
+
+/* Set the text color to $text-gray-dark */
+.text-gray-dark { color: #24292e !important; }
+
+/* Set the text color to $text-green */
+.text-green { color: #28a745 !important; }
+
+/* Set the text color to $text-orange */
+.text-orange { color: #a04100 !important; }
+
+/* Set the text color to $text-orange-light */
+.text-orange-light { color: #e36209 !important; }
+
+/* Set the text color to $text-purple */
+.text-purple { color: #6f42c1 !important; }
+
+/* Set the text color to $text-white */
+.text-white { color: #fff !important; }
+
+/* Set the text color to inherit */
+.text-inherit { color: inherit !important; }
+
+.text-pending { color: #b08800 !important; }
+
+.bg-pending { color: #dbab09 !important; }
+
+.link-gray { color: #586069 !important; }
+.link-gray:hover { color: #0366d6 !important; }
+
+.link-gray-dark { color: #24292e !important; }
+.link-gray-dark:hover { color: #0366d6 !important; }
+
+/* Set the link color to $text-blue on hover Useful when you want only part of a link to turn blue on hover */
+.link-hover-blue:hover { color: #0366d6 !important; }
+
+/* Make a link $text-gray, then $text-blue on hover and removes the underline */
+.muted-link { color: #586069 !important; }
+.muted-link:hover { color: #0366d6 !important; text-decoration: none; }
+
+.details-overlay[open] > summary::before { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 80; display: block; cursor: default; content: " "; background: transparent; }
+
+.details-overlay-dark[open] > summary::before { z-index: 99; background: rgba(27, 31, 35, 0.5); }
+
+.flex-row { flex-direction: row !important; }
+
+.flex-row-reverse { flex-direction: row-reverse !important; }
+
+.flex-column { flex-direction: column !important; }
+
+.flex-wrap { flex-wrap: wrap !important; }
+
+.flex-nowrap { flex-wrap: nowrap !important; }
+
+.flex-justify-start { justify-content: flex-start !important; }
+
+.flex-justify-end { justify-content: flex-end !important; }
+
+.flex-justify-center { justify-content: center !important; }
+
+.flex-justify-between { justify-content: space-between !important; }
+
+.flex-justify-around { justify-content: space-around !important; }
+
+.flex-items-start { align-items: flex-start !important; }
+
+.flex-items-end { align-items: flex-end !important; }
+
+.flex-items-center { align-items: center !important; }
+
+.flex-items-baseline { align-items: baseline !important; }
+
+.flex-items-stretch { align-items: stretch !important; }
+
+.flex-content-start { align-content: flex-start !important; }
+
+.flex-content-end { align-content: flex-end !important; }
+
+.flex-content-center { align-content: center !important; }
+
+.flex-content-between { align-content: space-between !important; }
+
+.flex-content-around { align-content: space-around !important; }
+
+.flex-content-stretch { align-content: stretch !important; }
+
+.flex-auto { flex: 1 1 auto !important; }
+
+.flex-shrink-0 { flex-shrink: 0 !important; }
+
+.flex-self-auto { align-self: auto !important; }
+
+.flex-self-start { align-self: flex-start !important; }
+
+.flex-self-end { align-self: flex-end !important; }
+
+.flex-self-center { align-self: center !important; }
+
+.flex-self-baseline { align-self: baseline !important; }
+
+.flex-self-stretch { align-self: stretch !important; }
+
+.flex-item-equal { flex-grow: 1; flex-basis: 0; }
+
+@media (min-width: 544px) { .flex-sm-row { flex-direction: row !important; }
+ .flex-sm-row-reverse { flex-direction: row-reverse !important; }
+ .flex-sm-column { flex-direction: column !important; }
+ .flex-sm-wrap { flex-wrap: wrap !important; }
+ .flex-sm-nowrap { flex-wrap: nowrap !important; }
+ .flex-sm-justify-start { justify-content: flex-start !important; }
+ .flex-sm-justify-end { justify-content: flex-end !important; }
+ .flex-sm-justify-center { justify-content: center !important; }
+ .flex-sm-justify-between { justify-content: space-between !important; }
+ .flex-sm-justify-around { justify-content: space-around !important; }
+ .flex-sm-items-start { align-items: flex-start !important; }
+ .flex-sm-items-end { align-items: flex-end !important; }
+ .flex-sm-items-center { align-items: center !important; }
+ .flex-sm-items-baseline { align-items: baseline !important; }
+ .flex-sm-items-stretch { align-items: stretch !important; }
+ .flex-sm-content-start { align-content: flex-start !important; }
+ .flex-sm-content-end { align-content: flex-end !important; }
+ .flex-sm-content-center { align-content: center !important; }
+ .flex-sm-content-between { align-content: space-between !important; }
+ .flex-sm-content-around { align-content: space-around !important; }
+ .flex-sm-content-stretch { align-content: stretch !important; }
+ .flex-sm-auto { flex: 1 1 auto !important; }
+ .flex-sm-shrink-0 { flex-shrink: 0 !important; }
+ .flex-sm-self-auto { align-self: auto !important; }
+ .flex-sm-self-start { align-self: flex-start !important; }
+ .flex-sm-self-end { align-self: flex-end !important; }
+ .flex-sm-self-center { align-self: center !important; }
+ .flex-sm-self-baseline { align-self: baseline !important; }
+ .flex-sm-self-stretch { align-self: stretch !important; }
+ .flex-sm-item-equal { flex-grow: 1; flex-basis: 0; } }
+@media (min-width: 768px) { .flex-md-row { flex-direction: row !important; }
+ .flex-md-row-reverse { flex-direction: row-reverse !important; }
+ .flex-md-column { flex-direction: column !important; }
+ .flex-md-wrap { flex-wrap: wrap !important; }
+ .flex-md-nowrap { flex-wrap: nowrap !important; }
+ .flex-md-justify-start { justify-content: flex-start !important; }
+ .flex-md-justify-end { justify-content: flex-end !important; }
+ .flex-md-justify-center { justify-content: center !important; }
+ .flex-md-justify-between { justify-content: space-between !important; }
+ .flex-md-justify-around { justify-content: space-around !important; }
+ .flex-md-items-start { align-items: flex-start !important; }
+ .flex-md-items-end { align-items: flex-end !important; }
+ .flex-md-items-center { align-items: center !important; }
+ .flex-md-items-baseline { align-items: baseline !important; }
+ .flex-md-items-stretch { align-items: stretch !important; }
+ .flex-md-content-start { align-content: flex-start !important; }
+ .flex-md-content-end { align-content: flex-end !important; }
+ .flex-md-content-center { align-content: center !important; }
+ .flex-md-content-between { align-content: space-between !important; }
+ .flex-md-content-around { align-content: space-around !important; }
+ .flex-md-content-stretch { align-content: stretch !important; }
+ .flex-md-auto { flex: 1 1 auto !important; }
+ .flex-md-shrink-0 { flex-shrink: 0 !important; }
+ .flex-md-self-auto { align-self: auto !important; }
+ .flex-md-self-start { align-self: flex-start !important; }
+ .flex-md-self-end { align-self: flex-end !important; }
+ .flex-md-self-center { align-self: center !important; }
+ .flex-md-self-baseline { align-self: baseline !important; }
+ .flex-md-self-stretch { align-self: stretch !important; }
+ .flex-md-item-equal { flex-grow: 1; flex-basis: 0; } }
+@media (min-width: 1012px) { .flex-lg-row { flex-direction: row !important; }
+ .flex-lg-row-reverse { flex-direction: row-reverse !important; }
+ .flex-lg-column { flex-direction: column !important; }
+ .flex-lg-wrap { flex-wrap: wrap !important; }
+ .flex-lg-nowrap { flex-wrap: nowrap !important; }
+ .flex-lg-justify-start { justify-content: flex-start !important; }
+ .flex-lg-justify-end { justify-content: flex-end !important; }
+ .flex-lg-justify-center { justify-content: center !important; }
+ .flex-lg-justify-between { justify-content: space-between !important; }
+ .flex-lg-justify-around { justify-content: space-around !important; }
+ .flex-lg-items-start { align-items: flex-start !important; }
+ .flex-lg-items-end { align-items: flex-end !important; }
+ .flex-lg-items-center { align-items: center !important; }
+ .flex-lg-items-baseline { align-items: baseline !important; }
+ .flex-lg-items-stretch { align-items: stretch !important; }
+ .flex-lg-content-start { align-content: flex-start !important; }
+ .flex-lg-content-end { align-content: flex-end !important; }
+ .flex-lg-content-center { align-content: center !important; }
+ .flex-lg-content-between { align-content: space-between !important; }
+ .flex-lg-content-around { align-content: space-around !important; }
+ .flex-lg-content-stretch { align-content: stretch !important; }
+ .flex-lg-auto { flex: 1 1 auto !important; }
+ .flex-lg-shrink-0 { flex-shrink: 0 !important; }
+ .flex-lg-self-auto { align-self: auto !important; }
+ .flex-lg-self-start { align-self: flex-start !important; }
+ .flex-lg-self-end { align-self: flex-end !important; }
+ .flex-lg-self-center { align-self: center !important; }
+ .flex-lg-self-baseline { align-self: baseline !important; }
+ .flex-lg-self-stretch { align-self: stretch !important; }
+ .flex-lg-item-equal { flex-grow: 1; flex-basis: 0; } }
+@media (min-width: 1280px) { .flex-xl-row { flex-direction: row !important; }
+ .flex-xl-row-reverse { flex-direction: row-reverse !important; }
+ .flex-xl-column { flex-direction: column !important; }
+ .flex-xl-wrap { flex-wrap: wrap !important; }
+ .flex-xl-nowrap { flex-wrap: nowrap !important; }
+ .flex-xl-justify-start { justify-content: flex-start !important; }
+ .flex-xl-justify-end { justify-content: flex-end !important; }
+ .flex-xl-justify-center { justify-content: center !important; }
+ .flex-xl-justify-between { justify-content: space-between !important; }
+ .flex-xl-justify-around { justify-content: space-around !important; }
+ .flex-xl-items-start { align-items: flex-start !important; }
+ .flex-xl-items-end { align-items: flex-end !important; }
+ .flex-xl-items-center { align-items: center !important; }
+ .flex-xl-items-baseline { align-items: baseline !important; }
+ .flex-xl-items-stretch { align-items: stretch !important; }
+ .flex-xl-content-start { align-content: flex-start !important; }
+ .flex-xl-content-end { align-content: flex-end !important; }
+ .flex-xl-content-center { align-content: center !important; }
+ .flex-xl-content-between { align-content: space-between !important; }
+ .flex-xl-content-around { align-content: space-around !important; }
+ .flex-xl-content-stretch { align-content: stretch !important; }
+ .flex-xl-auto { flex: 1 1 auto !important; }
+ .flex-xl-shrink-0 { flex-shrink: 0 !important; }
+ .flex-xl-self-auto { align-self: auto !important; }
+ .flex-xl-self-start { align-self: flex-start !important; }
+ .flex-xl-self-end { align-self: flex-end !important; }
+ .flex-xl-self-center { align-self: center !important; }
+ .flex-xl-self-baseline { align-self: baseline !important; }
+ .flex-xl-self-stretch { align-self: stretch !important; }
+ .flex-xl-item-equal { flex-grow: 1; flex-basis: 0; } }
+/* Set position to static */
+.position-static { position: static !important; }
+
+/* Set position to relative */
+.position-relative { position: relative !important; }
+
+/* Set position to absolute */
+.position-absolute { position: absolute !important; }
+
+/* Set position to fixed */
+.position-fixed { position: fixed !important; }
+
+/* Set top 0 */
+.top-0 { top: 0 !important; }
+
+/* Set right 0 */
+.right-0 { right: 0 !important; }
+
+/* Set bottom 0 */
+.bottom-0 { bottom: 0 !important; }
+
+/* Set left 0 */
+.left-0 { left: 0 !important; }
+
+/* Vertical align middle */
+.v-align-middle { vertical-align: middle !important; }
+
+/* Vertical align top */
+.v-align-top { vertical-align: top !important; }
+
+/* Vertical align bottom */
+.v-align-bottom { vertical-align: bottom !important; }
+
+/* Vertical align to the top of the text */
+.v-align-text-top { vertical-align: text-top !important; }
+
+/* Vertical align to the bottom of the text */
+.v-align-text-bottom { vertical-align: text-bottom !important; }
+
+/* Vertical align to the parent's baseline */
+.v-align-baseline { vertical-align: baseline !important; }
+
+/* Set the overflow hidden */
+.overflow-hidden { overflow: hidden !important; }
+
+/* Set the overflow scroll */
+.overflow-scroll { overflow: scroll !important; }
+
+/* Set the overflow auto */
+.overflow-auto { overflow: auto !important; }
+
+/* Clear floats around the element */
+.clearfix::before { display: table; content: ""; }
+.clearfix::after { display: table; clear: both; content: ""; }
+
+/* Float to the left */
+.float-left { float: left !important; }
+
+/* Float to the right */
+.float-right { float: right !important; }
+
+/* No float */
+.float-none { float: none !important; }
+
+@media (min-width: 544px) { /* Float to the left */
+ .float-sm-left { float: left !important; }
+ /* Float to the right */
+ .float-sm-right { float: right !important; }
+ /* No float */
+ .float-sm-none { float: none !important; } }
+@media (min-width: 768px) { /* Float to the left */
+ .float-md-left { float: left !important; }
+ /* Float to the right */
+ .float-md-right { float: right !important; }
+ /* No float */
+ .float-md-none { float: none !important; } }
+@media (min-width: 1012px) { /* Float to the left */
+ .float-lg-left { float: left !important; }
+ /* Float to the right */
+ .float-lg-right { float: right !important; }
+ /* No float */
+ .float-lg-none { float: none !important; } }
+@media (min-width: 1280px) { /* Float to the left */
+ .float-xl-left { float: left !important; }
+ /* Float to the right */
+ .float-xl-right { float: right !important; }
+ /* No float */
+ .float-xl-none { float: none !important; } }
+/* Max width 100% */
+.width-fit { max-width: 100% !important; }
+
+/* Set the width to 100% */
+.width-full { width: 100% !important; }
+
+/* Max height 100% */
+.height-fit { max-height: 100% !important; }
+
+/* Set the height to 100% */
+.height-full { height: 100% !important; }
+
+/* Remove min-width from element */
+.min-width-0 { min-width: 0 !important; }
+
+/* Set the direction to rtl */
+.direction-rtl { direction: rtl !important; }
+
+/* Set the direction to ltr */
+.direction-ltr { direction: ltr !important; }
+
+@media (min-width: 544px) { /* Set the direction to rtl */
+ .direction-sm-rtl { direction: rtl !important; }
+ /* Set the direction to ltr */
+ .direction-sm-ltr { direction: ltr !important; } }
+@media (min-width: 768px) { /* Set the direction to rtl */
+ .direction-md-rtl { direction: rtl !important; }
+ /* Set the direction to ltr */
+ .direction-md-ltr { direction: ltr !important; } }
+@media (min-width: 1012px) { /* Set the direction to rtl */
+ .direction-lg-rtl { direction: rtl !important; }
+ /* Set the direction to ltr */
+ .direction-lg-ltr { direction: ltr !important; } }
+@media (min-width: 1280px) { /* Set the direction to rtl */
+ .direction-xl-rtl { direction: rtl !important; }
+ /* Set the direction to ltr */
+ .direction-xl-ltr { direction: ltr !important; } }
+/* Set a $size margin to all sides at $breakpoint */
+.m-0 { margin: 0 !important; }
+
+/* Set a $size margin on the top at $breakpoint */
+.mt-0 { margin-top: 0 !important; }
+
+/* Set a $size margin on the right at $breakpoint */
+.mr-0 { margin-right: 0 !important; }
+
+/* Set a $size margin on the bottom at $breakpoint */
+.mb-0 { margin-bottom: 0 !important; }
+
+/* Set a $size margin on the left at $breakpoint */
+.ml-0 { margin-left: 0 !important; }
+
+/* Set a $size margin on the left & right at $breakpoint */
+.mx-0 { margin-right: 0 !important; margin-left: 0 !important; }
+
+/* Set a $size margin on the top & bottom at $breakpoint */
+.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
+
+/* Set a $size margin to all sides at $breakpoint */
+.m-1 { margin: 4px !important; }
+
+/* Set a $size margin on the top at $breakpoint */
+.mt-1 { margin-top: 4px !important; }
+
+/* Set a $size margin on the right at $breakpoint */
+.mr-1 { margin-right: 4px !important; }
+
+/* Set a $size margin on the bottom at $breakpoint */
+.mb-1 { margin-bottom: 4px !important; }
+
+/* Set a $size margin on the left at $breakpoint */
+.ml-1 { margin-left: 4px !important; }
+
+/* Set a negative $size margin on top at $breakpoint */
+.mt-n1 { margin-top: -4px !important; }
+
+/* Set a negative $size margin on the right at $breakpoint */
+.mr-n1 { margin-right: -4px !important; }
+
+/* Set a negative $size margin on the bottom at $breakpoint */
+.mb-n1 { margin-bottom: -4px !important; }
+
+/* Set a negative $size margin on the left at $breakpoint */
+.ml-n1 { margin-left: -4px !important; }
+
+/* Set a $size margin on the left & right at $breakpoint */
+.mx-1 { margin-right: 4px !important; margin-left: 4px !important; }
+
+/* Set a $size margin on the top & bottom at $breakpoint */
+.my-1 { margin-top: 4px !important; margin-bottom: 4px !important; }
+
+/* Set a $size margin to all sides at $breakpoint */
+.m-2 { margin: 8px !important; }
+
+/* Set a $size margin on the top at $breakpoint */
+.mt-2 { margin-top: 8px !important; }
+
+/* Set a $size margin on the right at $breakpoint */
+.mr-2 { margin-right: 8px !important; }
+
+/* Set a $size margin on the bottom at $breakpoint */
+.mb-2 { margin-bottom: 8px !important; }
+
+/* Set a $size margin on the left at $breakpoint */
+.ml-2 { margin-left: 8px !important; }
+
+/* Set a negative $size margin on top at $breakpoint */
+.mt-n2 { margin-top: -8px !important; }
+
+/* Set a negative $size margin on the right at $breakpoint */
+.mr-n2 { margin-right: -8px !important; }
+
+/* Set a negative $size margin on the bottom at $breakpoint */
+.mb-n2 { margin-bottom: -8px !important; }
+
+/* Set a negative $size margin on the left at $breakpoint */
+.ml-n2 { margin-left: -8px !important; }
+
+/* Set a $size margin on the left & right at $breakpoint */
+.mx-2 { margin-right: 8px !important; margin-left: 8px !important; }
+
+/* Set a $size margin on the top & bottom at $breakpoint */
+.my-2 { margin-top: 8px !important; margin-bottom: 8px !important; }
+
+/* Set a $size margin to all sides at $breakpoint */
+.m-3 { margin: 16px !important; }
+
+/* Set a $size margin on the top at $breakpoint */
+.mt-3 { margin-top: 16px !important; }
+
+/* Set a $size margin on the right at $breakpoint */
+.mr-3 { margin-right: 16px !important; }
+
+/* Set a $size margin on the bottom at $breakpoint */
+.mb-3 { margin-bottom: 16px !important; }
+
+/* Set a $size margin on the left at $breakpoint */
+.ml-3 { margin-left: 16px !important; }
+
+/* Set a negative $size margin on top at $breakpoint */
+.mt-n3 { margin-top: -16px !important; }
+
+/* Set a negative $size margin on the right at $breakpoint */
+.mr-n3 { margin-right: -16px !important; }
+
+/* Set a negative $size margin on the bottom at $breakpoint */
+.mb-n3 { margin-bottom: -16px !important; }
+
+/* Set a negative $size margin on the left at $breakpoint */
+.ml-n3 { margin-left: -16px !important; }
+
+/* Set a $size margin on the left & right at $breakpoint */
+.mx-3 { margin-right: 16px !important; margin-left: 16px !important; }
+
+/* Set a $size margin on the top & bottom at $breakpoint */
+.my-3 { margin-top: 16px !important; margin-bottom: 16px !important; }
+
+/* Set a $size margin to all sides at $breakpoint */
+.m-4 { margin: 24px !important; }
+
+/* Set a $size margin on the top at $breakpoint */
+.mt-4 { margin-top: 24px !important; }
+
+/* Set a $size margin on the right at $breakpoint */
+.mr-4 { margin-right: 24px !important; }
+
+/* Set a $size margin on the bottom at $breakpoint */
+.mb-4 { margin-bottom: 24px !important; }
+
+/* Set a $size margin on the left at $breakpoint */
+.ml-4 { margin-left: 24px !important; }
+
+/* Set a negative $size margin on top at $breakpoint */
+.mt-n4 { margin-top: -24px !important; }
+
+/* Set a negative $size margin on the right at $breakpoint */
+.mr-n4 { margin-right: -24px !important; }
+
+/* Set a negative $size margin on the bottom at $breakpoint */
+.mb-n4 { margin-bottom: -24px !important; }
+
+/* Set a negative $size margin on the left at $breakpoint */
+.ml-n4 { margin-left: -24px !important; }
+
+/* Set a $size margin on the left & right at $breakpoint */
+.mx-4 { margin-right: 24px !important; margin-left: 24px !important; }
+
+/* Set a $size margin on the top & bottom at $breakpoint */
+.my-4 { margin-top: 24px !important; margin-bottom: 24px !important; }
+
+/* Set a $size margin to all sides at $breakpoint */
+.m-5 { margin: 32px !important; }
+
+/* Set a $size margin on the top at $breakpoint */
+.mt-5 { margin-top: 32px !important; }
+
+/* Set a $size margin on the right at $breakpoint */
+.mr-5 { margin-right: 32px !important; }
+
+/* Set a $size margin on the bottom at $breakpoint */
+.mb-5 { margin-bottom: 32px !important; }
+
+/* Set a $size margin on the left at $breakpoint */
+.ml-5 { margin-left: 32px !important; }
+
+/* Set a negative $size margin on top at $breakpoint */
+.mt-n5 { margin-top: -32px !important; }
+
+/* Set a negative $size margin on the right at $breakpoint */
+.mr-n5 { margin-right: -32px !important; }
+
+/* Set a negative $size margin on the bottom at $breakpoint */
+.mb-n5 { margin-bottom: -32px !important; }
+
+/* Set a negative $size margin on the left at $breakpoint */
+.ml-n5 { margin-left: -32px !important; }
+
+/* Set a $size margin on the left & right at $breakpoint */
+.mx-5 { margin-right: 32px !important; margin-left: 32px !important; }
+
+/* Set a $size margin on the top & bottom at $breakpoint */
+.my-5 { margin-top: 32px !important; margin-bottom: 32px !important; }
+
+/* Set a $size margin to all sides at $breakpoint */
+.m-6 { margin: 40px !important; }
+
+/* Set a $size margin on the top at $breakpoint */
+.mt-6 { margin-top: 40px !important; }
+
+/* Set a $size margin on the right at $breakpoint */
+.mr-6 { margin-right: 40px !important; }
+
+/* Set a $size margin on the bottom at $breakpoint */
+.mb-6 { margin-bottom: 40px !important; }
+
+/* Set a $size margin on the left at $breakpoint */
+.ml-6 { margin-left: 40px !important; }
+
+/* Set a negative $size margin on top at $breakpoint */
+.mt-n6 { margin-top: -40px !important; }
+
+/* Set a negative $size margin on the right at $breakpoint */
+.mr-n6 { margin-right: -40px !important; }
+
+/* Set a negative $size margin on the bottom at $breakpoint */
+.mb-n6 { margin-bottom: -40px !important; }
+
+/* Set a negative $size margin on the left at $breakpoint */
+.ml-n6 { margin-left: -40px !important; }
+
+/* Set a $size margin on the left & right at $breakpoint */
+.mx-6 { margin-right: 40px !important; margin-left: 40px !important; }
+
+/* Set a $size margin on the top & bottom at $breakpoint */
+.my-6 { margin-top: 40px !important; margin-bottom: 40px !important; }
+
+/* responsive horizontal auto margins */
+.mx-auto { margin-right: auto !important; margin-left: auto !important; }
+
+@media (min-width: 544px) { /* Set a $size margin to all sides at $breakpoint */
+ .m-sm-0 { margin: 0 !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-sm-0 { margin-top: 0 !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-sm-0 { margin-right: 0 !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-sm-0 { margin-bottom: 0 !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-sm-0 { margin-left: 0 !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-sm-1 { margin: 4px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-sm-1 { margin-top: 4px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-sm-1 { margin-right: 4px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-sm-1 { margin-bottom: 4px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-sm-1 { margin-left: 4px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-sm-n1 { margin-top: -4px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-sm-n1 { margin-right: -4px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-sm-n1 { margin-bottom: -4px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-sm-n1 { margin-left: -4px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-sm-1 { margin-right: 4px !important; margin-left: 4px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-sm-1 { margin-top: 4px !important; margin-bottom: 4px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-sm-2 { margin: 8px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-sm-2 { margin-top: 8px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-sm-2 { margin-right: 8px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-sm-2 { margin-bottom: 8px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-sm-2 { margin-left: 8px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-sm-n2 { margin-top: -8px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-sm-n2 { margin-right: -8px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-sm-n2 { margin-bottom: -8px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-sm-n2 { margin-left: -8px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-sm-2 { margin-right: 8px !important; margin-left: 8px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-sm-2 { margin-top: 8px !important; margin-bottom: 8px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-sm-3 { margin: 16px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-sm-3 { margin-top: 16px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-sm-3 { margin-right: 16px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-sm-3 { margin-bottom: 16px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-sm-3 { margin-left: 16px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-sm-n3 { margin-top: -16px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-sm-n3 { margin-right: -16px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-sm-n3 { margin-bottom: -16px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-sm-n3 { margin-left: -16px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-sm-3 { margin-right: 16px !important; margin-left: 16px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-sm-3 { margin-top: 16px !important; margin-bottom: 16px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-sm-4 { margin: 24px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-sm-4 { margin-top: 24px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-sm-4 { margin-right: 24px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-sm-4 { margin-bottom: 24px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-sm-4 { margin-left: 24px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-sm-n4 { margin-top: -24px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-sm-n4 { margin-right: -24px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-sm-n4 { margin-bottom: -24px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-sm-n4 { margin-left: -24px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-sm-4 { margin-right: 24px !important; margin-left: 24px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-sm-4 { margin-top: 24px !important; margin-bottom: 24px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-sm-5 { margin: 32px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-sm-5 { margin-top: 32px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-sm-5 { margin-right: 32px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-sm-5 { margin-bottom: 32px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-sm-5 { margin-left: 32px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-sm-n5 { margin-top: -32px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-sm-n5 { margin-right: -32px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-sm-n5 { margin-bottom: -32px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-sm-n5 { margin-left: -32px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-sm-5 { margin-right: 32px !important; margin-left: 32px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-sm-5 { margin-top: 32px !important; margin-bottom: 32px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-sm-6 { margin: 40px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-sm-6 { margin-top: 40px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-sm-6 { margin-right: 40px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-sm-6 { margin-bottom: 40px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-sm-6 { margin-left: 40px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-sm-n6 { margin-top: -40px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-sm-n6 { margin-right: -40px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-sm-n6 { margin-bottom: -40px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-sm-n6 { margin-left: -40px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-sm-6 { margin-right: 40px !important; margin-left: 40px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-sm-6 { margin-top: 40px !important; margin-bottom: 40px !important; }
+ /* responsive horizontal auto margins */
+ .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; } }
+@media (min-width: 768px) { /* Set a $size margin to all sides at $breakpoint */
+ .m-md-0 { margin: 0 !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-md-0 { margin-top: 0 !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-md-0 { margin-right: 0 !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-md-0 { margin-bottom: 0 !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-md-0 { margin-left: 0 !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-md-1 { margin: 4px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-md-1 { margin-top: 4px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-md-1 { margin-right: 4px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-md-1 { margin-bottom: 4px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-md-1 { margin-left: 4px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-md-n1 { margin-top: -4px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-md-n1 { margin-right: -4px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-md-n1 { margin-bottom: -4px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-md-n1 { margin-left: -4px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-md-1 { margin-right: 4px !important; margin-left: 4px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-md-1 { margin-top: 4px !important; margin-bottom: 4px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-md-2 { margin: 8px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-md-2 { margin-top: 8px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-md-2 { margin-right: 8px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-md-2 { margin-bottom: 8px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-md-2 { margin-left: 8px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-md-n2 { margin-top: -8px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-md-n2 { margin-right: -8px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-md-n2 { margin-bottom: -8px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-md-n2 { margin-left: -8px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-md-2 { margin-right: 8px !important; margin-left: 8px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-md-2 { margin-top: 8px !important; margin-bottom: 8px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-md-3 { margin: 16px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-md-3 { margin-top: 16px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-md-3 { margin-right: 16px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-md-3 { margin-bottom: 16px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-md-3 { margin-left: 16px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-md-n3 { margin-top: -16px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-md-n3 { margin-right: -16px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-md-n3 { margin-bottom: -16px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-md-n3 { margin-left: -16px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-md-3 { margin-right: 16px !important; margin-left: 16px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-md-3 { margin-top: 16px !important; margin-bottom: 16px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-md-4 { margin: 24px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-md-4 { margin-top: 24px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-md-4 { margin-right: 24px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-md-4 { margin-bottom: 24px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-md-4 { margin-left: 24px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-md-n4 { margin-top: -24px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-md-n4 { margin-right: -24px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-md-n4 { margin-bottom: -24px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-md-n4 { margin-left: -24px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-md-4 { margin-right: 24px !important; margin-left: 24px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-md-4 { margin-top: 24px !important; margin-bottom: 24px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-md-5 { margin: 32px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-md-5 { margin-top: 32px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-md-5 { margin-right: 32px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-md-5 { margin-bottom: 32px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-md-5 { margin-left: 32px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-md-n5 { margin-top: -32px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-md-n5 { margin-right: -32px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-md-n5 { margin-bottom: -32px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-md-n5 { margin-left: -32px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-md-5 { margin-right: 32px !important; margin-left: 32px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-md-5 { margin-top: 32px !important; margin-bottom: 32px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-md-6 { margin: 40px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-md-6 { margin-top: 40px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-md-6 { margin-right: 40px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-md-6 { margin-bottom: 40px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-md-6 { margin-left: 40px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-md-n6 { margin-top: -40px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-md-n6 { margin-right: -40px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-md-n6 { margin-bottom: -40px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-md-n6 { margin-left: -40px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-md-6 { margin-right: 40px !important; margin-left: 40px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-md-6 { margin-top: 40px !important; margin-bottom: 40px !important; }
+ /* responsive horizontal auto margins */
+ .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } }
+@media (min-width: 1012px) { /* Set a $size margin to all sides at $breakpoint */
+ .m-lg-0 { margin: 0 !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-lg-0 { margin-top: 0 !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-lg-0 { margin-right: 0 !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-lg-0 { margin-bottom: 0 !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-lg-0 { margin-left: 0 !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-lg-1 { margin: 4px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-lg-1 { margin-top: 4px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-lg-1 { margin-right: 4px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-lg-1 { margin-bottom: 4px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-lg-1 { margin-left: 4px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-lg-n1 { margin-top: -4px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-lg-n1 { margin-right: -4px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-lg-n1 { margin-bottom: -4px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-lg-n1 { margin-left: -4px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-lg-1 { margin-right: 4px !important; margin-left: 4px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-lg-1 { margin-top: 4px !important; margin-bottom: 4px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-lg-2 { margin: 8px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-lg-2 { margin-top: 8px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-lg-2 { margin-right: 8px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-lg-2 { margin-bottom: 8px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-lg-2 { margin-left: 8px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-lg-n2 { margin-top: -8px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-lg-n2 { margin-right: -8px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-lg-n2 { margin-bottom: -8px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-lg-n2 { margin-left: -8px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-lg-2 { margin-right: 8px !important; margin-left: 8px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-lg-2 { margin-top: 8px !important; margin-bottom: 8px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-lg-3 { margin: 16px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-lg-3 { margin-top: 16px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-lg-3 { margin-right: 16px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-lg-3 { margin-bottom: 16px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-lg-3 { margin-left: 16px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-lg-n3 { margin-top: -16px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-lg-n3 { margin-right: -16px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-lg-n3 { margin-bottom: -16px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-lg-n3 { margin-left: -16px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-lg-3 { margin-right: 16px !important; margin-left: 16px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-lg-3 { margin-top: 16px !important; margin-bottom: 16px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-lg-4 { margin: 24px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-lg-4 { margin-top: 24px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-lg-4 { margin-right: 24px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-lg-4 { margin-bottom: 24px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-lg-4 { margin-left: 24px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-lg-n4 { margin-top: -24px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-lg-n4 { margin-right: -24px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-lg-n4 { margin-bottom: -24px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-lg-n4 { margin-left: -24px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-lg-4 { margin-right: 24px !important; margin-left: 24px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-lg-4 { margin-top: 24px !important; margin-bottom: 24px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-lg-5 { margin: 32px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-lg-5 { margin-top: 32px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-lg-5 { margin-right: 32px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-lg-5 { margin-bottom: 32px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-lg-5 { margin-left: 32px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-lg-n5 { margin-top: -32px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-lg-n5 { margin-right: -32px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-lg-n5 { margin-bottom: -32px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-lg-n5 { margin-left: -32px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-lg-5 { margin-right: 32px !important; margin-left: 32px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-lg-5 { margin-top: 32px !important; margin-bottom: 32px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-lg-6 { margin: 40px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-lg-6 { margin-top: 40px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-lg-6 { margin-right: 40px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-lg-6 { margin-bottom: 40px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-lg-6 { margin-left: 40px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-lg-n6 { margin-top: -40px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-lg-n6 { margin-right: -40px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-lg-n6 { margin-bottom: -40px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-lg-n6 { margin-left: -40px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-lg-6 { margin-right: 40px !important; margin-left: 40px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-lg-6 { margin-top: 40px !important; margin-bottom: 40px !important; }
+ /* responsive horizontal auto margins */
+ .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } }
+@media (min-width: 1280px) { /* Set a $size margin to all sides at $breakpoint */
+ .m-xl-0 { margin: 0 !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-xl-0 { margin-top: 0 !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-xl-0 { margin-right: 0 !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-xl-0 { margin-bottom: 0 !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-xl-0 { margin-left: 0 !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-xl-1 { margin: 4px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-xl-1 { margin-top: 4px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-xl-1 { margin-right: 4px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-xl-1 { margin-bottom: 4px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-xl-1 { margin-left: 4px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-xl-n1 { margin-top: -4px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-xl-n1 { margin-right: -4px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-xl-n1 { margin-bottom: -4px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-xl-n1 { margin-left: -4px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-xl-1 { margin-right: 4px !important; margin-left: 4px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-xl-1 { margin-top: 4px !important; margin-bottom: 4px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-xl-2 { margin: 8px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-xl-2 { margin-top: 8px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-xl-2 { margin-right: 8px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-xl-2 { margin-bottom: 8px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-xl-2 { margin-left: 8px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-xl-n2 { margin-top: -8px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-xl-n2 { margin-right: -8px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-xl-n2 { margin-bottom: -8px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-xl-n2 { margin-left: -8px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-xl-2 { margin-right: 8px !important; margin-left: 8px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-xl-2 { margin-top: 8px !important; margin-bottom: 8px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-xl-3 { margin: 16px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-xl-3 { margin-top: 16px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-xl-3 { margin-right: 16px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-xl-3 { margin-bottom: 16px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-xl-3 { margin-left: 16px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-xl-n3 { margin-top: -16px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-xl-n3 { margin-right: -16px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-xl-n3 { margin-bottom: -16px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-xl-n3 { margin-left: -16px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-xl-3 { margin-right: 16px !important; margin-left: 16px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-xl-3 { margin-top: 16px !important; margin-bottom: 16px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-xl-4 { margin: 24px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-xl-4 { margin-top: 24px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-xl-4 { margin-right: 24px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-xl-4 { margin-bottom: 24px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-xl-4 { margin-left: 24px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-xl-n4 { margin-top: -24px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-xl-n4 { margin-right: -24px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-xl-n4 { margin-bottom: -24px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-xl-n4 { margin-left: -24px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-xl-4 { margin-right: 24px !important; margin-left: 24px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-xl-4 { margin-top: 24px !important; margin-bottom: 24px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-xl-5 { margin: 32px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-xl-5 { margin-top: 32px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-xl-5 { margin-right: 32px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-xl-5 { margin-bottom: 32px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-xl-5 { margin-left: 32px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-xl-n5 { margin-top: -32px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-xl-n5 { margin-right: -32px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-xl-n5 { margin-bottom: -32px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-xl-n5 { margin-left: -32px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-xl-5 { margin-right: 32px !important; margin-left: 32px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-xl-5 { margin-top: 32px !important; margin-bottom: 32px !important; }
+ /* Set a $size margin to all sides at $breakpoint */
+ .m-xl-6 { margin: 40px !important; }
+ /* Set a $size margin on the top at $breakpoint */
+ .mt-xl-6 { margin-top: 40px !important; }
+ /* Set a $size margin on the right at $breakpoint */
+ .mr-xl-6 { margin-right: 40px !important; }
+ /* Set a $size margin on the bottom at $breakpoint */
+ .mb-xl-6 { margin-bottom: 40px !important; }
+ /* Set a $size margin on the left at $breakpoint */
+ .ml-xl-6 { margin-left: 40px !important; }
+ /* Set a negative $size margin on top at $breakpoint */
+ .mt-xl-n6 { margin-top: -40px !important; }
+ /* Set a negative $size margin on the right at $breakpoint */
+ .mr-xl-n6 { margin-right: -40px !important; }
+ /* Set a negative $size margin on the bottom at $breakpoint */
+ .mb-xl-n6 { margin-bottom: -40px !important; }
+ /* Set a negative $size margin on the left at $breakpoint */
+ .ml-xl-n6 { margin-left: -40px !important; }
+ /* Set a $size margin on the left & right at $breakpoint */
+ .mx-xl-6 { margin-right: 40px !important; margin-left: 40px !important; }
+ /* Set a $size margin on the top & bottom at $breakpoint */
+ .my-xl-6 { margin-top: 40px !important; margin-bottom: 40px !important; }
+ /* responsive horizontal auto margins */
+ .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } }
+/* Set a $size padding to all sides at $breakpoint */
+.p-0 { padding: 0 !important; }
+
+/* Set a $size padding to the top at $breakpoint */
+.pt-0 { padding-top: 0 !important; }
+
+/* Set a $size padding to the right at $breakpoint */
+.pr-0 { padding-right: 0 !important; }
+
+/* Set a $size padding to the bottom at $breakpoint */
+.pb-0 { padding-bottom: 0 !important; }
+
+/* Set a $size padding to the left at $breakpoint */
+.pl-0 { padding-left: 0 !important; }
+
+/* Set a $size padding to the left & right at $breakpoint */
+.px-0 { padding-right: 0 !important; padding-left: 0 !important; }
+
+/* Set a $size padding to the top & bottom at $breakpoint */
+.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
+
+/* Set a $size padding to all sides at $breakpoint */
+.p-1 { padding: 4px !important; }
+
+/* Set a $size padding to the top at $breakpoint */
+.pt-1 { padding-top: 4px !important; }
+
+/* Set a $size padding to the right at $breakpoint */
+.pr-1 { padding-right: 4px !important; }
+
+/* Set a $size padding to the bottom at $breakpoint */
+.pb-1 { padding-bottom: 4px !important; }
+
+/* Set a $size padding to the left at $breakpoint */
+.pl-1 { padding-left: 4px !important; }
+
+/* Set a $size padding to the left & right at $breakpoint */
+.px-1 { padding-right: 4px !important; padding-left: 4px !important; }
+
+/* Set a $size padding to the top & bottom at $breakpoint */
+.py-1 { padding-top: 4px !important; padding-bottom: 4px !important; }
+
+/* Set a $size padding to all sides at $breakpoint */
+.p-2 { padding: 8px !important; }
+
+/* Set a $size padding to the top at $breakpoint */
+.pt-2 { padding-top: 8px !important; }
+
+/* Set a $size padding to the right at $breakpoint */
+.pr-2 { padding-right: 8px !important; }
+
+/* Set a $size padding to the bottom at $breakpoint */
+.pb-2 { padding-bottom: 8px !important; }
+
+/* Set a $size padding to the left at $breakpoint */
+.pl-2 { padding-left: 8px !important; }
+
+/* Set a $size padding to the left & right at $breakpoint */
+.px-2 { padding-right: 8px !important; padding-left: 8px !important; }
+
+/* Set a $size padding to the top & bottom at $breakpoint */
+.py-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
+
+/* Set a $size padding to all sides at $breakpoint */
+.p-3 { padding: 16px !important; }
+
+/* Set a $size padding to the top at $breakpoint */
+.pt-3 { padding-top: 16px !important; }
+
+/* Set a $size padding to the right at $breakpoint */
+.pr-3 { padding-right: 16px !important; }
+
+/* Set a $size padding to the bottom at $breakpoint */
+.pb-3 { padding-bottom: 16px !important; }
+
+/* Set a $size padding to the left at $breakpoint */
+.pl-3 { padding-left: 16px !important; }
+
+/* Set a $size padding to the left & right at $breakpoint */
+.px-3 { padding-right: 16px !important; padding-left: 16px !important; }
+
+/* Set a $size padding to the top & bottom at $breakpoint */
+.py-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
+
+/* Set a $size padding to all sides at $breakpoint */
+.p-4 { padding: 24px !important; }
+
+/* Set a $size padding to the top at $breakpoint */
+.pt-4 { padding-top: 24px !important; }
+
+/* Set a $size padding to the right at $breakpoint */
+.pr-4 { padding-right: 24px !important; }
+
+/* Set a $size padding to the bottom at $breakpoint */
+.pb-4 { padding-bottom: 24px !important; }
+
+/* Set a $size padding to the left at $breakpoint */
+.pl-4 { padding-left: 24px !important; }
+
+/* Set a $size padding to the left & right at $breakpoint */
+.px-4 { padding-right: 24px !important; padding-left: 24px !important; }
+
+/* Set a $size padding to the top & bottom at $breakpoint */
+.py-4 { padding-top: 24px !important; padding-bottom: 24px !important; }
+
+/* Set a $size padding to all sides at $breakpoint */
+.p-5 { padding: 32px !important; }
+
+/* Set a $size padding to the top at $breakpoint */
+.pt-5 { padding-top: 32px !important; }
+
+/* Set a $size padding to the right at $breakpoint */
+.pr-5 { padding-right: 32px !important; }
+
+/* Set a $size padding to the bottom at $breakpoint */
+.pb-5 { padding-bottom: 32px !important; }
+
+/* Set a $size padding to the left at $breakpoint */
+.pl-5 { padding-left: 32px !important; }
+
+/* Set a $size padding to the left & right at $breakpoint */
+.px-5 { padding-right: 32px !important; padding-left: 32px !important; }
+
+/* Set a $size padding to the top & bottom at $breakpoint */
+.py-5 { padding-top: 32px !important; padding-bottom: 32px !important; }
+
+/* Set a $size padding to all sides at $breakpoint */
+.p-6 { padding: 40px !important; }
+
+/* Set a $size padding to the top at $breakpoint */
+.pt-6 { padding-top: 40px !important; }
+
+/* Set a $size padding to the right at $breakpoint */
+.pr-6 { padding-right: 40px !important; }
+
+/* Set a $size padding to the bottom at $breakpoint */
+.pb-6 { padding-bottom: 40px !important; }
+
+/* Set a $size padding to the left at $breakpoint */
+.pl-6 { padding-left: 40px !important; }
+
+/* Set a $size padding to the left & right at $breakpoint */
+.px-6 { padding-right: 40px !important; padding-left: 40px !important; }
+
+/* Set a $size padding to the top & bottom at $breakpoint */
+.py-6 { padding-top: 40px !important; padding-bottom: 40px !important; }
+
+@media (min-width: 544px) { /* Set a $size padding to all sides at $breakpoint */
+ .p-sm-0 { padding: 0 !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-sm-0 { padding-top: 0 !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-sm-0 { padding-right: 0 !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-sm-0 { padding-bottom: 0 !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-sm-0 { padding-left: 0 !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-sm-1 { padding: 4px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-sm-1 { padding-top: 4px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-sm-1 { padding-right: 4px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-sm-1 { padding-bottom: 4px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-sm-1 { padding-left: 4px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-sm-1 { padding-right: 4px !important; padding-left: 4px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-sm-1 { padding-top: 4px !important; padding-bottom: 4px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-sm-2 { padding: 8px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-sm-2 { padding-top: 8px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-sm-2 { padding-right: 8px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-sm-2 { padding-bottom: 8px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-sm-2 { padding-left: 8px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-sm-2 { padding-right: 8px !important; padding-left: 8px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-sm-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-sm-3 { padding: 16px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-sm-3 { padding-top: 16px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-sm-3 { padding-right: 16px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-sm-3 { padding-bottom: 16px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-sm-3 { padding-left: 16px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-sm-3 { padding-right: 16px !important; padding-left: 16px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-sm-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-sm-4 { padding: 24px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-sm-4 { padding-top: 24px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-sm-4 { padding-right: 24px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-sm-4 { padding-bottom: 24px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-sm-4 { padding-left: 24px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-sm-4 { padding-right: 24px !important; padding-left: 24px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-sm-4 { padding-top: 24px !important; padding-bottom: 24px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-sm-5 { padding: 32px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-sm-5 { padding-top: 32px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-sm-5 { padding-right: 32px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-sm-5 { padding-bottom: 32px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-sm-5 { padding-left: 32px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-sm-5 { padding-right: 32px !important; padding-left: 32px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-sm-5 { padding-top: 32px !important; padding-bottom: 32px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-sm-6 { padding: 40px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-sm-6 { padding-top: 40px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-sm-6 { padding-right: 40px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-sm-6 { padding-bottom: 40px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-sm-6 { padding-left: 40px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-sm-6 { padding-right: 40px !important; padding-left: 40px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-sm-6 { padding-top: 40px !important; padding-bottom: 40px !important; } }
+@media (min-width: 768px) { /* Set a $size padding to all sides at $breakpoint */
+ .p-md-0 { padding: 0 !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-md-0 { padding-top: 0 !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-md-0 { padding-right: 0 !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-md-0 { padding-bottom: 0 !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-md-0 { padding-left: 0 !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-md-1 { padding: 4px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-md-1 { padding-top: 4px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-md-1 { padding-right: 4px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-md-1 { padding-bottom: 4px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-md-1 { padding-left: 4px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-md-1 { padding-right: 4px !important; padding-left: 4px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-md-1 { padding-top: 4px !important; padding-bottom: 4px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-md-2 { padding: 8px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-md-2 { padding-top: 8px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-md-2 { padding-right: 8px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-md-2 { padding-bottom: 8px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-md-2 { padding-left: 8px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-md-2 { padding-right: 8px !important; padding-left: 8px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-md-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-md-3 { padding: 16px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-md-3 { padding-top: 16px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-md-3 { padding-right: 16px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-md-3 { padding-bottom: 16px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-md-3 { padding-left: 16px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-md-3 { padding-right: 16px !important; padding-left: 16px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-md-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-md-4 { padding: 24px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-md-4 { padding-top: 24px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-md-4 { padding-right: 24px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-md-4 { padding-bottom: 24px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-md-4 { padding-left: 24px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-md-4 { padding-right: 24px !important; padding-left: 24px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-md-4 { padding-top: 24px !important; padding-bottom: 24px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-md-5 { padding: 32px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-md-5 { padding-top: 32px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-md-5 { padding-right: 32px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-md-5 { padding-bottom: 32px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-md-5 { padding-left: 32px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-md-5 { padding-right: 32px !important; padding-left: 32px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-md-5 { padding-top: 32px !important; padding-bottom: 32px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-md-6 { padding: 40px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-md-6 { padding-top: 40px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-md-6 { padding-right: 40px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-md-6 { padding-bottom: 40px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-md-6 { padding-left: 40px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-md-6 { padding-right: 40px !important; padding-left: 40px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-md-6 { padding-top: 40px !important; padding-bottom: 40px !important; } }
+@media (min-width: 1012px) { /* Set a $size padding to all sides at $breakpoint */
+ .p-lg-0 { padding: 0 !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-lg-0 { padding-top: 0 !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-lg-0 { padding-right: 0 !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-lg-0 { padding-bottom: 0 !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-lg-0 { padding-left: 0 !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-lg-1 { padding: 4px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-lg-1 { padding-top: 4px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-lg-1 { padding-right: 4px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-lg-1 { padding-bottom: 4px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-lg-1 { padding-left: 4px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-lg-1 { padding-right: 4px !important; padding-left: 4px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-lg-1 { padding-top: 4px !important; padding-bottom: 4px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-lg-2 { padding: 8px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-lg-2 { padding-top: 8px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-lg-2 { padding-right: 8px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-lg-2 { padding-bottom: 8px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-lg-2 { padding-left: 8px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-lg-2 { padding-right: 8px !important; padding-left: 8px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-lg-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-lg-3 { padding: 16px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-lg-3 { padding-top: 16px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-lg-3 { padding-right: 16px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-lg-3 { padding-bottom: 16px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-lg-3 { padding-left: 16px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-lg-3 { padding-right: 16px !important; padding-left: 16px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-lg-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-lg-4 { padding: 24px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-lg-4 { padding-top: 24px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-lg-4 { padding-right: 24px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-lg-4 { padding-bottom: 24px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-lg-4 { padding-left: 24px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-lg-4 { padding-right: 24px !important; padding-left: 24px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-lg-4 { padding-top: 24px !important; padding-bottom: 24px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-lg-5 { padding: 32px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-lg-5 { padding-top: 32px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-lg-5 { padding-right: 32px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-lg-5 { padding-bottom: 32px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-lg-5 { padding-left: 32px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-lg-5 { padding-right: 32px !important; padding-left: 32px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-lg-5 { padding-top: 32px !important; padding-bottom: 32px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-lg-6 { padding: 40px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-lg-6 { padding-top: 40px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-lg-6 { padding-right: 40px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-lg-6 { padding-bottom: 40px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-lg-6 { padding-left: 40px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-lg-6 { padding-right: 40px !important; padding-left: 40px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-lg-6 { padding-top: 40px !important; padding-bottom: 40px !important; } }
+@media (min-width: 1280px) { /* Set a $size padding to all sides at $breakpoint */
+ .p-xl-0 { padding: 0 !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-xl-0 { padding-top: 0 !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-xl-0 { padding-right: 0 !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-xl-0 { padding-bottom: 0 !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-xl-0 { padding-left: 0 !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-xl-1 { padding: 4px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-xl-1 { padding-top: 4px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-xl-1 { padding-right: 4px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-xl-1 { padding-bottom: 4px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-xl-1 { padding-left: 4px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-xl-1 { padding-right: 4px !important; padding-left: 4px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-xl-1 { padding-top: 4px !important; padding-bottom: 4px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-xl-2 { padding: 8px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-xl-2 { padding-top: 8px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-xl-2 { padding-right: 8px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-xl-2 { padding-bottom: 8px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-xl-2 { padding-left: 8px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-xl-2 { padding-right: 8px !important; padding-left: 8px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-xl-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-xl-3 { padding: 16px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-xl-3 { padding-top: 16px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-xl-3 { padding-right: 16px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-xl-3 { padding-bottom: 16px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-xl-3 { padding-left: 16px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-xl-3 { padding-right: 16px !important; padding-left: 16px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-xl-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-xl-4 { padding: 24px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-xl-4 { padding-top: 24px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-xl-4 { padding-right: 24px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-xl-4 { padding-bottom: 24px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-xl-4 { padding-left: 24px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-xl-4 { padding-right: 24px !important; padding-left: 24px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-xl-4 { padding-top: 24px !important; padding-bottom: 24px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-xl-5 { padding: 32px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-xl-5 { padding-top: 32px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-xl-5 { padding-right: 32px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-xl-5 { padding-bottom: 32px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-xl-5 { padding-left: 32px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-xl-5 { padding-right: 32px !important; padding-left: 32px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-xl-5 { padding-top: 32px !important; padding-bottom: 32px !important; }
+ /* Set a $size padding to all sides at $breakpoint */
+ .p-xl-6 { padding: 40px !important; }
+ /* Set a $size padding to the top at $breakpoint */
+ .pt-xl-6 { padding-top: 40px !important; }
+ /* Set a $size padding to the right at $breakpoint */
+ .pr-xl-6 { padding-right: 40px !important; }
+ /* Set a $size padding to the bottom at $breakpoint */
+ .pb-xl-6 { padding-bottom: 40px !important; }
+ /* Set a $size padding to the left at $breakpoint */
+ .pl-xl-6 { padding-left: 40px !important; }
+ /* Set a $size padding to the left & right at $breakpoint */
+ .px-xl-6 { padding-right: 40px !important; padding-left: 40px !important; }
+ /* Set a $size padding to the top & bottom at $breakpoint */
+ .py-xl-6 { padding-top: 40px !important; padding-bottom: 40px !important; } }
+.p-responsive { padding-right: 16px !important; padding-left: 16px !important; }
+@media (min-width: 544px) { .p-responsive { padding-right: 40px !important; padding-left: 40px !important; } }
+@media (min-width: 1012px) { .p-responsive { padding-right: 16px !important; padding-left: 16px !important; } }
+
+/* Set the font size to 26px */
+.h1 { font-size: 26px !important; }
+@media (min-width: 768px) { .h1 { font-size: 32px !important; } }
+
+/* Set the font size to 22px */
+.h2 { font-size: 22px !important; }
+@media (min-width: 768px) { .h2 { font-size: 24px !important; } }
+
+/* Set the font size to 18px */
+.h3 { font-size: 18px !important; }
+@media (min-width: 768px) { .h3 { font-size: 20px !important; } }
+
+/* Set the font size to 16px */
+.h4 { font-size: 16px !important; }
+
+/* Set the font size to 14px */
+.h5 { font-size: 14px !important; }
+
+/* Set the font size to 12px */
+.h6 { font-size: 12px !important; }
+
+.h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 600 !important; }
+
+/* Set the font size to 26px */
+.f1 { font-size: 26px !important; }
+@media (min-width: 768px) { .f1 { font-size: 32px !important; } }
+
+/* Set the font size to 22px */
+.f2 { font-size: 22px !important; }
+@media (min-width: 768px) { .f2 { font-size: 24px !important; } }
+
+/* Set the font size to 18px */
+.f3 { font-size: 18px !important; }
+@media (min-width: 768px) { .f3 { font-size: 20px !important; } }
+
+/* Set the font size to 16px */
+.f4 { font-size: 16px !important; }
+@media (min-width: 768px) { .f4 { font-size: 16px !important; } }
+
+/* Set the font size to 14px */
+.f5 { font-size: 14px !important; }
+
+/* Set the font size to 12px */
+.f6 { font-size: 12px !important; }
+
+/* Set the font size to 40px and weight to light */
+.f00-light { font-size: 40px !important; font-weight: 300 !important; }
+@media (min-width: 768px) { .f00-light { font-size: 48px !important; } }
+
+/* Set the font size to 32px and weight to light */
+.f0-light { font-size: 32px !important; font-weight: 300 !important; }
+@media (min-width: 768px) { .f0-light { font-size: 40px !important; } }
+
+/* Set the font size to 26px and weight to light */
+.f1-light { font-size: 26px !important; font-weight: 300 !important; }
+@media (min-width: 768px) { .f1-light { font-size: 32px !important; } }
+
+/* Set the font size to 22px and weight to light */
+.f2-light { font-size: 22px !important; font-weight: 300 !important; }
+@media (min-width: 768px) { .f2-light { font-size: 24px !important; } }
+
+/* Set the font size to 18px and weight to light */
+.f3-light { font-size: 18px !important; font-weight: 300 !important; }
+@media (min-width: 768px) { .f3-light { font-size: 20px !important; } }
+
+/* Set the font size to ${#h6-size} */
+.text-small { font-size: 12px !important; }
+
+/* Large leading paragraphs */
+.lead { margin-bottom: 30px; font-size: 20px; font-weight: 300; color: #586069; }
+
+/* Set the line height to ultra condensed */
+.lh-condensed-ultra { line-height: 1 !important; }
+
+/* Set the line height to condensed */
+.lh-condensed { line-height: 1.25 !important; }
+
+/* Set the line height to default */
+.lh-default { line-height: 1.5 !important; }
+
+/* Set the line height to zero */
+.lh-0 { line-height: 0 !important; }
+
+/* Text align to the right */
+.text-right { text-align: right !important; }
+
+/* Text align to the left */
+.text-left { text-align: left !important; }
+
+/* Text align to the center */
+.text-center { text-align: center !important; }
+
+@media (min-width: 544px) { /* Text align to the right */
+ .text-sm-right { text-align: right !important; }
+ /* Text align to the left */
+ .text-sm-left { text-align: left !important; }
+ /* Text align to the center */
+ .text-sm-center { text-align: center !important; } }
+@media (min-width: 768px) { /* Text align to the right */
+ .text-md-right { text-align: right !important; }
+ /* Text align to the left */
+ .text-md-left { text-align: left !important; }
+ /* Text align to the center */
+ .text-md-center { text-align: center !important; } }
+@media (min-width: 1012px) { /* Text align to the right */
+ .text-lg-right { text-align: right !important; }
+ /* Text align to the left */
+ .text-lg-left { text-align: left !important; }
+ /* Text align to the center */
+ .text-lg-center { text-align: center !important; } }
+@media (min-width: 1280px) { /* Text align to the right */
+ .text-xl-right { text-align: right !important; }
+ /* Text align to the left */
+ .text-xl-left { text-align: left !important; }
+ /* Text align to the center */
+ .text-xl-center { text-align: center !important; } }
+/* Set the font weight to normal */
+.text-normal { font-weight: 400 !important; }
+
+/* Set the font weight to bold */
+.text-bold { font-weight: 600 !important; }
+
+/* Set the font to italic */
+.text-italic { font-style: italic !important; }
+
+/* Make text uppercase */
+.text-uppercase { text-transform: uppercase !important; }
+
+/* Underline text */
+.text-underline { text-decoration: underline !important; }
+
+/* Don't underline text */
+.no-underline { text-decoration: none !important; }
+
+/* Don't wrap white space */
+.no-wrap { white-space: nowrap !important; }
+
+/* Normal white space */
+.ws-normal { white-space: normal !important; }
+
+/* Allow long lines with no spaces to line break */
+.wb-break-all { word-break: break-all !important; }
+
+.text-emphasized { font-weight: 600; color: #24292e; }
+
+.list-style-none { list-style: none !important; }
+
+/* Add a dark text shadow */
+.text-shadow-dark { text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75); }
+
+/* Add a light text shadow */
+.text-shadow-light { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
+
+/* Set to monospace font */
+.text-mono { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; }
+
+/* Disallow user from selecting text */
+.user-select-none { user-select: none !important; }
+
+.d-block { display: block !important; }
+
+.d-flex { display: flex !important; }
+
+.d-inline { display: inline !important; }
+
+.d-inline-block { display: inline-block !important; }
+
+.d-inline-flex { display: inline-flex !important; }
+
+.d-none { display: none !important; }
+
+.d-table { display: table !important; }
+
+.d-table-cell { display: table-cell !important; }
+
+@media (min-width: 544px) { .d-sm-block { display: block !important; }
+ .d-sm-flex { display: flex !important; }
+ .d-sm-inline { display: inline !important; }
+ .d-sm-inline-block { display: inline-block !important; }
+ .d-sm-inline-flex { display: inline-flex !important; }
+ .d-sm-none { display: none !important; }
+ .d-sm-table { display: table !important; }
+ .d-sm-table-cell { display: table-cell !important; } }
+@media (min-width: 768px) { .d-md-block { display: block !important; }
+ .d-md-flex { display: flex !important; }
+ .d-md-inline { display: inline !important; }
+ .d-md-inline-block { display: inline-block !important; }
+ .d-md-inline-flex { display: inline-flex !important; }
+ .d-md-none { display: none !important; }
+ .d-md-table { display: table !important; }
+ .d-md-table-cell { display: table-cell !important; } }
+@media (min-width: 1012px) { .d-lg-block { display: block !important; }
+ .d-lg-flex { display: flex !important; }
+ .d-lg-inline { display: inline !important; }
+ .d-lg-inline-block { display: inline-block !important; }
+ .d-lg-inline-flex { display: inline-flex !important; }
+ .d-lg-none { display: none !important; }
+ .d-lg-table { display: table !important; }
+ .d-lg-table-cell { display: table-cell !important; } }
+@media (min-width: 1280px) { .d-xl-block { display: block !important; }
+ .d-xl-flex { display: flex !important; }
+ .d-xl-inline { display: inline !important; }
+ .d-xl-inline-block { display: inline-block !important; }
+ .d-xl-inline-flex { display: inline-flex !important; }
+ .d-xl-none { display: none !important; }
+ .d-xl-table { display: table !important; }
+ .d-xl-table-cell { display: table-cell !important; } }
+.v-hidden { visibility: hidden !important; }
+
+.v-visible { visibility: visible !important; }
+
+@media (max-width: 544px) { .hide-sm { display: none !important; } }
+@media (min-width: 544px) and (max-width: 768px) { .hide-md { display: none !important; } }
+@media (min-width: 768px) and (max-width: 1012px) { .hide-lg { display: none !important; } }
+@media (min-width: 1012px) { .hide-xl { display: none !important; } }
+/* Set the table-layout to fixed */
+.table-fixed { table-layout: fixed !important; }
+
+.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); word-wrap: normal; border: 0; }
+
+.show-on-focus { position: absolute; width: 1px; height: 1px; margin: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
+.show-on-focus:focus { z-index: 20; width: auto; height: auto; clip: auto; }
+
+.container { width: 980px; margin-right: auto; margin-left: auto; }
+.container::before { display: table; content: ""; }
+.container::after { display: table; clear: both; content: ""; }
+
+.container-md { max-width: 768px; margin-right: auto; margin-left: auto; }
+
+.container-lg { max-width: 1012px; margin-right: auto; margin-left: auto; }
+
+.container-xl { max-width: 1280px; margin-right: auto; margin-left: auto; }
+
+.columns { margin-right: -10px; margin-left: -10px; }
+.columns::before { display: table; content: ""; }
+.columns::after { display: table; clear: both; content: ""; }
+
+.column { float: left; padding-right: 10px; padding-left: 10px; }
+
+.one-third { width: 33.333333%; }
+
+.two-thirds { width: 66.666667%; }
+
+.one-fourth { width: 25%; }
+
+.one-half { width: 50%; }
+
+.three-fourths { width: 75%; }
+
+.one-fifth { width: 20%; }
+
+.four-fifths { width: 80%; }
+
+.centered { display: block; float: none; margin-right: auto; margin-left: auto; }
+
+.col-1 { width: 8.3333333333%; }
+
+.col-2 { width: 16.6666666667%; }
+
+.col-3 { width: 25%; }
+
+.col-4 { width: 33.3333333333%; }
+
+.col-5 { width: 41.6666666667%; }
+
+.col-6 { width: 50%; }
+
+.col-7 { width: 58.3333333333%; }
+
+.col-8 { width: 66.6666666667%; }
+
+.col-9 { width: 75%; }
+
+.col-10 { width: 83.3333333333%; }
+
+.col-11 { width: 91.6666666667%; }
+
+.col-12 { width: 100%; }
+
+@media (min-width: 544px) { .col-sm-1 { width: 8.3333333333%; }
+ .col-sm-2 { width: 16.6666666667%; }
+ .col-sm-3 { width: 25%; }
+ .col-sm-4 { width: 33.3333333333%; }
+ .col-sm-5 { width: 41.6666666667%; }
+ .col-sm-6 { width: 50%; }
+ .col-sm-7 { width: 58.3333333333%; }
+ .col-sm-8 { width: 66.6666666667%; }
+ .col-sm-9 { width: 75%; }
+ .col-sm-10 { width: 83.3333333333%; }
+ .col-sm-11 { width: 91.6666666667%; }
+ .col-sm-12 { width: 100%; } }
+@media (min-width: 768px) { .col-md-1 { width: 8.3333333333%; }
+ .col-md-2 { width: 16.6666666667%; }
+ .col-md-3 { width: 25%; }
+ .col-md-4 { width: 33.3333333333%; }
+ .col-md-5 { width: 41.6666666667%; }
+ .col-md-6 { width: 50%; }
+ .col-md-7 { width: 58.3333333333%; }
+ .col-md-8 { width: 66.6666666667%; }
+ .col-md-9 { width: 75%; }
+ .col-md-10 { width: 83.3333333333%; }
+ .col-md-11 { width: 91.6666666667%; }
+ .col-md-12 { width: 100%; } }
+@media (min-width: 1012px) { .col-lg-1 { width: 8.3333333333%; }
+ .col-lg-2 { width: 16.6666666667%; }
+ .col-lg-3 { width: 25%; }
+ .col-lg-4 { width: 33.3333333333%; }
+ .col-lg-5 { width: 41.6666666667%; }
+ .col-lg-6 { width: 50%; }
+ .col-lg-7 { width: 58.3333333333%; }
+ .col-lg-8 { width: 66.6666666667%; }
+ .col-lg-9 { width: 75%; }
+ .col-lg-10 { width: 83.3333333333%; }
+ .col-lg-11 { width: 91.6666666667%; }
+ .col-lg-12 { width: 100%; } }
+@media (min-width: 1280px) { .col-xl-1 { width: 8.3333333333%; }
+ .col-xl-2 { width: 16.6666666667%; }
+ .col-xl-3 { width: 25%; }
+ .col-xl-4 { width: 33.3333333333%; }
+ .col-xl-5 { width: 41.6666666667%; }
+ .col-xl-6 { width: 50%; }
+ .col-xl-7 { width: 58.3333333333%; }
+ .col-xl-8 { width: 66.6666666667%; }
+ .col-xl-9 { width: 75%; }
+ .col-xl-10 { width: 83.3333333333%; }
+ .col-xl-11 { width: 91.6666666667%; }
+ .col-xl-12 { width: 100%; } }
+.gutter { margin-right: -16px; margin-left: -16px; }
+.gutter > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; }
+
+.gutter-condensed { margin-right: -8px; margin-left: -8px; }
+.gutter-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; }
+
+.gutter-spacious { margin-right: -24px; margin-left: -24px; }
+.gutter-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; }
+
+@media (min-width: 544px) { .gutter-sm { margin-right: -16px; margin-left: -16px; }
+ .gutter-sm > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; }
+ .gutter-sm-condensed { margin-right: -8px; margin-left: -8px; }
+ .gutter-sm-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; }
+ .gutter-sm-spacious { margin-right: -24px; margin-left: -24px; }
+ .gutter-sm-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } }
+@media (min-width: 768px) { .gutter-md { margin-right: -16px; margin-left: -16px; }
+ .gutter-md > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; }
+ .gutter-md-condensed { margin-right: -8px; margin-left: -8px; }
+ .gutter-md-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; }
+ .gutter-md-spacious { margin-right: -24px; margin-left: -24px; }
+ .gutter-md-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } }
+@media (min-width: 1012px) { .gutter-lg { margin-right: -16px; margin-left: -16px; }
+ .gutter-lg > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; }
+ .gutter-lg-condensed { margin-right: -8px; margin-left: -8px; }
+ .gutter-lg-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; }
+ .gutter-lg-spacious { margin-right: -24px; margin-left: -24px; }
+ .gutter-lg-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } }
+@media (min-width: 1280px) { .gutter-xl { margin-right: -16px; margin-left: -16px; }
+ .gutter-xl > [class*="col-"] { padding-right: 16px !important; padding-left: 16px !important; }
+ .gutter-xl-condensed { margin-right: -8px; margin-left: -8px; }
+ .gutter-xl-condensed > [class*="col-"] { padding-right: 8px !important; padding-left: 8px !important; }
+ .gutter-xl-spacious { margin-right: -24px; margin-left: -24px; }
+ .gutter-xl-spacious > [class*="col-"] { padding-right: 24px !important; padding-left: 24px !important; } }
+.offset-1 { margin-left: 8.3333333333% !important; }
+
+.offset-2 { margin-left: 16.6666666667% !important; }
+
+.offset-3 { margin-left: 25% !important; }
+
+.offset-4 { margin-left: 33.3333333333% !important; }
+
+.offset-5 { margin-left: 41.6666666667% !important; }
+
+.offset-6 { margin-left: 50% !important; }
+
+.offset-7 { margin-left: 58.3333333333% !important; }
+
+.offset-8 { margin-left: 66.6666666667% !important; }
+
+.offset-9 { margin-left: 75% !important; }
+
+.offset-10 { margin-left: 83.3333333333% !important; }
+
+.offset-11 { margin-left: 91.6666666667% !important; }
+
+@media (min-width: 544px) { .offset-sm-1 { margin-left: 8.3333333333% !important; }
+ .offset-sm-2 { margin-left: 16.6666666667% !important; }
+ .offset-sm-3 { margin-left: 25% !important; }
+ .offset-sm-4 { margin-left: 33.3333333333% !important; }
+ .offset-sm-5 { margin-left: 41.6666666667% !important; }
+ .offset-sm-6 { margin-left: 50% !important; }
+ .offset-sm-7 { margin-left: 58.3333333333% !important; }
+ .offset-sm-8 { margin-left: 66.6666666667% !important; }
+ .offset-sm-9 { margin-left: 75% !important; }
+ .offset-sm-10 { margin-left: 83.3333333333% !important; }
+ .offset-sm-11 { margin-left: 91.6666666667% !important; } }
+@media (min-width: 768px) { .offset-md-1 { margin-left: 8.3333333333% !important; }
+ .offset-md-2 { margin-left: 16.6666666667% !important; }
+ .offset-md-3 { margin-left: 25% !important; }
+ .offset-md-4 { margin-left: 33.3333333333% !important; }
+ .offset-md-5 { margin-left: 41.6666666667% !important; }
+ .offset-md-6 { margin-left: 50% !important; }
+ .offset-md-7 { margin-left: 58.3333333333% !important; }
+ .offset-md-8 { margin-left: 66.6666666667% !important; }
+ .offset-md-9 { margin-left: 75% !important; }
+ .offset-md-10 { margin-left: 83.3333333333% !important; }
+ .offset-md-11 { margin-left: 91.6666666667% !important; } }
+@media (min-width: 1012px) { .offset-lg-1 { margin-left: 8.3333333333% !important; }
+ .offset-lg-2 { margin-left: 16.6666666667% !important; }
+ .offset-lg-3 { margin-left: 25% !important; }
+ .offset-lg-4 { margin-left: 33.3333333333% !important; }
+ .offset-lg-5 { margin-left: 41.6666666667% !important; }
+ .offset-lg-6 { margin-left: 50% !important; }
+ .offset-lg-7 { margin-left: 58.3333333333% !important; }
+ .offset-lg-8 { margin-left: 66.6666666667% !important; }
+ .offset-lg-9 { margin-left: 75% !important; }
+ .offset-lg-10 { margin-left: 83.3333333333% !important; }
+ .offset-lg-11 { margin-left: 91.6666666667% !important; } }
+@media (min-width: 1280px) { .offset-xl-1 { margin-left: 8.3333333333% !important; }
+ .offset-xl-2 { margin-left: 16.6666666667% !important; }
+ .offset-xl-3 { margin-left: 25% !important; }
+ .offset-xl-4 { margin-left: 33.3333333333% !important; }
+ .offset-xl-5 { margin-left: 41.6666666667% !important; }
+ .offset-xl-6 { margin-left: 50% !important; }
+ .offset-xl-7 { margin-left: 58.3333333333% !important; }
+ .offset-xl-8 { margin-left: 66.6666666667% !important; }
+ .offset-xl-9 { margin-left: 75% !important; }
+ .offset-xl-10 { margin-left: 83.3333333333% !important; }
+ .offset-xl-11 { margin-left: 91.6666666667% !important; } }
+.markdown-body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px; line-height: 1.5; word-wrap: break-word; }
+.markdown-body::before { display: table; content: ""; }
+.markdown-body::after { display: table; clear: both; content: ""; }
+.markdown-body > *:first-child { margin-top: 0 !important; }
+.markdown-body > *:last-child { margin-bottom: 0 !important; }
+.markdown-body a:not([href]) { color: inherit; text-decoration: none; }
+.markdown-body .absent { color: #cb2431; }
+.markdown-body .anchor { float: left; padding-right: 4px; margin-left: -20px; line-height: 1; }
+.markdown-body .anchor:focus { outline: none; }
+.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre { margin-top: 0; margin-bottom: 16px; }
+.markdown-body hr { height: 0.25em; padding: 0; margin: 24px 0; background-color: #e1e4e8; border: 0; }
+.markdown-body blockquote { padding: 0 1em; color: #6a737d; border-left: 0.25em solid #dfe2e5; }
+.markdown-body blockquote > :first-child { margin-top: 0; }
+.markdown-body blockquote > :last-child { margin-bottom: 0; }
+.markdown-body kbd { display: inline-block; padding: 3px 5px; font-size: 11px; line-height: 10px; color: #444d56; vertical-align: middle; background-color: #fafbfc; border: solid 1px #c6cbd1; border-bottom-color: #959da5; border-radius: 3px; box-shadow: inset 0 -1px 0 #959da5; }
+
+.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 { margin-top: 24px; margin-bottom: 16px; font-weight: 600; line-height: 1.25; }
+.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link { color: #1b1f23; vertical-align: middle; visibility: hidden; }
+.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor { text-decoration: none; }
+.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link { visibility: visible; }
+.markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code { font-size: inherit; }
+.markdown-body h1 { padding-bottom: 0.3em; font-size: 2em; border-bottom: 1px solid #eaecef; }
+.markdown-body h2 { padding-bottom: 0.3em; font-size: 1.5em; border-bottom: 1px solid #eaecef; }
+.markdown-body h3 { font-size: 1.25em; }
+.markdown-body h4 { font-size: 1em; }
+.markdown-body h5 { font-size: 0.875em; }
+.markdown-body h6 { font-size: 0.85em; color: #6a737d; }
+
+.markdown-body ul, .markdown-body ol { padding-left: 2em; }
+.markdown-body ul.no-list, .markdown-body ol.no-list { padding: 0; list-style-type: none; }
+.markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul { margin-top: 0; margin-bottom: 0; }
+.markdown-body li { word-wrap: break-all; }
+.markdown-body li > p { margin-top: 16px; }
+.markdown-body li + li { margin-top: 0.25em; }
+.markdown-body dl { padding: 0; }
+.markdown-body dl dt { padding: 0; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: 600; }
+.markdown-body dl dd { padding: 0 16px; margin-bottom: 16px; }
+
+.markdown-body table { display: block; width: 100%; overflow: auto; }
+.markdown-body table th { font-weight: 600; }
+.markdown-body table th, .markdown-body table td { padding: 6px 13px; border: 1px solid #dfe2e5; }
+.markdown-body table tr { background-color: #fff; border-top: 1px solid #c6cbd1; }
+.markdown-body table tr:nth-child(2n) { background-color: #f6f8fa; }
+.markdown-body table img { background-color: transparent; }
+
+.markdown-body img { max-width: 100%; box-sizing: content-box; background-color: #fff; }
+.markdown-body img[align=right] { padding-left: 20px; }
+.markdown-body img[align=left] { padding-right: 20px; }
+.markdown-body .emoji { max-width: none; vertical-align: text-top; background-color: transparent; }
+.markdown-body span.frame { display: block; overflow: hidden; }
+.markdown-body span.frame > span { display: block; float: left; width: auto; padding: 7px; margin: 13px 0 0; overflow: hidden; border: 1px solid #dfe2e5; }
+.markdown-body span.frame span img { display: block; float: left; }
+.markdown-body span.frame span span { display: block; padding: 5px 0 0; clear: both; color: #24292e; }
+.markdown-body span.align-center { display: block; overflow: hidden; clear: both; }
+.markdown-body span.align-center > span { display: block; margin: 13px auto 0; overflow: hidden; text-align: center; }
+.markdown-body span.align-center span img { margin: 0 auto; text-align: center; }
+.markdown-body span.align-right { display: block; overflow: hidden; clear: both; }
+.markdown-body span.align-right > span { display: block; margin: 13px 0 0; overflow: hidden; text-align: right; }
+.markdown-body span.align-right span img { margin: 0; text-align: right; }
+.markdown-body span.float-left { display: block; float: left; margin-right: 13px; overflow: hidden; }
+.markdown-body span.float-left span { margin: 13px 0 0; }
+.markdown-body span.float-right { display: block; float: right; margin-left: 13px; overflow: hidden; }
+.markdown-body span.float-right > span { display: block; margin: 13px auto 0; overflow: hidden; text-align: right; }
+
+.markdown-body code, .markdown-body tt { padding: 0.2em 0.4em; margin: 0; font-size: 85%; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px; }
+.markdown-body code br, .markdown-body tt br { display: none; }
+.markdown-body del code { text-decoration: inherit; }
+.markdown-body pre { word-wrap: normal; }
+.markdown-body pre > code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0; }
+.markdown-body .highlight { margin-bottom: 16px; }
+.markdown-body .highlight pre { margin-bottom: 0; word-break: normal; }
+.markdown-body .highlight pre, .markdown-body pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f6f8fa; border-radius: 3px; }
+.markdown-body pre code, .markdown-body pre tt { display: inline; max-width: auto; padding: 0; margin: 0; overflow: visible; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0; }
+
+.markdown-body .csv-data td, .markdown-body .csv-data th { padding: 5px; overflow: hidden; font-size: 12px; line-height: 1; text-align: left; white-space: nowrap; }
+.markdown-body .csv-data .blob-num { padding: 10px 8px 9px; text-align: right; background: #fff; border: 0; }
+.markdown-body .csv-data tr { border-top: 0; }
+.markdown-body .csv-data th { font-weight: 600; background: #f6f8fa; border-top: 0; }
+
+.highlight table td { padding: 5px; }
+
+.highlight table pre { margin: 0; }
+
+.highlight .cm { color: #999988; font-style: italic; }
+
+.highlight .cp { color: #999999; font-weight: bold; }
+
+.highlight .c1 { color: #999988; font-style: italic; }
+
+.highlight .cs { color: #999999; font-weight: bold; font-style: italic; }
+
+.highlight .c, .highlight .cd { color: #999988; font-style: italic; }
+
+.highlight .err { color: #a61717; background-color: #e3d2d2; }
+
+.highlight .gd { color: #000000; background-color: #ffdddd; }
+
+.highlight .ge { color: #000000; font-style: italic; }
+
+.highlight .gr { color: #aa0000; }
+
+.highlight .gh { color: #999999; }
+
+.highlight .gi { color: #000000; background-color: #ddffdd; }
+
+.highlight .go { color: #888888; }
+
+.highlight .gp { color: #555555; }
+
+.highlight .gs { font-weight: bold; }
+
+.highlight .gu { color: #aaaaaa; }
+
+.highlight .gt { color: #aa0000; }
+
+.highlight .kc { color: #000000; font-weight: bold; }
+
+.highlight .kd { color: #000000; font-weight: bold; }
+
+.highlight .kn { color: #000000; font-weight: bold; }
+
+.highlight .kp { color: #000000; font-weight: bold; }
+
+.highlight .kr { color: #000000; font-weight: bold; }
+
+.highlight .kt { color: #445588; font-weight: bold; }
+
+.highlight .k, .highlight .kv { color: #000000; font-weight: bold; }
+
+.highlight .mf { color: #009999; }
+
+.highlight .mh { color: #009999; }
+
+.highlight .il { color: #009999; }
+
+.highlight .mi { color: #009999; }
+
+.highlight .mo { color: #009999; }
+
+.highlight .m, .highlight .mb, .highlight .mx { color: #009999; }
+
+.highlight .sb { color: #d14; }
+
+.highlight .sc { color: #d14; }
+
+.highlight .sd { color: #d14; }
+
+.highlight .s2 { color: #d14; }
+
+.highlight .se { color: #d14; }
+
+.highlight .sh { color: #d14; }
+
+.highlight .si { color: #d14; }
+
+.highlight .sx { color: #d14; }
+
+.highlight .sr { color: #009926; }
+
+.highlight .s1 { color: #d14; }
+
+.highlight .ss { color: #990073; }
+
+.highlight .s { color: #d14; }
+
+.highlight .na { color: #008080; }
+
+.highlight .bp { color: #999999; }
+
+.highlight .nb { color: #0086B3; }
+
+.highlight .nc { color: #445588; font-weight: bold; }
+
+.highlight .no { color: #008080; }
+
+.highlight .nd { color: #3c5d5d; font-weight: bold; }
+
+.highlight .ni { color: #800080; }
+
+.highlight .ne { color: #990000; font-weight: bold; }
+
+.highlight .nf { color: #990000; font-weight: bold; }
+
+.highlight .nl { color: #990000; font-weight: bold; }
+
+.highlight .nn { color: #555555; }
+
+.highlight .nt { color: #000080; }
+
+.highlight .vc { color: #008080; }
+
+.highlight .vg { color: #008080; }
+
+.highlight .vi { color: #008080; }
+
+.highlight .nv { color: #008080; }
+
+.highlight .ow { color: #000000; font-weight: bold; }
+
+.highlight .o { color: #000000; font-weight: bold; }
+
+.highlight .w { color: #bbbbbb; }
+
+.highlight { background-color: #f8f8f8; }
diff --git a/assets/favicons/browserconfig.xml b/assets/favicons/browserconfig.xml
index 2cc1499318..7e7153aede 100644
--- a/assets/favicons/browserconfig.xml
+++ b/assets/favicons/browserconfig.xml
@@ -1,15 +1,10 @@
----
-layout: compress
-
-# A part of the Favicons
----
-
-
-
+
+
+
#ffffff
diff --git a/assets/favicons/manifest.json b/assets/favicons/manifest.json
index 9eddf1aa4c..f0fd933211 100644
--- a/assets/favicons/manifest.json
+++ b/assets/favicons/manifest.json
@@ -1,53 +1,47 @@
----
-layout: compress
-#
-# A part of the Favicons
----
-{% assign icon_url = "/assets/img/favicons" | relative_url %}
{
- "name": "{{ site.title }}",
- "short_name": "{{ site.title }}",
- "description": "{{ site.description }}",
+ "name": "Hoo.C.lon's blog",
+ "short_name": "Hoo.C.lon's blog",
+ "description": "记录生活,感悟心声。",
"icons": [
{
- "src": "{{ icon_url }}/android-icon-36x36.png",
+ "src": "/assets/img/favicons/android-icon-36x36.png",
"sizes": "36x36",
"type": "image/png",
"density": "0.75"
},
{
- "src": "{{ icon_url }}/android-icon-48x48.png",
+ "src": "/assets/img/favicons/android-icon-48x48.png",
"sizes": "48x48",
"type": "image/png",
"density": "1.0"
},
{
- "src": "{{ icon_url }}/android-icon-72x72.png",
+ "src": "/assets/img/favicons/android-icon-72x72.png",
"sizes": "72x72",
"type": "image/png",
"density": "1.5"
},
{
- "src": "{{ icon_url }}/android-icon-96x96.png",
+ "src": "/assets/img/favicons/android-icon-96x96.png",
"sizes": "96x96",
"type": "image/png",
"density": "2.0"
},
{
- "src": "{{ icon_url }}/android-icon-144x144.png",
+ "src": "/assets/img/favicons/android-icon-144x144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
},
{
- "src": "{{ icon_url }}/android-icon-192x192.png",
+ "src": "/assets/img/favicons/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"density": "4.0"
}],
- "start_url": "{{ '/index.html' | relative_url }}",
+ "start_url": "/index.html",
"display": "fullscreen",
"theme_color": "#2a1e6b",
"background_color": "white"
diff --git a/assets/lib/fancybox/.gitattributes b/assets/lib/fancybox/.gitattributes
deleted file mode 100644
index f6bb280a0b..0000000000
--- a/assets/lib/fancybox/.gitattributes
+++ /dev/null
@@ -1,7 +0,0 @@
-# Auto detect text files and perform LF normalization
-* text=auto
-
-# Denote all files that are truly binary and should not be modified.
-*.png binary
-*.jpg binary
-*.gif binary
\ No newline at end of file
diff --git a/assets/lib/fastclick/index.html b/assets/lib/fastclick/index.html
new file mode 100644
index 0000000000..ae4784fd07
--- /dev/null
+++ b/assets/lib/fastclick/index.html
@@ -0,0 +1,1175 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FastClick # | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/assets/lib/font-awesome/.gitignore b/assets/lib/font-awesome/.gitignore
deleted file mode 100644
index 39c4f20b70..0000000000
--- a/assets/lib/font-awesome/.gitignore
+++ /dev/null
@@ -1,33 +0,0 @@
-*.pyc
-*.egg-info
-*.db
-*.db.old
-*.swp
-*.db-journal
-
-.coverage
-.DS_Store
-.installed.cfg
-_gh_pages/*
-
-.idea/*
-.svn/*
-src/website/static/*
-src/website/media/*
-
-bin
-cfcache
-develop-eggs
-dist
-downloads
-eggs
-parts
-tmp
-.sass-cache
-node_modules
-
-src/website/settingslocal.py
-stunnel.log
-
-.ruby-version
-.bundle
diff --git a/assets/lib/jquery_lazyload/index.html b/assets/lib/jquery_lazyload/index.html
new file mode 100644
index 0000000000..9344db205f
--- /dev/null
+++ b/assets/lib/jquery_lazyload/index.html
@@ -0,0 +1,1078 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Lazy Load Plugin for jQuery | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/atom.xml b/atom.xml
new file mode 100644
index 0000000000..de493e82c8
--- /dev/null
+++ b/atom.xml
@@ -0,0 +1,94 @@
+Jekyll 2024-09-23T12:08:46+00:00 /atom.xml Hoo.C.lon’s blog 记录生活,感悟心声。 Hoochanlon 关于夜晚的浦东机场所见所闻 2024-09-23T11:44:04+00:00 2024-09-23T11:44:04+00:00 /2024/09-23/%E5%85%B3%E4%BA%8E%E5%A4%9C%E6%99%9A%E7%9A%84%E6%B5%A6%E4%B8%9C%E6%9C%BA%E5%9C%BA%E6%89%80%E8%A7%81%E6%89%80%E9%97%BB. 早晨六点的飞机是平日票价的一半,加上额外的燃油与随耗费的一百块钱,也算不上多便宜。如果行李多,超过20寸以上的箱子,都要走托运很是麻烦,凌晨四点半,排队的人很多。大概用了一个多来小时左右,然后就是安检了四十多来分钟,航站又离得远,至少 1.5 公里以上,提前 20 分钟是不能进飞机的,差点没赶上,很不舒服。
+
+机场候车厅的出口也有直接去打车的出口,可以出去后再进来的,方便晚上住宿再过来。 夜里打地铺睡的人不少,和建筑工人躺在地下通道、马路桥下入睡的场景差不多。夜里有旅馆拉客的,遇到一位拉客的妇人能说各地的方言,见谁都自称老乡,搭不上边也能强行祖籍关联,同一间房对不同的人开出的入住酒店价格也是不同。
+
+拉客的旅馆通常比网上订的酒店贵上一百来块钱不等,不同拉客的都互相认识,过来接旅客的专车也是同一辆、同一人,至于我发现这事就是,选了更便宜的,坐专车发现拉客电话联系的都是田某,然后坐上车两个拉客见到我后互相吵了起来。一但你上车没住其中一个拉客提供的酒店,他们就展现出同新闻上的黑导游如世仇般的嘴脸及咒毒言语,气氛尴尬的同时,又让人十分恶心。
+
+从酒店送过来是与酒店合作的班点大巴车,六点二十的飞机基本上要三点半起床等大巴车,大巴车会途径六七家以上的合作酒店,四十多来分钟到机场航站楼吧,加上前面说过的托运与安检,实际上六点二十的航班是挺赶的,如果我四点起床等车就早错过了航班只能改签了。
]]> hoochanlon 再转职的处境 2024-08-04T11:33:53+00:00 2024-08-04T11:33:53+00:00 /2024/08-04/%E5%86%8D%E8%BD%AC%E8%81%8C%E7%9A%84%E5%A4%84%E5%A2%83 27~28 转行,和 30+ 以上求职的人差不多,经验有但不深,经验年限太水了,年龄也大了,可能工资还要高了,人家其实也不要。
+
+HCIP是面试入场券,那么现在的面试就是原理加实操了,这几月天气实在太热,脑袋有些短路,不能长时间学习,可如今也只能硬着头皮背长文原理,临摹书本拓扑,照抄命令配置了。
+
+两个月以后还没找到工作,先临时将就着了,继续考证从长计议了。
+
+
+可不可以选一个你最有成就感的项目,然后你能详细的讲一下在这个项目中,你接到的任务是什么,你是如何拆解这个任务的,许花以及最后你为你的团队带来怎样的收益?
+
+目的:对简历内容的一个检验,也是对候选人表达能力和归纳能力的一个考验:任务→如何拆解→收益。
+
+面试者一总结:任务梳理、对接,调研,方案执行。
+面试者二总结:创意策划、活动落地,资源协调。
+面试者三总结:业务状况分析,定位盲区,业务拓荒,活动执行
+
+收获成长复用
+
+面试者一:沟通协作、学习能力、数据分析
+面试者二:自我反问,数据能力
+面试者三:视角&站位、全局观
+
+如何决策选谁不选谁以及如何沟通:判断优先级、创作者与项自适配度、对齐筛选结果。
+
+相关方面的不足,需要军令状:没有承诺,没有收益,没有惩罚,是不行的。
]]> hoochanlon 我对 GitHub 的看法 2024-07-28T12:06:12+00:00 2024-07-28T12:06:12+00:00 /2024/07-28/%E6%88%91%E5%AF%B9%20GitHub%20%E7%9A%84%E7%9C%8B%E6%B3%95 我对 GitHub 的看法:一个写日记的地方,就和有些人爱发朋友圈、小红书、QQ空间差不多。 但早几年用过VPN定位到俄罗斯,GitHub也被封过几天,搞得我 GitHub 都实名双持身份证照证明了一回我是中国人…我对 GitHub 也不是太信任了,不过至少还是能想说啥说啥,自说自话吧。
+
+
+
+早几年刷到过无聊的帖子,类似有 1k 项目是什么感受什么的,那时候的 Star 有比较高的含金量,对我来说跟祛魅差不多,GitHub Star并未对我带来半分改变,还不是一样的作为底层牛马上班,常常受人颐指气使,做的不好该挨骂,还不是得挨骂。
+
+去年电话面试启明星辰网络、iDC方向的运维工程师,面我的是一位女负责人,当时确实让我惊讶了片刻,她说看过我的 GitHub,并认可我的一些有关网络、脚本的项目,建议我去面安服。最终结果自然也是没面试上,我的这些项目几乎对我找工作没什么帮助,顶多算是聊胜于无的加分项,在 GitHub 投入了这么多精力,简直可笑。 —— 有这些精力,涨些学历、考个专业资格证、又或是早几年考公,都比投入 GitHub 值得多。
+
+像什么看了 GitHub,对你感兴趣,发出远程办公邀请的邮件,对我来说简直扯淡。要么实际面试后对方看不上,要么作为免费的苦力。对于这个 issue#882 其中的这一条信息:”现实中一千star的都能直接甩面试官脸上砸他了,我是想不通 是不是你所在城市岗位太少 多的不说 找个3w的很轻松吧 哪怕是没学历”。对我来说这简直是蠢话。记得朋友给我发过一张是知乎评论的一张截图,不少人也和这言论差不多,想当然的断言。真是无聊至极。说句难听的,我的 GitHub 资历,比起找到合适的工作来说,简直就是狗屁。
+
+忽然由此产生的感受:一开始 GitHub 是乐趣兴趣,当附带了找工作加成的属性,对我来说就是厌烦了。想到以前媒体老是喜欢在计算机行业“造神”,宣传类似林纳斯·托马斯的事迹,可大部分都是普通人,也没那样的条件,还真是“认真你就输了”,真信了、入戏太深了,付出精力产出的成果,连照亮别人的蜡烛都算不上,顶多也成了餐馆里的便利一次性筷子。更多的是没有成果,埋头苦干,闭门造车,对生活没半分改善,沉浸于自己的世界,久久不能自拔。
]]> hoochanlon 回想初到社会学到了什么 2024-07-27T14:09:04+00:00 2024-07-27T14:09:04+00:00 /2024/07-27/%E5%9B%9E%E6%83%B3%E5%88%9D%E5%88%B0%E7%A4%BE%E4%BC%9A%E5%AD%A6%E5%88%B0%E4%BA%86%E4%BB%80%E4%B9%88 记录一下如今让我感慨至深的句子:
+
+人不知理定有祸,事出反常必有妖,言不由衷定有鬼,邪乎到家必有诈。
+
+语言反复必有鬼,热情过度必有求。
+
+天下熙熙,皆为利来;天下攘攘,皆为利往。
+
+站在风口上,猪都能起飞;处于真空里,鸟再怎么扇翅膀,也只是徒劳的挣扎。
]]> hoochanlon 简历项目问题 2024-07-26T14:01:51+00:00 2024-07-26T14:01:51+00:00 /2024/07-26/%E7%AE%80%E5%8E%86%E9%A1%B9%E7%9B%AE%E9%97%AE%E9%A2%98 多年未接触了,配置也生疏了,一两周内看来做不到熟练。 所以决定完善简历,结合群友发的笔试照片,并利用AI看查询面试官会问的问题,以及如何解答,针对这些问题进行强化练习。]]> hoochanlon 刷题总算找到了方向 2024-07-07T12:05:46+00:00 2024-07-07T12:05:46+00:00 /2024/07-07/%E5%88%B7%E9%A2%98%E6%80%BB%E7%AE%97%E6%89%BE%E5%88%B0%E4%BA%86%E6%96%B9%E5%90%91 HCIP刷题总结,最后阶段 —— H821
+
+题库总 500~600 道题,可通过全文抄写,结合具象化记忆,时间不紧张的话可两个星期搞定。以考过821的经验,多选、单选、填空居多,拖拽有五道题左右。
+
+题库总 1000 道题以上,全文抄写基本上属于浪费时间,重点专攻考试占最多比例的题型。根据微信已过的群友回答(模拟700分左右,考试617险过),总结:
+
+
+ - 三天背题,专攻单选;其他,一天一题型,只背答案。
+ - 时间条件宽松,可背题两个星期左右,再去考
+
+
+其他已过群友对题型占比的总结:
+
+
+ - 单选 40% 多选 30%;判断 20% 拖拽+填空 10%。
+
+
+协议的知识解题,结合背解析;能看懂的就把它搞懂,看不懂的就靠巧记多背。
+
+背题总结:
+
+
+ - 先抄一遍,题量50道,手机看答案,再电脑背题,错题写在word上,再刷;如此循环,总量在300左右道题为止。
+ - 一天一题型,背完一题型整合就一次。题量少可只背答案,留下正确答案的第一印象。之后按需调整。
+
]]> hoochanlon 遇上刷题的大家 2024-06-20T05:05:35+00:00 2024-06-20T05:05:35+00:00 /2024/06-20/%E9%81%87%E4%B8%8A%E5%88%B7%E9%A2%98%E7%9A%84%E5%A4%A7%E5%AE%B6 遇上刷题的大家,之前一个人盲人摸象,太孤单。
+
+这几年真是错过不少东西。想起之前只顾玩游戏而没去旅游的遗憾,现在看来倒不如说是家庭确实没这个条件,也释然了。
]]> hoochanlon 玩了二周的P5R 2024-05-22T12:46:15+00:00 2024-05-22T12:46:15+00:00 /2024/05-22/%E7%8E%A9%E4%BA%86%E4%BA%8C%E5%91%A8%E7%9A%84P5R 一周目看剧情,二周目时间管理,三周目凹面具。
+
+
+
+驾照拿到了,不能这么荒废下去了。
]]> hoochanlon 看着不少脚本已过时的感想 2024-04-12T11:51:06+00:00 2024-04-12T11:51:06+00:00 /2024/04-12/%E7%9C%8B%E7%9D%80%E4%B8%8D%E5%B0%91%E8%84%9A%E6%9C%AC%E5%B7%B2%E8%BF%87%E6%97%B6%E7%9A%84%E6%84%9F%E6%83%B3 写了开启SMB1服务、关闭Windows defander的实时保护等一系列脚本,这个月发现已经过时了。
+
+一句话的感想:说什么不枉曾经折腾过一回,如此翻来覆去捣腾,倒不如把精力集中在职业发展与生活上。
]]> hoochanlon 我的美区apple id被盗了 2024-03-27T02:48:17+00:00 2024-03-27T02:48:17+00:00 /2024/03-27/%E6%88%91%E7%9A%84%E7%BE%8E%E5%8C%BAapple%20id%E8%A2%AB%E7%9B%97%E4%BA%86 由于账号密码设置简单,没开两步验证,导致美区账号被盗。
+
+
+ - 账号买过不少软件、游戏,损失了一千多块来块了。
+ - 由于美区ID是我的主邮箱,导致换号用同邮箱无望。
+
+
+另一个与我不同但很有意义的例子,以供大家参考:v2ex-[APPLE ID] 美区 id 被锁解封经历
+
+
+
+
+
+
+早之前我从相关新闻网站看到美区ID黑产撞库强制破解账号,没想到还是大意了,当真出现时已后悔莫及。
]]> hoochanlon
\ No newline at end of file
diff --git a/categories/index.html b/categories/index.html
index d6f550423f..abb6fc0212 100644
--- a/categories/index.html
+++ b/categories/index.html
@@ -1,4 +1,1176 @@
----
-layout: page
-type: categories
----
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分类 | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/category/index.html b/category/index.html
index df7aba3ce9..78727a1a3a 100644
--- a/category/index.html
+++ b/category/index.html
@@ -1,3 +1,11851 @@
----
-layout: category
----
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分类 | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index 92acf91185..c474721977 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,3325 @@
----
-layout: index
----
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page10/index.html b/notes/page10/index.html
new file mode 100644
index 0000000000..673ffad743
--- /dev/null
+++ b/notes/page10/index.html
@@ -0,0 +1,3397 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page11/index.html b/notes/page11/index.html
new file mode 100644
index 0000000000..a7aa8f0fae
--- /dev/null
+++ b/notes/page11/index.html
@@ -0,0 +1,3412 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page12/index.html b/notes/page12/index.html
new file mode 100644
index 0000000000..d5d631e4ac
--- /dev/null
+++ b/notes/page12/index.html
@@ -0,0 +1,3403 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page13/index.html b/notes/page13/index.html
new file mode 100644
index 0000000000..aef71edb22
--- /dev/null
+++ b/notes/page13/index.html
@@ -0,0 +1,3353 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page14/index.html b/notes/page14/index.html
new file mode 100644
index 0000000000..d7f9a68958
--- /dev/null
+++ b/notes/page14/index.html
@@ -0,0 +1,3331 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page15/index.html b/notes/page15/index.html
new file mode 100644
index 0000000000..e4da96ced7
--- /dev/null
+++ b/notes/page15/index.html
@@ -0,0 +1,3346 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page16/index.html b/notes/page16/index.html
new file mode 100644
index 0000000000..08d1fd4a82
--- /dev/null
+++ b/notes/page16/index.html
@@ -0,0 +1,3340 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page17/index.html b/notes/page17/index.html
new file mode 100644
index 0000000000..bc30d5a510
--- /dev/null
+++ b/notes/page17/index.html
@@ -0,0 +1,3327 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page18/index.html b/notes/page18/index.html
new file mode 100644
index 0000000000..b4c27d5805
--- /dev/null
+++ b/notes/page18/index.html
@@ -0,0 +1,3355 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page19/index.html b/notes/page19/index.html
new file mode 100644
index 0000000000..769208e95a
--- /dev/null
+++ b/notes/page19/index.html
@@ -0,0 +1,3472 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page2/index.html b/notes/page2/index.html
new file mode 100644
index 0000000000..c5c2a2c32c
--- /dev/null
+++ b/notes/page2/index.html
@@ -0,0 +1,3332 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page20/index.html b/notes/page20/index.html
new file mode 100644
index 0000000000..b53deadec9
--- /dev/null
+++ b/notes/page20/index.html
@@ -0,0 +1,3435 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page21/index.html b/notes/page21/index.html
new file mode 100644
index 0000000000..5e0646c62b
--- /dev/null
+++ b/notes/page21/index.html
@@ -0,0 +1,3388 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page22/index.html b/notes/page22/index.html
new file mode 100644
index 0000000000..871f128157
--- /dev/null
+++ b/notes/page22/index.html
@@ -0,0 +1,3341 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page23/index.html b/notes/page23/index.html
new file mode 100644
index 0000000000..054301e559
--- /dev/null
+++ b/notes/page23/index.html
@@ -0,0 +1,3372 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page24/index.html b/notes/page24/index.html
new file mode 100644
index 0000000000..722819729c
--- /dev/null
+++ b/notes/page24/index.html
@@ -0,0 +1,3355 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page25/index.html b/notes/page25/index.html
new file mode 100644
index 0000000000..35179741e8
--- /dev/null
+++ b/notes/page25/index.html
@@ -0,0 +1,3339 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page26/index.html b/notes/page26/index.html
new file mode 100644
index 0000000000..6c12799c30
--- /dev/null
+++ b/notes/page26/index.html
@@ -0,0 +1,3385 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page27/index.html b/notes/page27/index.html
new file mode 100644
index 0000000000..a53c050226
--- /dev/null
+++ b/notes/page27/index.html
@@ -0,0 +1,3510 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page28/index.html b/notes/page28/index.html
new file mode 100644
index 0000000000..1290bd95b6
--- /dev/null
+++ b/notes/page28/index.html
@@ -0,0 +1,3384 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page29/index.html b/notes/page29/index.html
new file mode 100644
index 0000000000..52267f651e
--- /dev/null
+++ b/notes/page29/index.html
@@ -0,0 +1,3344 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page3/index.html b/notes/page3/index.html
new file mode 100644
index 0000000000..9a697a82d9
--- /dev/null
+++ b/notes/page3/index.html
@@ -0,0 +1,3328 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page30/index.html b/notes/page30/index.html
new file mode 100644
index 0000000000..96354a8718
--- /dev/null
+++ b/notes/page30/index.html
@@ -0,0 +1,3345 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page31/index.html b/notes/page31/index.html
new file mode 100644
index 0000000000..3889c48278
--- /dev/null
+++ b/notes/page31/index.html
@@ -0,0 +1,3383 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page32/index.html b/notes/page32/index.html
new file mode 100644
index 0000000000..0ee5d73769
--- /dev/null
+++ b/notes/page32/index.html
@@ -0,0 +1,1598 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page4/index.html b/notes/page4/index.html
new file mode 100644
index 0000000000..5162ae497a
--- /dev/null
+++ b/notes/page4/index.html
@@ -0,0 +1,3333 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page5/index.html b/notes/page5/index.html
new file mode 100644
index 0000000000..251b61a2c8
--- /dev/null
+++ b/notes/page5/index.html
@@ -0,0 +1,3351 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page6/index.html b/notes/page6/index.html
new file mode 100644
index 0000000000..59c13a5cdc
--- /dev/null
+++ b/notes/page6/index.html
@@ -0,0 +1,3346 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page7/index.html b/notes/page7/index.html
new file mode 100644
index 0000000000..906f3b0fac
--- /dev/null
+++ b/notes/page7/index.html
@@ -0,0 +1,3339 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page8/index.html b/notes/page8/index.html
new file mode 100644
index 0000000000..c301004d72
--- /dev/null
+++ b/notes/page8/index.html
@@ -0,0 +1,3428 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/notes/page9/index.html b/notes/page9/index.html
new file mode 100644
index 0000000000..f51786a76a
--- /dev/null
+++ b/notes/page9/index.html
@@ -0,0 +1,3437 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/robots.txt b/robots.txt
index 681b4c6240..cf0e059460 100644
--- a/robots.txt
+++ b/robots.txt
@@ -1,10 +1,5 @@
----
-permalink: robots.txt
-# The robots rules
----
-
User-agent: *
Disallow: /norobots/
-Sitemap: {{ '/sitemap.xml' | absolute_url }}
+Sitemap: /sitemap.xml
diff --git a/search.xml b/search.xml
index 629b5219e6..6afdeb324f 100644
--- a/search.xml
+++ b/search.xml
@@ -1,25 +1,5504 @@
----
-layout: null
-sitemap: false
----
- {% for post in site.posts %}
+
-
- {{ post.url | relative_url }}
-
+
+ /2024/09-23/01
+
- {% for category in post.categories %}
- {{ category | strip_html | xml_escape }}
- {% endfor %}
+
+ 2024.
+
- {% for tag in post.tags %}
- {{ tag | strip_html | xml_escape }}
- {% endfor %}
+
+ 生活杂事录
+
- {% endfor %}
+
+
+
+ /2024/08-04/01
+
+
+
+ 2024.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2024/07-28/01
+
+
+
+ 2024.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2024/07-27/01
+
+
+
+ 2024.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2024/07-26/01
+
+
+
+ 2024.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2024/07-07/01
+
+
+
+ 2024.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2024/06-20/01
+
+
+
+ 2024.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2024/05-22/01
+
+
+
+ 2024.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2024/04-12/01
+
+
+
+ 2024.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2024/03-27/01
+
+
+
+ 2024.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2024/02-24/01
+
+
+
+ 2024.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2024/02-02/01
+
+
+
+ 2024.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2024/01-15/01
+
+
+
+ 2024.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2024/01-13/01
+
+
+
+ 2024.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2024/01-01/01
+
+
+
+ 2024.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2023/12-28/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/11-28/01
+
+
+
+ 2023.
+
+
+
+
+ 2023
+
+
+
+
+
+
+
+ /2023/11-27/01
+
+
+
+ 2023.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2023/11-15/01
+
+
+
+ 2023.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2023/11-01/01
+
+
+
+ 2023.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2023/10-29/01
+
+
+
+ 2023.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2023/10-19/01
+
+
+
+ 2023.
+
+
+
+
+ 英语练习
+
+
+
+
+
+
+
+ /2023/10-14/01
+
+
+
+ 2023.
+
+
+
+
+ 英语练习
+
+
+
+
+
+
+
+ /2023/10-04/01
+
+
+
+ 2023.
+
+
+
+
+ 英语练习
+
+
+
+
+
+
+
+ /2023/09-27/01
+
+
+
+ 2023.
+
+
+
+
+ 英语练习
+
+
+
+
+
+
+
+ /2023/09-24/01
+
+
+
+ 2023.
+
+
+
+
+ 英语练习
+
+
+
+
+
+
+
+ /2023/08-20/01
+
+
+
+ 2023.
+
+
+
+
+ 2023
+
+
+
+
+
+
+
+ /2023/07-22/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/06-17/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/05-01/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/04-08/01
+
+
+
+ 2023.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2023/03-26/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/03-20/01
+
+
+
+ 2023.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2023/03-19/01
+
+
+
+ 2023.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2023/03-18/01
+
+
+
+ 2023.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2023/02-28/01
+
+
+
+ 2023.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2023/01-29/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/01-25/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/01-24/01
+
+
+
+ 2023.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2023/01-23/01
+
+
+
+ 2023.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2023/01-04/01
+
+
+
+ 2023.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2023/01-02/01
+
+
+
+ 2023.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/12-29/01
+
+
+
+ 2022.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2022/12-20/01
+
+
+
+ 2022.
+
+
+
+
+ 找租房那时
+
+
+
+
+
+
+
+ /2022/12-13/01
+
+
+
+ 2022.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2022/12-12/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/12-08/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/12-03/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/11-29/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-27/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/11-23/01
+
+
+
+ 2022.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2022/11-22/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-16/01
+
+
+
+ 2022.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2022/11-15/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-13/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/11-12/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/11-12/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-11/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-09/02
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-09/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-08/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/11-07/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/10-25/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/10-22/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/09-20/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/09-12/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/09-04/03
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/09-04/02
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/09-03/01
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/08-31/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/08-28/01
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《刁克利讲莎士比亚戏剧》系列
+
+
+
+
+
+
+
+ /2022/08-21/01
+
+
+
+ 2022.
+
+ 体会舞台剧
+
+
+
+
+ 演奏会
+
+
+
+
+
+
+
+ /2022/08-20/01
+
+
+
+ 2022.
+
+ 体会舞台剧
+
+
+
+
+ 「十二夜·またはお望みのもの」
+
+
+
+
+
+
+
+ /2022/08-16/01
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《刁克利讲莎士比亚戏剧》系列
+
+
+
+
+
+
+
+ /2022/08-14/02
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《刁克利讲莎士比亚戏剧》系列
+
+
+
+
+
+
+
+ /2022/08-14/01
+
+
+
+ 2022.
+
+ 体会舞台剧
+
+
+
+
+ 「ロミオとジュリエット」
+
+
+
+
+
+
+
+ /2022/08-07/02
+
+
+
+ 2022.
+
+ 体会舞台剧
+
+
+
+
+ 《浮士德》
+
+
+
+
+
+
+
+ /2022/08-07/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/08-06/03
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/08-06/02
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/08-06/01
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/08-05/02
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/08-04/02
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/08-04/01
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/08-03/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 读书笔记改进方式
+
+
+
+
+
+
+
+ /2022/08-01/01
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/07-31/03
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/07-31/02
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/07-31/01
+
+
+
+ 2022.
+
+ 网课记录
+
+
+
+
+ 《北大钱理群教授讲鲁迅》系列
+
+
+
+
+
+
+
+ /2022/07-30/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-29/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-29/02
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 读书笔记改进方式
+
+
+
+
+
+
+
+ /2022/07-29/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 读书笔记改进方式
+
+
+
+
+
+
+
+ /2022/07-28/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-28/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-27/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-27/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 读书笔记改进方式
+
+
+
+
+
+
+
+ /2022/07-26/03
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-26/02
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-26/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-25/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-24/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-23/04
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-23/03
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-22/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-22/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-21/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-21/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-19/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-18/01
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/07-16/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-14/01
+
+
+
+ 2022.
+
+
+
+
+ 读书笔记
+
+
+
+
+
+
+
+ /2022/07-12/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-10/02
+
+
+
+ 2022.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2022/07-10/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-08/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-06/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-06/01
+
+
+
+ 2022.
+
+
+
+
+ 摘录
+
+
+
+
+
+
+
+ /2022/07-05/02
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-05/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/07-04/02
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/07-04/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/07-03/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/07-03/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/07-02/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-29/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-28/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-27/02
+
+
+
+ 2022.
+
+ 读书笔记
+
+
+
+
+ 《菊与刀》
+
+
+
+
+
+
+
+ /2022/06-27/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-25/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-25/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-24/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-23/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-21/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/06-19/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/06-19/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/06-18/03
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/06-18/02
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/06-18/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-17/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-14/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-12/01
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/06-11/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/06-10/01
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/06-09/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-08/02
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-08/01
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/06-07/
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-06/01
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/06-05/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/06-04/
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-03/
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/06-02/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-31/
+
+
+
+ 2022.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2022/05-29/02
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/05-29/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-27/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/05-26/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/05-24/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/05-23/
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-22/
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-21/
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2022/05-20/02
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-20/01
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/05-18/02
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-18/01
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/05-17/02
+
+
+
+ 2022.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2022/05-17/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-15/01
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/05-15/02
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/05-14/01
+
+
+
+ 2022.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2022/05-12/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/05-08/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/05-04/
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/05-03/
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/04-28/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/04-27/
+
+
+
+ 2022.
+
+
+
+
+ 空气中的视听与幻觉
+
+
+
+
+
+
+
+ /2022/04-19/
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/04-18/
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/04-11/
+
+
+
+ 2022.
+
+
+
+
+ 找租房那时
+
+
+
+
+
+
+
+ /2022/03-28/
+
+
+
+ 2022.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2022/02-23/
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/02-14/
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2022/01-24/
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/01-24/01
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-20/
+
+
+
+ 2022.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2022/01-19/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-18/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-17/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-13/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-12/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-12/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-06/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-06/
+
+
+
+ 2022.
+
+ 读书笔记
+
+ 电学
+
+
+
+
+ 《漫画电学基础》
+
+
+
+
+
+
+
+ /2022/01-04/
+
+
+
+ 2022.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/12-28/
+
+
+
+ 2021.
+
+
+
+
+ 找租房那时
+
+
+
+
+
+
+
+ /2021/12-20/
+
+
+
+ 2022.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/12-19/
+
+
+
+ 2021.
+
+
+
+
+ 即时爱好
+
+
+
+
+
+
+
+ /2021/12-13/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/12-11/01
+
+
+
+ 2021.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/12-11/
+
+
+
+ 2021.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/12-09/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/12-07/01
+
+
+
+ 2021.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/12-07/
+
+
+
+ 2021.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/12-06/01
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/12-06/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/11-27/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/11-26/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/11-24/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/11-22/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/11-22/01
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/11-22/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/11-20/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/11-18/
+
+
+
+ 2021.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/11-15/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/11-15/01
+
+
+
+ 2021.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/11-10/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《托尔斯泰最后的日记》
+
+
+
+
+
+
+
+ /2021/11-09/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《托尔斯泰最后的日记》
+
+
+
+
+
+
+
+ /2021/11-06/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/11-05/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/11-02/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《托尔斯泰最后的日记》
+
+
+
+
+
+
+
+ /2021/10-26/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/10-25/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/10-24/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/10-17/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/10-11/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/10-08/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/09-27/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《自杀论》
+
+
+
+
+
+
+
+ /2021/09-27/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《自杀论》
+
+
+
+
+
+
+
+ /2021/09-26/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《自杀论》
+
+
+
+
+
+
+
+ /2021/09-24/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《自杀论》
+
+
+
+
+
+
+
+ /2021/09-23/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《自杀论》
+
+
+
+
+
+
+
+ /2021/09-22/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/09-13/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/09-08/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/08-23/
+
+
+
+ 2021.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2021/08-18/
+
+
+
+ 2021.
+
+
+
+
+ 漫谈随想
+
+
+
+
+
+
+
+ /2021/08-16/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/07-22/
+
+
+
+ 2021.
+
+ 读书笔记
+
+
+
+
+ 《反套路》
+
+
+
+
+
+
+
+ /2021/07-19/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/07-14/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/07-13/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/07-08/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/07-06/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/06-24/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/06-18/
+
+
+
+ 2021.
+
+
+
+
+ Mac·iPad·iPhone
+
+
+
+
+
+
+
+ /2021/06-15/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/06-09/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/05-08/
+
+
+
+ 2021.
+
+
+
+
+ 即时爱好
+
+
+
+
+
+
+
+ /2021/05-07/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/05-06/
+
+
+
+ 2021.
+
+
+
+
+ 即时爱好
+
+
+
+
+
+
+
+ /2021/05-02/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/04-29/
+
+
+
+ 2021.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2021/04-26/
+
+
+
+ 2021.
+
+
+
+
+ 即时爱好
+
+
+
+
+
+
+
+ /2021/04-25/
+
+
+
+ 2021.
+
+
+
+
+ 即时爱好
+
+
+
+
+
+
+
+ /2021/04-23/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/04-22/
+
+
+
+ 2021.
+
+
+
+
+ 即时爱好
+
+
+
+
+
+
+
+ /2021/04-20/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/04-19/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/04-19/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/04-16/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/04-14/
+
+
+
+ 2021.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2021/04-14/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/04-13/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/04-11/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/04-07/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/04-02/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/03-29/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/03-29/01
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/03-28/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/03-28/
+
+
+
+ 2021.
+
+ Blogging
+
+ Jekyll
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2021/03-07/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/02-28/
+
+
+
+ 2021.
+
+
+
+
+ 照本宣科
+
+
+
+
+
+
+
+ /2021/02-19/
+
+
+
+ 2021.
+
+
+
+
+ 照本宣科
+
+
+
+
+
+
+
+ /2021/02-18/02
+
+
+
+ 2021.
+
+
+
+
+ 漫谈随想
+
+
+
+
+
+
+
+ /2021/02-18/01
+
+
+
+ 2021.
+
+
+
+
+ 照本宣科
+
+
+
+
+
+
+
+ /2021/02-16/
+
+
+
+ 2021.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2021/02-06/
+
+
+
+ 2021.
+
+
+
+
+ 照本宣科
+
+
+
+
+
+
+
+ /2020/11-13/
+
+
+
+ 2020.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2020/11-08/
+
+
+
+ 2020.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2020/10-12/
+
+
+
+ 2020.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2020/10-02/
+
+
+
+ 2020.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2020/08-16/
+
+
+
+ 2020.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2020/08-01/
+
+
+
+ 2020.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2020/07-31/
+
+
+
+ 2020.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2020/07-28/
+
+
+
+ 2020.
+
+ 读书笔记
+
+
+
+
+ 摘录
+
+
+
+
+
+
+
+ /2020/07-15/
+
+
+
+ 2020.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2020/06-06/
+
+
+
+ 2020.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2020/05-03/
+
+
+
+ 2020.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2020/03-01/
+
+
+
+ 2020.
+
+
+
+
+ 漫谈随想
+
+
+
+
+
+
+
+ /2020/02-08/
+
+
+
+ 2020.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2019/12-14/
+
+
+
+ 2019.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2019/11-27/
+
+
+
+ 2019.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2019/11-19/
+
+
+
+ 2019.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2019/10-28/
+
+
+
+ 2019.
+
+
+
+
+ 离开地球表面
+
+
+
+
+
+
+
+ /2019/10-01/
+
+
+
+ 2019.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2019/09-20/
+
+
+
+ 2019.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2019/09-19/
+
+
+
+ 2019.
+
+
+
+
+ 找租房那时
+
+
+
+
+
+
+
+ /2019/09-09/
+
+
+
+ 2019.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2019/09-04/
+
+
+
+ 2019.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2019/08-26/
+
+
+
+ 2019.
+
+
+
+
+ 生活杂事录
+
+
+
+
+
+
+
+ /2019/07-19/
+
+
+
+ 2019.
+
+
+
+
+ 事件还原、复盘分析、反省
+
+
+
+
+
+
+
+ /2019/05-26/
+
+
+
+ 2019.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2019/05-23/
+
+
+
+ 2019.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2019/05-02/
+
+
+
+ 2019.
+
+
+
+
+ chip
+
+
+
+
+
+
+
+ /2018/12-15/
+
+
+
+ 2018.
+
+
+
+
+ 图片日志
+
+
+
+
+
+
+
+ /2018/11-29/
+
+
+
+ 2018.
+
+
+
+
+ 图片日志
+
+
+
+
+
+
+
+ /2018/08-06/
+
+
+
+ 2018.
+
+ Blogging
+
+ Hexo
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2018/03-09/
+
+
+
+ 2018.
+
+ Blogging
+
+ Hexo
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2018/02-26/
+
+
+
+ 2018.
+
+ Blogging
+
+ Hexo
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2018/02-26/
+
+
+
+ 2018.
+
+ Blogging
+
+ Hexo
+
+
+
+
+ 博客配置存档
+
+
+
+
+
+
+
+ /2018/02-25/
+
+
+
+ 2018.
+
+ Blogging
+
+ Hexo
+
+
+
+
+ 博客配置存档
+
+
+
+
+
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000000..2bf97acd46
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,1371 @@
+
+
+
+/2018/02-25/
+2018-02-25T20:02:40+00:00
+
+
+/2018/02-26/
+2018-02-26T03:10:54+00:00
+
+
+/2018/02-26/
+2018-02-26T21:52:25+00:00
+
+
+/2018/03-09/
+2018-03-09T16:12:38+00:00
+
+
+/2018/08-06/
+2018-08-06T21:20:04+00:00
+
+
+/2018/11-29/
+2018-11-29T17:52:52+00:00
+
+
+/2018/12-15/
+2018-12-15T18:57:32+00:00
+
+
+/2019/05-02/
+2019-05-02T03:45:23+00:00
+
+
+/2019/05-23/
+2019-05-23T15:33:08+00:00
+
+
+/2019/05-26/
+2019-05-26T02:27:05+00:00
+
+
+/2019/07-19/
+2019-07-19T00:00:00+00:00
+
+
+/2019/08-26/
+2019-08-26T12:55:00+00:00
+
+
+/2019/09-04/
+2019-09-04T22:45:45+00:00
+
+
+/2019/09-09/
+2019-09-09T22:23:16+00:00
+
+
+/2019/09-19/
+2019-09-19T00:00:00+00:00
+
+
+/2019/09-20/
+2019-09-20T00:00:00+00:00
+
+
+/2019/10-01/
+2019-10-01T01:01:43+00:00
+
+
+/2019/10-28/
+2019-10-28T20:46:49+00:00
+
+
+/2019/11-19/
+2019-11-19T20:26:53+00:00
+
+
+/2019/11-27/
+2019-11-27T20:36:20+00:00
+
+
+/2019/12-14/
+2019-12-14T16:39:39+00:00
+
+
+/2020/02-08/
+2020-02-08T00:22:53+00:00
+
+
+/2020/03-01/
+2020-03-01T19:23:08+00:00
+
+
+/2020/05-03/
+2020-05-03T20:57:20+00:00
+
+
+/2020/06-06/
+2020-06-06T00:53:01+00:00
+
+
+/2020/07-15/
+2020-07-15T22:40:01+00:00
+
+
+/2020/07-28/
+2020-07-28T18:35:10+00:00
+
+
+/2020/07-31/
+2020-07-31T10:51:45+00:00
+
+
+/2020/08-01/
+2020-08-01T16:41:55+00:00
+
+
+/2020/08-16/
+2020-08-16T16:41:55+00:00
+
+
+/2020/10-02/
+2020-10-02T17:05:15+00:00
+
+
+/2020/10-12/
+2020-10-12T03:23:40+00:00
+
+
+/2020/11-08/
+2020-11-08T18:40:12+00:00
+
+
+/2020/11-13/
+2020-11-13T17:46:29+00:00
+
+
+/2021/02-06/
+2021-02-06T16:41:55+00:00
+
+
+/2021/02-16/
+2021-02-16T13:58:20+00:00
+
+
+/2021/02-18/01
+2021-02-18T16:41:55+00:00
+
+
+/2021/02-18/02
+2021-02-18T20:10:37+00:00
+
+
+/2021/02-19/
+2021-02-19T16:41:55+00:00
+
+
+/2021/02-28/
+2021-02-28T16:41:55+00:00
+
+
+/2021/03-07/
+2021-03-07T00:00:00+00:00
+
+
+/2021/03-28/
+2021-03-28T10:22:04+00:00
+
+
+/2021/03-28/
+2021-03-28T17:25:14+00:00
+
+
+/2021/03-29/01
+2021-03-29T10:22:04+00:00
+
+
+/2021/03-29/
+2021-03-29T17:22:04+00:00
+
+
+/2021/04-02/
+2021-04-02T10:22:04+00:00
+
+
+/2021/04-07/
+2021-04-07T06:42:58+00:00
+
+
+/2021/04-11/
+2021-04-11T23:58:12+00:00
+
+
+/2021/04-13/
+2021-04-13T08:42:06+00:00
+
+
+/2021/04-14/
+2021-04-14T02:42:06+00:00
+
+
+/2021/04-14/
+2021-04-14T03:25:33+00:00
+
+
+/2021/04-16/
+2021-04-16T09:29:18+00:00
+
+
+/2021/04-19/
+2021-04-19T04:20:31+00:00
+
+
+/2021/04-19/
+2021-04-19T04:20:31+00:00
+
+
+/2021/04-20/
+2021-04-20T00:21:02+00:00
+
+
+/2021/04-22/
+2021-04-22T02:51:54+00:00
+
+
+/2021/04-23/
+2021-04-23T06:13:11+00:00
+
+
+/2021/04-25/
+2021-04-25T03:15:25+00:00
+
+
+/2021/04-26/
+2021-04-26T06:28:56+00:00
+
+
+/2021/04-29/
+2021-04-29T13:10:41+00:00
+
+
+/2021/05-02/
+2021-05-02T01:17:59+00:00
+
+
+/2021/05-06/
+2021-05-06T07:20:25+00:00
+
+
+/2021/05-07/
+2021-05-07T10:08:31+00:00
+
+
+/2021/05-08/
+2021-05-08T05:42:03+00:00
+
+
+/2021/06-09/
+2021-06-09T08:37:26+00:00
+
+
+/2021/06-15/
+2021-06-15T01:19:14+00:00
+
+
+/2021/06-18/
+2021-06-18T06:46:20+00:00
+
+
+/2021/06-24/
+2021-06-24T04:23:31+00:00
+
+
+/2021/07-06/
+2021-07-06T20:17:50+00:00
+
+
+/2021/07-08/
+2021-07-08T19:01:51+00:00
+
+
+/2021/07-13/
+2021-07-13T02:03:36+00:00
+
+
+/2021/07-14/
+2021-07-14T07:44:49+00:00
+
+
+/2021/07-19/
+2021-07-19T04:49:15+00:00
+
+
+/2021/07-22/
+2021-07-22T01:37:14+00:00
+
+
+/2021/08-16/
+2021-08-16T00:34:27+00:00
+
+
+/2021/08-18/
+2021-08-18T07:27:56+00:00
+
+
+/2021/08-23/
+2021-08-23T00:53:32+00:00
+
+
+/2021/09-08/
+2021-09-08T07:54:16+00:00
+
+
+/2021/09-13/
+2021-09-13T05:21:21+00:00
+
+
+/2021/09-22/
+2021-09-22T06:19:32+00:00
+
+
+/2021/09-23/
+2021-09-23T02:33:43+00:00
+
+
+/2021/09-24/
+2021-09-24T01:09:37+00:00
+
+
+/2021/09-26/
+2021-09-26T01:38:57+00:00
+
+
+/2021/09-27/
+2021-09-27T01:36:21+00:00
+
+
+/2021/09-27/
+2021-09-27T01:38:28+00:00
+
+
+/2021/10-08/
+2021-10-08T08:20:58+00:00
+
+
+/2021/10-11/
+2021-10-11T02:10:37+00:00
+
+
+/2021/10-17/
+2021-10-17T13:11:38+00:00
+
+
+/2021/10-24/
+2021-10-24T11:09:49+00:00
+
+
+/2021/10-25/
+2021-10-25T13:26:01+00:00
+
+
+/2021/10-26/
+2021-10-26T10:59:08+00:00
+
+
+/2021/11-02/
+2021-11-02T13:01:44+00:00
+
+
+/2021/11-05/
+2021-11-05T10:57:09+00:00
+
+
+/2021/11-06/
+2021-11-06T11:00:47+00:00
+
+
+/2021/11-09/
+2021-11-09T11:46:42+00:00
+
+
+/2021/11-10/
+2021-11-10T10:52:32+00:00
+
+
+/2021/11-15/01
+2021-11-15T02:08:04+00:00
+
+
+/2021/11-15/
+2021-11-15T12:35:52+00:00
+
+
+/2021/11-18/
+2021-11-18T07:36:40+00:00
+
+
+/2021/11-20/
+2021-11-20T05:01:11+00:00
+
+
+/2021/11-22/
+2021-11-22T05:06:30+00:00
+
+
+/2021/11-22/01
+2021-11-22T05:07:44+00:00
+
+
+/2021/11-22/
+2021-11-22T11:36:47+00:00
+
+
+/2021/11-24/
+2021-11-24T13:41:38+00:00
+
+
+/2021/11-26/
+2021-11-26T08:46:57+00:00
+
+
+/2021/11-27/
+2021-11-27T09:09:57+00:00
+
+
+/2021/12-06/
+2021-12-06T11:23:22+00:00
+
+
+/2021/12-06/01
+2021-12-06T11:34:08+00:00
+
+
+/2021/12-07/
+2021-12-07T07:42:23+00:00
+
+
+/2021/12-07/01
+2021-12-07T07:47:53+00:00
+
+
+/2021/12-09/
+2021-12-09T03:20:30+00:00
+
+
+/2021/12-11/
+2021-12-11T01:49:12+00:00
+
+
+/2021/12-11/01
+2021-12-11T01:52:37+00:00
+
+
+/2021/12-13/
+2021-12-13T01:56:12+00:00
+
+
+/2021/12-19/
+2021-12-19T05:57:48+00:00
+
+
+/2021/12-20/
+2021-12-20T07:47:51+00:00
+
+
+/2021/12-28/
+2021-12-28T06:30:46+00:00
+
+
+/2022/01-04/
+2022-01-04T11:23:43+00:00
+
+
+/2022/01-06/
+2022-01-06T08:56:01+00:00
+
+
+/2022/01-06/
+2022-01-06T09:03:41+00:00
+
+
+/2022/01-12/
+2022-01-12T02:18:12+00:00
+
+
+/2022/01-12/
+2022-01-12T02:26:27+00:00
+
+
+/2022/01-13/
+2022-01-13T06:13:44+00:00
+
+
+/2022/01-17/
+2022-01-17T07:15:46+00:00
+
+
+/2022/01-18/
+2022-01-18T06:09:59+00:00
+
+
+/2022/01-19/
+2022-01-19T01:06:35+00:00
+
+
+/2022/01-20/
+2022-01-20T00:55:43+00:00
+
+
+/2022/01-24/01
+2022-01-24T04:02:48+00:00
+
+
+/2022/01-24/
+2022-01-24T06:27:22+00:00
+
+
+/2022/02-14/
+2022-02-14T12:31:49+00:00
+
+
+/2022/02-23/
+2022-02-23T05:50:37+00:00
+
+
+/2022/03-28/
+2022-03-28T04:37:41+00:00
+
+
+/2022/04-11/
+2022-04-11T00:45:49+00:00
+
+
+/2022/04-18/
+2022-04-18T06:54:50+00:00
+
+
+/2022/04-19/
+2022-04-19T01:21:40+00:00
+
+
+/2022/04-27/
+2022-04-27T00:32:17+00:00
+
+
+/2022/04-28/
+2022-04-28T00:32:17+00:00
+
+
+/2022/05-03/
+2022-05-03T11:14:56+00:00
+
+
+/2022/05-04/
+2022-05-04T13:34:07+00:00
+
+
+/2022/05-08/
+2022-05-08T09:52:29+00:00
+
+
+/2022/05-12/
+2022-05-12T10:15:51+00:00
+
+
+/2022/05-14/01
+2022-05-14T11:57:29+00:00
+
+
+/2022/05-15/02
+2022-05-15T11:16:12+00:00
+
+
+/2022/05-15/01
+2022-05-15T13:18:00+00:00
+
+
+/2022/05-17/01
+2022-05-17T01:37:17+00:00
+
+
+/2022/05-17/02
+2022-05-17T06:01:52+00:00
+
+
+/2022/05-18/01
+2022-05-18T01:06:30+00:00
+
+
+/2022/05-18/02
+2022-05-18T07:16:12+00:00
+
+
+/2022/05-20/01
+2022-05-20T05:17:53+00:00
+
+
+/2022/05-20/02
+2022-05-20T09:14:57+00:00
+
+
+/2022/05-21/
+2022-05-21T12:29:04+00:00
+
+
+/2022/05-22/
+2022-05-22T08:02:28+00:00
+
+
+/2022/05-23/
+2022-05-23T05:11:21+00:00
+
+
+/2022/05-24/
+2022-05-24T12:19:40+00:00
+
+
+/2022/05-26/
+2022-05-26T13:15:10+00:00
+
+
+/2022/05-27/
+2022-05-27T00:10:18+00:00
+
+
+/2022/05-29/01
+2022-05-29T07:06:15+00:00
+
+
+/2022/05-29/02
+2022-05-29T11:23:27+00:00
+
+
+/2022/05-31/
+2022-05-31T06:49:18+00:00
+
+
+/2022/06-02/01
+2022-06-02T03:17:10+00:00
+
+
+/2022/06-03/
+2022-06-03T14:22:34+00:00
+
+
+/2022/06-04/
+2022-06-04T13:31:32+00:00
+
+
+/2022/06-05/
+2022-06-05T07:31:23+00:00
+
+
+/2022/06-06/01
+2022-06-06T08:56:42+00:00
+
+
+/2022/06-07/
+2022-06-07T08:13:32+00:00
+
+
+/2022/06-08/01
+2022-06-08T02:11:08+00:00
+
+
+/2022/06-08/02
+2022-06-08T03:11:43+00:00
+
+
+/2022/06-09/01
+2022-06-09T06:47:13+00:00
+
+
+/2022/06-10/01
+2022-06-10T01:23:51+00:00
+
+
+/2022/06-11/01
+2022-06-11T05:07:31+00:00
+
+
+/2022/06-12/01
+2022-06-12T04:11:42+00:00
+
+
+/2022/06-14/01
+2022-06-14T05:58:21+00:00
+
+
+/2022/06-17/01
+2022-06-17T07:09:59+00:00
+
+
+/2022/06-18/01
+2022-06-18T01:18:12+00:00
+
+
+/2022/06-18/02
+2022-06-18T02:48:58+00:00
+
+
+/2022/06-18/03
+2022-06-18T12:48:32+00:00
+
+
+/2022/06-19/01
+2022-06-19T01:21:52+00:00
+
+
+/2022/06-19/01
+2022-06-19T23:45:39+00:00
+
+
+/2022/06-21/01
+2022-06-21T06:24:50+00:00
+
+
+/2022/06-23/01
+2022-06-23T01:10:52+00:00
+
+
+/2022/06-24/01
+2022-06-24T00:26:43+00:00
+
+
+/2022/06-25/01
+2022-06-25T07:55:22+00:00
+
+
+/2022/06-25/01
+2022-06-25T19:25:10+00:00
+
+
+/2022/06-27/01
+2022-06-27T02:28:28+00:00
+
+
+/2022/06-27/02
+2022-06-27T10:00:50+00:00
+
+
+/2022/06-28/01
+2022-06-28T06:26:42+00:00
+
+
+/2022/06-29/01
+2022-06-29T13:03:08+00:00
+
+
+/2022/07-02/01
+2022-07-02T04:40:19+00:00
+
+
+/2022/07-03/01
+2022-07-03T02:58:54+00:00
+
+
+/2022/07-03/02
+2022-07-03T15:03:02+00:00
+
+
+/2022/07-04/01
+2022-07-04T07:28:26+00:00
+
+
+/2022/07-04/02
+2022-07-04T09:16:19+00:00
+
+
+/2022/07-05/01
+2022-07-05T01:22:54+00:00
+
+
+/2022/07-05/02
+2022-07-05T01:27:11+00:00
+
+
+/2022/07-06/01
+2022-07-06T03:22:51+00:00
+
+
+/2022/07-06/02
+2022-07-06T06:18:09+00:00
+
+
+/2022/07-08/01
+2022-07-08T03:53:24+00:00
+
+
+/2022/07-10/01
+2022-07-10T00:02:51+00:00
+
+
+/2022/07-10/02
+2022-07-10T01:07:09+00:00
+
+
+/2022/07-12/01
+2022-07-12T07:03:12+00:00
+
+
+/2022/07-14/01
+2022-07-14T03:36:10+00:00
+
+
+/2022/07-16/01
+2022-07-16T02:17:53+00:00
+
+
+/2022/07-18/01
+2022-07-18T12:10:28+00:00
+
+
+/2022/07-19/01
+2022-07-19T08:04:54+00:00
+
+
+/2022/07-21/01
+2022-07-21T09:40:12+00:00
+
+
+/2022/07-21/01
+2022-07-21T09:42:13+00:00
+
+
+/2022/07-22/01
+2022-07-22T23:28:07+00:00
+
+
+/2022/07-22/02
+2022-07-22T23:32:49+00:00
+
+
+/2022/07-23/03
+2022-07-23T06:40:02+00:00
+
+
+/2022/07-23/04
+2022-07-23T06:42:53+00:00
+
+
+/2022/07-24/01
+2022-07-24T09:53:24+00:00
+
+
+/2022/07-25/01
+2022-07-25T04:12:39+00:00
+
+
+/2022/07-26/01
+2022-07-26T01:51:42+00:00
+
+
+/2022/07-26/02
+2022-07-26T01:56:05+00:00
+
+
+/2022/07-26/03
+2022-07-26T08:01:31+00:00
+
+
+/2022/07-27/01
+2022-07-27T02:56:28+00:00
+
+
+/2022/07-27/02
+2022-07-27T07:04:15+00:00
+
+
+/2022/07-28/01
+2022-07-28T01:33:03+00:00
+
+
+/2022/07-28/02
+2022-07-28T11:22:46+00:00
+
+
+/2022/07-29/01
+2022-07-29T03:04:39+00:00
+
+
+/2022/07-29/02
+2022-07-29T04:36:39+00:00
+
+
+/2022/07-29/01
+2022-07-29T23:49:45+00:00
+
+
+/2022/07-30/02
+2022-07-30T15:52:33+00:00
+
+
+/2022/07-31/01
+2022-07-31T02:33:20+00:00
+
+
+/2022/07-31/02
+2022-07-31T11:36:58+00:00
+
+
+/2022/07-31/03
+2022-07-31T14:01:28+00:00
+
+
+/2022/08-01/01
+2022-08-01T15:48:46+00:00
+
+
+/2022/08-03/01
+2022-08-03T07:53:59+00:00
+
+
+/2022/08-04/01
+2022-08-04T07:31:43+00:00
+
+
+/2022/08-04/02
+2022-08-04T09:06:00+00:00
+
+
+/2022/08-05/02
+2022-08-05T02:20:57+00:00
+
+
+/2022/08-06/01
+2022-08-06T03:26:19+00:00
+
+
+/2022/08-06/02
+2022-08-06T05:56:58+00:00
+
+
+/2022/08-06/03
+2022-08-06T08:01:47+00:00
+
+
+/2022/08-07/01
+2022-08-07T07:25:31+00:00
+
+
+/2022/08-07/02
+2022-08-07T12:25:23+00:00
+
+
+/2022/08-14/01
+2022-08-14T02:09:29+00:00
+
+
+/2022/08-14/02
+2022-08-14T03:13:10+00:00
+
+
+/2022/08-16/01
+2022-08-16T07:43:00+00:00
+
+
+/2022/08-20/01
+2022-08-20T13:06:53+00:00
+
+
+/2022/08-21/01
+2022-08-21T15:56:53+00:00
+
+
+/2022/08-28/01
+2022-08-28T06:32:14+00:00
+
+
+/2022/08-31/01
+2022-08-31T11:16:57+00:00
+
+
+/2022/09-03/01
+2022-09-03T23:46:53+00:00
+
+
+/2022/09-04/02
+2022-09-04T03:49:03+00:00
+
+
+/2022/09-04/03
+2022-09-04T14:23:01+00:00
+
+
+/2022/09-12/01
+2022-09-12T02:50:10+00:00
+
+
+/2022/09-20/01
+2022-09-20T00:46:25+00:00
+
+
+/2022/10-22/01
+2022-10-22T12:39:29+00:00
+
+
+/2022/10-25/01
+2022-10-25T05:55:27+00:00
+
+
+/2022/11-07/01
+2022-11-07T01:29:32+00:00
+
+
+/2022/11-08/01
+2022-11-08T02:49:14+00:00
+
+
+/2022/11-09/01
+2022-11-09T02:35:56+00:00
+
+
+/2022/11-09/02
+2022-11-09T05:52:53+00:00
+
+
+/2022/11-11/01
+2022-11-11T15:06:27+00:00
+
+
+/2022/11-12/01
+2022-11-12T02:45:14+00:00
+
+
+/2022/11-12/02
+2022-11-12T03:45:42+00:00
+
+
+/2022/11-13/01
+2022-11-13T01:08:15+00:00
+
+
+/2022/11-15/01
+2022-11-15T13:59:07+00:00
+
+
+/2022/11-16/01
+2022-11-16T13:03:32+00:00
+
+
+/2022/11-22/01
+2022-11-22T10:51:50+00:00
+
+
+/2022/11-23/01
+2022-11-23T12:22:23+00:00
+
+
+/2022/11-27/01
+2022-11-27T11:36:46+00:00
+
+
+/2022/11-29/01
+2022-11-29T12:34:36+00:00
+
+
+/2022/12-03/01
+2022-12-03T09:46:25+00:00
+
+
+/2022/12-08/01
+2022-12-08T01:08:55+00:00
+
+
+/2022/12-12/01
+2022-12-12T11:55:18+00:00
+
+
+/2022/12-13/01
+2022-12-13T07:40:47+00:00
+
+
+/2022/12-20/01
+2022-12-20T08:27:16+00:00
+
+
+/2022/12-29/01
+2022-12-29T02:43:45+00:00
+
+
+/2023/01-02/01
+2023-01-02T05:17:33+00:00
+
+
+/2023/01-04/01
+2023-01-04T10:05:48+00:00
+
+
+/2023/01-23/01
+2023-01-23T16:00:32+00:00
+
+
+/2023/01-24/01
+2023-01-24T16:04:14+00:00
+
+
+/2023/01-25/01
+2023-01-25T16:52:21+00:00
+
+
+/2023/01-29/01
+2023-01-29T01:59:05+00:00
+
+
+/2023/02-28/01
+2023-02-28T15:10:39+00:00
+
+
+/2023/03-18/01
+2023-03-18T12:06:14+00:00
+
+
+/2023/03-19/01
+2023-03-19T02:28:37+00:00
+
+
+/2023/03-20/01
+2023-03-20T12:11:26+00:00
+
+
+/2023/03-26/01
+2023-03-26T15:42:41+00:00
+
+
+/2023/04-08/01
+2023-04-08T14:46:59+00:00
+
+
+/2023/05-01/01
+2023-05-01T16:07:23+00:00
+
+
+/2023/06-17/01
+2023-06-17T14:08:49+00:00
+
+
+/2023/07-22/01
+2023-07-22T07:52:22+00:00
+
+
+/2023/08-20/01
+2023-08-20T12:49:18+00:00
+
+
+/2023/09-24/01
+2023-09-24T08:40:41+00:00
+
+
+/2023/09-27/01
+2023-09-27T13:28:29+00:00
+
+
+/2023/10-04/01
+2023-10-04T15:49:35+00:00
+
+
+/2023/10-14/01
+2023-10-14T14:49:31+00:00
+
+
+/2023/10-19/01
+2023-10-19T12:25:12+00:00
+
+
+/2023/10-29/01
+2023-10-29T15:08:34+00:00
+
+
+/2023/11-01/01
+2023-11-01T11:29:04+00:00
+
+
+/2023/11-15/01
+2023-11-15T07:36:58+00:00
+
+
+/2023/11-27/01
+2023-11-27T02:09:24+00:00
+
+
+/2023/11-28/01
+2023-11-28T08:20:05+00:00
+
+
+/2023/12-28/01
+2023-12-28T11:04:18+00:00
+
+
+/2024/01-01/01
+2024-01-01T13:46:28+00:00
+
+
+/2024/01-13/01
+2024-01-13T18:04:44+00:00
+
+
+/2024/01-15/01
+2024-01-15T04:41:14+00:00
+
+
+/2024/02-02/01
+2024-02-02T00:38:20+00:00
+
+
+/2024/02-24/01
+2024-02-24T05:34:21+00:00
+
+
+/2024/03-27/01
+2024-03-27T02:48:17+00:00
+
+
+/2024/04-12/01
+2024-04-12T11:51:06+00:00
+
+
+/2024/05-22/01
+2024-05-22T12:46:15+00:00
+
+
+/2024/06-20/01
+2024-06-20T05:05:35+00:00
+
+
+/2024/07-07/01
+2024-07-07T12:05:46+00:00
+
+
+/2024/07-26/01
+2024-07-26T14:01:51+00:00
+
+
+/2024/07-27/01
+2024-07-27T14:09:04+00:00
+
+
+/2024/07-28/01
+2024-07-28T12:06:12+00:00
+
+
+/2024/08-04/01
+2024-08-04T11:33:53+00:00
+
+
+/2024/09-23/01
+2024-09-23T11:44:04+00:00
+
+
+/categories/
+
+
+/archives/
+
+
+/category/
+
+
+/tag/
+
+
+/tags/
+
+
+/
+
+
+/about/
+
+
+/assets/lib/fastclick/
+
+
+/assets/lib/jquery_lazyload/
+
+
+/notes/page2/
+
+
+/notes/page3/
+
+
+/notes/page4/
+
+
+/notes/page5/
+
+
+/notes/page6/
+
+
+/notes/page7/
+
+
+/notes/page8/
+
+
+/notes/page9/
+
+
+/notes/page10/
+
+
+/notes/page11/
+
+
+/notes/page12/
+
+
+/notes/page13/
+
+
+/notes/page14/
+
+
+/notes/page15/
+
+
+/notes/page16/
+
+
+/notes/page17/
+
+
+/notes/page18/
+
+
+/notes/page19/
+
+
+/notes/page20/
+
+
+/notes/page21/
+
+
+/notes/page22/
+
+
+/notes/page23/
+
+
+/notes/page24/
+
+
+/notes/page25/
+
+
+/notes/page26/
+
+
+/notes/page27/
+
+
+/notes/page28/
+
+
+/notes/page29/
+
+
+/notes/page30/
+
+
+/notes/page31/
+
+
+/notes/page32/
+
+
diff --git a/tag/index.html b/tag/index.html
index 14fa741ab6..f7d17b8810 100644
--- a/tag/index.html
+++ b/tag/index.html
@@ -1,3 +1,9373 @@
----
-layout: tag
----
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 标签 | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tags/index.html b/tags/index.html
index 126ac0a973..8dfdd1d888 100644
--- a/tags/index.html
+++ b/tags/index.html
@@ -1,4 +1,1053 @@
----
-layout: page
-type: tags
----
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 标签 | Hoo.C.lon's blog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+