由买买提看人间百态

topics

全部话题 - 话题: zk
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
y*********e
发帖数: 7269
1
来自主题: PhotoGear版 - Zeiss for Pentax ZK 全线产品
今年年中Zeiss宣布生产针对Pentax卡口的ZK系列镜头
当时宣布的只有两个镜头ZK 50/1.4和ZK 85/1.4
不声不响几个月过去,美国市场依旧见不到货色,想要买只能在ebay上面买。
今天做了仔细调查,其实Zeiss的所有ZF镜头都将有ZK相应版本镜头,而且进入生产阶段
,只是上市时间稍微不一样。
所有镜头和已经上市情况如下:
ZK 25/2.8,投产即将上市
ZK 28/2,投产即将上市
ZK 35/2,投产已经上市,ebay上面可以买到,最低价格$735
ZK 50/1.4,投产已经上市,ebay上面可以买到,最低价格$485
ZK 50/2,投产刚上市,ebay上面可以买到,最低价格$963
ZK 85/1.4,投产已经上市,ebay上面可以买到,最低价格$895
ZK 100/2,刚投产
好像感兴趣的不多?
k***r
发帖数: 4260
2
来自主题: Java版 - ZK vs Click
这几天借着ZK的人气看了一眼ZK,又看了一眼原来看过的Click Framework。感觉还是
更喜欢Click Framework的approach。
两者相同点是都是event driven,用java写交互的部分。都有很多components/
controls,用户不用写很多javascript。
不同点之一是Click用一个html file做template,感觉比ZK的zul XML file自然的多,
也容易加入html。ZK zul好像不能加入自己的HTML,感觉除了写RIA,几乎不能做别的
,也许是我还没发现怎么加。
两个都没有直接用过,但是感觉ZK的component做得漂亮一些,还可以支持ExtJS。
Click则不行。
用过的高手有什么见解欢迎谈谈!
F****n
发帖数: 3271
3
来自主题: Java版 - ZK vs Click
Everything is essentially HTML and/or javascript on the client site. ZK just
provides another way to code those messy HTML / javascript.
ZK vs HTML = C++, Java vs Assembly Language. AJAX is just a technology that
smooth up ZK. Off course you can use ZK with HTML. And RIA is just one kind
of Website (it's another useless buzzword to me). Your thinking is like
saying Michael Jordan cannot play high school basketball.

used
HTML
be
ZK
k***r
发帖数: 4260
4
来自主题: Java版 - anyone has experience with ZK?
layout那个没有仔细看,不清楚为什么要用external layout,估计是ZK自己的Layout
没有那么灵活。Grid那个有side by side comparison。ZK自己的功能弱。其实如果这
个现象很普遍,还不如索性支持ExtJS好了,毕竟ExtJS或者YUI在界面上花很多时间,
应该做得好一些。ZK自己的东西差一点,还不如focus在后面。
F****n
发帖数: 3271
5
来自主题: Java版 - anyone has experience with ZK?
用YUI不是因为ZK自己的不好, 而是因为实际应用中确实会有需要
ZK的组件在客户段JS的编程功能确实不行, 但那是因为他本来就DISCOURAGE这个
相反你可以在SERVER端用JAVA实现一切。总的来说ZK的功能不差,有很多地方比YUI强
大的多。

Layout
k***r
发帖数: 4260
6
来自主题: Java版 - ZK vs Click
Correct me if I'm wrong - my understanding of ZK is that it can only be used
to develop RIA, but not web sites. The XML doesn't seem to let you put HTML
in it. So, if I'm not mistaken, the verdict is, ZK is not very useful for
web development. But if your specific need is to develop a RIA, it might be
a good choice. (And do correct me if I'm wrong. I'd be happy to know that ZK
does more than that.)

including
F****n
发帖数: 3271
7
来自主题: Java版 - ZK vs Click
Well, whatever you like. But I can tell you every area you said, ZK is much
better than Click, unless you regard them as as HTML generation tools, and
really want to work with the generated HTML code (which is not what ZK meant
to be).
I can understand that people may get nervous when they cannot "see" or
understand what a tool like ZK generate. It's a bit like the first
generation high-level programming languages made punch-card programers
nervous because they cannot see any punch-cards:)
b*****o
发帖数: 284
8
来自主题: Java版 - ZK vs Click
There are several ways in inscribing html code in ZK. I've been using ZK in
developing web applications(purcument,sale,inventory,production management)
since its begining. The following is an example in writing html directly:


Put what ever html code here, e.g.



fdkgsdfkgfdsgj
]]>


