golang migration to go book
http://code.sd/books/migration-to-go/
http://code.sd/books/migration-to-go/
curl获取状态码 curl -o /dev/null -s -w %{http_code} 127… 继续阅读 curl get only http_status code
location / { default_type application/json; return… 继续阅读 nginx return json
function gen_code(){ local enc_code=`echo $mac | o… 继续阅读 基于mac地址创建唯一标识
version: “3” services: cdr: image: codercom/code-s… 继续阅读 VSCode Server docker-compose
python 3.6以上: # -*- coding:utf-8 -*- import smtpli… 继续阅读 使用 Python 通过 SMTP 协议发信
from enum import Enum import requests import time … 继续阅读 requests发送http请求
简介 github binlog2sql用于解析操作sql、生成恢复sql 需要连上mysqld,不… 继续阅读 binlog2sql操作注意事项
Mac OS X 预装了 Apache,需要手动通过命令行开启。 Mac打开终端的方式:“launc… 继续阅读 Mac配置Apache
#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_swift.sh感知swift
#! /bin/bash export LANG=en_US.UTF-8 pid=`ps aux |… 继续阅读 discover_solr.sh感知solr
#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_elasticsearch.sh感知elasticsearch
主页 pvc code-server apiVersion: v1 kind: Persistent… 继续阅读 kubernetes部署code-server在线编辑器
ssl验证问题,使用下面的命令取消ssl验证即可解决 npm config set strict-s… 继续阅读 node npm install Error: CERT_UNTRUSTED
/usr/local/php/etc/php.ini [opcache] zend_extensio… 继续阅读 php7.2打开opcache
ngx_http_geoip_module模块(0.8.6+)创建变量,使用预编译的MaxMind数… 继续阅读 GeoIP库与ngx_http_geoip_module模块
/** * 判断字符串是不是utf8 如果不是转成 utf8 *@param string $vec… 继续阅读 php强制转换为UTF-8
inotify + rsync inotify过于灵敏,对文件的中间状态也会触发rsync操作;当存… 继续阅读 lsyncd同步
zabbix监控c3p0,难点在于c3p0初始化时mbean名称是变动的,需要自定义KEY实现。 新… 继续阅读 zabbix监控c3p0