https://github.com/JoinColony/colonyToken/blob/master/contracts/Vesting.sol
单人锁仓释放
https://github.com/JoinColony/colonyToken/blob/master/contracts/Vesting.sol
https://github.com/mediarichio/ProxyToken/blob/master/contracts/ERC20Vestable.sol
https://etherscan.io/address/0xd6d79f85d8cb962b15181aac0c1545d61b6c5672#code
https://gist.github.com/rstormsf/7cfb0c6b7a835c0c67b4a394b4fd9383
https://github.com/tapmydata/tap-protocol/blob/main/contracts/VestingVault.sol
https://github.com/dan13ram/grants-platform-contracts/blob/master/contracts/EtherVesting.sol
https://github.cdnweb.icu/BIOPset/vesting-contract/tree/main/contracts
https://github.com/animocabrands/ethereum-contracts-nft_staking/blob/master/contracts/staking/NftStakingV2.sol
多人线性锁仓加断崖,第二个最好

SetWindowLong(窗口句柄,#GWL_STYLE,要设置的风格) '这是设置窗口风格样式
SetWindowLong(窗口句柄,#GWL_EXSTYLE,要设置的风格) '这是设置窗口扩展风格样式

.版本 2
.常量 GWL_STYLE,"-16", , 获取、设置窗口样式
.常量 GWL_EXSTYLE,"-20", , 获取、设置窗口扩展样式

窗口风格样式参考 http://technet.microsoft.com/zh-cn/magazine/ms632600%28en-us,VS.85%29.aspx
扩展风格 参考 http://www.cnblogs.com/linyawen/archive/2011/01/17/1937863.html

来自 https://bbs.125.la/thread-13733311-1-1.html

curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
echo '{"registry-mirrors":["https://reg-mirror.qiniu.com/"]}' > /etc/docker/daemon.json
systemctl daemon-reload 
systemctl restart docker 
docker pull rootlogin/nextcloud
docker run -d --restart=always --name nextcloud -p 8888:80 -v /data/next:/data rootlogin/nextcloud