Redian新闻
>
哪位华人经济学家的文章最好通俗易懂又道理明晰
avatar
哪位华人经济学家的文章最好通俗易懂又道理明晰# Economics - 经济
m*a
1
我一点都不喜欢读书,来读硕士就是为了移民。
我女生,长得还不错,年纪也还轻。
我想快点结婚移民,不管真结婚还是假结婚。
具体要怎么计划更有效的完成这件事情?
我打算去美国的交友网站付费交友。这样不知道算不算个方法?
还有什么好主意呢?
avatar
b*y
2
以前没做过java,可能问题有点简单,请不要见笑。
刚去一个小公司,需要做一个简单网站,前端请了一个合同工,
后端实在找不到人了,赶我上架。
现在前端已经有一堆html和jsp了,后端还没开工。
前端已经给了一些需要后端提供json的数据格式。
请问如何开始?
我在eclipse里建一个什么project好,如何倒入前端的代码?
需要用spring,struct这些框架吗?
需要用maven管理吗?
follow 了几个servlet/jsp/spring/struts的tutorial但还是
没有太多感觉。
请问我该如何继续呢?
多谢?
avatar
w*t
3
本人理工的PHD在读,对经济问题一直比较敢兴趣。但是由于不是专业背景,所以想了
解一些通俗易懂但是逻辑严谨不是大路货的华人经济学家的文章看看,看了一段时间
CZW的博客,觉得还可以,尤其和女儿讨论商业模式比较有意思。不知道各位能否推荐
一些其他文章写的比较好的华人经济学家文章,主要讲资本,产权,还有货币政策方面
的。博客或者BBS,网站都可以。先谢过了
avatar
w*z
4
take a look at Jersey. Maven project is easy to setup. creat a pom.xml and
import as maven project.

【在 b****y 的大作中提到】
: 以前没做过java,可能问题有点简单,请不要见笑。
: 刚去一个小公司,需要做一个简单网站,前端请了一个合同工,
: 后端实在找不到人了,赶我上架。
: 现在前端已经有一堆html和jsp了,后端还没开工。
: 前端已经给了一些需要后端提供json的数据格式。
: 请问如何开始?
: 我在eclipse里建一个什么project好,如何倒入前端的代码?
: 需要用spring,struct这些框架吗?
: 需要用maven管理吗?
: follow 了几个servlet/jsp/spring/struts的tutorial但还是

avatar
n*n
5
张五常

【在 w******t 的大作中提到】
: 本人理工的PHD在读,对经济问题一直比较敢兴趣。但是由于不是专业背景,所以想了
: 解一些通俗易懂但是逻辑严谨不是大路货的华人经济学家的文章看看,看了一段时间
: CZW的博客,觉得还可以,尤其和女儿讨论商业模式比较有意思。不知道各位能否推荐
: 一些其他文章写的比较好的华人经济学家文章,主要讲资本,产权,还有货币政策方面
: 的。博客或者BBS,网站都可以。先谢过了

avatar
b*y
6
pom.xml需要手工写吗?
手头倒是有一个前人做的类似的东西。
里面的pom.xml看着没什么东西。
然后就是两个目录:src/main和src/test,后者基本没东西。
import进eclipse之后就神奇的自动创建了project还能编译运行。
我就不知道project的配置都是,编译,运行都是在哪设的。
我看了半天Maven/eclipse的介绍也没搞明白。
真希望有个人能给答答疑。
谢谢。

【在 w**z 的大作中提到】
: take a look at Jersey. Maven project is easy to setup. creat a pom.xml and
: import as maven project.

avatar
g*g
8
If you already have jsp, most likely there are already a MVC framework
involved, talk to the contractor. Simple things you don't need SOA/Jersey.
Spring + Spring JDBC is probably enough.

【在 b****y 的大作中提到】
: 以前没做过java,可能问题有点简单,请不要见笑。
: 刚去一个小公司,需要做一个简单网站,前端请了一个合同工,
: 后端实在找不到人了,赶我上架。
: 现在前端已经有一堆html和jsp了,后端还没开工。
: 前端已经给了一些需要后端提供json的数据格式。
: 请问如何开始?
: 我在eclipse里建一个什么project好,如何倒入前端的代码?
: 需要用spring,struct这些框架吗?
: 需要用maven管理吗?
: follow 了几个servlet/jsp/spring/struts的tutorial但还是

avatar
h*l
9
陈经:中国的官办经济。

