由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问一下在flg的,你们写java代码 要求写这陀注釋 javadoc什么的么?
相关主题
Google的电面面试的时候可以用STL吗
Sql DBA in CAA tricky question
有人做过codility.com的题吗?Implement an web-based dictionary lookup
c++题A家面试题
问一个关于c++的很傻的问题,多谢Expedia Hiring for SQL Server Developer (转载)
求助,刚拿到offer,如何negotiate工资 (转载)我们公司在招聘 Software Implementation engineer (转载)
你如何给一个百万页的书建立index?谁给解释解释这题?
question 2: o(1) euque and dequeue?fb面经里的这个题有优于O(n^2)的解法么?
相关话题的讨论汇总
话题: logentry话题: strong话题: logindex话题: code话题: instances
进入JobHunting版参与讨论
1 (共1页)
t**r
发帖数: 3428
1
/**
* {@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.
*/

T*****9
发帖数: 2484
2
要啊
lnkd都这么写

LogEntry1)

【在 t**r 的大作中提到】
: /**
: * {@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.

f*******t
发帖数: 7549
3
Fb不用写注释
c******f
发帖数: 243
4
public api都写,因为写的framework别人要用到
而且查javadoc方便
g*********e
发帖数: 14401
5
不用加html tag
x*******1
发帖数: 28835
6
写吧写吧,反正也算工分的
1 (共1页)
进入JobHunting版参与讨论
相关主题
fb面经里的这个题有优于O(n^2)的解法么?问一个关于c++的很傻的问题,多谢
面试题求助,刚拿到offer,如何negotiate工资 (转载)
问个bb的面试题你如何给一个百万页的书建立index?
时间紧的时候,Exceptional C++是不是只能放弃了question 2: o(1) euque and dequeue?
Google的电面面试的时候可以用STL吗
Sql DBA in CAA tricky question
有人做过codility.com的题吗?Implement an web-based dictionary lookup
c++题A家面试题
相关话题的讨论汇总
话题: logentry话题: strong话题: logindex话题: code话题: instances