北京 也樂英語為了滿足廣大英語愛好者的需要特推出周末免費(fèi)英語角服務(wù),
北京英語角的組織形式如下:
1:由也樂英語派出一名外教和一名助理負(fù)責(zé)組織英語角的活動(dòng)。
2: 英語角每周組織一次活動(dòng),也樂英語培訓(xùn)學(xué)校提供一間教室為大家的活動(dòng)場(chǎng)所。
3:英語愛好者可以免費(fèi)參加英語角的活動(dòng),不收取任何費(fèi)用,此活動(dòng)是公益活動(dòng),也樂英
語不收取任何費(fèi)用,也不限制參加次數(shù)。
4:也樂英語免費(fèi)提供給英語愛好者茶水、咖啡、以及活動(dòng)所采用的書籍報(bào)紙。
5:每周一到2個(gè)話題,由外教提前一周告訴大家,大家可以簡(jiǎn)單準(zhǔn)備,以便在課堂上
跟外教以及同學(xué)交流。
6:外教會(huì)糾正大家的發(fā)音、語法、詞匯上的錯(cuò)誤,會(huì)形成一些總結(jié),也希望大家能夠暢所
欲言,大膽的說英語。
7:所有參加英語角的愛好者,請(qǐng)您在交流期間把手機(jī)調(diào)為靜音。
也樂英語地址:北京豐臺(tái)區(qū)馬家堡西路15號(hào) 時(shí)代風(fēng)帆大廈2區(qū)1901
交通狀況:地鐵四號(hào)線角門西站A口上樓即可。 51、501、54、529、698、646、707 嘉園
二里東門下車
聯(lián)系電話:010-58423871 15330275871
how to setup jacorb dev env
1:download JacORB_2_2
http://www.jacorb.org/download.html
download ant
http://ant.apache.org/bindownload.cgi
2:extact JacORB_2_2.jar to d:\JacORB_2_2
3:setup sys environment
set ANT_HOME=
set JAVA_HOME=
set JACORB_HOME=d:\JacORB_2_2
set PATH=%PATH%;%ANT_HOME%\bin;%JAVA_HOME%\bin;%JACORB_HOME%\bin;
set CLASSPAHT=.;%CLASSPAHT%;%ANT_HOME%\lib\ant.jar;%JACORB_HOME%\lib\jarorb.jar;%JACORB_HOME%\lib\idl.jar\;%JACORB_HOME%\lib\logkit-1.2.jar
4:rename %JACORB_HOME%\etc\jacorb_properties.template to %JACORB_HOME%\etc\jacorb.properties
and modify the 50th line to 53th line to
#ORBInitRef.NameService=file:/y:/nsiona.ref
ORBInitRef.NameService=file://d://test//NS_Ref
#ORBInitRef.NameService=http://www.x.y.z/~user/NS_Ref
#ORBInitRef.TradingService=http://www.x.y.z/~user/TraderRef
modify 618th line to
jacorb.naming.ior_filename=d://test//NS_Ref
5:rename %JACORB_HOME%\jacotemplate.bat to %JACORB_HOME%\jaco.bat
and modify related env variable
rename %JACORB_HOME%\idltemplate.bat to %JACORB_HOME%\idl.bat
and modify related env variable
6: use ant compile and build idl and java
cd %JACORB_HOME%\demo\grid
run ant
the generate class file in %JACORB_HOME%\classes and generated java file in %JACORB_HOME%\demo\grid
7: open a new cmd window:
cd %JACORB_HOME% ns
you can see the following result:
[ configuration jacorb loaded from file %JAORB_HOME%\etc\jacorb.properties]
open a new cmd window:
cd %JACORB_HOME% jaco demo.grid.Server
you can see the following result:
[ configuration jacorb loaded from file %JAORB_HOME%\etc\jacorb.properties]
open a new cmd window:
cd %JACORB_HOME% jaco demo.grid.client
you can see the following result:
[ configuration jacorb loaded from file D:\work\nj\JACORB\etc\jacorb.properties]
Height = 31
Width = 14
Old value at (30,13): 0.21
Setting (30,13) to 470.11
New value at (30,13): 470.11
MyException, reason: This is only a test exception, no harm done :-)
done.