码迷,mamicode.com
首页 >  
搜索关键字:error: please renew the default configurations.    ( 18726个结果
临时表空间临时文件损坏的处理方法
临时表空间的临时文件损害,解决办法就是,增加一个新的临时文件,把老的给删除了就行。ocp 053699. Your database is using a default temporary tablespace that contains the temp01.tmp temporary file...
分类:其他好文   时间:2014-06-28 23:09:18    阅读次数:352
给 magento 后台订单加入详情预览
一、 后台订单列表grid页二、 后台订单View页 1) 加入图片预览。 修改 app/design/adminhtml/default/default/template/sales/order/view/items/renderer/default.phtml,在 canDisplayCo...
分类:其他好文   时间:2014-06-28 22:25:44    阅读次数:326
PHPexcel数据按模板导出
1 '); 8 9 date_default_timezone_set('Europe/London');10 11 /** PHPExcel_IOFactory */12 require_once dirname(__FILE__) . '/../Classes/PHPExcel/IOFact.....
分类:Web程序   时间:2014-06-28 20:02:00    阅读次数:234
dyld: Library not loaded...
Libraries and frameworks are designated as Required by default, but you can change this designation to Optional.Required libraries must be present on ...
分类:其他好文   时间:2014-06-21 11:46:17    阅读次数:199
c# asp.net 新建项目与新建网站区别
http://blog.sina.com.cn/s/blog_9a9e0bd601017iz3.htmlweb应用程序----Web网站1--web应用程序Default.aspx显示有两个原有文件及Default.aspx.cs和Default.aspx.designer.cs;Web网站Defa...
分类:Web程序   时间:2014-06-21 07:53:51    阅读次数:290
Ubuntu rsync同步
>服务器端:Ubuntu 9.10 - 192.168.1.3客户端:Ubuntu 10.04 - 192.168.1.73我们先来设置一下服务器端的配置1.ubuntu系统安装完之后,rsync服务默认不是启动的,我们要修改下面的文件。$sudo vi /etc/default/rsyncRSYN...
分类:其他好文   时间:2014-06-18 18:16:05    阅读次数:154
忘记导入struts2-xxx-plugin-x.x.x.jar导致服务器启动报Unable to load configuration.Caused by: Parent package is not defined: xxx-default
今天做的一个Struts2+MyFaces(JSF)+Spring的应用,为了使用JSF,我的struts.xml中使用了如下代码 ...
分类:其他好文   时间:2014-06-18 16:54:18    阅读次数:441
openerp学习笔记 context 的应用
1.在Action中定义,context用于传递搜索条件和分组条件,在搜索视图中默认显示: 示例代码: Leaves Summary hr.holidays form tree,form {'search_default_group_type': 1, ...
分类:其他好文   时间:2014-06-18 10:22:52    阅读次数:333
idea 使用问题总结
tomcat     edit configurations配置问题:         在deployment选项卡内加入artifact到服务器,在Application context选择应用的上下文路径。     热部署:             在tomcat配置 Server选项卡内 On Update action 选择Update classes and resource ...
分类:其他好文   时间:2014-06-18 07:03:44    阅读次数:231
学习笔记——Maven超级POM
Maven有一个超级POM,所有的POM均继承此文件。该文件定义如下: 4.0.0 central Central Repository http://repo.maven.apache.org/maven2 default false central Central Reposit...
分类:其他好文   时间:2014-06-17 23:31:32    阅读次数:338
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!