240 发简信
IP属地:加州
  • 解决mac下php不支持gd freetype

    -brew install php56 然后修改Apachehttpd.conf 把LoadModule php5_module 引入php56...

  • nginx 404页面提示

    在nginx.conf配置文件中location ~.php {//增加fastcgi_intercept_errors on;} server...

  • SHH免输入密码登录

    在 ./.ssh 目录算法ssh-keygen -t rsa -C 你的邮箱 -b 1024ssh-copy-id 用户名@服务器ip输入一次密码ok

  • Resize,w 360,h 240
    mysql 排名

    现在有一个 scores 积分表,记录用户的积分 现在要对积分进行排名,并计算用户的名次 这段 sql 的意思就是按照积分排名,ranking字...

  • 在nginx容器中安装php7.0+mysql

    docker安装与运行hello-world 更新软件源: sudo apt update 更新系统:sudo apt upgrade 安装d...

个人介绍
r = "a"
r * 2 == strings.Repeat(r, 2) == str_repeat(r, 2) == r.repeat(2)