avatar
n*0
1
【 以下文字转载自 PhotoProcessing 讨论区 】
发信人: nikd800 (三石), 信区: PhotoProcessing
标 题: 问一个PS通道的小问题
发信站: BBS 未名空间站 (Fri Dec 7 09:36:31 2012, 美东)
想问一下PS高手们,有没有一个现成的热键,可以在RGB channel和Alpha channel之间
,做快速切换?鼠标在图标点来点去,有点费时、费事。
谢谢。
avatar
j*n
2
讨厌孙楠。。。
avatar
Y*G
3
Is it better to use JSR-250 only annotation or it is ok to use Spring's
proprietary annotation, what is the best practice?
avatar
b*3
4
一脸便秘
avatar
Y*G
5
also is @Inject better than @Autowired?
avatar
h*v
6
就是,讨厌歌外面的他。So ignorant!

【在 j******n 的大作中提到】
: 讨厌孙楠。。。
avatar
W*o
7
I think @Autowired is more Spring native than @Inject

【在 Y**G 的大作中提到】
: also is @Inject better than @Autowired?
avatar
j*n
8
讨厌孙楠。。。
avatar
g*g
9
Makes no difference, it's not like you will really migrate away from Spring.

【在 Y**G 的大作中提到】
: Is it better to use JSR-250 only annotation or it is ok to use Spring's
: proprietary annotation, what is the best practice?

avatar
b*3
10
一脸便秘
avatar
Y*G
11
I just don't feel good if I get locked down to Spring, maybe it is not a
issue for all. There are alternatives like guice.

Spring.

【在 g*****g 的大作中提到】
: Makes no difference, it's not like you will really migrate away from Spring.
avatar
h*v
12
就是,讨厌歌外面的他。So ignorant!

【在 j******n 的大作中提到】
: 讨厌孙楠。。。
avatar
c*f
13
spring太多magic了
avatar
b*3
14
看爆料说内定是孙楠,但决赛的时候观众不买账,孙丢脸丢到家了
avatar
g*g
15
It's bad if you are locked down to a specific JEE server. Be locked down to
Spring is OK, you can still port your app to a different server.

【在 Y**G 的大作中提到】
: I just don't feel good if I get locked down to Spring, maybe it is not a
: issue for all. There are alternatives like guice.
:
: Spring.

avatar
j*n
16
真开心,哈哈,原谅我真是幸灾乐祸了!

【在 b*********3 的大作中提到】
: 看爆料说内定是孙楠,但决赛的时候观众不买账,孙丢脸丢到家了
avatar
c*l
17
什么是J2EE server?举个例子说说?JBOSS?

to

【在 g*****g 的大作中提到】
: It's bad if you are locked down to a specific JEE server. Be locked down to
: Spring is OK, you can still port your app to a different server.

avatar
g*g
18
jboss, weblogic, websphere, also web container like tomcat, jetty is
portable for spring app.

【在 c********l 的大作中提到】
: 什么是J2EE server?举个例子说说?JBOSS?
:
: to

avatar
c*l
19
这里面哪些是推荐的,哪些是不推荐的?谢谢指点

【在 g*****g 的大作中提到】
: jboss, weblogic, websphere, also web container like tomcat, jetty is
: portable for spring app.

avatar
g*g
20
I only use open source stuff and I never care about ejb. So it's jetty for
development and tomcat for deployment for me. The majority of internet
companies use tomcat exclusively.

【在 c********l 的大作中提到】
: 这里面哪些是推荐的,哪些是不推荐的?谢谢指点
avatar
c*l
21
为什么是“ jetty for development and tomcat for deployment ”?

【在 g*****g 的大作中提到】
: I only use open source stuff and I never care about ejb. So it's jetty for
: development and tomcat for deployment for me. The majority of internet
: companies use tomcat exclusively.

avatar
g*g
22
jetty can be embedded in jvm, easier for debugging. tomcat is the de facto
of java web app server.

【在 c********l 的大作中提到】
: 为什么是“ jetty for development and tomcat for deployment ”?
avatar
x*d
23
what is j2ee? you should have said jave ee7/ee6 compatible, check oracle.
for example, tomcat is neither ee7 nor ee6 compatible, so it is not jee
server at all, on the other hand tomee which is based on tomcat is jee
compatible.
glassfish is full platform jave ee7 implementation, so does wildfly, jboss
is not ee7, only ee6.
again, check with oracle. jave ee server needs to be certified to be called
a ee server.
so for beginner, basically tomcat, jetty(part) is not ee server, glassfish
is ee. all other big names vendors all have their own ee compatible ee
servers, the list goes more than a dozen (or less???). Most people don't
know sap has ee server...

【在 c********l 的大作中提到】
: 什么是J2EE server?举个例子说说?JBOSS?
:
: to

avatar
x*d
24
just curious, netflix never buys ee servers from any vendor? like IBM/Oracle
? I am very surprised hearing this.
So even internally, you guys never use a server support jms, javamail?
So you use spring for all? transcaton, security, persistence....?
I know you dont need ejb, but never use websphere or glassfish? surprised,
surprised...

【在 g*****g 的大作中提到】
: I only use open source stuff and I never care about ejb. So it's jetty for
: development and tomcat for deployment for me. The majority of internet
: companies use tomcat exclusively.

avatar
x*d
25
how about portal? I know portlet is not popular, but you might have a chance
using it, what do you use? liferay?

【在 g*****g 的大作中提到】
: I only use open source stuff and I never care about ejb. So it's jetty for
: development and tomcat for deployment for me. The majority of internet
: companies use tomcat exclusively.

avatar
g*g
26
If you don't need ejb, I don't see why you need a jee server. Java Mail is a
client api, nothing to do with jee. For JMS, we don't really use it. But
spring supports JMS and there are open source JMS server like active mq if
you need it. It's been proven 10 years ago if you can do everything you need
without jee server. Spring, not JEE is the de facto today.

Oracle

【在 x****d 的大作中提到】
: just curious, netflix never buys ee servers from any vendor? like IBM/Oracle
: ? I am very surprised hearing this.
: So even internally, you guys never use a server support jms, javamail?
: So you use spring for all? transcaton, security, persistence....?
: I know you dont need ejb, but never use websphere or glassfish? surprised,
: surprised...

avatar
x*d
27
I know,I know,what I am asking is not about reason.
but I am just curious that in netflix, you guys really don't have any
commercial jee server?
even you can do everything without a jee server, but there is still
advantage using one, sometimes huge, just my 2 cents, I don't work for IBM
or Oracle, or any JEE server vendors.

a
need

【在 g*****g 的大作中提到】
: If you don't need ejb, I don't see why you need a jee server. Java Mail is a
: client api, nothing to do with jee. For JMS, we don't really use it. But
: spring supports JMS and there are open source JMS server like active mq if
: you need it. It's been proven 10 years ago if you can do everything you need
: without jee server. Spring, not JEE is the de facto today.
:
: Oracle

avatar
g*g
28
It's not Netflix, it's like most Internet companies don't use commercial jee
server. Tomcat is powerful, stable and proven. And we try to avoid any
closed source solutions.

【在 x****d 的大作中提到】
: I know,I know,what I am asking is not about reason.
: but I am just curious that in netflix, you guys really don't have any
: commercial jee server?
: even you can do everything without a jee server, but there is still
: advantage using one, sometimes huge, just my 2 cents, I don't work for IBM
: or Oracle, or any JEE server vendors.
:
: a
: need

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。