摘要: 方法:1.netstat -ano查看端口,发现XXX软件 80端口被占用PID:1712,将XXX软件改用8080端口服务可以被启动2.用procexp查看发现1712 进程为skype,退出skype,XX软件 80端口即可用procexp 下载地址:http://files.cnblogs.com/ishibin/%E5%BC%BA%E5%A4%A7%E7%9A%84%E8%BF%9B%E7%A8%8B%E7%AE%A1%E7%90%86%E5%B7%A5%E5%85%B7Procexp%E4%B8%AD%E6%96%87%E7%89%88.rar 阅读全文
posted @ 2014-03-15 16:53 ishibin 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 输出格式:Feb 12th Wednesday 2014 阅读全文
posted @ 2014-02-12 16:19 ishibin 阅读(3333) 评论(0) 推荐(0) 编辑
摘要: 常用的 JavaScript 检测浏览器为 IE 是哪个版本的代码,包括是否是最人极端厌恶的 ie6 识别与检测。var isIE=!!window.ActiveXObject;var isIE6=isIE&&!window.XMLHttpRequest;var isIE8=isIE&&!!document.documentMode;var isIE7=isIE&&!isIE6&&!isIE8;if (isIE){if (isIE6){alert("ie6");}else if (isIE8){alert(&q 阅读全文
posted @ 2013-12-14 16:24 ishibin 阅读(201) 评论(0) 推荐(0) 编辑
摘要: using System.Diagnostics;//引用相关的命名空间Stopwatch st=new Stopwatch ();//实例化类st. Start();//开始计时//需要统计时间的代码段st.Stop();//终止计时Response.Write(st.ElapsedMilliseconds.ToString());//输出时间。输出运行时间:Elapsed,带毫秒的时间:ElapsedMilliseconds//Response.Write是asp .net中使用的输出 阅读全文
posted @ 2013-12-14 10:18 ishibin 阅读(2443) 评论(0) 推荐(0) 编辑
摘要: //保存数据库连接信息到conn.php $fp=fopen(INSTALL_PATH.'/../conn/conn.php','w'); if (!$fp) { echo "sorry,try again!"; } $conn_config=""; $fw=fwrite($fp,$conn_config); echo "create file end ."; if ($fw) { echo "success add conn.php !"; }else{ echo "Er 阅读全文
posted @ 2013-12-04 10:35 ishibin 阅读(308) 评论(0) 推荐(0) 编辑
摘要: $conn = mysql_connect($tc_server, $tc_user_name, $tc_user_pass);mysql_select_db($tc_data_name, $conn); $sql="SELECT * FROM pre_common_admincp_cmenu"; $res1= mysql_query($sql); while($row=mysql_fetch_assoc($res1)) { $rowset[] = $row; } var_dump($rowset); return; 阅读全文
posted @ 2013-12-03 14:15 ishibin 阅读(263) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com图标地址:http://static.cnblogs.com/favicon.ico图标大小:32x32(不透明)http://star.taobao.com图标地址一:http://a.tbcdn.cn/apps/star/1.1/favicon.ico图标大小:48x48(透明)图标地址二:http://img03.taobaocdn.com/tps/i3/T1VjlrFh8eXXXeOHro-144-144.png图标大小:144x144(不透明) 阅读全文
posted @ 2013-09-04 13:47 ishibin 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 创建方法方法1.开始-运行-键入cmd,打开cmd窗口此时的cmd窗口路径是C:\Documents and Settings\username>键入以下(不包括括号内信息):copy con .htaccess (回车)(按Ctrl+Z 回车)屏幕提示如下:C:\Documents and Settings\admin>copy con .htaccess^Z已复制 1 个文件。此时回到桌面,双击我的电脑上进入C:\Documents and Settings\username即可看到你想要的文件 ".htaccess"方法2.保存下面代码为.bat文件,把任 阅读全文
posted @ 2013-08-25 17:50 ishibin 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 近几天做页面布局,发现底部的竖线不懂咋布,于是down了阿里巴巴、新浪、网易、百度音乐几个网站来研究。 alibaba 1688.com 关于阿里巴巴 | 联系我们 | 诚征英才 | 欢迎合作 ... 阅读全文
posted @ 2013-08-20 01:02 ishibin 阅读(398) 评论(0) 推荐(0) 编辑
摘要: 出处:http://hi.baidu.com/givebest/item/0c28f0c68754ec0fad092ff5http://www.cnblogs.com/dreamhome/archive/2013/01/27/2878532.html 阅读全文
posted @ 2013-08-12 14:23 ishibin 阅读(711) 评论(0) 推荐(0) 编辑