240 发简信
IP属地:上海
  • PHAsset获得视频URL

    昨天一天下午还真是个种查,各种搜索,然后各种技术群,各种问,(没人鸟我),其实我是有这个能力的,怎么就一上来各种查呢?人还是要相信自己的...

  • Resize,w 360,h 240
    微信小程序---弹性布局

    以下文章主要摘自阮一峰的《阮一峰的网络日志》,链接:http://www.ruanyifeng.com/blog/2015/07/flex-gr...

  • MySQL环境变量配置及修改密码

    添加环境变量 1、打开终端,输入: cd ~ 会进入~文件夹 2、然后输入:touch .bash_profile 回车执行后, 3、再输入:o...

  • 一台电脑多个git账号,clone方法

    1.查看用户~/.ssh下是否存在 config文件,如不存在使用命令 touch config创建,然后配置config # default ...

  • img缩放

    1、aspectfit img{ width: auto; height: auto; max-width: 100%; max...

  • vscode代码格式化

    https://blog.csdn.net/weixin_38289699/article/details/79893599

  • git 常用命令

    git init git clone https://github.com/xxx.git git config user.name "xxx"...

  • iOS推送通知证书生成

    Develop证书不是push证书(生产PushChatKey.p12)密码都输一样的icld cd /Users/yrx/Desktop op...

  • 小程序 构建npm

    npm init npm install --production npm install --save miniprogram-recycle...