l*****y 发帖数: 5737 | 1 ☆─────────────────────────────────────☆
jck (浮萍妈妈) 于 (Wed Feb 20 13:59:02 2008) 提到:
我父亲在被诊断为Myelodysplastic syndrome。现在正在用Amifostine,也考虑用
vidaza。看了网上文章,Amifostine好象还实验阶段。我们对Amifostine的疗效怀疑。
我父身体很弱,反应很大。我想把他的骨髓细胞检验报告翻译到英文好在美找专家问问
。可是我用了好几个小时才翻了几个字,还不确定。请各位能者帮着翻一下,哪怕一个
词也好。谢谢了!
原始粒细胞 15 0-1.0
早幼粒细胞 2 0-2.5
中性中幼粒细胞 18.5 3.2-13.5
中性晚幼粒细胞 17 5.0-20.0
中性杆状核粒细胞 21 8.5-25.0
中性分叶核粒细胞 5 6.1-20.0
嗜酸性中幼幼粒细胞 0-1.1
嗜酸性晚幼粒细胞... 阅读全帖 |
|
|
|
s******e 发帖数: 493 | 4 I've used two ways to realize the case like this in java.
one is that ur sql only return some fix number of records. if u r familiar
with hibernate, this is what is called pagination. This method should be
used if it is too expensive to return all the matched records. there is no
need to save the results to ur session.
two is that ur sql return all the records and u save them in your session.
Then you can use some view helper to parse and paginate the collection,
finally u need to do is just pas |
|
m******t 发帖数: 2416 | 5
a
Nobody is saying we don't need pagination ever.
Nobody is saying the "keep loading them up" design
is universally superior to pagination, either.
People go to flickriver.com for a specific purpose -
just browse pictures. If they want to look for a particular
type or photographer, they'd go to the full-blown site.
So flickriver.com is designed with serving that
specific purpose in mind, and this "keep them coming"
UI serves that purpose very well, IMNSVHO.
?
Well, just because google isn't doi |
|
g*****g 发帖数: 34805 | 6 Pagination is much less seen in desktop application.
Pagination is a common in web application due to
performance.
have
. |
|
t*******e 发帖数: 684 | 7 Hibernate/JPA supports pagination out of box. Hibernate Search enables
pagination for Lucene. LDAP v3 does the same at the protocol level. |
|
k***r 发帖数: 4260 | 8 Yeah I was using that for an example. Let me quote the
original article here:
"There are Wicket classes that won't work with bookmarkable
URLs. For example, if you want to use the Wicket "paginator"
(think the bottom of Google search results), your URLs have
to look ugly. So if you want pagination on your site with
pretty URLs, you're going to have to write it yourself.
And that goes for a lot of its other APIs." |
|
|
|
b******t 发帖数: 677 | 11 实在是个surprise。。
基本上一边倒。。。
。。。。。。。。英国政府这次丢脸了。。。
sortBy=2&forumID=7377&edition=2&ttl=20091229055737paginator |
|
r*****y 发帖数: 53800 | 12 Accession Number : ADA279593
Title : Bicycle Blitzkrieg: The Malayan Campaign and the Fall of Singapore
Descriptive Note : Final rept.
Corporate Author : NAVAL WAR COLL NEWPORT RI DEPT OF OPERATIONS
Personal Author(s) : Headrick, Alan C.
Handle / proxy Url : http://handle.dtic.mil/100.2/ADA279593
Report Date : 08 FEB 1994
Pagination or Media Count : 30
Abstract : Japan's December 1941- February 1942 invasion of Malaya and
culminating conquest of Singapore is analyzed from an operat... 阅读全帖 |
|
|
s******s 发帖数: 40 | 14 http://www.bbc.co.uk/news/business-23355572
The comments are the most interesting part. See how western people answer
this question.
Comments
This entry is now closed for comments
Jump to comments pagination
All Comments (329)
Order by: Latest First Highest Rated Lowest Rated
+9
Comment number 148. beammeup
18TH JULY 2013 - 20:41
@144 sieuarlu
------------
Perhaps others would have their fate in their own hands too, if you, the USA
, stayed out of their affairs. Fix your own problems!! You have ... 阅读全帖 |
|
n*********n 发帖数: 1534 | 15 【 以下文字转载自 Military 讨论区 】
发信人: dolong (chunfeng), 信区: Military
标 题: 英国人还是挺聪明的,看他们对民主的看法。
发信站: BBS 未名空间站 (Wed Mar 11 14:48:13 2009)
大多数人对现在西方的民主制度持怀疑的负面态度。
http://newsforums.bbc.co.uk/nol/thread.jspa?sortBy=2&forumID=6178&edition=2&ttl=20090311182705paginator
"The head of the Chinese parliament has said that his country will never
adopt Western-style democracy. Does this matter?"
Considering the way it's been run in the UK for the last 11 years, can
anyone really blame him??
Gordon's troupe of |
|
|
A*****i 发帖数: 3587 | 17 DP只是我举得一个例子
backend能问的问题广度远大于frontend
随便一个backend问题,从db设计到scalable,和distributed system,再加个
concurrency处理,如果REST相关,如何cache,如何pagination,如何authentication
都能问出十几个扩展问题,一个简单问题就能把人考死
frondend毕竟还是考死记硬背的多一些,顶多加点儿算法,而且算法还是99%以上根本
不会碰到的情况。 |
|
P*******r 发帖数: 210 | 18 这个可以看一下twitter API developer's guide. 处理pagination. |
|
t******c 发帖数: 348 | 19 Thanks!
I just found this post https://dev.twitter.com/rest/public/timelines,
explained how to handle the pagination issue with new feed coming in real
time: add a max_id parameter to track the lowest id received.
In another case, to receive the latest feed without duplication, add a since
_id parameter to track the highest id received.
Hope it helps! |
|
|
x**********l 发帖数: 27 | 21 感觉仍然可以用created_time解决啊。前端记录上一次request的time,
然后下一页的时候先filter(created_time <= time) ,这样就排除了新增加的数据。
然后再pagination, 根据ranking排序取第2页。这里需要提供created_after, page_
num
, limit 3个参数。和twitter api的做法有一点不样。 |
|
d******2 发帖数: 348 | 22 条件很弱,会试NIW,也想看看EB1b的机会大不大,求各位给点建议!谢谢!
生物硕士,industry加起来有3,4年经验。
一篇二作,引用245。一次被邀请会议给一个小talk. conference的abstract有6,7篇
。以前念书的时候得过一个DOD的grant。 网上搜这个grant的时候曾经写过的一个
annual report显示“Pagination or Media Count : 13”不知道这个放进去意义大不
大?
现在开始想找些journal来review.
求问这个申EB1B机会大不大?有可能可以向现有公司出具一下证明,但是不能保证。 |
|
|
k**u 发帖数: 10502 | 24 http://www.starbulletin.com/news/20100312_Shredded_shorts_spur_new_search_for_surfer.html
See last paragraph.
Shredded shorts spur new search for surfer
Efforts are unlikely to resume today unless developments warrant
By Gary T. Kubota
POSTED: 01:30 a.m. HST, Mar 12, 2010
(Single Page View) | Return to Paginated View
Lifeguards lifted the shark warning and resumed the search yesterday for a
California surfer who disappeared in waters off Chun's Reef and Laniakea on
Oahu's North Shore.
Barring ne |
|
b*s 发帖数: 82482 | 25 我记得很早以前,囫囵吞枣地读了一遍玫瑰之名的中文本,后来才发现错误多多。到了
美国,英文版的读过两遍,然后又参照注释读过第三遍,学了不少中世纪的历史和宗教
知识。后来得知中文版的是根据英文版翻译的!@#$%^
后来好容易有了意大利文直接翻译的,结果你看:
《玫瑰的名字》新译本可靠吗
http://www.infzm.com/content/52537
翁贝托·埃科的小说《玫瑰的名字》的新译本(沈萼梅、刘锡荣译,上海译文出版社
2009年版)面世以来颇受关注,或许是因为之前的三个中译本都是从英文转译的,误译
较多,所以读者对这个从意大利文翻译的版本有所期待。据我见闻所及,对新译本译文
提出商榷的文章,《东方早报·上海书评》登过两篇,不过探讨的主要是较专业的译名
问题,而非整体的译文水准问题。
《玫瑰的名字》正文最前面有一篇引子,是埃科故弄玄虚、故布疑阵,对文本来源做的
交代。在新译本中,它占了六页的篇幅。由于不可能将五百多页的译本的错漏之处一一
指出,我就以这篇引子为对象、为抽样标本,对照意大利文原著,开列这六页中的十几
处明显的误译、漏译(细小的可议处略去不提),希望普通读者能对这一新... 阅读全帖 |
|
c**i 发帖数: 6973 | 26 Now that the hoax is unearthed * * *
Still I wish to say a few things:
(1) In US, cosmetic surgery is so common--not just in Hollywood--that
everything is suspect.
(2) For 2009 in US:
breast augmentation 311, 957
breast reduction (women) 113,511
Note:
(a) In other words, breast reduction (women) is about 35% of breast
augmentation, in numbers.
(b) There is a SEPARATE procedure "Gynecomastia, treatment of (male breast
reduction) 16,801."
The above data are found in table titled 2009 national tota... 阅读全帖 |
|
|
s*****w 发帖数: 215 | 28 you can juse some jquery pagination plugin, when click the page number
update the comments page, e.g. if it is mvc project, in the controller
action to query database on comments and update the view |
|
c*********e 发帖数: 16335 | 29 payment module的,都有便宜的做好的了。这年月,什么都有人给你做好了,买就行了。
自己写的code,主要是很多东西都要花时间做,比如gridview,pagination之类的。这些
framework都给你做好了,你用就行了,也不难,按说明书来就好了。 |
|
g*****g 发帖数: 34805 | 30 In display tags, how do I change the layout of table headers and footers.
e.g. Can I put the pagination bar at the bottom? |
|
I*******e 发帖数: 1879 | 31 ☆─────────────────────────────────────☆
goodbug (好虫) 于 (Thu Feb 15 14:53:49 2007) 提到:
I have a common problem in web development,
Let's say you have a lot of contacts, so many that you have
to paginate them, so they are in different pages. Each contact
has a checkbox, so a user can check multiple boxes and send
all these guys an email.
Now the only way I know of is to put the selected contacts in session,
and update them when you go to a different page. Is there a pure
javascript solution t |
|
g*****g 发帖数: 34805 | 32 web部分是应该很简单,但就因为快不起来,才让我重新考虑这个问题。
常见的比如pagination,比如flow,state在client/server来回转化带来很多麻烦。
包括spring web flow这样的东西,看着不错,其实是把很多if else
扔进了xml,并不符合pojo的思路。JSP EL, JSF EL也是一样的。 |
|
F****n 发帖数: 3271 | 33 Off course the first one. The second one just assumes what users browse is a
gigantic piles of pictures . No order, no categories. Pagination is
actually a good thing. For instance, what if I want to see the 50th page?
Does it make sense to scroll over a 1000 useless pictures until I finally
get there?
Think about this: why Google never uses this to present its search results?
Because they don't know AJAX? |
|
t*******e 发帖数: 684 | 34 Pagination is better to be implemented at the SQL level. |
|
r*****l 发帖数: 2859 | 35 We had exact problem in one previous project. Since
our client displays the result list in pages, it was
natural for us to use pagination and ask the results
page by page.
hardware |
|
k***r 发帖数: 4260 | 36 If a job takes longer time, it can not be solved with
pagination. You can still refresh and refresh, until
the page gets the result, though. |
|
g*****g 发帖数: 34805 | 37
At the very worst, it's about immediate support, not capablity.
If there's a high demand on that one. Wicket can come out
something like that quickly, or it's not very hard to write
one yourself. Now think about this again, it's not even easy
to do pagination with action frameworks and you get 100 ad-hoc solutions
in 100 applications. In wicket, it's pretty a one liner, that's
the power of component.
Good frameworks make simple things simple, difficult things possible,
But not all simple things |
|
u***n 发帖数: 21026 | 38 我有一个do while loop,按照顺序批量处理1000条数据,大概有100万,每次1000条的
话因为还要call external的API,所以每次大概需要好几秒的时间,如果在一个method
里面的话,估计要半个多小时才能完成单线程。
我想用stream的parallel去处理
为了减少数据库的压力,我用pagination去取1000条数据,每次取1000,如果return的
条数是1000,那就next再去取一次,指导返回的小于1000。
这样的话,是不是不能用stream了,stream貌似要知道一个range。 |
|
m******t 发帖数: 2416 | 39 If you have to use jsp only (which isn't a good idea as goodbug pointed out)
, checkout the pagination support in displaytags. |
|
m******t 发帖数: 2416 | 40
Yeah, I'd be careful with this "never" business, too. 8-)
Lots of non-trivial desktop applications today already run multiple threads.
It's just we don'g feel it because most of those threads are an once-off
thing that does a particular job - for instance, Word uses a worker thread
to do pagination. Acrobat Reader uses a background thread to keep loading
the rest of a large pdf file while the user views the first pages. |
|
d*********4 发帖数: 409 | 41 多谢各位回复,已经给那边的程序员发邮件问了。可以想象web scraping,但是对于那
种登陆后返回的信息,不知道这种方法可行否,还有如果有一些带pagination的内容之
类的。我会多google的,多谢!!! |
|
g*****g 发帖数: 34805 | 42 Did I miss something? Why can't you do pagination in your DB query like
you did in your UI? |
|
l**********n 发帖数: 8443 | 43 if you want a grid, there is backgrid, why bother to create a grid using
angular directive? what you only need provide is some json or restful
service, then the backgrid will take care of everything for you, including
pagination, editing, sorting. |
|
c*********e 发帖数: 16335 | 44 bootstrap还好了,不過做出来的界面愣头愣脑的,不怎么灵活,pagination也不怎么
好看。我还是比较喜欢更专业点的framework. |
|
r***y 发帖数: 4379 | 45 pagination 通常是 angularjs knockout backbone ember 的干活
跟 bootstrap 没啥关系吧 |
|
c*********e 发帖数: 16335 | 46 这些都太初级了,而且pagination都是client side的,search也只是client side
filter. |
|
c*********e 发帖数: 16335 | 47 我写gridview table, listview ,从来都不用什么datatable plugin之类的。全部是自
己手写,用纯jquery, 或者angularjs,我都写出过ajax pagination.不难。
用plugin会有很多限制,老板让你加几个功能就不灵了。还是自己手写的,scalable,
方便。 |
|
c*********e 发帖数: 16335 | 48 你是把1万多行数据一次全从server side取出来存在javascript里吗?还是用了
pagination,每页只有固定的20,50,100行数据? |
|
c*********e 发帖数: 16335 | 49 smartable一点都不smart啊。 没有多选checkbox.貌似它的search都是client side
filter一下,连http get/post都没用到。那个pagination,点击页数的时候,那个动画
spinner太丑了。说实话,我自己用jquery, angularjs做的2个版本都比它漂亮。 |
|