全速加载中

摘要: 简单示例的主要代码: public partial class XMLTest : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (AddNode()) { Response.Write("保存策划你哥"); } } protected bool AddNode() { XmlDocument... 阅读全文
posted @ 2013-05-10 16:57 许鸿飞 阅读(315) 评论(1) 推荐(1) 编辑
摘要: 使用效果截图:显示表情:上传图片:代码示例:前台代码: Ueditor测试 后台代码: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { content = "进入信息";//设置初始值 } }免配置版Ueditor示例下载第一步:先配置UEditor第二步:放置编辑器第三步:以上已经把U... 阅读全文
posted @ 2013-05-10 16:25 许鸿飞 阅读(3194) 评论(0) 推荐(2) 编辑
摘要: "100" : Continue "101" : witching Protocols "200" : OK "201" : Created "202" : Accepted "203" : Non-Authoritative Information "204" : No Content "205" : Reset Content "206" : Partial Content "300" : M 阅读全文
posted @ 2013-05-10 14:40 许鸿飞 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 效果图:HTML代码:<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>网友Null分享js+flash+xml实现3D照片墙特效</title><script type="t 阅读全文
posted @ 2013-05-10 11:44 许鸿飞 阅读(1179) 评论(0) 推荐(0) 编辑