You can even mix your html,jsp codes with ZK XML codes, or use JAVA to
dynamically generate both. Read dev guide for m
R***a
发帖数: 41892
9
来自主题: PhotoGear版 - Zeiss: No more ZK
Based on the market situation, the division will focus on SLR lenses from
the ZE and ZF.2 series in the future. With production of ZK series lenses
for cameras with a K mount set to end in the fall of 2010, some focal
lengths will no longer be available. However, the remaining ZK lenses will
continue to be offered at unchanged prices while stocks last.
F****n
发帖数: 3271
10
来自主题: Java版 - anyone has experience with ZK?
GWT is new and ZK is more established. That means ZK has a much richer
collection of ready-to-go widgets than GWT.
F****n
发帖数: 3271
11
来自主题: Java版 - anyone has experience with ZK?
One thing I don't like ZK is that they make AJAX looks so simple, and even
many cheaply built sites such as 武侠小说 sites are full of crappy AJAX
pages that try to reload something on every mouseover. I really hate that.
As a result, ZK's look and feel is now always giving me a cheap feeling,
although it's not their fault:)
F****n
发帖数: 3271
12
来自主题: Java版 - anyone has experience with ZK?
这两个是因为本来的目的就是要INTEGRATE YUI JS LIB
ZK本身有跟好的GRID和SPREADSHEET COMPONENTS,
虽然我不赞成滥用AJAX, 但ZK的框架确实非常好, 基本上可以
完全用JAVA写网页, 非常SMART。
F****n
发帖数: 3271
13
来自主题: Java版 - ZK vs Click
ZK is more than that. ZK = Java UI Framework + XML UI Declaration (including
XHTML) + Server Side Script Engine. You can use any script language
including Java itself. If you don't like the default look and feel you can
stylize it yourself using CSS, although most developers, like me, are not
good at that part.
k***r
发帖数: 4260
14
来自主题: Java版 - ZK vs Click
Could you be a little specific? I'd like to find out how and where to put my
own HTML. Typically you load a .zul for a zk application but the .zul file
is
an xml file that describes the layout, and zk generates the html content
based
on that. If I want to have my own html elements in the page, where should I
put
it?

just
that
kind
t*******e
发帖数: 684
15
来自主题: Java版 - ZK真是太牛逼了
我网页设计一点都不会,用ZK也能搞出很专业的页面。提供的rich UI components不是
其他framework比的了的。没有web designer的开发,ZK真是非常好的选择。
还没看到data binding, 希望scope和binding也一样好。
N***m
发帖数: 4460
16
来自主题: Programming版 - ZK框架用处大吗?
3x for your input.
I just start to touch ZK, but the book said even for
a click button event that hasn't really done anything,
the event will be sent to server side because ZK
takes control of almost everything for clients. That eases
the updating of browser, but that also seems to me a
serious drawback. I guess that is what a framework is, you
manipulate things inside quite well but lose some
flexibility in certain cases?
gy
发帖数: 620
17
来自主题: PHILADELPHIA版 - zkss决定zk征婚了 (转载)
【 以下文字转载自 Piebridge 讨论区 】
发信人: zkss (展开说说), 信区: Piebridge
标 题: zkss决定zk征婚了
发信站: BBS 未名空间站 (Thu Oct 29 16:01:48 2009, 美东)
我也来征一个吧
★性别: 男
★年龄: 34
★所在地(起码给出state): PA
★职业情况(学生还是工作): 工作
★简单的物理参数(身高cm/体重kg): 170cm/73kg
★当前婚姻状态(从没结过婚/曾婚/丧偶): 从未结过婚
★联系方式(email/IM/站内): 站内/z******[email protected]
★血型、星座(optional):
来这个版打发时间和调整自己有一阵子了,现在平心静气给自己征一个幸福。
来美八年,先上学,再工作。身边一直不缺玩的朋友,或踢球,或打球,或钓鱼,或滑雪,或摄影,或hiking,或一起出去旅游,不一而足。只是工作后发现有一种无形的距离把大家拉远。认识人也没有以前那么方便,更别说深入了解。
我是一个很容易相处的人,版上一起玩过的朋友可以证明。为人简单,正直,无不良爱好。在一个幸福家庭中长大,所以很
N****w
发帖数: 21578
18
来自主题: PhotoGear版 - Zeiss for Pentax ZK 全线产品
为啥 ZK 50/2 比 50/1.4 还贵。。。?
要是便宜点的话,也弥补了 P+ 50mm 没廉价头的缺憾哈
T*******t
发帖数: 9274
19
来自主题: PhotoGear版 - 中毒求解,zeiss planar t*85 1.4 ZK
ZK也找贪帅?
G********d
发帖数: 593
20
来自主题: PhotoGear版 - 中毒求解,zeiss planar t*85 1.4 ZK

