下载原版阿里JAVA开发手册 【阿里巴巴Java开发手册v1.2.0】 本文主要是对照阿里开发手册,注释自己在工作中运用情况。 本文内容:异常处理 日志规约…
标签:编程问答
【转】eclipse运行 Ant报错Could not find the main class: org.eclipse.ant.internal.launching.remote.InternalAntRunner. Program
原文地址:http://blog.csdn.net/jiangtaoking/article/details/49151763 Could not find the main class: org.eclipse.ant…
Kafka运维填坑
前提: 只针对Kafka 0.9.0.1版本; 说是运维,其实偏重于问题解决; 大部分解决方案都是google而来, 我只是作了次搬运工; 有些问题的解决方案未必一定是通用的, 若应用到线上请慎重; 如有疏漏之处, 欢迎…
iOS 两个数相乘导致 NSDecimalNumber overflow exception 错误的分析及解决
先上一段代码,这段代码会导致overflow错误,使APP发生crash: NSString *priceStr = @""; NSDecimalNumber *number = [NSDecimalNumber dec…
CPU卡开发指南(一) 错误码
CPU卡开发指南(一)错误码 CPU卡开发指南(二)基本指令 CPU卡开发指南(三)安全体系 CPU卡开发指南(四)原理解析 CPU卡开发指南(五)发卡流程 CPU卡开发指南(一) CPU卡错误码 6200 “警告 信息…
更新证书错误:No matching provisioning profiles found
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试会出现“Your build settings specify a provisioning profile with the UUID‘XXX’, how…
Spring定时任务 Could not find default TaskScheduler bean异常处理
最近使用Spring + SpringMvc + Quartz搭建的零配置系统中,使用@annotation注解方式, 直接在类的方法上使用@Scheduled(cron=”0 /5 * * ?”)来实现定时任务,在使用…
搭建私有云盘-NextCloud
一、安装前准备 Nextcloud是一款能够方便的搭建私有云盘的开源项目,安装后支持多插件,能够多平台方便管理 曾经考虑过使用seafile搭建云盘,但是seafile的文件分块存放,安全性高,但是一旦服务器出现错误,无…
FAILURE: Build failed with an exception.
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:installDebug…
Error:(12, 24) 警告: [deprecation] android.hardware中的Camera已过时.android
问题:android studio编译项目时出现: Error:(12, 24) 警告: [deprecation] android.hardware中的Camera已过时 解决:(只是让其不提示) 1.a…
SliverList , SliverFixedExtentList
SliverList 高度自动, SliverFixedExtentList 高度固定死. CustomScrollView( slivers:[ SliverList( delegate: SliverC…
org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [/tmp/tomcat.1428942566812653608
一、异常信息 org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested…