摘要:
https://software.intel.com/en-us/blogs/2014/05/10/debugging-performance-issues-in-go-programs https://studygolang.com/articles/2729 Go 程序的性能调试问题 假设你手上 阅读全文
摘要:
https://ttboj.wordpress.com/2016/02/15/debugging-golang-programs/ I’ve been writing a lot of golang lately. I’ve hit painful problems in the past. Her 阅读全文
摘要:
http://tleyden.github.io/blog/2014/10/30/goroutines-vs-threads/ Here are some of the advantages of Goroutines over threads: You can run more goroutine 阅读全文
摘要:
https://stackoverflow.com/questions/3609174/android-insert-text-into-edittext-at-current-position Cpt.Ohlund gave me the right hint. I solved it, now, 阅读全文
摘要:
https://blog.conformal.com/category/btcd/ https://github.com/btcsuite/btcd/tree/master/docs https://github.com/btcsuite/btcd https://github.com/ethere 阅读全文
摘要:
Add the below line (with tweaks) to the end of /etc/crontab: At 23:30 (11:30 PM), the kiosk will shut down. No matter what user is logged in, the shut 阅读全文
摘要:
用 node-webkit 开源框架。 做企业站,杠杠地 包括电子书和支付宝系统都是node开发的,。 接收传感器发送的数据再运算。。。对水泵、风机、空调这些硬件进行远程控制。 细数10个令人惊讶的NodeJS开源项目 在几年的时间里,NodeJS逐渐发展成一个成熟的开发平台,吸引了许多开发者。有许 阅读全文
摘要:
参考文献 ZCash7篇,有社区翻译版,但还是推荐看原汁原味的 https://z.cash/blog/snark-explain.html Vitalik3篇,小天才作者我就不介绍了,这三篇介绍得也是很透彻 https://medium.com/@VitalikButerin/quadratic- 阅读全文
摘要:
discord: https://discordapp.com/ slack: www.slack.com 阅读全文
摘要:
鉴于自己的毕设需要使用GPU CUDA这项技术,想找一本入门的教材,选择了Jason Sanders等所著的书《CUDA By Example an Introduction to General Purpose GPU Programming》。这本书作为入门教材,写的很不错。自己觉得从理解与记忆 阅读全文