摘要:
http://blog.csdn.net/ojlovecd/archive/2011/03/30/6289943.aspx 阅读全文
摘要:
总结:若没有服务器端代码,readfile 方法优于 include 方法和 require 方法。谢谢浏览!谢谢关注! 阅读全文
摘要:
EFMVC - ASP.NET MVC 3 and Entity Framework 4.1 Code First 下载地址:http://efmvc.codeplex.com/我的评价:下载后看了,觉得很牛!推荐NBlog : ASP.NET MVC 3.0 Blog Engine下载地址:http://nblog.codeplex.com/我的评价:目前初步看了一下,小写路由映射很吸引人!推荐! 阅读全文
摘要:
代码如下:附近下载:http://files.cnblogs.com/great/MyPHPTest.rarHello.php<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>我的第一个PHP程序</title><style type="text/css">div { border:solid 1px red; margin: 10px 0 阅读全文
摘要:
代码:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>用JS控制IFrame的高度,让它的高度自动适应</title> <style type="text/ 阅读全文
摘要:
代码如下: <script language="javascript" type="text/javascript"> function startList() { if (document.all&&document.getElementById) { var navRoot = document.getElementById("nav"); for (i=0; i<navRoot.childNodes.length; i++) { node = navRoot.childNodes[i]; if 阅读全文
摘要:
代码如下:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charse 阅读全文
摘要:
Jquery-API-zh-cn 地址:http://code.google.com/p/jquery-api-zh-cn/downloads/list 阅读全文
摘要:
代码胜过一切!Program.csusing System;using System.Collections.Generic;using System.Text.RegularExpressions;namespace ConAppRegex{ public static class RegexHelper { public static readonly Regex regValidateObject = new Regex(@"(?n)(?<name>[^{},]+)\{(?<data>((?<o>\{)|(?<-o>\})|[^{ 阅读全文