javahours.blogspot.com
Learn Java: ServletContext
http://javahours.blogspot.com/2009/01/servletcontext.html
SCJP and SCWCD study notes. A javax.servlet.ServletContex. T object is created per application. If you set the " distributable. Tag in the web.xml of an application, which means the application can be distributed to multiple JVMs, there will be one context instance for each virtual machine. In a distributed environment, using attributes of a context object for global information is not recommended. Using a database is recommended. The javax.servlet.ServletConfig#getServletContext. 160; }. You can use m...
t990.blogspot.com
日本にいながらTOEICで990点を取った: 12月 2010
http://t990.blogspot.com/2010_12_01_archive.html
英語で書くと Reuters なのですが、実際の発音はどうなのかは youtube が参考になります。 Http:/ www.youtube.com/user/pronunciationbook. US English です。 発音は大事です。発音できる単語や文は聞き取れると言われます。リスニング同様に力をいれるべき領域です。 TOEIC で高得点を取るには集中力が必要です。ネイティブにとっても大変なのだと、この動画を見たら思いました。 TOEIC リスニングで何が大事かを感覚的につかむことができるかもしれません。多分この動画を見れば、確実にポイントが分かるでしょう。それを英語バージョンでいかに実行するかですね。 CNN 無料アプリ on iPad で英語を勉強したらいいかも. 私は iPad 持ってませんが、 iPad の CNN 無料アプリ. ちなみに、iPhone 用アプリも無料になったようです。 CNN は Android や Blackberry 用のアプリも開発中とか。。。 Put it off / Pull it off. The 比較級 the 比較級.
t990.blogspot.com
日本にいながらTOEICで990点を取った: Suggest / recommend / hope
http://t990.blogspot.com/2009/02/suggest-recommend-hope.html
Suggest / recommend / hope. I hope you succeed. I hope you to succeed. I recommend you go there. I recommend you to go there. Correct) I suggesgt you go there. I suggest you to go there. なぜだろうか考えてみましたが、強制力を感じさせる(うまく言えませんが)want, like, force などは間接目的語のyouを持ってきて want you to. とできるが、強制力を感じさせないsuggest, recommend などは間接目的語+to 不定詞の形を取れない(*recommendはこの形をとることも許容される)。 Recommend の場合、recommend you to . とすれば 「. にあなたを薦める」になってしまいます。 And your web site to many of my friends. Early in the day. B you to start. The 比較級 the 比較級.
t990.blogspot.com
日本にいながらTOEICで990点を取った: Android の素晴らしい無料機能に課金する、または無効にする携帯メーカー&キャリア
http://t990.blogspot.com/2010/10/android.html
Android の素晴らしい無料機能に課金する、または無効にする携帯メーカー&キャリア. IT好きな人は、IT関連の英文を読んで読解力を向上させるのもいい方法ではないでしょうか。例えば、iPhone 好きな人はライバルの Android の記事を読むといいかも知れません。 Google Android is only 'open' if. Andoroid はオープンソースなので Android 携帯でその機能が無料で使えると思ったらそうではなく、課金されたりするらしいです。たとえば、Android 携帯はホットスポットとして機能する機能があるが、携帯キャリア側が無効にしたり有料にしたりしているとのことです。そのうち競争が激しくなれば、これらの機能が無料でフルに使えるようになるのでしょうか。 イー・モバイルが発売した Android 2.2 端末「Pocket WiFi S」は、上記のホットスポット機能(テザリング機能)を有効にしている。つまり携帯が無線 LAN になります。 Put it off / Pull it off. The 比較級 the 比較級.
t990.blogspot.com
日本にいながらTOEICで990点を取った: 3月 2011
http://t990.blogspot.com/2011_03_01_archive.html
Assign という単語がありますが、これは「仕事を割り当てる」とうい意味で使えます。 その場合に「人」「仕事」という2つの目的語をどう配置するかが重要になります。 Assign 仕事 to 人. Assign this job to regular workers. Assign regular workers this job. This job must be assigned to regular workers. Regular workers must be assigned this job. ラベル: TOEIC 990 文法. Put it off / Pull it off. The 比較級 the 比較級. Suggest / recommend / hope. Android の素晴らしい無料機能に課金する、または無効にする携帯メーカー&キャリア. 自動詞、他動詞 見分け方/覚え方、…(メモ). Liveinjapan on Englishforums.com. TOEIC Speaking / Writing. アンケート調査「アンログ.jp」.
t990.blogspot.com
日本にいながらTOEICで990点を取った: Reuters の発音
http://t990.blogspot.com/2010/12/reuters.html
英語で書くと Reuters なのですが、実際の発音はどうなのかは youtube が参考になります。 Http:/ www.youtube.com/user/pronunciationbook. US English です。 発音は大事です。発音できる単語や文は聞き取れると言われます。リスニング同様に力をいれるべき領域です。 Put it off / Pull it off. The 比較級 the 比較級. Suggest / recommend / hope. Android の素晴らしい無料機能に課金する、または無効にする携帯メーカー&キャリア. 自動詞、他動詞 見分け方/覚え方、…(メモ). CNN 無料アプリ on iPad で英語を勉強したらいいかも. Liveinjapan on Englishforums.com. TOEIC Speaking / Writing. アンケート調査「アンログ.jp」. Liveinjapan. Simple テンプレート. Powered by Blogger.
javahours.blogspot.com
Learn Java: Filter
http://javahours.blogspot.com/2009/01/filter.html
SCJP and SCWCD study notes. Javaxservlet.Filter intercepts a request and manupulates a ServletRequest object or a ServletResponse object. 12539;Filter can intercepts a request to the application and encode a string. 12539;Total management using Filters. You have to define filters on the web.xml. 160; filter-name MyFilter /filter-name. 160; filter-class filter.MyFilter /filter-class. 160; init-param. 160; /init-param. 160; filter-name MyFilter /filter-name. Methods in the Filter interface.
javahours.blogspot.com
Learn Java: HttpSession
http://javahours.blogspot.com/2009/01/httpsession.html
SCJP and SCWCD study notes. HTTP has no session mechanisim. The ways to follow sessions:. 160; This way supports browsers that disable cookies. SSL (Secure Sockets Layer) session. In Java programs, the javax.servlet.http.HttpSession interface is used to create sessions. How to get a session object. 160; HttpServletRequest#getSession. 160; Returns the current session. 160; If there is no current session, it creates a new one. 160; Binds an object to this session. When a session is creat...
javahours.blogspot.com
Learn Java: May 2009
http://javahours.blogspot.com/2009_05_01_archive.html
SCJP and SCWCD study notes. ServletContextEvent notifies the creation or deletion of context. The listener is for setting common information in the application. The information set in it can be used in everypage. In a distributed environment, a ServletContext is created in each JVM, and therefore setting global information in the ServletContext attributes is not recommended. Display-name Context Listener /display-name. Listener-class listener.ListenerSample1 /listener-class. Subscribe to: Posts (Atom).