240 发简信
IP属地:湖南
  • python反编译pyc

    使用 uncompyle2 下载路径 :https://github.com/wibiti/uncompyle2 安装方法:python set...

  • Markdown 工具使用

    Markdown 工具下载 Windows 用户推荐使用编辑器 MarkdownPad 下载地址:http://markdownpad.com ...

  • node.js定时任务:node-schedule的使用

    安装 npm install node-schedule 使用方法 1:确定时间 例如:2014年2月14日,15:40执行 var sched...

  • Resize,w 360,h 240
  • mysql数据库大小计算

    要想知道每个数据库的大小的话,步骤如下: 1、进入information_schema 数据库(存放了其他的数据库的信息) use inform...

  • 数据库权限开放

    全部权限grant all privileges on *.* to 'root'@'172.25.120.17' identified by ...

  • pod快速更新库

    pod install --verbose --no-repo-update 最近使用CocoaPods来添加第三方类库,无论是执行pod in...

  • CentOS开放端口

    0快速方式 /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT 然后保存: /etc/r...

  • ssh 连接阿里云一段时间不操作自动断开问题解决方案

    打开/etc/ssh/sshd_config 添加或修改: ClientAliveInterval 120 ClientAliveCountMax 0