使用docker安装mysql数据库
使用docker安装nginx(使用宿主机网络)
Dockerfile # 依赖镜像 FROM <image> [AS <name>] # 备注 LABEL <key>=<value> <key>=<value> <key>=<value> # 添加文件 ADD hom* /workdir/ # 复制文件到容器 # 复制文件 COPY hom* /workdir/ # 复制文件到容器 # 环境变量 ENV # 运行命令 RUN /bin/bash -c 'source $HOME/.bashrc; echo $HOME' # 设定的信
docker基础入门
defaults write com.apple.dock workspaces-edge-delay -float 0.2;killall Dock
客户端nuxt在组件外部访问路由跳转和访问vuex store
通过正则获取背景图片地址
官网文档地址 ~/.bash_profile加入 # Add Visual Studio Code (code) export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin" zsh修改~/.zshrc # Add Visual Studio Code (code) function code { if [[ $# = 0 ]] then open -a "Visual Studio Code" else
vue使用highlight.js <template> <div ref="code" class="code" v-html="html"></div> </template> <script> import hljs from 'highlight.js' import 'highlight.js/styles/androidstudio.css' export default { props: { html: {
公司和家里的电脑访问github一直很快,最近几天家里边的电脑访问速度很慢,速度一秒一k地速度,实在受不了。网上看到了这个修改host文件的方法很管用,github访问和下载速度变得很快简书 打开终端,编辑hosts文件 sudo vim /etc/hosts 添加以下内容 # github 151.101.185.194 github.global.ssl.fastly.net 192.30.253.112 github.com 151.101.112.133 assets-cdn.github.com 151.101.184.133 assets-cdn.github.com 185
命令行中更好的使用git log
两行代码 搞定计数
一、前端技能图 二、 vue cli vue-cli 安装 # 安装 npm install -g @vue/cli # 查看版本是否正确 vue --version vue 快速开发 # 安装全局服务 npm install -g @vue/cli-service-global # 快速原型开发 vue serve # 编辑 vue build 创建项目 vue create hello-world # or vue ui 三、在写作中提升 hexo 搭建一个博客 好看的主题 主题 其他
在掘金上看到了一篇文章,一直想自己写一份。终于在工作之余,抽时间自己写了一份。这里只展示主要代码,详细代码请到github仓库 很惭愧!一天之后就放弃了,平均8个小时微信自动掉线(github有推荐收费pad版,暂时不尝试了)(/ω\) 代码 github地址 核心代码 【登录微信】 const qrcodeTerminal = require('qrcode-terminal') const { Wechaty, Contact, Message, log } = require('wechaty') const startSchedule = require('./schedule
const fs = require('fs') const axios = require('axios') const cheerio = require('cheerio') const baseUrl = 'https://pixabay.com' let page = 1 const url = 'https://pixabay.com/images/search/nature/?cat=science' function downloadImage(src) { const name = s