为什么C#中应该用Try-Catch?
    
            
摘要:【为什么C#中应该用Try-Catch?】 http://blog.csdn.net/dier4836/article/details/7292897
        
阅读全文
摘要:【Unity Application 前后台切换调用关系】 1、OnApplicationPause Sent to all GameObjects when the application pauses. On Android, when the on-screen keyboard is ena
        
阅读全文
摘要:【MonoDev 冷门而好用的功能】 1、Ctrl + B。跳转到对应的{}、()。 2、View -> Editor Layout -> 2 Columns。双屏工作。 3、Editr -> Format -> Format Document | Format Selection。规范化代码。 4
        
阅读全文
摘要:【Android Runtime】 Every Android application runs in its own process, with its own instance of the Dalvik virtual machine. Dalvik has been written so t
        
阅读全文
摘要:【一个巨坑】 a.bat的内容:echo 1b.batecho 2执行结果:运行a.bat时,输出1,然后调用b.bat, 但是 echo 2 显示不出来。 bat怎么调用bat文件并返回? 例如主文件为1.bat,怎么调用2.bat,并在2.bat运行完后返回1.bat继续运行? 答:用call就
        
阅读全文