PHP使用GD库实现截屏
PHP5.2.2以上版本的GD库实现了两个截屏函数 imagegrabscreen 和 imagegrabwindow
分别用于截取整个屏幕和截取某个窗口(同ALT+PrintScreen)的屏幕。 (continue reading…)
PHP使用GD库实现截屏
PHP5.2.2以上版本的GD库实现了两个截屏函数 imagegrabscreen 和 imagegrabwindow
分别用于截取整个屏幕和截取某个窗口(同ALT+PrintScreen)的屏幕。 (continue reading…)
$this->storagePid = $this->pi_getPidList($this->cObj->data[‘pages’], $this->cObj->data[‘recursive’]);
t3lib_extMgm::addUserTSConfig(‘
options.saveDocNew.tx_t3blog_post=0
‘);
t3lib_extMgm::addUserTSConfig(‘
options.saveDocNew.tx_t3blog_cat=0
‘);
FastCGI for IIS 6 7 http://www.iis.net/expand/fastcgi
转到刚才安装CGI的目录下:
>cd C:\WINDOWS\system32\inetsrv
>cscript fcgiconfig.js -add -section:”PHP” -extension:php -path:”C:\Program Files\PHP\php-cgi.exe”
注意:path:”xxxx\php-cgi.exe” 是你安装php的目录
> cscript fcgiconfig.js -set -section:”PHP” -InstanceMaxRequests:10000
> cscript fcgiconfig.js -set -section:”PHP” -EnvironmentVars:PHP_FCGI_MAX_REQUESTS:10000
http://www.cnblogs.com/zengxiangzhan/archive/2010/03/05/1679286.html
http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/
TCA里:
‘config’ => array (
‘type’ => ‘inline’,
‘foreign_table’ => ‘tt_content’,
‘maxitems’ => 100,
‘appearance’ => array( (continue reading…)
Typo3 by default limits image width to 600 px. You can easily change this setting using TypoScript. These TypoScript can be usually located on the root Template record. If not you can try using the object browser to find the exact location. (continue reading…)
DiskGenius是一款磁盘分区及数据恢复软件。支持对GPT磁盘(使用GUID分区表)的分区操作。除具备基本的分区建立、删除、 (continue reading…)
LAMP 安装 配置
配置环境
操作系统:Redhat Enterprise AS 4
已安装包:httpd2.0.4, mysql4.1,libxml2.6.16, zlib1.2.1.2,gd2.0.28, libpng1.2.7
说明:网上的各种安装说明都不是很好地说明了配置参数的来由,本文将尽可能标明每一步的必要性.已安装包不是必需的,其中mysql可以独立安装,而rpm包形式的httpd因为不是mod-so形式安装的,如果要支持php或者其它模块,要强制remove重安装编码版本. #rpm –nodeps –erase httpd (continue reading…)