摘要: using System; using System.Text; using System.Windows.Forms; using System.Threading; namespace WindowsApplication1 { public partial class Form1 : Form 阅读全文
posted @ 2014-11-29 09:56 David_cheng 阅读(214) 评论(0) 推荐(0)
摘要: 用反射的形式来执行以下代码 new String(new StringBuffer("abc")); public static void main(String[] args) throws Exception { // TODO Auto-generated method stub // 运用反 阅读全文
posted @ 2014-10-20 11:38 David_cheng 阅读(186) 评论(0) 推荐(0)