diff --git "a/0001 Humanities/\345\216\206\345\217\262\345\255\246 History/Ways of the World/index.html" "b/0001 Humanities/\345\216\206\345\217\262\345\255\246 History/Ways of the World/index.html" index fc27f73..8e061e0 100644 --- "a/0001 Humanities/\345\216\206\345\217\262\345\255\246 History/Ways of the World/index.html" +++ "b/0001 Humanities/\345\216\206\345\217\262\345\255\246 History/Ways of the World/index.html" @@ -1,5 +1,5 @@ -Lucfe Knowledge Documentation

world history

ORIGINS 4.5 MYA - 3000 BCE

MYA million-year age

-

RULERS & HIERARCHIES 3000 – 700 BCE

THINKERS & BELIEVERS 700 BCE – 600 CE

WARRIORS, TRAVELERS, & INVENTORS 600 – 1450

RENAISSANCE & REFORMATION 1450 – 1750

INDUSTRY & REVOLUTION 1750 –1914

POPULATION & POWER 1914 – present

全球通史:从史前到21世纪

    +

    全球通史:从史前到21世纪

    • reader css
    1
    2
    3
    4
    body {
    /* line-space:1.5em */
    font-size: 22px !important;
    line-height:1.5em;}
    -

    史前人类

    最初的欧亚大陆文明(公元前3500——前1000年)

    古典文明开启欧亚大陆整体化(公元前1000——公元500年)

    希腊——罗马文明

    欧亚大陆的中世纪文明 (500-1500)

    伊斯兰教的兴起

    突厥人和蒙古人的侵略

    传统的拜占庭文明

    新兴西方的世界 (1500-1763)

    西方优势地位时的世界 (1763-1914)

    1914年以来西方衰落与成功的世界

降噪耳机

是指利用某种方法达到降低噪音的一种耳机。降噪耳机有两种分别为:主动降噪耳机和被动降噪耳机。
主动降噪功能就是通过降噪系统产生与外界噪音相等的反相声波,将噪音中和,从而实现降噪的效果。被动式降噪耳机主要通过包围耳朵形成封闭空间,或者采用硅胶耳塞等隔音材料来阻挡外界噪声。

home assistant

小米有米家APP、苹果有homekit、华为有智慧生活……,而我只想自己手机里只有一个智能家居APP,而不是小米米家、欧瑞博、博联broadlink、海尔智家、美的美居、萤石等一堆APP,并且我也不想操控空调我打开美的美居,想看下摄像头又得打开萤石APP,控制插座又打开博联APP,反复在不同APP间跳转。这些对终端消费者来说都是十分糟糕的体验,也是各个智能家居厂商各自为政造成的恶果。而home assistant可以同时接入小米、博联、美的、海康威视等等智能家居,实现了各品牌智能家居的统一管理,一下这个世界就清净舒服多了。

-

Depending on the age of your hardware, you should have a choice of one or more of the following options, listed in order of preference:
● Wi-Fi Protected Access 2 (WPA2). Based on the 802.11i standard, WPA2 provides the
strongest protection for consumer-grade wireless networks. It uses 802.1x-based authentication and Advanced Encryption Standard (AES) encryption; combined, these technologies ensure that only authorized users can access the network and that any intercepted
data cannot be deciphered. WPA2 comes in two flavors: WPA2-Personal and WPA2-Enterprise. WPA2-Personal uses a passphrase to create its encryption keys and is currently the
best available security for wireless networks in homes and small offices. WPA2-Enterprise
requires a server to verify network users. All wireless products sold since early 2006 must
support WPA2 to bear the Wi-Fi CERTIFIED label.
● Wi-Fi Protected Access (WPA). WPA is an earlier version of the encryption scheme
that has since been replaced by WPA2. It was specifically designed to overcome weaknesses of WEP. On a small network that uses WPA, clients and access points use a shared
network password (called a preshared key, or PSK) that consists of a 256-bit number or
a passphrase that is from 8 to 63 bytes long. (A longer passphrase produces a stronger
key.) With a sufficiently strong key based on a truly random sequence, the likelihood of a
successful outside attack is slim. Most modern network hardware supports WPA only for
backward compatibility.
● Wired Equivalent Privacy (WEP). WEP is a first-generation scheme that dates back
before the turn of the century. It suffers from serious security flaws that make it inappropriate for use on any network that contains sensitive data. Most modern Wi-Fi equipment
supports WEP for backward compatibility with older hardware, but we strongly advise
against using it unless no other options are available.

