由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问一下在flg的,你们写java代码 要求写这陀注釋 javadoc什么的(转载)
相关主题
qeustion about separation of interface and implementation in javaanother c++ interview question
请教char *和char []的判断一道编程题 - throw Exceptions
请教register[c++] static function in a class
一个multithread的问题(是不是有人觉的很简单?)C++做题,麻烦师傅们再看看。
[合集] Exception Handling in C请教goodbug等大神几个AWS的问题
C++ template problem请教高手一个C++问题
技术都是有局限性的How does YAHOO calculate RSI? (转载)
How to make sure that I get the original object or only a copy (not original) in such situation?请教template和factory有啥区别?
相关话题的讨论汇总
话题: logentry话题: strong话题: logindex话题: code话题: instances
进入Programming版参与讨论
1 (共1页)
t**r
发帖数: 3428
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: taar (taar), 信区: JobHunting
标 题: 问一下在flg的,你们写java代码 要求写这陀注釋 javadoc什么的么?
发信站: BBS 未名空间站 (Sun Jun 28 14:32:34 2015, 美东)
/**
* {@link LogEntry} storage service.
*


* Stores a sequence of {@code LogEntry} instances
* indexed by a {@code long >= 0} referred to as a "log index".
* Any two consecutive {@code LogEntry} instances satisfy
* the log property LP: {@code logIndex(LogEntry0) + 1 = logIndex(LogEntry1)
}.
* Implementations need only guarantee that each
* individual operation is atomic.
* They must wrap all
* implementation-specific checked exceptions in a {@link StorageException}
* and rethrow them.
*/

e***i
发帖数: 231
2
public API ==> YES
1 (共1页)
进入Programming版参与讨论
相关主题
请教template和factory有啥区别?[合集] Exception Handling in C
map是用什么data structure来implement的?C++ template problem
C++ exception handling 一问技术都是有局限性的
新版的 eclipse 有什么大的改进?How to make sure that I get the original object or only a copy (not original) in such situation?
qeustion about separation of interface and implementation in javaanother c++ interview question
请教char *和char []的判断一道编程题 - throw Exceptions
请教register[c++] static function in a class
一个multithread的问题(是不是有人觉的很简单?)C++做题,麻烦师傅们再看看。
相关话题的讨论汇总
话题: logentry话题: strong话题: logindex话题: code话题: instances