ChinaUnix.net
相关文章推荐:

cakephp controller 跳转 带参数吗

首先我想先说一下关于E1和CE1的基本概念,E1最本来的用法是在用作语音交换机的数字中继时,是把一条E1作为32个64K来用,但是时隙0和时隙15是传输控制信令用,所以一条E1可以传30路话音。这是在接入服务器上(如华为8010,北电的CVX1800等)说的E1,而和通常在路由器上说的E1概念有些不一样。在路由器上的E1是不能划分时隙的,只能做2M线使用。 CE1的传输线路的宽是2048K,它和E1的区别主要在于 :E1不能划分时隙,CE1能划分时隙...

by 剑心通明 - 网络技术文档中心 - 2008-05-20 10:28:22 阅读(641) 回复(0)

相关讨论

这个PHP的框架确实很牛,java和.net可以退休去了。 另外需要关注是Python的Django框架,前途也是非常的看好。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/36794/showart_366980.html

by sealence - php文档中心 - 2007-08-24 17:24:37 阅读(685) 回复(0)

问一下,大家用ibm san volume controller的多,

磁盘阵列

by xiaomao2006 - 存储备份 - 2008-01-30 11:53:31 阅读(2200) 回复(7)

请问我的集成显卡Intel(R)82845G/GL/GE/PE/GV Graphics controller支持directX 7?支持directX几呢? 

by onunix - 服务器及硬件技术 - 2007-01-11 08:57:40 阅读(12678) 回复(2)

很多语言或者框架入门的第一个演示程序,就是Hello world。 但我并不打算这么做,这里以创建一个简单的Blog程序为例。 cakephp 是一个以数据库主导设计的框架,所以,我们首先要创建相应的表。 在数据库cakeblog 中创建一个名为posts的表,创建语句如下。 CREATE TABLE `posts` ( `id` int(11) NOT NULL auto_increment, `content` text NOT NULL, `created` date default NULL, `modified` date default NULL, `author`...

by hantsy - php文档中心 - 2008-10-23 09:31:52 阅读(1344) 回复(0)

cakephp的官方网站 下载最新的cakephp版本1.2rc2,复制一份到个人开发目录~/public_html下,然后进行解压。 [hantsy@localhost public_html]unzip cake_1.2.0.7296-rc2.zip 将目录重新命名为cakeblog。 [hantsy@localhost public_html]mv cake_1.2.0.7296-rc2 cakeblog 修改apache 服务器的配置,把DocumentRoot 改成/home/hantsy/public_html。 并且允许项目目录/home/hantsy/public_html能够使用自己的访问控制文件...

by hantsy - php文档中心 - 2008-10-23 09:19:19 阅读(1577) 回复(0)

On a Sun Enterprise 250 install system, and its been having memory failures problem See below for more details: ......DVMA read transaction ......pcipsy: syndrome bits e9 ......pdipsy: WARNING: correctable error from pci0 (upa mid 1f) during ................ ................ 谢谢!!!

by 淹死的鱼 - Solaris - 2004-01-06 18:48:16 阅读(1215) 回复(12)

In this article, I will show some ideas in how to organize your CSS files and how to autoload them in your cakephp project. Some of them are elegant , and others are not so elegant as they could be ... First Idea: CSS files named whitout any link with controller namesIn this method, the files names are completely different from controller names. This is not recommended, because you could lose mu...

by liuxingyuyuni - php文档中心 - 2007-11-07 13:25:10 阅读(1012) 回复(0)

cakephp的css文件放在 app\webroot\css 下, 默认的有个css文件叫做cake.generic.css. 从别的地方赋值了一份 layout: 放在 app\views\layouts\default.thtml, 忘了有没有其他设置了. 发现页面的css效果都没了. 修改 default.thtml, line 8: From: css('style'); ?> To: css('cake.generic'); ?> css 就出来了. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/34829/showart_405382.htm...

by ghostsaint - php文档中心 - 2007-10-22 17:41:51 阅读(1202) 回复(0)

如图, 页面顶部都会出现这个. controller: [code] class Indexcontroller extends Appcontroller { //var $scaffold; function index() { $this->view = "Smarty"; $this->set("theValue", "这是一个cakephp+smarty."); } } [/code] Model: [code] class Index extends AppModel { var $name = 'Index'; var $useTable = false; } [/code] 请问...

by Qlin - PHP - 2007-07-28 07:43:58 阅读(1652) 回复(2)

随时进行更新。。。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/30002/showart_342996.html

by chenqiubite - php文档中心 - 2007-07-19 16:25:27 阅读(585) 回复(0)