上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: [Mithril is a modern client-side Javascript framework for building Single Page Applications. It's small (< 8kb gzip), fast and provides routing and XHR utilities out of the box.](https://mithril.js.or... 阅读全文
posted @ 2017-07-03 11:22 白云辉 阅读(83) 评论(0) 推荐(0) 编辑
摘要: [cdnjs](https://cdnjs.com/libraries/mithril/)`````` 阅读全文
posted @ 2017-07-02 21:06 白云辉 阅读(73) 评论(0) 推荐(0) 编辑
摘要: [一款具有高生产力和模块化设计的 Go Web 框架](https://go-macaron.com/) 阅读全文
posted @ 2017-06-30 14:54 白云辉 阅读(70) 评论(0) 推荐(0) 编辑
摘要: [Linux工具快速教程](http://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/crontab.html)[The Raft Consensus Algorithm](https://raft.github.io)[Go 语言在谷歌:以软件工程为目的的语言设计](http://www.ctolib.com/topics-17890.html... 阅读全文
posted @ 2017-06-28 10:42 白云辉 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1. [PostgreSQL全球开发组今天宣布PostgreSQL 中文社区](http://www.postgres.cn/index.php/home) -- [github](https://github.com/postgres-cn/pgdoc-cn)2. [架构师之路16年精选50篇](https://mp.weixin.qq.com/s?__biz=MjM5ODYxMDA5OQ==&... 阅读全文
posted @ 2017-06-27 11:08 白云辉 阅读(138) 评论(0) 推荐(0) 编辑
摘要: [golang 中国](http://www.golangtc.com/)[gocn](https://gocn.io/) [golang Applicable to all database connection pools](https://github.com/PerforMance308/go-pool)[xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便](... 阅读全文
posted @ 2017-06-25 10:42 白云辉 阅读(3446) 评论(1) 推荐(1) 编辑
摘要: [Linux之awk详解](http://www.jianshu.com/p/ea22c809ae9f)[AWK程序设计语言](http://awk.readthedocs.io/en/latest/index.html) 阅读全文
posted @ 2017-06-23 10:35 白云辉 阅读(130) 评论(0) 推荐(0) 编辑
摘要: ## ctrl+shift+p - 安装 `vscode-go` 插件:```> ext install Go```- 安装 `go tools`:```> Go Install/Update Tools```- 新项目按 `vscode-go-build` 配置.- 下载失败配置 `hosts`:```https://github.com/racaljk/hosts```## vscode-go... 阅读全文
posted @ 2017-06-23 10:33 白云辉 阅读(711) 评论(0) 推荐(0) 编辑
摘要: ```hosts: 172.16.10.26 node1 172.16.10.27 node2 172.16.10.28 node3```把上面的主机分别添加到各自的hosts中在三台主机上面创建.erlang.cookie文件在主目录并把VORMVSAAOFOFEQKTNWBA添加进去(3)rabbitmq-env.conf rabbitmq的环境参数配置RABBITMQ_N... 阅读全文
posted @ 2017-06-14 10:53 白云辉 阅读(558) 评论(0) 推荐(0) 编辑
摘要: ```# rcode.py# -*- coding: utf-8 -*-import logginglog = logging.getLogger(__name__)class Code(object): def __init__(self, had_changed=False, obj=None): self.obj = obj self.had_changed... 阅读全文
posted @ 2017-05-27 15:22 白云辉 阅读(271) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页