l****y 发帖数: 92 | 1 我刚接触java,编了一个入门程序,
有两个问题请教大家
import java.lang.Double;
public class CircleArea
{
public static void main(String args[])
{
final double PI = 3.14;
double area, r;
r = Double.parseDouble(args[0]);
area = PI * r * r;
System.out.println("r=" + r + " area=" + area);
}
}
1,由于lang在lib\src的java目录中,所以我的classpath设置为
classpath=d:\jdk\lib\rt.jar;d:\jdk\lib\tools.jar;d:\jdk\lib\src, 这样正确吗
?
2,程序编译成功,可是运行是总是有错误提示
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException,
请问怎么解决啊???
谢谢 |
|
|
T*****e 发帖数: 361 | 3 http://java.sun.com/docs/books/tutorial/deployment/applet/lifeCycle.html
Windows Xp Home
IE6/FF1.5
JDK 1.5.0_6
Error message:
load: class Simple.class not found.
java.lang.ClassNotFoundException: Simple.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Sour |
|
c**********r 发帖数: 4 | 4 在原来一个linux下compile和run程序都好好的. 换了一台机器,在makefile里面只改了
JDKHOME 和JREHOME的路径 (以及工作路径).结果从新compile后,执行程序时却出现一下
错误:
xception in thread "main" java.lang.UnsupportedClassVersionError: Model (
Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:
123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java: |
|
o*****l 发帖数: 539 | 5 I am using java comm to do some serial port communication project.
win32com.dll(driver) is put in c:\windows\system32.
OS is windows 7.
If I run the application from Netbeans IDE, everything works fine.
If I run from command line "java -jar xx.jar", got following error:
Error loading SolarisSerial: java.lang.UnsatisfiedLinkError: no
SolarisSerialParallel in java.library.path
Caught java.lang.UnsatisfiedLinkError: com.sun.comm.SolarisDriver.
readRegistrySerial(Ljava/util/Vector;Ljava/lang/String |
|
J********r 发帖数: 36 | 6 如题,我试着减少xsl里的代码,程序就能正常运行了,感觉是XSL文件里的代码太
长了,但是又不能减少。一直调试不出来。 Stack Trace如下:
javax.xml.transform.TransformerException: java.lang.
ArrayIndexOutOfBoundsException: -1
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.
transform(TransformerImpl.java:716)
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.
transform(TransformerImpl.java:313)
at preorder.XslResponseProcessor.transformResponse(XslResponseProcessor.
java:81)
at preorder.webservice.invoker.IaEdiI... 阅读全帖 |
|
|
e******r 发帖数: 220 | 8
tried to lauch from putty to exceed to display GUI. Does anyone have
idea about this? thanks a lot.
bash-2.05$ java -jar NumberAddition.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: my/
numberaddition/NumberAdditionUI (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.
ja |
|
c******e 发帖数: 558 | 9 /title/[@lang] will select title element's all child nodes, which has lang
as attribute.
but how to select those child nodes that doesn't have the lang attribute?
Please advise, gurus! Thank you in advance. :-) |
|
l**********n 发帖数: 8443 | 10 Somebody has idea on the following error:
Information:Compilation completed with 1 error and 8 warnings in 2 sec
Information:1 error
Information:8 warnings
Error:scalac: Error: org.jetbrains.jps.incremental.scala.remote.
ServerException
Error compiling sbt component 'compiler-interface-2.9.1.final-52.0'
at sbt.compiler.AnalyzingCompiler$$anonfun$compileSources$1$$anonfun$
apply$2.apply(AnalyzingCompiler.scala:145)
at sbt.compiler.AnalyzingCompiler$$anonfun$compileSources$1$$anonfun$
appl... 阅读全帖 |
|
d******a 发帖数: 32122 | 11 微软专门有网页讲解如何自己定制离线安装文件,一堆命令行
又是三哥的创新?
Create an offline installer for Visual Studio 2017
3/7/2017 4 min to read Contributors Terry G. Lee Terry G. Lee Huy-Nguyen-
MSFT Tim Sneath Gordon Hogenson all
We understand that a lot of customers want an offline installer for Visual
Studio 2017. Even though we don't offer an ISO image, it's easy to create a
folder that you can use to install when offline.3
Here's how.
Download the setup file you want
Download the edition of Visual Studio that you want... 阅读全帖 |
|
w*****s 发帖数: 122 | 12 Can I mix different kinds of Chinese in the same document?
(1998-12-15)
Yes. Every XML element can take an attribute called "xml:lang" which says which language the element is. This is not the
character encoding (e.g. Big5 or GB2312), but the language: for example
...
means that the element is in Chinese, as used in Taiwan. By implication, the element p should use traditional characters.
...
means that the element is in Hong Kong Ch |
|
c******e 发帖数: 558 | 13 /title/[@lang] will select title element's all child nodes, which has lang
as attribute.
but how to select those child nodes that doesn't have the lang attribute?
Please advise, gurus! Thank you in advance. :-) |
|
c******e 发帖数: 558 | 14 /title/[@lang] will select title element's all child nodes, which has lang
as attribute.
but how to select those child nodes that doesn't have the lang attribute?
Please advise, gurus! Thank you in advance. :-) |
|
v********a 发帖数: 646 | 15 1) Research Scientist, Antibody Purification (Biochemistry / Antibody)
2) Research Scientist, Reagent Printing (Biochemistry / Printer)
3) Research Scientist, Assay Development (Biochemistry / Red Blood Cell)
1) 15099 - Research Scientist, Antibody Purification (Biochemistry /
Antibody)
Norcross, GA, US
Employment Type: Full-Time
This position is not eligible for sponsorship for work authorization by
Immucor, Inc. Therefore, if you will require sponsorship from us for work
author... 阅读全帖 |
|
f*****x 发帖数: 545 | 16 nice argument. I agree with you that zhou's criticism has its problem, but I
think larry lang is wrong when he said state-owned-enterprise can still be run
well. Privitaziation is still the right way i think. No doubt Lang is a first
class economist, at least in chinese circle. But his opinion is quite wrong
imho.
Still, I very much admire Lang's courage to fight openly against some
enterprenuer. This is much tougher than fighting against economists.
,可是因为最后发现一个头头利用这个系统伤害了两个人,最后的结局是系统彻
主义。这些话让那 |
|
f*****x 发帖数: 545 | 17
this applies to Haier, but not Greencool(ge lin ke er?). Regardign this case,
i think making a bigger pie is more important than how to devide it. Hence I
disagree with Lang.
However, Greencool is exactly what Lang said. There is huge loss from merger
and acqusizion manipulated by Gu. I agree with Lang in this point.
内外
理由
界定
and
clearly
who
now
it
monitoring
refer to
大大
文不
museum
。
有产
不仅
产权
品。
财产
率更
,产
一个 |
|
G****n 发帖数: 145 | 18 No, the author's order is alphabetical. Larry Lang has more citations than
many top Chinese scholars including chaired professors such as Wang Jiang at
MIT, Wang Neng at Columbia, Wang Tan at UBC, Li Kai at UBC and Charles Cao
at Penn State. As a comparison, Li Kai is a chaired Professor at UBC in the
same field as Larry Lang, a few years junior, here is her citation lists for
papers above 100:
Monitoring: Which institutions matter?[PDF] from 163.152.84.199…, J Harford
, K Li - Journal of Financ... 阅读全帖 |
|
y***e 发帖数: 6082 | 19 材料偏性能测试,表面偏表征,nano方面的Lang觉得更多一些
PNAS上面的化学、材料类文章本来质量就一般,据说跟生物相关的文章质量比较高(据
说而已,反正看不懂。。。)
说CM比Lang好是因为,你知道咱中国人是追求影响因子的,所以中国人,或者说Asian
投这俩期刊的文章,档次还是有比较明显的差别的,从而带动了俩期刊的差别。。。
Lang有一段时间nano的文章很多,现在在这一块明显做不过CM,当然在表面、吸附等题
目上面还是不错的。
你说那两个,说实话我基本不看了。。。 |
|
h**********s 发帖数: 4 | 20 有意者请email:h**********[email protected]
价格差不多就卖了,大部分书都是非常新的。
step 1: 2006-2007 kaplan step 1 lecture notes: 病理/生化/药理/解剖/行为医学/
生理/微生物免疫/Qbook。
Clinical Microbiology Made Ridiculously Simple (Edition 4)
Lange Microbiology and Infectious Diseases Flash Cards, Second Edition (
LANGE FlashCards)
Lange Pharmacology Flash Cards
Robbins and Cotran Review of Pathology,
BRS physiology,
BRS pathology
step 2:kaplan step 2 cs
first aid step 2 cs
MTB 2
USMLE step 2 secrets
一些专业书:
diFiore's Atlas of Histology: with F... 阅读全帖 |
|
m******r 发帖数: 1904 | 21 ☆─────────────────────────────────────☆
langelin (lange) 于 h 提到:
这是我的第3次。昨天,在拖到不能再拖的时候,我才鼓起勇气打开电脑,登录OASIS,
点击SCORE REPORT INFORMATION。看到“You have met all of the requirements for
ECFMG certification.”字样,我知道我通过了。没有预想中的喜极而泣,但久久不
能平静入睡。我想到了很多。我觉得自己应该写一些东西,为那些因为FAIL而心生退意
的同学们做一个模板,正面的反面的。如果能给那些同学鼓鼓劲,那也不枉我这番苦心
了。
我的第一次失败主要是因为自负。因为想自己在国内已经做了10年的儿科医生,问个病
史写个病历还不小菜一碟。再自己本科时的训练就是SP,那时管我们的副校长刚从美国
回去,引进这个,我们是第一批受惠者,所以对SP并不陌生。于是匆匆准备1月,就对
着LG比划了几下,匆匆上了考场。从考场出来的感觉特好,觉得通过无疑,于是积极准
备STEP3,找OBSERVORSHIP的地儿,找系... 阅读全帖 |
|
s********r 发帖数: 152 | 22 去年3月份,有幸听从一位考版前辈指教,第一次来到麦地。一年多来,在这里认识很
多战友,得到很多帮助,汲取了麦地很多营养,一直希望有一天自己也能有所回报。今
年4月份,step1成绩出来时,当时正在Ara 的CK小组学习,大家都在为争取赶上今年
match紧张地复习,有的同学不太想谈论step1成绩,所以,尽管到时自己已趁热写好了
step1的经历,并未放到麦地,想着等Step2 CK成绩出来,如果不是太差,一起放入麦
地作为回报。今天CK成绩出来,虽不太理想,但为兑现当初的心愿,也希望对今后考试
的同学,在时间安排上能提供一些参考,在此附上自己的经历。
Step 1 复习考试经历:
首先非常感谢麦地,在这里认识了Step1复习小组的成员;更感激小组每一位童鞋的帮
助,一起用力啃下第一遍FA。如今回想起来,这一过程使step1的考试日期至少提前了
半年。一个人啃FA,对我来说,是不可想象的。
1. 准备用书: FA, RRP(小组上课前,自己曾看过10 个章节,后来没时间,就没能
再看)
题库: USMLE WORLD, USMLE Sim Test, NBME 1-7,11-13... 阅读全帖 |
|
l**g 发帖数: 168 | 23 投诉人:Lang
投诉对象:shopping版版主blackbone
投诉原因:
都快过年了,还被莫名其妙Ban。
实在不知道他哪个眼睛看见俺ebay/selling topics。
身为版主,不想着维护版面,服务于大家,总以为自己是那一亩三分地的大爷,想砍谁就
砍谁,以砍人为乐,实在不配当版主!!
投诉证据:
发信人: deliver (自动发信系统), 信区: Notice
标 题: 取消 lang 在 shopping 的 POST 权力
发信站: Unknown Space - 未名空间自动发信系统 (Tue Jan 4 21:31:47 2005)
【此篇文章是由自动发信系统所张贴】
系统通知
原因:取消 lang 在 shopping 的 POST 权力
执行人:blackbone
天 数: 30 天
说 明: ebay/selling topics
要求:
恢复权利,版面赔礼道歉。
投诉日期: 2 |
|
a*********7 发帖数: 30080 | 24 【 以下文字转载自 Translation 讨论区 】
发信人: fieldtrip (叶公), 信区: Translation
标 题: [OCEF]1.4 (1,2,3)
发信站: BBS 未名空间站 (Fri Oct 21 21:18:01 2011, 美东)
1.4 特殊项目组
特殊项目组2010 年一共完成3 个项目,分别是四川省西昌市荞地乡为民小学的饮水工程和课桌椅工程,还有云南省丽江市宁蒗县烂泥箐乡水草坝完小建校工程。
1.4 Special project group
In 2010, special project group completed a total of three projects. There were drinking water project and desk-chair project in Weimin elementary school, Qiaodi town, Xichang, Sichuan province; as well as Shui Cao Ba complete primary school construction ... 阅读全帖 |
|
|
h********8 发帖数: 7355 | 26 sorry, a real handyman friend told me those "lang" thing, in Chinese.
a wall section contains: top and bottom tracks(上下lang), and those standing
studs(立lang) 16" apart.
I used metal track on top and bottom, instead use all wood studs.
Metal tracks are for commercial usage, the standing metal studs have holes
for wiring, top/bottom tracks don't have holes. |
|
p**********d 发帖数: 7918 | 27 http://www.nytimes.com/2011/01/20/world/asia/20dinner-list.html
January 19, 2011
State Dinner Guests
The following is a list of guests expected at the president’s State Dinner
honoring President Hu Jintao of China, as provided by the White House:
THE PRESIDENT and MRS. OBAMA
HIS EXCELLENCY HU JINTAO
The Honorable Madeleine Albright, Washington, D.C.
Ms. Alice Albright
Ms. Christiane Amanpour, ABC News, New York, NY
Mr. James Rubin
The Honorable David Axelrod, Assistant to the President and Senio... 阅读全帖 |
|
d********a 发帖数: 9567 | 28 Mr. LANG LANG: I feel very sad. You know, I very sad. And, you know, and I
must say, disappointing. Because, you know, as a person, what I'm trying to
do, and what my missions are, you know, making music. And, you know, I'm
very honored that people inviting me to play in those great events and to
connect us to classical music and to music, to Chinese music and to American
music, to, you know, to world music. And once, you know, people use it as a
political issue, that makes me really sad because... 阅读全帖 |
|
d********a 发帖数: 9567 | 29 本来是为电工的错,小题大做;现在变成浪浪装疯卖傻了。
真小人也。
Mr. LANG LANG: I feel very sad. You know, I very sad. And, you know, and I
must say, disappointing. Because, you know, as a person, what I'm trying to
do, and what my missions are, you know, making music. And, you know, I'm
very honored that people inviting me to play in those great events and to
connect us to classical music and to music, to Chinese music and to American
music, to, you know, to world music. And once, you know, people use it as a
political issue,... 阅读全帖 |
|
|
c**i 发帖数: 6973 | 31 Most Americans have not heard of Lang Lang, or his playing piano in White
House. But many--they are supporters of Pres. Obama; a majority of
Massachusetts voters are--are angry they know many of their friends and
relatives who are laid off and that China steals all those jobs (
manufacturing job, that is), by artificially lowering exchange rate of
China's and America's currencies. This is something Chinese need to address-
-urgently. (Fortunately for Taiwan, Americans do not even think of Taiwa... 阅读全帖 |
|
w******1 发帖数: 340 | 32 Lang lang Should have rejected this song. |
|
g*********r 发帖数: 9366 | 33 ☆─────────────────────────────────────☆
juxiangzhai (菊香斋) 于 7 提到:
首先,本人就事论事,所述观点不针对郎朗个人。
其次,本人认为,郎朗所弹奏的《我的祖国》是首不折不扣的政治歌曲,是首具有“抗
美援朝”背景的反美歌曲。为什么?这同这首歌所创作的历史背景有关联。它是“抗美
援朝”电影《上甘岭》的主题歌,有着鲜明的时代背景。《上甘岭》是部电影讲述在50
年代,在朝鲜战争的大背景下,志愿军战士如何“艰苦战斗”而“打败”了美“帝国主
义”的故事。它是部反对美“帝国主义”“侵略”朝鲜的革命电影。其插曲――《我的
祖国》――也具有鲜明的时代背景,是首歌颂志愿军战士“打击”美“帝国主义”“侵
略者”,保卫“家乡”的革命歌曲。在当时的中国,即在50年代,政治和音乐艺术已是
紧密相连,密不可分的。中国共产党人自延安起就一直在强调“我们的文艺是为什么人
服务的”:是为广大人民群众服务的。而广大人民群众是个政治名词,说白了是为党,
为无产阶级专政服务的。因此,经过多年的政治运动,艺术为共产主义政治服务已变得
非常自然以及普遍。所以,我们... 阅读全帖 |
|
|
c****s 发帖数: 5892 | 35 在阿富汗遇害的34岁女记者兰格(Michelle Lang)周一在温哥华举殡,近500个亲友等各界人士到场送别。他们一致推崇兰格是个坚毅的新闻工作者,同时也是具天份的作家,并将以兰格的名义设立奖学金造福社会。
■近500人到场送别34岁女记者兰格。
■兰格的雷姓未婚夫(前排右二)目送棂柩送上棂车。
在阿富汗遇害的34岁女记者兰格(Michelle Lang)周一在温哥华举殡,近500个亲友等各界人士到场送别。他们一致推崇兰格是个坚毅的新闻工作者,同时也是具天份的作家,并将以兰格的名义设立奖学金造福社会。
去年12月30日,兰格与4个加军在阿富汗坎大哈(Kandahar)遇上路边炸弹遭炸死,她是本国第一个在阿富汗遇害的记者。
兰格的35岁华裔雷姓未婚夫,洋名迈克尔(Michael Louie)在仪式中哭着指出,当他得知未婚妻死讯时,在场的父母也痛哭失声,他们一直把兰格看成是自己的女儿。
原定今年7月结婚 如今天人永隔
他回忆说,他对婚姻始终感到犹豫,直到碰到兰格。他指自己去年11月在温哥华向兰格求婚,准备在今年7月结婚。如今失去「真爱」,将让他终生遗憾。当他讲述每天睡前习惯碰鼻子亲吻她时 |
|
c****s 发帖数: 5892 | 36 加拿大两大律师事务所McMillan LLP和Lang Michener LLP 9日宣布明年1月1日合并,合并后将使用McMillan LLP的招牌。
这两家律师事务所联合发布的新闻稿说:「根据规模和客户数量衡量,合并后的新事务所将是加拿大首屈一指的律师事务所,可以向客户提供强有力的全国性机会、和更多的国际联系。」
合并后的McMillan LLP 将拥有接近400名律师,在多伦多、温哥华、卡加利、渥太华、满地可和香港设置办公室,涉足的行业包括采矿、林木产品、原油和天然气、金融服务、交通运输、科技暨通讯、制造业、汽车制造等等。
McMillan LLP 和 Lang Michener LLP是老牌律师事务所,前者建立于1903年,后者建立于1927年,均是久负盛名的商业法律服务机构。 |
|
D*****l 发帖数: 554 | 37 Lang Lang is one of greatest pianists. As a Chinese American, I am really
happy to hear the song of My Motherland played at White House. You did a
great job. |
|
f****a 发帖数: 351 | 38 Lang Lang's playing skill significantly improved over the years. |
|
t********n 发帖数: 705 | 39 2 scenario
1. if he know the history, his emotion is real.
2. if he doesn't know the history, his emotion is fake --> his piano emotion
is fake.
which one are you, lang lang? |
|
o****r 发帖数: 131 | 40 LOL.
BLOCK: Well, some people, as you know, on blogs in China, are seizing on
this, saying that it was a moment for a world famous pianist to sort of drop
a note of nationalism, of Chinese nationalism into the States here.
Mr. LANG LANG: You know, that's the last thing I want to do
Did you really read it? |
|
o***s 发帖数: 42149 | 41 郎朗(资料图片)
新闻事件
郎朗艺术造诣被人“微博”怀疑
昨天下午,一向温文尔雅的钢琴家郎朗发布了一条口气并不温和的微博,开头一句就是:“传播谣言和肆意无礼抨击他人是不负责任的行为。”读者可别以为郎朗是想掺和韩寒被方舟子质疑的是非,而是郎朗自己被人质疑了!
因为微博有140字的限制,郎朗这条微博是用图片形式发出的,图片上的文字写道:“传播谣言和肆意无礼抨击他人是不负责任的行为。对于一个钢琴家来说,每一场音乐会都用思想、用创造力、用情感、用专注去力争艺术上的最高境界,这是我们的职业要求。全世界的古典音乐市场需要钢琴家全身心的投入到演奏和艺术中,把每一场音乐会弹好,被越来越多的专业人士和观众接受,从而一步一步开拓;曲目量需要用时间、用精力精雕细琢、用实践去琢磨,每首曲子弹好才能练习下一首,如此才可逐步积累。指挥家、音乐大师是由于钢琴家的艺术造诣和对音乐的诠释而尊重钢琴家,唯有打动人心的演奏才能使他们成为长期的合作伙伴,在艺术的世界里,艺术造诣、音乐诠释是最重要的准则。每年120场音乐会不是靠吹就能有的,50首钢琴协奏曲的曲目量不是随便说说就能掌握的。
我的本职工作是钢琴家,我会继续把每一场... 阅读全帖 |
|
A****0 发帖数: 12393 | 42 1. gaga 239 up, 63 down
To be infatuated with somebody.
She's absolutely gaga for the lead singer.
buy gaga mugs & shirts
by IonicLilith Jan 11, 2004 share this add a video
2. GaGa 176 up, 55 down
A verb meaning crazy/dramatical/theatrical
You're so GaGa
buy gaga mugs & shirts
gaga verb crazy dramatical theatrical drama theatre
by Cherry Cherry Boom Boom Feb 24, 2009 share this add a video
3. gaga 191 up, 89 down
Gaelic for awesome talent. gifted i... 阅读全帖 |
|
c*****1 发帖数: 3240 | 43 ☆─────────────────────────────────────☆
whctmj (马甲) 于 (Fri Apr 13 17:12:27 2012, 美东) 提到:
以下是对shanggj的回复。另外一个问题是,Jackie说丘吉尔是ga-ga ,到底是什么意
思啊?求解。
这个重大八卦新闻应该很多人都知道啊。去年,Jacqueline一个私人谈话的录音公开,
把一批领袖骂了遍,罗斯福是“an insincere showoff",戴高乐是“spiteful
egomaniac",邱吉尔是“really quite a ga-ga"。邱吉尔这个评论不知何解,gaga指
的是鸭子?
☆─────────────────────────────────────☆
afei (afei) 于 (Fri Apr 13 17:16:53 2012, 美东) 提到:
螺丝副那个不真诚好像早就有了。我好早(得有20年了)看他的传记就说,他听人说话
总是点头称是,很多人都以为他是支持自己的,结果回头干的事完全相反。所以很多人
说他不真诚。螺丝副粉的解释是那个是他听人说... 阅读全帖 |
|
z**********e 发帖数: 22064 | 44 【华夏文摘】北明:莱比锡的烛光- -柏林墙的坍塌(5-8)
5
尼古拉教会的基督徒都知道,他们的牧师克里斯蒂安·弗瑞尔不是勇士。牧师自己也这
么看。他喜爱游泳,却不敢从高台跳水,一上去就晕,每次都吓得乖乖回身走下来。但
是他的羊群都知道,当警察在教堂外抓捕和平祈祷的参与者时,他们谦和温柔的牧羊人
脾气相当大,他推开窗户,探出身体,居高临下,奋力拍着窗棂,大声警告那些抓人的
警察:别以为你们会逃过审判,我们记得住你面孔!
还在九月下旬,弗瑞尔牧师就被迫连续进出警察局,他们告诉他,要么停止周一集会游
行,要么后果自负。他不就范,他的持守早已惊动了昂纳克。九月底,秘密警察再把他
带进局子,威胁接踵而至:必须放弃下个礼拜一教堂聚会和游行,东德政治局一位成员
亲自暗示弗瑞尔牧师和另一位尼古拉教堂的牧师沃纳波尔格尔(Wonneberger):北京
不过只是在地理上远离柏林而已!这等于亮出了杀手鐧,采用“天安门模式”不存在距
离问题!弗瑞尔清楚他们面临的是什么:“他们将在这里采用‘中国解决方案’(
Chinese Solution)‘拯救’社会主义。他们写下了这样的话:‘周一,如果必要,这
场反革命... 阅读全帖 |
|
P**5 发帖数: 7467 | 45 dang lang 或者 tang lang
跟你描述的其实很接近。 |
|
T**********1 发帖数: 2406 | 46 The only way that Lang made moeny is to make scary speaches and collects the
ticket charges. A bunch of idiots pays to liston to dream talk.
This Lang guy has absolutely no clue what assets are.
Let me teach you guys this simple concept:
Assets are: builings, machines, raw materials that can be used in human
labor to produce products that humans want to consume.
the price level of housing will become problem if it attracts too muck
assets into builing excess residential that exceeds people's ne |
|