随笔分类 -  .NET

摘要:控制器的代码如下 在视图中使用: 1 <img src="/Account/SecurityCode" onclick="this.src=this.src+'?'"/> 阅读全文
posted @ 2016-12-23 17:27 写最少的代码 阅读(13842) 评论(1) 推荐(4)
摘要:using System;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Collections; namespace ThirdWave.DAL{ /// <summary> 阅读全文
posted @ 2016-10-24 20:19 写最少的代码 阅读(244) 评论(0) 推荐(0)