Daily Archives: April 29, 2015

Welcome to Huang Shiyang’s WordPress

Welcome to Huang Shiyang’s WordPress! Most of my sources can be found here.     Links: Personal Website: http://huangshiyang.com Github: https://github.com/ShiyangHuang ... Read More | Share it now!

Java 里把 InputStream 转换成 String 的几种方法

我们在 Java 中经常会碰到如何把 InputStream 转换成 String 的情形,比如从文件或网络得到一个... Read More | Share it now!

Generating SSH keys

https://help.github.com/articles/generating-ssh-keys/ SSH keys are a way to identify trusted computers, without involving passwords. The steps below will walk you through generating an SSH key and adding the public key to your GitHub account. We... Read More | Share it now!