link to JianShu
get programming with go
https://play.golang.org/
https://golang.org/ref/spec
Unit 0 Getting started
lesson 1 get ready, get set, go
- With the Go Playground you can start using Go without installing anything.
- Every Go program is made up of functions contained in packages.
- To print text on the screen, use the fmt package provided by the standard library.
- Punctuation is just as important in programming languages as it is in natural languages.
- You used 3 of the 25 Go keywords:
package
, import
, and func
total 25 key words
link on JianShu
甲乙组是以500万为临界点对新股认购用户做的分组,认购总金额≤500万港元的,就属于甲组(小散);认购总金额>500万港元的,就属于乙组(大户)。
link on JianShu
how to clean cache in yarn
yarn cache clean
安装下面的 操作在Window环境下执行OK了。没想到在Mac环境上反而出了问题。
git clone https://github.com/MixinNetwork/desktop-app.git
cd desktop-app
yarn install
yarn electron:serve
一开始是yarn install
时无法下载,这个问题多试几次基本就OK了。 最终编译通过,启动时却报错——
link on JianShu
在github上使用github page:jekyll github pages 实际上,GitHub Pages are powered by Jekyll behind the scenes, so they’re a great way to host your Jekyll-powered website for free.
link on JianShu
标准操作只需要三部:
- 安装gem:
gem install bundler jekyll
- 生成站点:
jekyll new my-awesome-site
- 启动站点:
bundle exec jekyll serve
bundle exec jekyll serve --drafts
VS.
hugo server --watch --verbose --buildDrafts
link on JianShu
看了官方文档才意识到Windows 10已经默认支持了windows subsystem for linux,直接在命令行里执行 bash
就可以切换到linux环境。
link on JianShu
link to JianShu
Don’t laugh and weep all at once, I have an ulterior motive for learning Go and Electron.
TEE-BFT-DAG network
拜占庭容错机制
link on JianShu
from: mixin.lol/assets
Mixin做为二级网络,到底在网络内沉淀了多少的区块链资产,大概是最有说服力的信息了。
官方提供了排名靠前的资产列表Top Assets。
link on JianShu
根据这里的公开信息,做了一点整理工作。
link on JianShu
origin source
根据源码信息,整理了目前已知是31个节点的信息。(截止到2019-12-22日)
link on JianShu
中签率即为一手中签率,是指不同申购数量下所对应的平均每中签一手的概率。
一手中签率=总中签手数/总认购手数。
实际中签率=一手中签率*申购手数。
link on JianShu
什么是回拨机制
港股新股发行分为公开发售(散户认购)和国际配售(机构投资者认购)。通常公开发售占所有发行股份的10%,国际配售占所有发行股份的90%,但是这个不是一成不变的,上市公司/承销商可以根据认购倍数来调整公开发售和国际配售发行股份的比例,这就是回拨机制。
link on JianShu
暗盘交易不通过交易所系统,而是通过某些大型券商自行设立的内部系统进行报价撮合。大部分港股新股中签结果公布和暗盘交易是同一天,一般为新股正式上市日前一个交易日下午4:15至6:30。
link on JianShu
白表:个人
黄表:机构
Please use this form if you want the Hong Kong Offer Shares to be issued in your name
如 閣下欲以本身名義登記將獲發行的香港發售股份,請使用本表格
Please use this form if you want the Hong Kong Offer Shares to be issued in your name
How to make your application