1 2 3 4 5 ··· 8 下一页
摘要: PHP程序在IIS的默认设置下是无法逐渐显示结果的。但在FTP空间里却是可以即时输出,研究了好久,终于找到解决方法.办法如下:首先:打开文件C:\Windows\System32\inetsrv\config\applicationHost.config ,注意如果你的是64位系统,这个文件就必须... 阅读全文
posted @ 2014-11-07 21:34 某人2013 阅读(255) 评论(0) 推荐(0) 编辑
摘要: /** * 友好的时间显示 * * @param int $sTime 待显示的时间 * @param string $type 类型. normal | mohu | full | ymd | other * @param string $a... 阅读全文
posted @ 2014-10-09 06:31 某人2013 阅读(286) 评论(0) 推荐(0) 编辑
摘要: foo ——————字符串“foo”^foo ——————以“foo”开头的字符串foo$ ——————以“foo”结尾的字符串^foo$ ——————“foo”开头和结尾,(只能是他自己 )[abc]—————— a 或者b 或者c[a-z] —————— a到z之间任意字母[^A-Z]—————... 阅读全文
posted @ 2014-10-07 22:51 某人2013 阅读(227) 评论(0) 推荐(0) 编辑
摘要: $str=preg_replace("/\s+/", " ", $str); //过滤多余回车$str=preg_replace("//si","",$str); //注释$str=preg_replace("//si","",$str); //过滤DOCTYPE$str=preg_replace(... 阅读全文
posted @ 2014-09-21 23:03 某人2013 阅读(1274) 评论(0) 推荐(0) 编辑
摘要: Demo: CSS3 ButtonsCSS3 Gradient Buttonsby Web Designer Wall Rectangle or Rounded Can be Medium or Small Button Tag SpanD... 阅读全文
posted @ 2014-09-03 14:05 某人2013 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 读取csv数据, 输出到sales.csv文件中 $sales = array( array('Northeast', '2004-01-01', '2004-02-01', 12.54), array('Northwest', '2004-01-01', '2004-02-01', 5... 阅读全文
posted @ 2014-06-30 05:31 某人2013 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 数据库查询不外乎4个步骤,1、建立连接。2、输入查询代码。3、建立查询并取出数据。4、关闭连接。php连接mssql数据库有几个注意事项,尤其mssql的多个版本、32位、64位都有区别。首先,php.ini文件中;extension=php_pdo_mssql.dll ;extension=php... 阅读全文
posted @ 2014-05-30 20:01 某人2013 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-05-25 16:49 某人2013 阅读(2373) 评论(0) 推荐(0) 编辑
摘要: 1.停止IIS;2.在运行中输入反注册命令 regsvr32 /u vbscript.dll,提示成功后进入第3步3.在运行中输入反注册命令 regsvr32 /u %windir%\system32\Inetsrv\Asp.dll4.启动IIS;5.访问ASP站点,注意看屏幕提示,如果出现:错误 ... 阅读全文
posted @ 2014-05-23 20:34 某人2013 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 通过本接口可以查询圆通快递、申通快递、ems快递、韵达快递等快递单号查询信息,无需其他额外开发。首先,到www.aikuaidi.cn上注册个账号,使用key!相关阅读:php快递查询API类(支持各种快递的查询)例子,查询快递单号的php代码。table('order_info')." WHERE... 阅读全文
posted @ 2014-05-18 03:15 某人2013 阅读(340) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 8 下一页