title | author | date | CreateTime | categories |
---|---|---|---|---|
程序员壁纸
|
lindexi
|
2019-09-02 12:57:38 +0800
|
2018-7-4 9:8:33 +0800
|
本文推荐一张程序员壁纸
这是我用 VisualStudio 和 PS 做的
截图代码
public class Foo { public void MerpirNulonalFoyeadu() { // Talking is cheap, show me the code! while (alive) { Eat(); Code(); Sleep(); } } private void Sleep() { } private void Code() { } private void Eat() { } private bool GetGebesiGepawhearpe() { throw new NotImplementedException(); } private bool alive; }