摘要: 本来搜狗拼音出来好像有好长一段时间了,一直没有装,嫌网上那些什么配置方法太麻烦了。新的sogoupinyin对debian系的linux的搜狗拼音的安装方法,对其他发行版也十分方便了如果装了ibus的需要先卸载掉ibussudo apt-get autoremove ibushttp://packages.linuxdeepin.com/deepin/pool/non-free/f/fcitx-sogoupinyin-release/先这里下载需要的deb包,然后添加个fcitx的ppa源(直接apt-get install 的可能只是4.2.0,安装sogou需要fcitx-bin > 阅读全文
posted @ 2013-08-27 09:49 fakelbst 阅读(1733) 评论(0) 推荐(0)
摘要: 这个是拿Head First C#官网上实验的可执行文件示例用工具反编译出来的源代码,可以算是官方代码。 直接反编译后拿出来。。也没写注释。。。在看这本书可以参考下。Greyhound类public class Greyhound { public int Location; public PictureBox MyPictureBox = null; public Random MyRandom; public int RacetrackLength; public int StartingPosition; ... 阅读全文
posted @ 2012-01-26 10:12 fakelbst 阅读(802) 评论(0) 推荐(0)