随笔分类 -  ASP & PHP

摘要:Step 1: Install XAMPP XAMPP 是一个集成了 Apache 服务器、MySQL 数据库和 PHP 的开放源代码软件包。 Step 2: Configure the Apache 打开Apache的配置文件httpd.conf,有效化 Apache Rewrite (mod_r 阅读全文
posted @ 2024-12-18 10:54 sekihin 阅读(14) 评论(0) 推荐(0) 编辑
摘要:AJAX状态为200,这类状态代码表明服务器成功地接受了客户端请求。简单的来说成功发送一个AJAX请求,但是就是不进入success事件,进入error事件。 $.ajax({ type: 'GET', url: 'getEstimatePDFPath.php', headers: { "token 阅读全文
posted @ 2024-07-02 09:00 sekihin 阅读(69) 评论(0) 推荐(0) 编辑
摘要:/usr/local/php5/bin/php -c /var/spool/php.ini -q /var/spool/auto.php 阅读全文
posted @ 2016-10-25 16:00 sekihin 阅读(104) 评论(0) 推荐(0) 编辑
摘要:●Oracleとの接続テスト"; echo ""; for ( $i = 1; $i " . $column_name . ""; } echo ""; // データのFetch while(OCIFetch($stmt)) { echo ""; for ( $i = 1; $i " . OCIResult($stmt, $column_name) . ""; } echo ""; } echo ""; // リソースの解放 阅读全文
posted @ 2013-08-23 12:10 sekihin 阅读(475) 评论(0) 推荐(0) 编辑
摘要:サンプルライブラリ[代码] 阅读全文
posted @ 2009-07-24 09:43 sekihin 阅读(872) 评论(0) 推荐(0) 编辑
摘要:oolog -Simple log class使用方法[代码]本地下载 外部链接dBug -Simple debug class使用方法[代码]本地下载 外部链接XML_Serializer备份Class数据成XML,用于单元测试本地下载 阅读全文
posted @ 2009-07-21 14:50 sekihin 阅读(300) 评论(0) 推荐(0) 编辑
摘要:【概要】 PHPには正規表現関数群が3種類ある。 標準正規表現関数(POSIX Regex):ereg()系。マルチバイト不可。 PCRE正規表現関数(Perl互換):preg_match()系。マルチバイトはUTF-8のみ対応。 マルチバイト文字対応正規表現関数:mb_ereg()系。Rubyの正規表現を使用。PHP5.0で「鬼車」組み込み。 主な特徴? ... 阅读全文
posted @ 2008-08-05 11:23 sekihin 阅读(2392) 评论(0) 推荐(0) 编辑
摘要:Reponse.Form("") 获得表单中的值Reponse("") 获得联接地址的值 阅读全文
posted @ 2007-02-15 16:16 sekihin 阅读(341) 评论(0) 推荐(0) 编辑
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->response.write strSQLreponse.end 阅读全文
posted @ 2007-02-15 13:49 sekihin 阅读(176) 评论(0) 推荐(0) 编辑
摘要:右键 -> 追加 -> Data Dynamics ActiveReports 阅读全文
posted @ 2007-01-11 09:11 sekihin 阅读(263) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2006-12-26 17:21 sekihin 阅读(571) 评论(0) 推荐(0) 编辑
摘要:通过js遍历html对象的属性 function popUpProperties(inobj) { op = window.open(); op.document.open('text/plain'); for (objprop in inobj) { op.document.write(objprop + ' 的属性或方法: ' + inobj[objprop] +... 阅读全文
posted @ 2006-11-30 09:43 sekihin 阅读(535) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示