码迷,mamicode.com
首页 >  
搜索关键字:mtd erase failure -5    ( 2102个结果
OpenWRT新框架的boot过程
昨天在分析procd如何工作的时候,有找到过下面这样一段描述新架构boot过程的文字:1) Bootloader (uboot, redboot, adam2, grub, …)2) Linux kernel starts, tries to find the mtd partition calle...
分类:其他好文   时间:2014-07-17 18:14:30    阅读次数:1080
ExtJS 表单 submit时错误处理
这里不提success,提提Extjs 表单提交的failure方法。在表单的提交中,当发生异常行为时通常分为三种情况1. 无法连接到服务器2. 表单验证错误3. 业务逻辑错误对应下面的代码[javascript]view plaincopyfailure=function(form,action)...
分类:Web程序   时间:2014-07-14 23:48:01    阅读次数:436
ubuntu server 时区设置问题解决
1.当执行此命令的时候ntpdate us.pool.ntp.org 出现一下错误提示name server cannot be used: Temporary failure in name resolution2.解决办法(添加DNS服务器)vi /etc/resolv.conf添加: name...
分类:其他好文   时间:2014-07-14 20:12:04    阅读次数:272
STL list 的insert()和erase()
STL list 的insert()和erase(),erase(iter++)
分类:其他好文   时间:2014-07-13 17:51:48    阅读次数:174
大量数据更新导致fgc频繁引起jvm服务暂停。
线上跑的几台服务器突然出现大量fgc,由于在fgc过程的stop the world太久,引起其它应用访问该服务器上的接口大量超时。(发生超时的时间点和fgc时间点一致)先进行初步的优化。方案:修改CMSInitiatingOccupancyFraction=85这个调低到60,加快cms gc处理防止concurrent mode failure触发FGC,           减少CMSMax...
分类:其他好文   时间:2014-07-12 21:26:45    阅读次数:228
android uboot中的mmc命令
一:mmc的命令如下: 1:对mmc读操作 mmc read addr blk# cnt        2:对mmc写操作               mmc write addr blk# cnt   3:对mmc擦除操作 mmc erase blk# cnt   4:重新搜索mmc设备 mmc rescan   5:列出mmc的分区 mmc part - li...
分类:移动开发   时间:2014-07-12 17:36:39    阅读次数:328
每日晨读_20140705
#技术晨读# 分布式缓存的一起问题 数据一致性一直是分布式缓存最需要考虑的问题,文章的这起问题场景就是master缓存集群出现了单点故障,有什么方案能避免切换导致的数据一致性的问题。 http://timyang.net/data/cache-failure/ #技术晨读# 一次成功的漫游京东内部网...
分类:其他好文   时间:2014-07-06 16:19:28    阅读次数:351
vector
vector是我使用比较多的一个容器,它相当于一个动态的数组,在STL中给他提供了很多接口,简单易懂,接下来简单的演示一下它是如何使用的。 我一般使用的一些函数接口有size(),reserve(),empty(),begin(),end(),push_back(),find(),erase(...
分类:其他好文   时间:2014-07-05 22:27:43    阅读次数:276
jsonkit 解析nsarray 时候 报错
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
Eclipse中mvn install 报错error in opening zip file
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!