2020/9/9

稿定设计微信封面图祛除水印

稿定设计封面下载无水印版是需要钱的啦 其实就是三行代码的事,but...不想每次都复制粘贴代码啊 so就…

  • chrome插件生活
  • 2020/9/9
  • helei
  • 1,947
  • 2020/9/9

    chrome(google)浏览器插件安装方法

    本地插件 1、在浏览器地址栏输入     chrome://extensions/    &…

  • chrome插件生活
  • 2020/9/9
  • helei
  • 1,481
  • 2020/9/9

    chrome扩展中,content-script与background.js之间的通信

    background.js发消息给content-script background.js发送 chrome.tabs.query({active: true,&nbs…

  • chrome插件生活
  • 2020/9/9
  • helei
  • 1,940
  • 2020/9/7

    git 本地与远程仓库同步操作

    git fetch  从远程仓库下载本地仓库中缺失的提交记录 更新远程分支指针(假设为 o/master) git …

  • github
  • 2020/9/7
  • helei
  • 1,039
  • 2020/9/7

    微信小程序修改变量值

    this.setData({     test:'hello world!'   })

  • 微信小程序
  • 2020/9/7
  • helei
  • 970
  • 2020/9/7

    国外网站下载限速解决方案

    http://www.internetdownloadmanager.com/

  • 生活
  • 2020/9/7
  • helei
  • 879
  • 2020/9/4

    macOS Catalina (macOS 10.15) 已损坏无法打开解决办法

    打开终端(屏幕下方“小火箭”——“其他”——打开“终端”),在终端中粘贴下面命令:   sudo xattr -r -d com…

  • macos
  • 2020/9/4
  • helei
  • 1,003
  • 2020/9/4

    mac 在终端如何进入名称带空格的目录

    对空格转义或者输入“ ”或‘ ’ open /Applications/Visual\ Studio\ Code.app open Appications/Visual&…

  • macos
  • 2020/9/4
  • helei
  • 898
  • 2020/8/31

    微信小程序sup,sub

    sup{      font-size: 10px;      vertic…

  • 微信小程序
  • 2020/8/31
  • helei
  • 1,158
  • 2020/8/29

    Mac php+nginx

    mac安装nginx+phpnginx 安装命令 brew install nginx nginx 默认监听 8080 端口,启动成功…

  • macosnginx
  • 2020/8/29
  • helei
  • 1,132