-

Typecho Blogging Platform
Typecho is a PHP-based blog software and is designed to be the most powerful blog engine in the world.

Octopress is basically some guy’s Jekyll blog you can fork and modify.
Octopress is single product with a theme, plugins, and command line automation, the best I could offer the Jekyll community was a pile of source code.

Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy.

-

hexo icarus setup

hexo command

Usage: hexo <command>

+

hexo icarus setup

hexo command

Usage: hexo <command>

Commands:
clean Remove generated files and cache.
config Get or set configurations.
deploy Deploy your website.
generate Generate static files.
help Get help on a command.
init Create a new Hexo folder.
list List the information of the site
migrate Migrate your site from other system to Hexo.
new Create a new post.
publish Moves a draft post from _drafts to _posts folder.
render Render files with renderer plugins.
server Start the server.
version Display version information.

Global Options:
–config Specify config file instead of using _config.yml
–cwd Specify the CWD(change working diretory)
–debug Display all verbose messages in the terminal
–draft Display draft posts
–safe Disable all plugins and scripts
–silent Hide output on console

hexo install and setup

Install Hexo

Once all the requirements are installed, you can install Hexo with npm:

@@ -156,6 +156,7 @@

hexo deploy

+

注意

.deploy_git 文件夹不能删除,会造成push错误文件夹。
如果删除了,要重新卸载并安装hexo-deployer-git.
$ npm uninstall hexo-deployer-git --save
$ npm install hexo-deployer-git --save

icarus config

设置你站点的logo。 此logo会显示在导航栏和页脚。 logo配置的值既可以是你的logo图片的路径或URL地址:

_config.icarus.yml
logo: /img/logo.svg
也可以像下面这样设置成文字:

1
2
logo:
text: My Beautiful Site
@@ -295,7 +296,7 @@

1
2
3
4
providers:
cdn: cdnjs
fontcdn: loli
iconcdn: loli
-

更改icarus主题文件

使网站页面在大屏幕上显示的更宽

/themes/icarus/include/style/responsive.styl
修改+fullhd()如下

1
2
3
4
5
6
7
8
+fullhd()
.is-2-column .container
max-width: $fullhd - 2 * $gap
width: $fullhd - 2 * $gap

.is-1-column .container
max-width: $widescreen - 2 * $gap
width: $widescreen - 2 * $gap
-

Cygwin

Cygwin是一个在windows平台上运行的类UNIX模拟环境,是Cygnus Solutions公司开发的自由软件(该公司开发的著名工具还有eCos,不过现已被Redhat收购)。它对于学习UNIX/Linux操作环境,或者从UNIX到Windows的应用程序移植,或者进行某些特殊的开发工作,尤其是使用GNU工具集在Windows上进行嵌入式系统开发,非常有用。随着嵌入式系统开发在国内日渐流行,越来越多的开发者对Cygwin产生了兴趣。

-

全球通史:从史前到21世纪

    +
  • reader css
  • +
+
1
2
3
4
body {
/* line-space:1.5em */
font-size: 22px !important;
line-height:1.5em;}
+ +

史前人类

最初的欧亚大陆文明(公元前3500——前1000年)

古典文明开启欧亚大陆整体化(公元前1000——公元500年)

希腊——罗马文明

欧亚大陆的中世纪文明 (500-1500)

伊斯兰教的兴起

突厥人和蒙古人的侵略

传统的拜占庭文明

新兴西方的世界 (1500-1763)

西方优势地位时的世界 (1763-1914)