Carl Zeiss Planar T* 1.4/85 ZK
p********e
发帖数: 16048
21
ZK头现在很便宜
而且P家对手动头支持向来很好
t*r
发帖数: 101
22
来自主题: PhotoGear版 - Zeiss: No more ZK
it was kind of a dumb idea to make ZK to begin with, IMHO
y*********e
发帖数: 7269
23
来自主题: PhotoGear版 - Zeiss: No more ZK
ZK在K系列镜头里面,根本没有竞争力
一般要么买Pentax老手动头,要么买公主了
h******g
发帖数: 11250
24
来自主题: PhotoGear版 - Zeiss: No more ZK
版上有ZK头么?
p********e
发帖数: 16048
25
来自主题: PhotoGear版 - Zeiss: No more ZK
because pentax body sucks...
why a full-framed sharp-to-border lens at maximal aperture is needed for a
poor apsc body...

ZK在K系列镜头里面,根本没有竞争力
一般要么买Pentax老手动头,要么买公主了
k***r
发帖数: 4260
26
来自主题: Java版 - anyone has experience with ZK?
看了半天也没看懂ZK十个啥东东。没有Javascript的Javascript Library?
F****n
发帖数: 3271
27
来自主题: Java版 - anyone has experience with ZK?
That's because you haven't seen enough websites. AJAX Framework such as ZK
makes things easy and thus create the chance of abuse. For example, infobox
triggered by mouseover is one of the most common abuses. Because every time
it will load something from the server, it can easily become a disaster when
you have many elements on your webpages with this mouseover capability.
t*******e
发帖数: 684
28
来自主题: Java版 - anyone has experience with ZK?
For developers, it boils down to the choice of an HTML centric development
approach or an Ajax centric approach. Conventional web frameworks (Struts,
JSF, Wicket, Webwork...) are all designed for HTML centric development
efforts. While GWT, Echo, ZK are Ajax centric.
In the sense that a web project begins with HTML design, conventional web
frameworks are probably better choices.
k***r
发帖数: 4260
29
来自主题: Java版 - anyone has experience with ZK?
这几天又看了一下zk。感觉它的components比较弱,结果还需要用external js
library,比较麻烦,也有很大重复,比如这两个:
http://www.zkoss.org/smalltalks/yuiextz-grid-1/yuiextz-grid-1.dsp
http://www.zkoss.org/smalltalks/yuiextz-layout/
k***r
发帖数: 4260
30
来自主题: Java版 - ZK vs Click
I took a look at the html section of the dev guide. It's very awkward to
integrate ZK with HTML, unfortunately. And again, unfortunately, Click
Framework's GUI component are not very good looking :(
F****n
发帖数: 3271
31
来自主题: Java版 - ZK vs Click
What Click is doing is essentially a subset of ZK.
t*******e
发帖数: 684
32
来自主题: Java版 - ZK with Spring Web Flow
Someone manages to rewrite the JSF frontend of the Spring Web Flow demo app
to ZK XUL pages with no impact on the application look and feel.
http://zkoss.org/smalltalks/zkspringwf/
B*****g
发帖数: 34098
33
来自主题: Java版 - ZK真是太牛逼了
ZK palerre can only used for *.zul file?
m******t
发帖数: 2416
34
来自主题: Java版 - ZK真是太牛逼了

