摘要: 练习开发WPF程序的时候,是这样写的,虽然很简单,相必很多新手会用到,所以拿来共享一下,using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configurati... 阅读全文
posted @ 2015-10-05 22:43 代码小六 阅读(1025) 评论(1) 推荐(0)
摘要: 刚开始练习ADONET的时候,练习的一个SQLHelp.cs 数据库操作类,很简单,但是也很实用using System;using System.Collections.Generic;using System.Configuration;using System.Data;using Syste... 阅读全文
posted @ 2015-10-05 22:36 代码小六 阅读(655) 评论(0) 推荐(0)
摘要: 小白一个,刚刚开始学,大神不要笑话。。。。。。NVelocity是一个很容易上手的框架,从它开始学习,可以循序渐进首先,创建空web应用程序,新建一般处理程序 Login2.ashx然后,引入NVelocity, c创建Html 页面login.htm,实现登录框架 NVelocity语法是$开... 阅读全文
posted @ 2015-10-05 08:48 代码小六 阅读(2806) 评论(3) 推荐(0)