使用普通账户,用SSH工具上传war包,怎么都上传不上去,一直出现Encountered 1 errors during the transfer这个问题,后来老大和我说用这个命令 sudo cp -r /file1 /file2/ ,汗......能够解决权限不够的问题
分类:
系统相关 时间:
2015-01-29 12:19:13
阅读次数:
182
解决方案:sqlplus / as sysdbagrant execute on UTL_I18N to scott;grant execute on DBMS_CRYPTO to scott;
分类:
其他好文 时间:
2015-01-28 14:21:11
阅读次数:
162
记录使用 Django 开发中遇到的问题,备用1. 版本要选好,最好安装上 pip,可以省很多麻烦2. 如果使用 Postgresql,选 8.1 之后的版本,免去 Retruning 之类的错误3. 如果使用 easy_install 安装了 Django 的第三方包,但使用时出现:OSError...
分类:
其他好文 时间:
2015-01-27 23:21:34
阅读次数:
127
日期操作很常用。下面是一个简单的功能。主要是需要区分PHP中常用的时间结构。请看下面的一段代码,涉及到了大部分的时间操作函数,相信会有帮助。
<?php
error_reporting(7);
ini_set('display_errors', 1);
ini_set('date.timezone','Asia/Shanghai');
$start_str = '2015-01-01 23...
分类:
Web程序 时间:
2015-01-27 21:52:22
阅读次数:
200
1、原本是在32位的桌面系统上编写了一个php的扩展,已经在本地调试好,可以正常使用了。2、发布到服务器以后,扩展始终没有加载起来,通过phpinfo查看没有加载,服务器是ubuntu 14.04 64位版本3、将php.ini中的中的错误显示项打开 display_startup_errors =...
分类:
Web程序 时间:
2015-01-27 19:50:48
阅读次数:
198
来自:https://www.mapr.com/blog/how-to-avoid-java-heap-space-errors-understanding-and-managing-task-attempt-memory#.VMWvNDGUfXYKeeping these five steps i...
分类:
编程语言 时间:
2015-01-26 16:42:41
阅读次数:
218
Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd).关于这个错误,导致的原因可能是一种可能是之前用的Spring版本,和现在用的不同对于Eclipse编译...
分类:
编程语言 时间:
2015-01-26 11:45:11
阅读次数:
157
System.IO.IOExceptionSystem.ComponentModel.Composition.CompositionExceptionSystem.ExceptionSystem.SystemException:运行时抛出System.ApplicationException:使用已...
分类:
其他好文 时间:
2015-01-25 18:14:25
阅读次数:
126
同事用MyEclipse6.5不知道为什么就是用不了maven,导入weblogic.jar也不会自动引入相关的jar,于是升级到2014以后,以为导入maven项目应该没问题了,谁知报错:
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'acctmanm'.
Could not calculate build plan: Plugin org.apache.maven....
分类:
编程语言 时间:
2015-01-24 17:24:20
阅读次数:
438
发布ASP.NET MVC到IIS后出现错误: 1 System.Data.Entity.Core.MetadataException: Schema specified is not valid. Errors: 2 SysModel.ssdl(2,2) : error 0152: No Ent....
分类:
Web程序 时间:
2015-01-24 06:43:21
阅读次数:
5503