欢迎使用 md-Blog,本博客系统可以将 MarkDown 文件生成一个全静态页面的站点blog,且不需要数据库的依赖。注:本博客系统不提供 MarkDown编辑器 功能。说明文档具体安装配置教程可参考此文档:https://www.ycmbcd.com/wiki/下载安装包https://github.com/ycmbcd/md-Blog/releases 点击 Source code 下载源码安装Git 克隆安装:https://github.com/ycmbc
1、验证 Python 环境是否安装python -Vpython -c "import tornado; print(tornado.version)"2、如果没有安装需安装 Pythonwget --no-check-certificate https://bootstrap.pypa.io/get-pip.pysudo python get-pip.py3、安装 tornadosudo pip install tornado==4.2.14、下载 GateOne 安装包https://github.com/liftoff/GateOne5、上传到服务器解压6、安装sudo python ./setup.py install7、验证s
页面中加入<audio>标签<audio src="../../assets/music.mp3" ref="mp3"></audio>js 调用_this.$refs.mp3.play();../../md/Vue/
1、从宝塔后台进入终端输入root、密码进行登录。2、进入 MySQLmysql -uroot -p3、使用 MySQL 账户use mysql4、更新权限update user set Host='%' where User='root';5、刷新权限flush privileges;../../md/Linux服务器/
../../md/喜大普奔/
看效果上源码<template> <div> <el-table :data="tableData" :span-method="objectSpanMethod" border style="width: 100%; margin-top: 20px" :cell-style="{background: '#FFF'}"> <el-table-column width="120" prop="t1Name" label="一级标题" align="center"> </el-table-column> <el-table-column width=&qu
先推荐一款更精简版本的再确定是否需要安装https://github.com/midoks/mdserver-web正文开始CentOS 安装yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh forumUbuntu/Deepin 安装wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh forumDebian 安装wget -O install.sh http
生成 key,此处秘钥长度为1024会报错太短openssl genrsa -des3 -out server.key 2048生成 csr,一直下一步下一步就行openssl req -new -key server.key -out server.csr去除密码openssl rsa -in server.key -out server_nopass.key生成证书openssl x509 -req -days 365 -in server.csr -signkey server_nopass.key -out server.crt之后删掉 server.key 将 server_nopass.key 改为:server.key../../md/Lin
1、查看nginx原有的模块(是否开启了ssl模式)/usr/local/nginx/sbin/nginx -V有:--with-http_ssl_module就是ssl模式 代表已经配置安装好了2、切换到源码包cd /home/nginx/nginx-1.23.1/3、开始配置新的模式./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module4、配置完成后,运行命令make5、然后备份原有已安装好的nginxcp /usr/loc
1、打开软件选中帮助 → 关于 选项在里面找到设置文件目录:/User/xxx/.config/filezilla/2、用访达进入这个目录找到 filezilla.xml 文件,用文本编辑器打开3、修改更新设置项里的数字<Setting name="Update Check Interval">100000</Setting> <Setting name="Update Check">10000</Setting>4、删除设置项<Setting name="Upd