1 | #!/usr/bin/python3 |
闪射理想之光吧心灵之星!把光流注入未来的暮霭之中。
1 | #!/usr/bin/python3 |
1 | #!/usr/bin/python3 |
1.标题设置(让字体变大,和word的标题意思一样)
在Markdown当中设置标题,有两种方式:1
2第一种:通过在文字下方添加“=”和“-”,他们分别表示一级标题和二级标题。
第二种:在文字开头加上 “#”,通过“#”数量表示几级标题。(一共只有1~6级标题,1级标题字体最大)
与python异常相关的关键字1
2
3
4
5
6
7raise:手动抛出/引发异常:raise [exception[,data]]
try/except:捕获异常并处理
pass:忽略异常
as:定义异常实例(except IOError as e)
finally:无论是否出现异常,都执行的代码
else:如果try中的语句没有引发异常,则执行else中的语句
except Exception as error:
1、新建用户并授权1
2
3insert into mysql.user(Host,User,Password) values("Host","User",password('password'));
grant all privileges on *.* to User@Host identified by 'password';
flush privileges;
下面是官方安装方法:
准备基础环境:
https://docs.openshift.org/latest/install_config/install/prerequisites.html
安装openshift:
https://docs.openshift.org/latest/install_config/install/advanced_install.html
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true