随笔分类 -  小作品

摘要:Winform小软件 —— 摇奖机代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Threading;namespa 阅读全文
posted @ 2012-04-17 23:16 stevejson 阅读(347) 评论(0) 推荐(0)
摘要:C# 实体类生成工具我知道:这类工具在网上已有不少。但下载后一试用,很是不爽! 要么过于庞大,使用起来比较复杂,似乎杀鸡焉用牛刀; 要么太过简单,使用起来难以满足我的需求。而此工具要做到既小巧,又实用,可谓之“众里寻他千百度,摆渡百度无觅处” ^_^No way out, do it yourself ! so, 有了下文 。。。根据实际需求,站在用户角度,编写了此工具。本人之此工具,不可谓之很有技术含量,但一定小巧实用;本人之此工具,不可谓之多么强大完美,但一定体贴入微;实现功能:1、能自动获得用户数据库中的所有数据表;2、能根据用户所选的数据表,自动生成实体类;3、能根据用户的需求和选择. 阅读全文
posted @ 2012-04-17 23:14 stevejson 阅读(810) 评论(0) 推荐(0)