摘要:
序列化成一个字符串:public static string XMLSerialize(T entity) { StringBuilder buffer = new StringBuilder(); XmlSe... 阅读全文
摘要:
这是CSS的定义经常用到的样式:body{ width:100%; background:#000; text-align:center;font:12px "宋体", Arial, Helvetica, sans-serif; color:#d9d9d9; line-height:20px;}*{... 阅读全文
摘要:
Google Closure Compiler : http://code.google.com/closure/compiler/YUI Compressor : http://developer.yahoo.com/yui/compressor/packer : http://dean.edwa... 阅读全文
摘要:
这是简单的下拉菜单 JavaScript下拉菜单 栏目1 栏目1->菜单1 栏目1-... 阅读全文
摘要:
1、Post提交 private string PostWebRequest(string Url, string paramData, string dataEncode) { string ret = string.Empty; try ... 阅读全文
摘要:
制作一个aspx页面,专门用来生成各个动态aspx页面的静态页面。如下图所示,仅将内容页和主页面生成静态页面,当然本例只是一个简单的范例,实际情况如很复杂,但原理都是相同的。生成内容页:本例中的不同内容页以不同的ID来进行区分,输入不同的ID值,点击“生成内容页”按钮,将调用执行后台代码(如代码)... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
1,页面初始化时,调用插件进行一次排版;2,当用户将滚动条拖到底部时,用ajax加载一次数据,并排版显示3,重复2,直到无数据html代码 : 1 2 3 4 5 Insert title here 6 7 37 ... 阅读全文
摘要:
验证邮箱: $('input[data-name="email"]').keyup(function () { var em; em = $(this).val(); if (!em.match(/[\w\.\-]+@[a-z0-9\-]+\.([a-z\.... 阅读全文
摘要:
下载http://www.oracle.com/technetwork/java/javase/downloads/index.html下载JDK,Eclipse 安装需要JDK环境;http://www.eclipse.org/downloads/ 下载Eclipse IDE for Java E... 阅读全文