2007-06-20
Posted in PHP at 10:39 由 仲远 浏览量: 4,604
标签:
Coppermine Photo Gallery,
CPG,
PHP,
中文乱码,
方法
综合比较了一下,觉得在众多图库开源软件中,Coppermine Photo Gallery还是一款不错的组件,安装简单而且功能强大。在我从Sourceforge下载了最新稳定版后,却发现虽然是多国语言版,但是对中文的支持不太理想。最明显的表现是界面中文与显示语言中文总是有一项会是乱码。例如,在“语言& 编码设定”中将“语言”设置为Chinese_gb,发现整个界面都变成中文了。...查看全文
Permalink
2007-06-18
Posted in 实验室, PHP at 0:58 由 仲远 浏览量: 4,827
标签:
fckeditor,
mambo,
PHP,
上传,
图片,
实验室
今天在使用FCKeditor上传图片的时候,点击“发送到服务器上”,居然提示我下载asp文件。这让我百思不得其解,上网查也很难查到相关信息。由于我使用的是Unix服务器(Linux服务器也一样),无法配置asp,所以上传模块不能使用asp来上传图片。后来在一条不经意的信息中发现,是FCKeditor的配置问题,于是我将fckconfig.js以及mambofck_config.js中的var _FileBrowserLanguage和var _QuickUploa...查看全文
Permalink
2007-06-05
Posted in PHP, Apache at 20:29 由 仲远 浏览量: 3,685
标签:
Apache,
PHP
最近需要用到PHP扩展Zlib,却发现原来安装的PHP扩展中没有Zlib,于是只好想办法安装Zlib。上网搜索了“如何安装php扩展”,结果都不好使。于是只好自己探索,由于我们原来的PHP是使用源码安装的,和使用ports安装的php位置以及配置都不同,因此直接在Ports中安装完Zlib还不起作用。上网查了查资料,说是直接修改php.ini也可以,于是我就尝试修改了php.ini , 将其中的extension=php...查看全文
Permalink
2007-04-02
Posted in PHP at 19:24 由 仲远 浏览量: 9,403
标签:
PHP
查看原文
1.3. Installing PHPeclipse
There are two ways to install this plugin, automated or manual.
1.3.1. Automated
An automated installation of PHPEclipse is available via the Eclipse Update Manager.
Click on Help->Software Updates->Find and Install... from the Eclipse menu bar. See Figure 1.1, “Find and Install...”
Select the radio button labeled, "search for new features to install". See Figure 1.2, “Feature [R...查看全文
Permalink
Pages (3):
« 1 2 [3]