2010年8月21日
投稿者 funa : PM11:44 | 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)
2010年8月21日
■プログラム4
きっと独自開発のソフトウェアだと思うよ
I guess it's a proprietary software.
キーワードサーチでレコードの数を絞れるよ
You can narrow down the number of records by keyword search.
日臀??は年、月、日の順で表示されます
Date is displayed in the order of year, month and day.
改鐔??マーク縺?LFをCRに臀??括藹??觸??しない縺?
We need to globally replace the line-feeds with the CRs at their ends.
プログラムは藹??行時にデータを藹??得します
The program retrieves the data in run-time.
このメソッドはデータを藹??り出すためだけに使繧?れます
This method is used only to fetch the data.
データ縺?2つ縺?DBに渡ってずっと同期をとる必要があります
The data needs to be in sync across the two databases at all times.
プログラムはこれらのフールドのデータを同期を藹??り続けなければなりません
The program must keep these fields' data in sync.
テーブルを削除するには、管理者としてログインする必要があります
To purge the table, you need to sign on as admin.
我々のウェブサイトへのアクセスが認証されました
You are authorized to access our website.
あなたは鐔??料をダウンロードする権限があります
You have authorization to download the materials.
最後の臀??上げに觸??かっています
I'm working on just a few finishing touches.
すべてうま縺?いっています
Everything is in good shape.
繝?マリました
I got stuck here.
有効というより問題の方が多いよ
It's sometimes more trouble than it's worth.
最初からすべてをやり直そう
Let's redo the whole thing from scratch.
それじゃ駄目だよ
That's not gonna work.
それじゃ八方藹??がりだ
It doesn't go anywhere.
最悪だったよ
It was disaster!
退屈な臀??事だった
It was a tedious job
非常に面倒な臀??事だった
It was a daunting job
File naming convention 命名隕?則
Differential file 差分ファイ繝?
投稿者 funa : PM11:42 | 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)
2010年8月21日
■プログラミン繧?3
グローバル藹??数は使う縺?
Stay away from global variables.
ここで藹??数を初期化したら駄目だよ
you are not supposed to initialize the variable at this point.
例外処理しないと、間違いな縺?エラーが起きるぞ
If you don't handle exceptions, the application will bump into errors for sure.
オーバーフローの問題を避けたい
I want to steer clear of overflow problems.
デバッガーだけではメモリリークの問題は把握できない縺?
It's hart to track down memory leak problems with a debugger only.
この関数に入った途端にプログラムがクラッシュする
the program dies right after it goes into this function.
関数に渡す前に戻り値を藹??得する必要があります
You need to get the return value before you pass it to this function.
通常、構造体はスタックに格軆??されます
The entire structure is typically pushed on the stack.
すべての鐔??素をスタックから藹??り出さなければいけません
You need to pop all elements off the stack.
スタック臀??のエレメント縺?LIFO順で処理されます
Elements on the stack are accessed in a LIFO(FIFO) order.
例外を投げる
throw the exception
エラーを藹??ける
catch the error
クラスを拡張する
extend the class
欠陥なし
defect-free
問題を見つける
find a problem
問題を見つける
detect a problem
インストールに関する問題
installation-related issues
欠陥を直す
fix the glitch
機能臀??蜈?
malfunction
絶対必要な觸??閭?
must-have feature
な縺?ても支障がない機閭?
nice-to-have feature
投稿者 funa : PM11:36 | 使える英語フレーズ - Phrases | コメント (0) | トラックバック (0)