2020/8/31

微信小程序sup,sub

sup{      font-size: 10px;      vertic…

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

    Mac php+nginx

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

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

    Mac安装python

    1、查看 mac 自带系统版本 #查看系统自带的python open /System/Library/Frameworks…

  • macospython
  • 2020/8/29
  • helei
  • 1,024
  • 2020/8/29

    Mac安装Homebrew Mac安装Homebrew 国内安装(可用): /bin/zsh -c "$(curl -fs…

  • macos
  • 2020/8/29
  • helei
  • 1,040
  • 2020/8/28

    微信聊天机器人

    ItChat - Python wxpy - Python wxpy 在 itchat 的基础上提供更丰富的扩展 wechat - PHP 官方: 它可…

  • 生活
  • 2020/8/28
  • helei
  • 1,149
  • 2020/8/28

    微信小程序页面传参

    wx.navigateTo({ url: '/packageTab1/pages/cangchu/cangku?xxx=xxx',  // 通过url传到…

  • 微信小程序
  • 2020/8/28
  • helei
  • 1,110
  • 2020/8/25

    ​js15位身份证号码转18位

    从1999年10月1日起,全国实行公民身份证号码制度,居民身份证编号由原15位升至18位。前6位为地址码;…

  • 生活
  • 2020/8/25
  • helei
  • 1,075
  • 2020/8/24

    python3模拟post/get

    post url = ""  headers = { 'Accept':'applicati…

  • python
  • 2020/8/24
  • helei
  • 915
  • 2020/8/18

    nginx启动停止

    /usr/local/nginx/sbin/nginx -s stop 停止 /usr/local/nginx/sbin/nginx -s reload 重启 /usr/local/…

  • nginx
  • 2020/8/18
  • helei
  • 1,003
  • 2020/8/18

    nginx配置ssl

    # 配置服务器   server {       # 你监听的端口号       listen&…

  • nginx
  • 2020/8/18
  • helei
  • 900