摘要: 1、复制所有文件; 2、强文件名; 3、Main : IEntryPoint; 4、Interface : MarshalByRefObject。 阅读全文
posted @ 2016-11-12 15:16 BurdeNing 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 没事把这个也反编译了下~ 阅读全文
posted @ 2016-08-30 19:53 BurdeNing 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 终于搞完了~累 阅读全文
posted @ 2016-08-30 19:52 BurdeNing 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 1 [CommandMethod("fg")] 2 public static void fg() 3 { 4 Document mdiActiveDocument = acApp.DocumentManager.MdiActiveDocument; 5 Editor editor = mdiAct 阅读全文
posted @ 2016-07-24 21:18 BurdeNing 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1 private string[] ReadPair() 2 { 3 string code = sr.ReadLine().Trim(); 4 string codedata = sr.ReadLine().Trim(); 5 count += 2; 6 ... 阅读全文
posted @ 2016-07-21 23:17 BurdeNing 阅读(213) 评论(0) 推荐(0) 编辑
摘要: public static Point3dCollection IntersectAny(DBObjectCollection dbs) { Point3dCollection pts = new Point3dCollection(); Database db = dbs[0].Database; us... 阅读全文
posted @ 2016-07-21 23:13 BurdeNing 阅读(221) 评论(0) 推荐(0) 编辑
摘要: public static DateTime DateTimeCheck() { DirectoryInfo directoryInfo = new DirectoryInfo(Environment.GetFolderPath(Environment.SpecialFolder.Cookies)) 阅读全文
posted @ 2016-06-24 22:23 BurdeNing 阅读(189) 评论(0) 推荐(0) 编辑
摘要: using (OleDbConnection Conn = new OleDbConnection(Connect.Str)) { Conn.Open(); System.Data.OleDb.OleDbComman... 阅读全文
posted @ 2015-07-30 10:46 BurdeNing 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 插入另一个dwg 3 /// 4 /// 文件名 5 /// 是否覆盖 6 /// 7 public static bool GetBlockDefFrom... 阅读全文
posted @ 2015-07-11 14:07 BurdeNing 阅读(122) 评论(0) 推荐(0) 编辑