That, ironically, is exactly where all the confusion
comes from. Since the javascript library has to be
downloaded by end users, it is in fact redistribution
of the source code. So then our own javascript libraries
and pages could be considered "dynamically linked" and
forced to be GPL'ed as well.
Feel free to call that FUD - it may very well be,
but we just don't want to take the risk. ZK is good,
but not that good.
N***m
发帖数: 4460
35
来自主题: Programming版 - ZK框架用处大吗?
ZK框架,感觉server端啥都得做,效率是不是很低?
这样的话是不是只有小型站点才适合?
s******e
发帖数: 493
36
来自主题: Programming版 - ZK框架用处大吗?
not really.
ZK is an ajax framework. The chance is that if you choose an ajax, you
rarely can stay on the client side to get the info you need.
g*****g
发帖数: 34805
37
来自主题: Programming版 - ZK框架用处大吗?
You worry too much. Scalability is not an issue until
it's an issue. And for average website, it may never
be an issue.
ZK is one of so called stateful component frameworks, components
are rendered on server side. But traditional request-based
frameworks are done this way too. The main advantage of ajax,
is updating only a portion of webpage so that the update can
be fast. Reducing IO isn't as important. That being said, as
long as it's ajax framework, you can still expect less traffic
than requ... 阅读全帖
N***m
发帖数: 4460
38
来自主题: Programming版 - ZK框架用处大吗?
谢谢你的回复。还没开始正式学ZK,如你所说的,如果
不是问题的话,以后应该会有机会用到的。
C*****H
发帖数: 7927
39
来自主题: RuralChina版 - TGIF 强大的google翻译语音功能
输入" pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk zk bschk pv
bschk bschk pv kkkkkkkk bschk bschk bschk p zk bschk pv zk pv bschk zk p zk
bsc bschk pv zk bschk p zk pv bschk zk pv zk zk bschk bschk bschk bschk
bschk " 选德语点击朗读,瞬间泪奔了!!!!!!!!!!!!!!
C*****H
发帖数: 7927
40
来自主题: RuralChina版 - TGIF 强大的google翻译语音功能
段子八
泰语(Thai)朗读:หนี่มาบี &
#3627;นี่มาบี หนี
;่สื้อด้าส่&#
3634;บี ซางบู้ฉี
่อย่าซางบู้
;ฉี่ โหย่มู่&#
3650;หย่อาโ... 阅读全帖
I***i
发帖数: 14557
41
【 以下文字转载自 Joke 讨论区 】
发信人: swineustc (zhuzhuniuniu), 信区: Joke
标 题: 百分百爆笑:Google翻译逆天了 (转载)
发信站: BBS 未名空间站 (Thu Jun 28 21:15:35 2012, 美东)
发信人: swineustc (zhuzhuniuniu), 信区: WaterWorld
标 题: 百分百爆笑:Google翻译逆天了
发信站: BBS 未名空间站 (Thu Jun 28 02:52:25 2012, 美东)
在网上看到google翻译的神贴,大家可以试一试,暴笑百分百
(最后一个笑喷)
段子一
在Google翻译里输入" pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk
zk bschk pv bschk bschk pv kkkkkkkk bschk bschk bschk p zk bschk pv zk pv
bschk zk p zk bsc bschk pv zk bschk p zk pv bschk zk pv zk ... 阅读全帖
l**d
发帖数: 746
42
来自主题: SanFrancisco版 - 百分百爆笑:Google翻译逆天了 (转载)
【 以下文字转载自 Joke 讨论区 】
发信人: swineustc (zhuzhuniuniu), 信区: Joke
标 题: 百分百爆笑:Google翻译逆天了 (转载)
发信站: BBS 未名空间站 (Thu Jun 28 21:15:35 2012, 美东)
发信人: swineustc (zhuzhuniuniu), 信区: WaterWorld
标 题: 百分百爆笑:Google翻译逆天了
发信站: BBS 未名空间站 (Thu Jun 28 02:52:25 2012, 美东)
在网上看到google翻译的神贴,大家可以试一试,暴笑百分百
(最后一个笑喷)
段子一
在Google翻译里输入" pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk
zk bschk pv bschk bschk pv kkkkkkkk bschk bschk bschk p zk bschk pv zk pv
bschk zk p zk bsc bschk pv zk bschk p zk pv bschk zk pv zk ... 阅读全帖
s*******c
发帖数: 5161
43
来自主题: WaterWorld版 - 百分百爆笑:Google翻译逆天了
在网上看到google翻译的神贴,大家可以试一试,暴笑百分百
(最后一个笑喷)
段子一
在Google翻译里输入" pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk
zk bschk pv bschk bschk pv kkkkkkkk bschk bschk bschk p zk bschk pv zk pv
bschk zk p zk bsc bschk pv zk bschk p zk pv bschk zk pv zk zk bschk bschk
bschk bschk bschk " 选德语点击朗读,瞬间卧槽了!
段子二
在Google翻译里输入“鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅嗯~鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅
嗯~鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅嗯!法克!妈的烂机车发不动~鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅
鹅鹅鹅嗯~鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅嗯~鹅鹅鹅嗯嗯嗯~终于发动了~”点击朗读,绝
对瞬间泪奔,笑到不行!
段子三
去Google翻译,朗读一下内容:“因为,绳命,是剁么的回晃;绳命,是入刺的井猜。
壤窝们,巩痛嘱咐碰优。田下冯广宰饿... 阅读全帖
s*******c
发帖数: 5161
44
【 以下文字转载自 WaterWorld 讨论区 】
发信人: swineustc (zhuzhuniuniu), 信区: WaterWorld
标 题: 百分百爆笑:Google翻译逆天了
发信站: BBS 未名空间站 (Thu Jun 28 02:52:25 2012, 美东)
在网上看到google翻译的神贴,大家可以试一试,暴笑百分百
(最后一个笑喷)
段子一
在Google翻译里输入" pv zk bschk pv zk pv bschk zk pv zk bschk pv zk pv bschk
zk bschk pv bschk bschk pv kkkkkkkk bschk bschk bschk p zk bschk pv zk pv
bschk zk p zk bsc bschk pv zk bschk p zk pv bschk zk pv zk zk bschk bschk
bschk bschk bschk " 选德语点击朗读,瞬间卧槽了!
段子二
在Google翻译里输入“鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅嗯~鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅
嗯~鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅鹅... 阅读全帖
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)