【在 w******t 的大作中提到】
: 本人理工的PHD在读,对经济问题一直比较敢兴趣。但是由于不是专业背景,所以想了
: 解一些通俗易懂但是逻辑严谨不是大路货的华人经济学家的文章看看,看了一段时间
: CZW的博客,觉得还可以,尤其和女儿讨论商业模式比较有意思。不知道各位能否推荐
: 一些其他文章写的比较好的华人经济学家文章,主要讲资本,产权,还有货币政策方面
: 的。博客或者BBS,网站都可以。先谢过了

avatar
e*t
10
上play吧。

【在 b****y 的大作中提到】
: 以前没做过java,可能问题有点简单,请不要见笑。
: 刚去一个小公司,需要做一个简单网站,前端请了一个合同工,
: 后端实在找不到人了,赶我上架。
: 现在前端已经有一堆html和jsp了,后端还没开工。
: 前端已经给了一些需要后端提供json的数据格式。
: 请问如何开始?
: 我在eclipse里建一个什么project好,如何倒入前端的代码?
: 需要用spring,struct这些框架吗?
: 需要用maven管理吗?
: follow 了几个servlet/jsp/spring/struts的tutorial但还是

avatar
w*t
11
谢谢,谢国忠和陈志武,还有张五常,林毅夫比较起来哪个水平更高一点,另外我曾经
看了一本介绍16个华人经济学家的文章,白重恩,钱yinyi,还有李稻葵,王一江之类
的,不知道为什么很少看到这些人的文章?难道他们都只写学术文章?

【在 h*****0 的大作中提到】
: 谢国忠
: http://hexun.com/xieguozhongblog/

avatar
b*y
12
Yes, it is should be really simple compared to what most guys are talking
about here.
Our customers will be businesses, so at most 100 simultaneous users I think,
within 2 years.

【在 g*****g 的大作中提到】
: If you already have jsp, most likely there are already a MVC framework
: involved, talk to the contractor. Simple things you don't need SOA/Jersey.
: Spring + Spring JDBC is probably enough.

avatar
E*o
13
czw是who?

【在 w******t 的大作中提到】
: 本人理工的PHD在读,对经济问题一直比较敢兴趣。但是由于不是专业背景,所以想了
: 解一些通俗易懂但是逻辑严谨不是大路货的华人经济学家的文章看看,看了一段时间
: CZW的博客,觉得还可以,尤其和女儿讨论商业模式比较有意思。不知道各位能否推荐
: 一些其他文章写的比较好的华人经济学家文章,主要讲资本,产权,还有货币政策方面
: 的。博客或者BBS,网站都可以。先谢过了

avatar
g*g
14
As I said, all you need is spring + spring jdbc running in the same jvm as
the jsp. The contractor may have already used some mvc framework and every
one of them can integrate with spring.

think,

【在 b****y 的大作中提到】
: Yes, it is should be really simple compared to what most guys are talking
: about here.
: Our customers will be businesses, so at most 100 simultaneous users I think,
: within 2 years.

avatar
g*y
15
陈志武吧
avatar
w*z
16
You probably have this one installed in your eclipse:
http://maven.apache.org/plugins/maven-eclipse-plugin/
The plugin handles it for you.
You can also compile it in the command line, from the directory where the
pom.xml sits.
mvn clean compile/install/deploy bla bla
You have a maven local repo, there is a file called settings.xml which
configs it.
http://maven.apache.org/settings.html

【在 b****y 的大作中提到】
: pom.xml需要手工写吗?
: 手头倒是有一个前人做的类似的东西。
: 里面的pom.xml看着没什么东西。
: 然后就是两个目录:src/main和src/test,后者基本没东西。
: import进eclipse之后就神奇的自动创建了project还能编译运行。
: 我就不知道project的配置都是,编译,运行都是在哪设的。
: 我看了半天Maven/eclipse的介绍也没搞明白。
: 真希望有个人能给答答疑。
: 谢谢。

avatar
g*y
17
其实要说中国问题,我觉得周其仁的小散文都很好
avatar
w*z
18
There are still people using JSP nowadays?

【在 g*****g 的大作中提到】
: If you already have jsp, most likely there are already a MVC framework
: involved, talk to the contractor. Simple things you don't need SOA/Jersey.
: Spring + Spring JDBC is probably enough.

avatar
g*g
19
Consider spring mvc is still the most popular java web framework, and spring
mvc uses jsp by default. I have to say yes.

