全速加载中

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页
摘要: 楼盘相册 " width="100%"/> ... 阅读全文
posted @ 2013-11-14 15:45 许鸿飞 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 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{ .. 阅读全文
posted @ 2013-11-13 16:11 许鸿飞 阅读(297) 评论(0) 推荐(0) 编辑
摘要: max-width: 680px; _width: expression(this.width>680?'680px':this.width) 阅读全文
posted @ 2013-11-12 15:37 许鸿飞 阅读(284) 评论(0) 推荐(0) 编辑
摘要: //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( 阅读全文
posted @ 2013-11-08 10:18 许鸿飞 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2013-10-24 09:57 许鸿飞 阅读(2754) 评论(0) 推荐(0) 编辑
摘要: 如果想要查出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 阅读全文
posted @ 2013-09-23 15:46 许鸿飞 阅读(1773) 评论(0) 推荐(1) 编辑
摘要: http://www.bootcss.com 阅读全文
posted @ 2013-09-22 15:27 许鸿飞 阅读(149) 评论(0) 推荐(1) 编辑
摘要: 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标签,代码 阅读全文
posted @ 2013-09-21 16:46 许鸿飞 阅读(2675) 评论(0) 推荐(0) 编辑
摘要: SET QUERY_GOVERNOR_COST_LIMIT 0 阅读全文
posted @ 2013-09-17 10:59 许鸿飞 阅读(547) 评论(0) 推荐(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 阅读全文
posted @ 2013-09-10 14:37 许鸿飞 阅读(17697) 评论(1) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 21 下一页