kcptun.sh

8-31 2,786 views

#!/bin/bash : <<-'EOF' Copyright 2017 Xingwang Liao <kuoruan@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"...
阅读全文 0

Centos各版本下载

8-04 734 views

https://wiki.centos.org/Download
阅读全文 0

ethereum

8-02 758 views

https://www.ethereum.org/
阅读全文 0

grpc

7-31 803 views

https://grpc.io http://doc.oschina.net/grpc?t=60133
阅读全文 0

给程序加签名

7-06 882 views

对cert.p12证书右键菜单进行Install PFX 查看已安装好的证书 开始运行中输入certmgr.msc 使用vs自带的签名工具signtool 进行签名 signtool sign /...
阅读全文 0

pacman

6-04 809 views

pacman是什么?就是和apt-get之于Ubuntu一样,pacman就是Arch的apt-get。 要想轻松玩转Arch,学会pacman是必需的 下面熟悉一下pacman的几个常用命令 MSYS2 ...
阅读全文 0

msys2 mingw 编译 protobuf

6-03 967 views

protobuf install tools pacman -S autoconf automake libtool curl make g++ unzip gen configure ./autogen.sh config ./configure --host=i686-w64-ming...
阅读全文 0

wireshark抓取本地回环数据包

5-31 762 views

http://blog.csdn.net/renwotao2009/article/details/49329713
阅读全文 0

Custom URI Schemes On Windows

5-31 720 views

Custom URI Schemes On Windows http://www.cnblogs.com/liushaofeng89/p/5432770.html
阅读全文 0

angular4 modal dialog

5-21 802 views

http://jasonwatmore.com/post/2017/01/24/angular-2-custom-modal-window-dialog-box
阅读全文 0