使用docker安装mysql数据库

docker

使用docker安装mysql数据库

使用docker安装nginx(使用宿主机网络)

docker

使用docker安装nginx(使用宿主机网络)

Dockerfile文件简介

docker

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基础入门

docker

docker基础入门

mac 把窗口移到另一个桌面,减少等到时间

linux

defaults write com.apple.dock workspaces-edge-delay -float 0.2;killall Dock

nuxt在组件外部使用$router、$route、$store

前端开发

客户端nuxt在组件外部访问路由跳转和访问vuex store

通过正则获取背景图片地址

前端开发

通过正则获取背景图片地址

mac电脑在terminal中打开vscode

前端开发

官网文档地址 ~/.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

vue

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访问速度很慢(mac)

前端开发

公司和家里的电脑访问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

git

命令行中更好的使用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 搭建一个博客 好看的主题 主题 其他

node使用wechaty制作微信机器人每天给老婆发送暖心

nodeJs

在掘金上看到了一篇文章,一直想自己写一份。终于在工作之余,抽时间自己写了一份。这里只展示主要代码,详细代码请到github仓库 很惭愧!一天之后就放弃了,平均8个小时微信自动掉线(github有推荐收费pad版,暂时不尝试了)(/ω\) 代码 github地址 核心代码 【登录微信】 const qrcodeTerminal = require('qrcode-terminal') const { Wechaty, Contact, Message, log } = require('wechaty') const startSchedule = require('./schedule

使用nodeJS爬取一些测试图片

nodeJs

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

标签

  • 全部
  • html
  • css
  • js基础
  • react
  • nodeJs
  • 前端开发
  • 娱乐
  • linux
  • windows
  • 关于我
  • mysql
  • 七牛
  • 微信
  • vue
  • git
  • webpack
  • 小程序
  • docker
  • python