文章分类 -  收藏品

Struts GUI 工具
摘要:表 1. Struts GUI 工具 应用程序 性质 网址 Adalon 商业软件 http://www.synthis.com/products/adalon Easy Struts 开放源码 http://easystruts.sourceforge.net/ Struts Console 免费 http://www.jamesholmes.com/struts/conso... 阅读全文

posted @ 2004-09-02 12:27 muddle 阅读(604) 评论(0) 推荐(0)

Supporting VS.NET and NAnt
摘要:Up until recently, I'd been running automated builds for .NET apps using a set of batch files that called out to devenv.exe to do the actual build. This worked well at first, but has a number of draw... 阅读全文

posted @ 2004-04-07 13:39 muddle 阅读(674) 评论(0) 推荐(0)

【分享】Struct <--> Byte[]
摘要:static byte[] StructToBytes(object structObj){int size = Marshal.SizeOf(structObj);IntPtr buffer = Marshal.AllocHGlobal(size);try{Marshal.StructureToPtr(structObj, buffer, false);byte[] bytes = new b... 阅读全文

posted @ 2004-03-30 11:05 muddle 阅读(494) 评论(0) 推荐(0)

导航