wordpress体验
尝试使用腾讯云的轻量级别服务器搭建 wordpress 博客腾讯云的服务器使用镜像生成的 wordpress 应用需要使用应用管理内的代码,在登陆实例后,输入代码读取一段文本获取到 wordpress 的管理员账号和密码乃至于数据库的密码
Ubuntu添加环境变量
方法一123456export PATH=命令行路径:$PATH#配置完后可以通过echo $PATH查看配置结果。#生效方法:立即生效#有效期限:临时改变,只能在当前的终端窗口中有效,当前窗口关闭后就会恢复原有的path配置#用户局限:仅对当前用户
方法二123456789101112方法二:#通过修改.bashrc文件:sudo vim ~/.bashrc#在最后一行添上:export PATH=命令行路径:$PATH#生效方法:(有以下两种)#1、关闭当前终端窗口,重新打开一个新终端窗口就能生效#2、输入“source ~/.bashrc”命令,立即生效#有效期限:永久有效#用户局限:仅对当前用户
方法三123456789101112方法三:#通过修改profile文件:sudo vim /etc/profileexport PATH=命令行路径:$PATH#生效方法(有以下两种)#1:source /etc/profile#有效性:只在当前终端生效#2:系统重启#有效期限:永久有效#用户局限:对所有用户
方法四12345678910方法四:#通过修改environment ...
第一篇博客
网站介绍欢迎来到我的博客,这是一个基于 github 页面托管配合 hexo 框架搭设的博客网站。我是 wy51boss,如果您有什么问题和建议可以通过点按此处询问我
建设历程
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
