PHP / Web / Python


Selenium、Robotium、Athrun、Café

LoadRunner、appscan、jmeter


[2010-12-31T20:27:53+08:00] apache+php http://www.php.net/manual/en/install.windows.apache2.php    Options +ExecCgi

[2011-01-04T19:45:39+08:00] In PHP 5.3.0 and above the MySQL-related database extensions use the MySQL Native Driver by default. you may want to set some preferences in php.ini depending on your requirements.
[2011-01-04T19:48:56+08:00] windows php.ini : extension_dir = "ext"

[2011-01-12T17:13:50+08:00] php xdebug: need enable socket
[2011-01-12T17:14:56+08:00] netbeans + php: http://wiki.netbeans.org/HowToConfigureXDebug#How_to_configure_xdebug_with_WAMP

[2011-01-12T22:15:29+08:00] Mediawiki + UCenter 1.5 + Discuz 7.0/7.1/7.2 : http://www.discuz.net/thread-1208570-1-1.html

[2011-01-15T14:44:56+08:00] define('var', 'value');    echo var;
define('v', 'value');  echo v;

[2011-01-15T23:13:48+08:00] dl dt dd

WLMP is an acronym, which stands for the first letters of Windows / LightTPD / MySQL / PHP.

http://en.wlmp-project.net/downloads.php?cat=wlmp

[2011-06-27T05:04:39+08:00] css, html, js IDE: http://www.aptana.com/downloads/start

[2011-01-22T22:55:18+08:00] source control: https://github.com/

[2011-06-27T05:08:01+08:00] Debugging Tool seems better than Fiddler: http://www.zendstudio.net/archives/charlas-web-debugging-proxy/#more-1365

--Eclipse--

Load & Run  faster:

--launcher.XXMaxPermSize
756M

[2011-06-27T15:03:18+08:00] In Eclipse, go to Preferences>General>Workspace and select UTF-8 as the Text File Encoding

==Sample==

[2011-02-14T20:41:41+08:00] CSS Text: http://www.w3.org/TR/CSS21/text.html

[2011-05-11T17:39:37+08:00] http://skyje.com/2010/02/css-sprites/

==Projects==

[2011-01-19T22:59:31+08:00] online editor: CKEditor

[2011-01-09T20:00:48+08:00] http://en.wikipedia.org/wiki/Wikipedia:Spoken_articles

--My PHP Twitter API client--

Function: post/delete a tweet; list recent tweets; support mobile browser
Reference: Twitter API: Up and Running(click "Examples" to download the sample code)


<?php
$file_folder = $_SERVER['DOCUMENT_ROOT'].'/t/';
$files_php = array("index","index_do");
foreach ($files_php as $file_php){
$files[] = $file_folder.$file_php.'.php';
}
foreach($files as $file){
$fp = fopen($file, 'r');
$fp_out = fread($fp, filesize($file));
echo '
';
echo htmlspecialchars($fp_out);
echo '
';
}
?>



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值