`
liue
  • 浏览: 18122 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论
文章列表
I have tried to use the HttpClient to post data to a httpserver, but no any response returned. below is a sample: http://www.journaldev.com/7146/apache-httpclient-example-closeablehttpclient
http://www.sysadminshowto.com/how-to-configure-wake-on-lan-in-windows-10-and-windows-8-1/
https://github.com/zcash/zcash/blob/master/doc/payment-api.md https://forum.z.cash/t/wallet-dat-private-key-z-t-addresses-what-to-backup/4506
https://www.techpowerup.com/gpudb/
https://forum.z.cash/t/about-linux-dev-fees/9600/36 http://freenetworkanalyzer.com/ http://www.win10pcap.org/ https://www.winpcap.org/install/default.htm https://technet.microsoft.com/en-us/library/bb490947.aspx https://technet.microsoft.com/en-us/library/jj674819.aspx https://www.codeproject.c ...
Please use below guide to do the bios flash http://www.howtogeek.com/196916/how-to-check-your-bios-version-and-update-it/ https://us.msi.com/Motherboard/support/Z97-GAMING-5.html#down-utility https://bitcointalk.org/index.php?topic=1592305.20 http://cryptomining-blog.com/?s=motherboard https://f ...
How linux automatically kill a process base on the process name: Actually the easiest way to do that would be to pass kill arguments like below: ps -ef | grep your_process_name | grep -v grep | awk '{print $2}' | xargs kill http://stackoverflow.com/questions/13910087/shell-script-to-capture-process ...
基于zogmining: https://forum.z.cash/t/state-of-amd-gpu-mining-on-linux/4255/67 calculate the profits: http://www.coinwarz.com/calculators/zcash-mining-calculator new mining solution: https://forum.z.cash/t/xenoncats-solver-integrated-into-nheqminer/4773/50 P2Pool: https://github.com/p2pool/p2pool
区块链技术
微信验证格式文件。
<p> </p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 公司准备放弃原来的GWT投入ReactJs 怀抱。 作为一名程序员,必须得跟上。学习的套路就是先google 了解它日概念,特性,使用场景以及优势。 下文作为一个了解,感觉挺好的,所以就转过来作为学习记录: 本文来自:http://www.imooc.com/article/2379 </p><p><br data-mce-bogus="1"></p><div st ...
区块链流程图。
先来一段合约代码: // MetaCoin.sol 用于账户转账的智能合约应用 contract MetaCoin {     mapping (address => uint) balances;     function MetaCoin() {        balances[tx.origin] = 10000;     }     function sendCoin(address receiver, uint amount) returns(bool sufficient) {         if (balances[msg.sender] < amount) re ...
先来一段合约代码: // MetaCoin.sol 用于账户转账的智能合约应用 contract MetaCoin {     mapping (address => uint) balances;     function MetaCoin() {        balances[tx.origin] = 10000;     }     function sendCoin(address receiver, uint amount) returns(bool sufficient) {         if (balances[msg.sender] < amount) re ...
Global site tag (gtag.js) - Google Analytics