之前自己动手做了一个小网站,在实现过程中遇到了一个关于js文件调用冲突的问题。具体问题描述如下:在index.html文件中引用了两个js文件,单独添加banner.js或者focus_pic.js都可以运行并且实现相应的功能,但是两个同时添加两个文件后,后banner.js失效了。经过一番研究翻阅...
分类:
Web程序 时间:
2014-08-22 15:44:49
阅读次数:
299
方法1:服务器配置修改 修改 php.ini 中的 error配置下错误显示方式:将error_reporting = E_ALL | E_STRICT修改为 error_reporting = E_ALL & ~E_NOTICE 修改后重启下APCHE服务器,方可生效方法2:对变量进行初始化...
分类:
Web程序 时间:
2014-08-22 14:18:28
阅读次数:
210
WorkFlow Of Yii:1.用户访问一个URL,Web服务器执行入口脚本index.php。2.入口脚本创建一个应用实例application并且执行。3.应用实例从request组件中获取用户请求的详细信息。4.应用在urlManager组件下获取控制器和方法。5.应用创建了一个所请求控制...
分类:
其他好文 时间:
2014-08-22 12:24:16
阅读次数:
214
代码如下:$smarty = new Smarty; $smarty->assign('yesterday', strtotime('-1 day')); $smarty->display('index.tpl'); index.tpl: {$smarty.now|date_format} {$sm...
分类:
其他好文 时间:
2014-08-22 12:22:36
阅读次数:
218
ERROR: no read quorum in group: required 2, found 0 disksERROR: Could not heartbeat PST for grp 5. Force dismounting the disk group.ERROR: no read quo...
分类:
其他好文 时间:
2014-08-22 12:21:56
阅读次数:
267
前言第一个小小项目,后来发现确实很多不足,感谢导师和leader的评审。总结几点:现金支付时刻注重安全,稳定,任何时候都认为发过来的数据是不安全的。数据库表应为innodb引擎,而不是myiasm引擎,以支持事务回滚。常用字段设置index。设有备用字段以便以后扩展。token属于非必须自动,可以放...
分类:
其他好文 时间:
2014-08-22 12:20:36
阅读次数:
126
在用Extjs时,有时候,在Google浏览器上面没有任何问题,但是相同的页面在IE下面就会有问题,直接报错,点击中断,进行后可以看到如下的信息: Google里面没这个问题,加一句代码就能解决在窗体的构造函数里面加上一行代码 style: 'z-index: -1;', 以后如果出现类似的问题,如...
分类:
Web程序 时间:
2014-08-22 05:00:45
阅读次数:
232
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=12&page=show_problem&problem=945Problem:In 1976 the ``Four Color Ma...
分类:
其他好文 时间:
2014-08-22 01:33:05
阅读次数:
325
Problem Description
There's a company with several projects to be done. Finish a project will get you profits. However, there are some technical problems for some specific projects. To solve the prob...
分类:
其他好文 时间:
2014-08-22 00:26:35
阅读次数:
195