1914年以来西方衰落与成功的世界

全球通史:从史前到21世纪

    +
  • reader css
  • +
+
1
2
3
4
body {
/* line-space:1.5em */
font-size: 22px !important;
line-height:1.5em;}
+ +

史前人类

最初的欧亚大陆文明(公元前3500——前1000年)

古典文明开启欧亚大陆整体化(公元前1000——公元500年)

希腊——罗马文明

欧亚大陆的中世纪文明 (500-1500)

伊斯兰教的兴起

突厥人和蒙古人的侵略

传统的拜占庭文明

新兴西方的世界 (1500-1763)

西方优势地位时的世界 (1763-1914)

1914年以来西方衰落与成功的世界

\ No newline at end of file diff --git "a/categories/0001-Humanities/\350\211\272\346\234\257\345\255\246-Arts/index.html" "b/categories/0001-Humanities/\350\211\272\346\234\257\345\255\246-Arts/index.html" index a7efac0..d92855d 100644 --- "a/categories/0001-Humanities/\350\211\272\346\234\257\345\255\246-Arts/index.html" +++ "b/categories/0001-Humanities/\350\211\272\346\234\257\345\255\246-Arts/index.html" @@ -1,5 +1,5 @@ -Category: 艺术学 Arts - Lucfe Knowledge Documentation

全球通史:从史前到21世纪

    +
  • reader css
  • +
+
1
2
3
4
body {
/* line-space:1.5em */
font-size: 22px !important;
line-height:1.5em;}
+ +

史前人类

最初的欧亚大陆文明(公元前3500——前1000年)

古典文明开启欧亚大陆整体化(公元前1000——公元500年)

希腊——罗马文明

欧亚大陆的中世纪文明 (500-1500)

伊斯兰教的兴起

突厥人和蒙古人的侵略

传统的拜占庭文明

新兴西方的世界 (1500-1763)

西方优势地位时的世界 (1763-1914)

1914年以来西方衰落与成功的世界

\ No newline at end of file diff --git a/tags/html/index.html b/tags/html/index.html index 1073149..139a2bb 100644 --- a/tags/html/index.html +++ b/tags/html/index.html @@ -1,5 +1,5 @@ -Tag: html - Lucfe Knowledge Documentation

全球通史:从史前到21世纪

    +
  • reader css
  • +
+
1
2
3
4
body {
/* line-space:1.5em */
font-size: 22px !important;
line-height:1.5em;}
+ +

史前人类

最初的欧亚大陆文明(公元前3500——前1000年)

古典文明开启欧亚大陆整体化(公元前1000——公元500年)

希腊——罗马文明

欧亚大陆的中世纪文明 (500-1500)

伊斯兰教的兴起

突厥人和蒙古人的侵略

传统的拜占庭文明

新兴西方的世界 (1500-1763)

西方优势地位时的世界 (1763-1914)

1914年以来西方衰落与成功的世界

\ No newline at end of file diff --git "a/\345\255\246\347\247\221_\344\270\223\344\270\232_\350\241\214\344\270\232_\345\233\276\344\271\246-\345\210\206\347\261\273/CIP Classification of Instructional Programs - 2020/index.html" "b/\345\255\246\347\247\221_\344\270\223\344\270\232_\350\241\214\344\270\232_\345\233\276\344\271\246-\345\210\206\347\261\273/CIP Classification of Instructional Programs - 2020/index.html" index f2ad2f3..97c0a6e 100644 --- "a/\345\255\246\347\247\221_\344\270\223\344\270\232_\350\241\214\344\270\232_\345\233\276\344\271\246-\345\210\206\347\261\273/CIP Classification of Instructional Programs - 2020/index.html" +++ "b/\345\255\246\347\247\221_\344\270\223\344\270\232_\350\241\214\344\270\232_\345\233\276\344\271\246-\345\210\206\347\261\273/CIP Classification of Instructional Programs - 2020/index.html" @@ -1,5 +1,5 @@ -Lucfe Knowledge Documentation