- 博客(2)
- 收藏
- 关注
原创 c#函数
1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=curre
2008-04-22 10:22:00
261
转载 Gridview_operating(.net_summary)
public partial class adminTeacherDetails : System.Web.UI.Page 14...{ 15 protected void Page_Load(object sender, EventArgs e) 16 ...{ 17 if (!IsPostBack) 18 ...{ 19 GridV
2008-04-18 13:44:00
278
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