【在 w**z 的大作中提到】
: There are still people using JSP nowadays?
avatar
d*i
20
非常痛恨JSP, 客户端的东西就是应该只用html/js来写。

spring

【在 g*****g 的大作中提到】
: Consider spring mvc is still the most popular java web framework, and spring
: mvc uses jsp by default. I have to say yes.

avatar
l*0
21
小型网站,是不是 JSP/Servelet/MySql 就够了。 Spring/strut 可能要花费更多时间

【在 b****y 的大作中提到】
: 以前没做过java,可能问题有点简单,请不要见笑。
: 刚去一个小公司,需要做一个简单网站,前端请了一个合同工,
: 后端实在找不到人了,赶我上架。
: 现在前端已经有一堆html和jsp了,后端还没开工。
: 前端已经给了一些需要后端提供json的数据格式。
: 请问如何开始?
: 我在eclipse里建一个什么project好,如何倒入前端的代码?
: 需要用spring,struct这些框架吗?
: 需要用maven管理吗?
: follow 了几个servlet/jsp/spring/struts的tutorial但还是

avatar
x*d
22
outsource... ask someone here to start something for you, then you can
follow. the beginning is hard, once someone started the project, following
is very easy.
$40/hour should be fair, I don't see you need more than 40 hours to get this
thing started, sounded very simple.
avatar
x*d
23
what is wrong with jsp? but jsp today is not jsp 10 years ago, jsp is just
view technology, if you don't like it you can use html view engine.

【在 w**z 的大作中提到】
: There are still people using JSP nowadays?
avatar
b*y
24
The contractor kept saying he is not a Java developer so he can't help on
java stuff...

【在 g*****g 的大作中提到】
: As I said, all you need is spring + spring jdbc running in the same jvm as
: the jsp. The contractor may have already used some mvc framework and every
: one of them can integrate with spring.
:
: think,

avatar
g*g
25
If the contractor is using scriptlet, you better find another contractor now
. He's not supposed to use jsp if he doesn't know java.

【在 b****y 的大作中提到】
: The contractor kept saying he is not a Java developer so he can't help on
: java stuff...

avatar
g*g
26
If you don't need fancy ajax controls, Spring MVC is actually powerful and
clean. jsp is not evil if you limit it as a view technology.

【在 d****i 的大作中提到】
: 非常痛恨JSP, 客户端的东西就是应该只用html/js来写。
:
: spring

avatar
w*z
27
I though the trend is to use js with html/css for rendering. JSP is the
putting html in Java..
I haven't touched a JSP for more than 10 years...

【在 x****d 的大作中提到】
: what is wrong with jsp? but jsp today is not jsp 10 years ago, jsp is just
: view technology, if you don't like it you can use html view engine.

avatar
x*d
28
nowadays jsp is just doing html/js and with css. it is called jsp, but
nothing really jsp. from java world's point of view, jsp is good enough as
view technology, there is other technology, but not much better than jsp in
java world.

【在 w**z 的大作中提到】
: I though the trend is to use js with html/css for rendering. JSP is the
: putting html in Java..
: I haven't touched a JSP for more than 10 years...

avatar
l*0
29
小网站,觉得可先从 core java/servelet/html/jsp/css 开始。以后如果觉得有需要
,复杂性没法管理,再研究上 framework。 这些东西都有 pros and cons, 确实需要
才用。
引用一个帖子中的抱怨,当然也有很多支持的。

Used to be we wrote simple, efficient, fast applications and web services
using just core Java, Servlets and JSP, html and xml, JDBC API. It was good
enough; JUnit was a good tool to test. We rested easy that our code worked.
Hibernate came along to simplify SQL and enable true mapping of Database
tables with Java objects, allowing hierarchical relationships to be
reflected in the Object Relations Mapping or ORM as we call it. I loved it.
Especially that we did not have to map the ResultSet back into a Java object
or data type.
Struts came along to add the Model View Controller pattern to our Web apps,
it was good.
EJBs were a huge overhead and pain and annotations made code look like
chicken scratch and now Spring got sprung on us innocent folks. It just
seems overdoing to me.
For example we now package our simple jdbc url, user, pass into jdbc.
properties first, then into hibernate properties second and then into Spring
beans third time!
Versus all that, consider getting a connection where you need it is really
as simple as shown below in pure java, which is what we really are doing
after going through all that hot air stuff with Spring:
Connection connection = DriverManager.getConnection(url, user, pass);
That is in itself self-explanatory that its a big round about and wrapping
round and round to do a simple thing fast and easy with no other big
benefits really. It's like wrapping tons and tons of gift paper around a
tiny nice gift which is all you really keep anyway.
Another example is a batch update. With Spring it is convoluted involving
quite a few classes, interfaces before you can use the JdbcTemplate to do a
batch update. With plain jdbc its simply:
Statement statement = connection.createStatement();
statement.addBatch(sqlquery);
statement.executeBatch();
Can't get simpler or faster than that.
I do not support this framework. Sorry. Who on earth wants injections every
time they need anything?”
avatar
w*z
30
it depends. I have been using jdbc for my current project, it is painful to
map a resultset with 10+ columns. it is even worse to construct an update
SQL with flexible subset of the columns. OR tool comes handy for these cases.

good

【在 l******0 的大作中提到】
: 小网站,觉得可先从 core java/servelet/html/jsp/css 开始。以后如果觉得有需要
: ,复杂性没法管理,再研究上 framework。 这些东西都有 pros and cons, 确实需要
: 才用。
: 引用一个帖子中的抱怨,当然也有很多支持的。
: “
: Used to be we wrote simple, efficient, fast applications and web services
: using just core Java, Servlets and JSP, html and xml, JDBC API. It was good
: enough; JUnit was a good tool to test. We rested easy that our code worked.
: Hibernate came along to simplify SQL and enable true mapping of Database
: tables with Java objects, allowing hierarchical relationships to be

avatar
g*g
31
Don't forget you always need a connection pool. JDBC doesn't provide you one
but any ORM is one simple config away for that.

to
cases.

【在 w**z 的大作中提到】
: it depends. I have been using jdbc for my current project, it is painful to
: map a resultset with 10+ columns. it is even worse to construct an update
: SQL with flexible subset of the columns. OR tool comes handy for these cases.
:
: good

avatar
w*z
32
yes, I am using bonecp.

one

【在 g*****g 的大作中提到】
: Don't forget you always need a connection pool. JDBC doesn't provide you one
: but any ORM is one simple config away for that.
:
: to
: cases.

avatar
w*u
34
主要是人家已经有一堆东西了……
你看看js 是怎么call的……
你写点自己的servlet 之类的response一下,看看有啥效果没
avatar
z*s
35
高人给点拨一下,java跟html/JS之间,有jsp和没有jsp有什么区别?
jsp到底算前端还是算后端? mvc好像还有前端后端的区别?

in

【在 x****d 的大作中提到】
: nowadays jsp is just doing html/js and with css. it is called jsp, but
: nothing really jsp. from java world's point of view, jsp is good enough as
: view technology, there is other technology, but not much better than jsp in
: java world.

avatar
z*s
36
我也觉得根据lz的描述,他好像只有java的基础,完全没有jee的概念。servlet虽然有
点古老但是容易上手。 spring,maven啥的还是需要点时间的。不过eclipse比np好点
,至少能导入包。

【在 y******2 的大作中提到】
: 小网站不用那么麻烦吧,连Maven都不用。推荐个网站,都是超级简单的,高级的你再
: 找。notepad++就行,eclipse都不用。
: http://www.ntu.edu.sg/home/ehchua/programming/howto/Tomcat_HowT

avatar
b*y
37
你说的太对了。
我感觉servelet还能理解,因为我以前用c/c++写过CGI,感觉工作方式比较类似。
这些个框架一上来就把问题复杂化了。
我知道他们的目的是简化开发,但是learning curve也变长了。
特别是我这样以前写C的,总是特想搞明白这些框架,tool底层是怎么work的。
搞不明白就很郁闷。
跟老板谈了谈,还是决定招几个人做了,除了这个,以后还有别的项目。
刚发了个招聘启事,请各位帮忙refer一下。
只是如何面试是个问题。。。。

【在 z***s 的大作中提到】
: 我也觉得根据lz的描述,他好像只有java的基础,完全没有jee的概念。servlet虽然有
: 点古老但是容易上手。 spring,maven啥的还是需要点时间的。不过eclipse比np好点
: ,至少能导入包。

avatar
z*s
38
晕啊,刚刚给你发了信。又看到你这个回复。原来打过交道啊。嘿嘿。

【在 b****y 的大作中提到】
: 你说的太对了。
: 我感觉servelet还能理解,因为我以前用c/c++写过CGI,感觉工作方式比较类似。
: 这些个框架一上来就把问题复杂化了。
: 我知道他们的目的是简化开发,但是learning curve也变长了。
: 特别是我这样以前写C的,总是特想搞明白这些框架,tool底层是怎么work的。
: 搞不明白就很郁闷。
: 跟老板谈了谈,还是决定招几个人做了,除了这个,以后还有别的项目。
: 刚发了个招聘启事,请各位帮忙refer一下。
: 只是如何面试是个问题。。。。

avatar
m*j
39
看到这儿,说四句。
1)你们谁写的html和jsp?(炸听起来像是这个写的人已经走了,你们已经找不到了)这
些东西曾经用起来过吗?还是就是一堆从没上过任何服务器经过实际检验过的东西?
2)你说"前端已经给了一些需要后端提供json的数据格式",是领导/同事/某程序员/项
目经理跟你说的?还是你自己看了那些html和jsp之后自己总结发现或找出的?
3)你现在别想什么mvc。所谓用不用框架或者用哪种管理方式,其实不是你楼主现在需
要关心的主要问题。很烂或很简单的东西也可以用框架,很复杂的东西也可以完全不用
任何框架。这完全,看一,你们现有的这些html和jsp是怎么写的,二,准备接手的这
个人对你们这些现有html/jsp的理解、他自己本人对某框架掌握的熟练程度、他自己开
发的习惯。
类比为吃橘子。人用工具比如刀,猴子就用手,兔子就用牙,鸡就用嘴。但结果是一样
的,都能把橘子吃了。
4)至于jsp,你把你自己的一个最简单的html文件的尾缀改成.jsp取代原有文件的尾缀
.html,你看看这个新文件是否可以在你的服务器上运行出来?它的页面和html的有什
么不同?

【在 z***s 的大作中提到】
: 高人给点拨一下,java跟html/JS之间,有jsp和没有jsp有什么区别?
: jsp到底算前端还是算后端? mvc好像还有前端后端的区别?
:
: in

avatar
z*s
40
俺不是lz,只是想起这个问题问了一下,纯属技术,没有任何实际场景。你把我跟lz的
情况搞混了。

【在 m**********j 的大作中提到】
: 看到这儿,说四句。
: 1)你们谁写的html和jsp?(炸听起来像是这个写的人已经走了,你们已经找不到了)这
: 些东西曾经用起来过吗?还是就是一堆从没上过任何服务器经过实际检验过的东西?
: 2)你说"前端已经给了一些需要后端提供json的数据格式",是领导/同事/某程序员/项
: 目经理跟你说的?还是你自己看了那些html和jsp之后自己总结发现或找出的?
: 3)你现在别想什么mvc。所谓用不用框架或者用哪种管理方式,其实不是你楼主现在需
: 要关心的主要问题。很烂或很简单的东西也可以用框架,很复杂的东西也可以完全不用
: 任何框架。这完全,看一,你们现有的这些html和jsp是怎么写的,二,准备接手的这
: 个人对你们这些现有html/jsp的理解、他自己本人对某框架掌握的熟练程度、他自己开
: 发的习惯。

avatar
m*j
41
抱歉。
那请你略去前三个,直接琢磨琢磨第四个即可。

【在 z***s 的大作中提到】
: 俺不是lz,只是想起这个问题问了一下,纯属技术,没有任何实际场景。你把我跟lz的
: 情况搞混了。

avatar
c*e
42
现在一般难在前端。前端要用javascript + jquery + ajax写,而且要写得象bootsrap
那样的有点品味的css,不是那么容易的。
后端无非就是些jsp,java beans,servlet,十几年都这么搞的。不过现在都喜欢用ajax
来呈现动态数据,所以又有新花样了。现在pop up window都是新样式,还是要花心思
的。

【在 b****y 的大作中提到】
: 以前没做过java,可能问题有点简单,请不要见笑。
: 刚去一个小公司,需要做一个简单网站,前端请了一个合同工,
: 后端实在找不到人了,赶我上架。
: 现在前端已经有一堆html和jsp了,后端还没开工。
: 前端已经给了一些需要后端提供json的数据格式。
: 请问如何开始?
: 我在eclipse里建一个什么project好,如何倒入前端的代码?
: 需要用spring,struct这些框架吗?
: 需要用maven管理吗?
: follow 了几个servlet/jsp/spring/struts的tutorial但还是

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