Monthly Archives: March 2009
MS SQL Server 2000 dbgeneral.html 文件错误
SQL 2000 安装程序补丁SQL 2000 安装程序补丁安装 MS SQL Server 2000 的时候遇到错误:
../html/dbgeneral.html 文件不可以只读方式打开,安装被取消
还以为是安装文件损坏,检查了半天发现是安装文件里根本就没有 dbgeneral.html 这个文件,而是 dbgeneral.htm。
真是服了制作安装光盘的人了。
解决办法:
解压安装文件到硬盘
把 安装文件目录/html 下所有的 .htm 文件改名为 .html。建议复制一份再改名,也就是 .htm 和 .html 同时存在。 或者下载我打包的文件解压到 安装文件目录/html
Posted in Uncategory Leave a comment
QeePHP 针对复杂的表单手写 Form view
如果在项目里能统一表单的样式布局肯定是最好的了,可能你只需要定义一两个general_form_element.php放在_element 里,view里调用< ?php $this->_element(‘general_form’, array(‘form’ => $form)); ?>就可以了
但很多时候表单复杂了,布局改变了你就得去改general_form_element.php,而改了这个文件又会影响其他表单,当你不想为这个特殊的表单创建一个_element,那就手写吧
说明:这不符合 qeephp 的思想,不推荐
The repository for Debian-based LAMP servers
Ubuntu 源里的 php 版本版本过低?更新太慢?懒得自己编译?
没关系,dotdeb 就是干这事的。
About
Dotdeb is a repository containing many packages for the Debian stable (aka ”Etch”) distribution :
PHP versions 4 & 5 and many of their PECL extensions,
MySQL versions 5.0 and 5.1,
Qmail,
Vpopmail…
Its goal is to turn easily your Debian GNU/Linux boxes into powerful, stable and up-to-date LAMP servers.
Dotdeb supports i386 and amd64 architectures.
Wine-Doors 0.1.3 发布
Wine软件安装管理包–Wine-Doors 发布了 0.1.3版本
这不是一个修正版,这个版本里加入了很多新功能(比如设置 wine 的颜色以配合 GTK 主题)和支持更多的windows软件(比如 Spotify 和 Photoshop CS2)等等。
软件包格式也更方面维护,并且从 0.2 版后就不会再更改了(对于Wine-Doors 0.1.2 版的失败很抱歉)。
现已提供 源码包、deb包 和 rpm包 下载
Blog 更换服务器