`
文章列表
  这篇文章是我的多线程笔记,帮助梳理一下脉络。   1. Basic Knowledge Keywords: synchronized, volatile. Methods: wait(), notify(); run(), start(); How to start thread?         new MyThread().start();   or new Thread(new MyRunnable()).start(). Thread Status   2. Executor framework: Class UML Executors, ...
aws:reInvent https://live.awsevents.com/reinvent/ 2019   阿里云栖大会 https://yunqi.aliyun.com/?id=19556     Microsoft Build 微软Build 2019全回顾:Azure打头阵,开发者服务“全家福”亮相 2019   Google https://developersummit.googlecnapps.cn/

Golang

Go社区的知识图谱,Knowledge Graph https://github.com/gocn/knowledge     Go代码重构:23倍的性能爆增  https://www.cnblogs.com/sunsky303/p/9296188.html?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io   Golang 设计模式     Atom被墙Packages国内镜像安装

Mac快捷键

    博客分类:
  • Mac
Mac快捷键   显示/隐藏 Dock 【⌥+⌘+D】     https://www.jianshu.com/p/e86c35294d05    

Node/NPM Note

  npm --loglevel info i grunt npm install jquery@3.3.1   npm i npm run build   npm config set registry https://registry.npm.taobao.org npm config get registry  
Start local proxy: kubectl proxy --port=8080 &     URL List: Type URL API http://localhost:8080/api Namespaces http://localhost:8080/api/v1/namespaces Nodes http://localhost:8080/api/v1/nodes Pods http://localhost:8080/api/v1/namespaces/default/pods Pod http://localh ...
  Spring Root What is the difference between Spring Boot and the Spring framework?
  2017年火车票起售时间 (北京) 车站 发售时间 北京西 08:00 北京站 10:00 北京北 12:00 北京南 12:30 北京东 16:00

Docker Notes

  $ sudo usermod -aG docker $USER     Docker学习- 1.12 http://blog.csdn.net/idwtwt/article/category/6420522     Open Source at Docker, Part 1: The People Open Source at Docker, Part 2: The Processes Open Source at Docker, Part 3: The Tooling and Automation     Docker源码分析(1.12)-Client创建 ...

Golang Note

  Golang Install: Go环境配置(2013) https://github.com/golang/go/wiki/GOPATH Installing Go And Your Workspace   本地建立DOC服务 命令: godoc -http=:8080 网址: http://localhost:8080/     Install tour on local: https://github.com/golang/tour $ go tool tour  http://127.0.0.1:3999     深入学习golang(2)—cha ...

Ubuntu Command Note

  Change TimeZone: root@ubuntu:~# timedatectl set-timezone Asia/Shanghairoot@ubuntu:~# timedatectl Local time: Sun 2016-11-06 14:43:54 CST Universal time: Sun 2016-11-06 06:43:54 UTC RTC time: Sun 2016-11-06 06:43:54 Time zone: Asia/Shanghai (CST, +0800) Network time on: yesNTP synchronized: yes R ...

Linux Notes

  Linux find 用法示例   DNS: /etc/hosts, /etc/resolve.conf, /etc/hostname   YAML 学习笔记

vim Note

  在 Vim 中优雅地查找和替换   vim使用(一):基本命令 vim使用(二):常用功能 vim使用(三):.viminfo和.vimrc   vim 环境设定与记录: ~/.vimrc, ~/.viminfo

Mac Note

1. 保持截图到粘贴版 shift + ctrl + command + 4 shift + ctrl + command + 3 (全屏)   如何在Mac OS X上截取屏幕截图

Security / SSL

https://www.ssllabs.com/ssltest/analyze.html?d=www.jjkeller.com
Global site tag (gtag.js) - Google Analytics