这里不提success,提提Extjs 表单提交的failure方法。在表单的提交中,当发生异常行为时通常分为三种情况1. 无法连接到服务器2. 表单验证错误3. 业务逻辑错误对应下面的代码[javascript]view plaincopyfailure=function(form,action)...
分类:
Web程序 时间:
2014-07-14 23:48:01
阅读次数:
436
今天在对临时表新增栏位时遇到了错误:ORA-14450 attempt to access a transactional temp table already inuse
下面根据实验模拟了2种临时表使用不当报ORA-1445O的原因:
1、基于事物的临时表
SQL> create
global temporary
tabletemp_tab on
commit delete r...
分类:
数据库 时间:
2014-07-12 23:14:25
阅读次数:
352
线上跑的几台服务器突然出现大量fgc,由于在fgc过程的stop the world太久,引起其它应用访问该服务器上的接口大量超时。(发生超时的时间点和fgc时间点一致)先进行初步的优化。方案:修改CMSInitiatingOccupancyFraction=85这个调低到60,加快cms gc处理防止concurrent mode failure触发FGC, 减少CMSMax...
分类:
其他好文 时间:
2014-07-12 21:26:45
阅读次数:
228
Write code to remove duplicates from an unsorted linked list.FOLLOW UPHow would you solve this problem if a temporary buffer is not allowed?/* Use a H...
分类:
其他好文 时间:
2014-07-08 00:59:05
阅读次数:
305
#技术晨读# 分布式缓存的一起问题 数据一致性一直是分布式缓存最需要考虑的问题,文章的这起问题场景就是master缓存集群出现了单点故障,有什么方案能避免切换导致的数据一致性的问题。 http://timyang.net/data/cache-failure/ #技术晨读# 一次成功的漫游京东内部网...
分类:
其他好文 时间:
2014-07-06 16:19:28
阅读次数:
351
Oracle暂时表空间主要用来做查询和存放一些缓冲区数据。暂时表空间消耗的主要原因是须要对查询的中间结果进行排序。重新启动数据库能够释放暂时表空间,假设不能重新启动实例,而一直保持问题sql语句的运行,temp表空间会一直增长。直到耗尽硬盘空间。下面操作会占用大量的temporary: 1、用户运....
分类:
数据库 时间:
2014-07-03 22:35:45
阅读次数:
286
jsonkit 解析nsarray 时候 报错
Assertion failure in -[TXJKArray count], /Users/mqq/hudson/1740/src/TencentOpenApi_IOS/Common/Util/JSONKit.m:738
解决办法:
Had the same issue, I was trying to set the ...
分类:
Web程序 时间:
2014-07-03 18:25:16
阅读次数:
356
当前标识(IIS APPPOOL\jd)没有对“C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files”的写访问权限。原因:此文件夹未存在解决:创建此文件夹,赋予iis_user完全控制权限
分类:
Web程序 时间:
2014-07-02 19:21:14
阅读次数:
163
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:Failure executing javac, but could not parse the error:**.jar时出错; error in...
分类:
系统相关 时间:
2014-07-02 18:42:16
阅读次数:
276
CentOS 65中安装vmware tools时出现如下错误,centos vmware tools install failure ,no default label for /tmp/vmware-block-restore......经过google,发现此篇文章 ,需要预先安装必备组件,g...
分类:
其他好文 时间:
2014-07-01 18:31:54
阅读次数:
230