随笔分类 -  C#

摘要:CKediotr官方:http://ckeditor.com/使用版本:ckeditor_3.6.4.zipCKediotrDemo:下载 (未实现上传)效果图:一、使用方法: 1、在页面<head>中引入ckeditor核心文件ckeditor.js <script type="text/javascript" src="ckeditor/ckeditor.js"></script> 2、在使用编辑器的地方插入HTML控件<textarea> <textarea id="TextArea1 阅读全文
posted @ 2012-07-26 10:28 _某某某_ 阅读(346) 评论(0) 推荐(1)
摘要:Asp.Net MVC Asp.net_Mvc3_CRUDAsp CKediotrDemo:下载(未实现上传) 阅读全文
posted @ 2012-04-26 15:29 _某某某_ 阅读(142) 评论(0) 推荐(0)
摘要:DateTime dt = DateTime.Now;Label1.Text = dt.ToString();//2009-07-5 13:21:25Label2.Text = dt.ToFileTime().ToString();//127756416859912816Label3.Text = dt.ToFileTimeUtc().ToString();//127756704859912816Label4.Text = dt.ToLocalTime().ToString();//2009-07-5 21:21:25Label5.Text = dt.ToLongDateString().To 阅读全文
posted @ 2012-04-23 08:52 _某某某_ 阅读(578) 评论(3) 推荐(4)