摘要:
楼盘相册 " width="100%"/> ... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Text;using System.Xml;using System.Security.Cryptography;using System.Net;using System.IO;public partial class Manager400_Default : System.Web.UI.Page{ .. 阅读全文
摘要:
max-width: 680px; _width: expression(this.width>680?'680px':this.width) 阅读全文
摘要:
//caozuocookie var webusername = ""; function getCookie(name){var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)");if(arr=document.cookie.match(reg)) return unescape(arr[2]);else return null;} if (getCookie("username")!=null) {String.prototype.trim = function( 阅读全文
摘要:
var str = "http://wasmip.baidu.com.cn/mip/km/archives/km_archives_main/kmArchivesMain.do?method=view&fdId%1059192测试22222http://www.baidu.comwww.baidu.com"; var re=/(http:\/\/)?[A-Za-z0-9]+\.[A-Za-z0-9]+[\/=\?%\-&_~`@[\]\':+!]*([^\"\"])*/gi; var arry1; var arry2=[]; va 阅读全文
摘要:
如果想要查出SQL Server死锁的原因,下面就教您SQL Server死锁监控的语句写法,如果您对此方面感兴趣的话,不妨一看。下面的SQL语句运行之后,便可以查找出SQLServer死锁和阻塞的源头。查找出SQLServer的死锁和阻塞的源头 --查找出SQLServer死锁和阻塞的源头use mastergodeclare @spid int,@bl intDECLARE s_cur CURSOR FORselect 0 ,blockedfrom (select * from sysprocesses where blocked>0 ) awhere not exists(sele 阅读全文
摘要:
http://www.bootcss.com 阅读全文
摘要:
CSS样式中”大于号”在一段CSS代码中见到一个大于号(>),代码如下:BODY#css-zen-garden>DIV#extraDiv2 {BACKGROUND-IMAGE:url(../images/bg_face.jpg);Z-INDEX: 2;POSITION: fixed;WIDTH: 205px;BOTTOM: 0px;BACKGROUND-REPEAT: no-repeat;BACKGROUND-POSITION: left bottom;HEIGHT: 594px;LEFT: 0px}CSS中的大于号表示什么意思呢?举例说明:有一个DIV层包含多个span标签,代码 阅读全文
摘要:
SET QUERY_GOVERNOR_COST_LIMIT 0 阅读全文
摘要:
function Checkreg() { //验证电话号码手机号码,包含153,159号段 if (document.form.phone.value=="" && document.form.UserMobile.value==""){ alert("电话号码和手机号码至少选填一个阿!"); document.form.phone.focus(); return false; } if (document.form.phone.value != ""){ var phone=document.f 阅读全文