1、配置文件目录:/etc/mongod
2、官方配置文档:https://docs.mongodb.com/manual/reference/configuration-options/
1、启动、停止、关闭网络服务
systemctl retart network.service 或 systemctl restart network systemctl start network.service 或 systemctl start network systemctl stop network.service 或 systemctl stop network
1、[2016-11-19T03:22:22,188][WARN ][o.e.b.BootstrapCheck ] [4Ut8v_1] max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
配置文件路径:config/jvm.options
举例说明:
这个使整个html文档(web页面)布局更清晰,类似于header、footer、section、nav、aside、article、dialog、mark、time等
补充:contenteditable=”true” ,好用,点赞
参考:HTML 5 的教程
官方下载地址:https://code.angularjs.org
开源项目CDN:http://www.bootcdn.cn
安装Angular调试插件Batarang:
http://jingyan.baidu.com/article/f00622283d7ac5fbd3f0c83d.html
注意:和 Elastic的elasticsearch.yml配置 的区别,该配置文件是/etc/sysconfig/elasticsearch
# Elasticsearch的安装目录
ES_HOME=/usr/share/elasticsearch
# Elasticsearch Java path,Java的安装目录
JAVA_HOME=/usr/java/jdk1.8.0_11
1、route 的常用的命令
[root@www ~]# route [-n]
選項與參數:
-n : 將主機名稱以 IP 的方式顯示
1、以二進位說明 Network 第一個數字的定義:
Class A : 0xxxxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx ==> NetI_D 的開頭是 0 |--net--|---------host------------| Class B : 10xxxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx ==> NetI_D 的開頭是 10 |------net-------|------host------| Class C : 110xxxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx ==> NetI_D 的開頭是 110 |-----------net-----------|-host--| Class D : 1110xxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx ==> NetI_D 的開頭是 1110 Class E : 1111xxxx.xxxxxxxx.xxxxxxxx.xxxxxxxx ==> NetI_D 的開頭是 1111 五種分級在十進位的表示: Class A : 0.xx.xx.xx ~ 127.xx.xx.xx Class B : 128.xx.xx.xx ~ 191.xx.xx.xx Class C : 192.xx.xx.xx ~ 223.xx.xx.xx Class D : 224.xx.xx.xx ~ 239.xx.xx.xx Class E : 240.xx.xx.xx ~ 255.xx.xx.xx