vi の検索結果:

(PuTTYユーザマニュアルの日本語訳) 6.2 PSFTPを実行する - 6.2 Running PSFTP

… don't provide an argument, cd will return you to your home directory on the server (more precisely, the remote directory you were in at the start of the connection). 現在のリモートの作業ディレクトリを表示するには、pwdと入力します。 To display your current remote working…

2009年2月のアクセス数ランキング

…008/12/21 viからeclipseに戻れない10の理由 89 2.53% ↓ 7 2009/01/05 ActiveObjectsでたったの2時間で作れる3次元グラフ 83 2.36% ↓ 8 2009/01/02 (Tomcat Wiki) ロギングのチュートリアル - Logging Tutorial 82 2.33% 新 9 2009/02/14 BigDecimalPlus - 有効桁数を持てるBigDecimalを作ってみた 67 1.90% ↓ 10 20…

(PuTTYユーザマニュアルの日本語訳) 6.1 PSFTPを始める - 6.1 Starting PSFTP

…ur PATH environment variable, type into the console window: set PATH=C:\path\to\putty\directory;%PATH% PSCPと異なり、PSFTPには複雑なコマンドラインの文法がありません。ホスト名と必要であればユーザ名を指定するだけです。 Unlike PSCP, however, PSFTP has no complex command-line syntax; you just sp…

「実数値」から「float値の整数表現」を求める方法を調べてみた

…ificand.divide( TWO_DEC, scale, BigDecimal.ROUND_UNNECESSARY ); // 指数を1増やす。 exponent = exponent.add( BigInteger.ONE ); } // 戻り値の構造体を作成する。 SignificandAndExponent bak = new SignificandAndExponent(); bak.significand = significand; // 仮数 bak.ex…

BigDecimalの仕組みを利用してみた。

…Decimal.divide(BigDecimal.java:1346) at java.math.BigDecimal.setScale(BigDecimal.java:2310) at java.math.BigDecimal.setScale(BigDecimal.java:2350) at BigDecimalSample.main(BigDecimalSample.java:74) 足し算 (例) 12.3 + 0.29 = 12.59 b1 = new BigDe…

BigDecimalPlus - 有効桁数を持てるBigDecimalを作ってみた

…edValue.divide( tenPower, 0, signRoundingMode ).multiply( tenPower ); return new BigDecimal( bak.unscaledValue(), val.scale() ); } else { return val; } } // 整数部の桁数を取得する。 private static int getIntLength( BigDecimal val ) { // 整数部を取得する。 BigIn…

(PuTTYユーザマニュアル)D.1 OS間の移植性 - D.1 Cross-OS portability

…base is divided into platform-specific modules and platform-generic modules. The Unix-specific modules are all in the unix subdirectory; the Mac-specific modules are in the mac subdirectory; the Windows-specific modules are in the windows s…

2009年1月のアクセス数ランキング

…008/12/21 viからeclipseに戻れない10の理由 93 2.67% 8 2008/12/07 The Java Tutorials -- How to Use Tablesの日本語訳(途中) 86 2.47% 9 2008/12/21 eclipseの本当のデメリットとそれを克服するための代替案 77 2.21% 10 2008/12/27 Javascriptで3次元グラフ 63 1.81% 上位10検索語(単語) 2009年1月にアクセス数の多かった上位10…

(PuTTYユーザマニュアル) 3章: PuTTYを使う - Chapter 3: Using PuTTY

…点の調査やリファレンスとしての使用が可能です。 This chapter provides a general introduction to some more advanced features of PuTTY. For extreme detail and reference purposes, chapter 4 is likely to contain more information. 2.5 ログアウトする - 目次に戻る - 3.1 セッション中のこと >>

(PuTTYユーザマニュアル) 3.6 生のTCP接続を作る - 3.6 Making raw TCP connections

… these services and speak the protocol ‘by hand’, by typing protocol commands and watching the responses. On Unix machines, you can do this using the system's telnet command to connect to the right port number. For example, telnet mailserve…

(PuTTYユーザマニュアル) 9.5 セキュリティの考慮 - 9.5 Security considerations

…without having to type a passphrase every time, but also gives you the security benefit of never storing a decrypted private key on disk. Many people feel this is a good compromise between security and convenience. しかし、これは妥協なのです。復合化された秘密キーは…

The OMake user guide and reference manual: 2章 OMakeのクイックスタートガイド - Chapter 2 OMake quickstart guide

…system provides many standard functions (like StaticCLibrary and CProgram), described in Chapter 13, to specify these builds more simply. Implicit rules using .SUFFIXES and the .suf1.suf2: are not supported. You should use wildcard patterns…

(PuTTYユーザマニュアル) 6章: PSFTPを使ってファイルを安全に転送する - Chapter 6: Using PSFTP to transfer files securely

…d work on virtually every SSH server. PSFTP uses the new SFTP protocol, which is a feature of SSH-2 only. (PSCP will also use this protocol if it can, but there is an SSH-1 equivalent it can fall back to if it cannot.) PSFTP allows you to r…

(PuTTYユーザマニュアル) 2.1 セッションを始める - 2.1 Starting a session

…by the provider of your login account. そうしたらログインに使用するプロトコルを、「接続タイプ」ラジオボタンの中から選んでください。ログインセッションを開始するには、TelnetかRlogin、SSHから選んでください。三つのプロトコルの違いの説明と、選ぶにあたってのアドバイスは、1.2節を参照してください。4番目のプロトコルのRawは対話型のログインセッションでは使用されません。これは通常、他のインターネットサービスのデバッグのために使…

net.java.ao.EntityManagerのJavadoc

…atabaseProvider provider) DatabaseProviderを指定して、EntityManagerのインスタンスを作成します。 En tityManager(DatabaseProvider provider, boolean weaklyCache) DatabaseProciderを指定して、EntityManagerのインスタンスを作成します。 EntityManager(String uri, String username, String p…

The OMake user guide and reference manual: 1章 ガイド - Chapter 1 Guide

…es, and environments. 言語についての議論 - Language discussion スコープや評価、オブジェクトを含む、言語についての発展した考察。 Further discussion on the language, including scoping, evaluation, and objects. 言語の例 - Language examples さらなる言語の例。 Additional language examples. ビルドの規則 -…

The Active Record Pattern(3) 独立したテスト

…leTest provides the standard xUnit setup() method to prepare for each test. 各テスト間でデータベースを「リセット」するには以下のようにします: Here's how you might "reset" the database between each test: class ActiveRecordTestCase extends UnitTestCase { protected $conn; fu…

The ActiveRecord Pattern(2) サンプルコード

…e connectivity depends on choosing both a database and an access layer. This and the following two chapters use the popular open source database MySQL (http://www.mysql.com/) and the ADOdb (http://adodb.sf.net/) access layer. I established …

The Active Record Pattern(1) アクティブレコードパターン

…Mapper-provide three design patterns that better organize how your application interacts with a database. 問題点 - The Problem ほとんどのWebアプリケーションは情報をデータベース中に永続化します。データベース接続を抽象化し、テーブルへのアクセスやビジネスロジックと永続化とを統合するための方法はあるでしょうか? Most web applications p…

英語版Wikipediaによるアクティブレコードバターン

… table or view is wrapped into a class, thus an object instance is tied to a single row in the table. After creation of an object, a new row is added to the table upon save. Any object loaded gets its information from the database; when an …

2008年12月のアクセス数ランキング

…セス回数 比率 1 viからeclipseに戻れない10の理由 318 14.23% 2 [開発環境] eclipseの本当のデメリットとそれを克服するための代替案 209 9.36% 3 [ActiveObjects][java][orm] ActiveObjectsを使ってみた(1) 60 2.69% 4 [java][swing][日本語訳] The Java Tutorials -- How to Use Tablesの日本語訳(途中) 55 2.46% 5 [Act…

An Easier Java ORM(5) Active Recordパターンを実装する

… table or view, encapsulates the database access, and adds domain logic on that data. このパターンを最初に定義したのはFowlerではありませんが、彼の定義が最も熟考されています。事実、この定義は、Ruby on RailsのActiveRecordフレームワークの作成につながりました。Active Recordは、ORMの作成に役立つとても堅実なデザインパターンだと考えられています。問題も…

An Easier Java ORM(4) 複雑な問い合わせ

… fairly obvious what's going on, we don't need to worry about selecting the right fields for the ORM to construct the Person instance, and on top of that it evaluates very naturally into SQL. ActiveRecord might execute the following SQL in …

(Tomcat Wiki) ロギングのチュートリアル - Logging Tutorial

…ent is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and non infringement. In no event shall the author be liable for any…

An Easier Java ORM(6) 動く!

…amples provided was not just some theoretical, prototype code but actually working code which can be run against the ActiveObjects ORM. ActiveObjectsはできる限り単純になるようにゼロから設計されています。(APIユーザにとって)必要なのは、インタフェースのマッピングを作成し、クラスパスにJDBCドライバを正しく配置するだけです。デ…

(PuTTYユーザマニュアル) 9.1 Pageantを始める - 公開キー認証 - 9.1 Getting started with Pageant

…。このメニューから「View Keys」を選択します。Pageantメインウィンドウが現れます。(Pageantアイコンをダブルクリックすることでもこのウィンドウを起動できます。) If you click the Pageant icon with the right mouse button, you will see a menu. Select ‘View Keys’ from this menu. The Pageant main window will appea…

(PuTTYユーザマニュアル) 8.1 入門 - 公開キー認証 - 8.1 Public key authentication - an introduction

… be by proving that you know the correct password. The only way to prove you know the password is to tell the server what you think the password is. This means that if the server has been hacked, or spoofed (see section 2.2), an attacker ca…

(PuTTYユーザマニュアル) 7.4 CVSでPlinkを使う - 7.4 Using Plink with CVS

…set the environment variable CVS_RSH to point to Plink: set CVS_RSH=\path\to\plink.exe 7.2.2節で説明のように、対話型のプロンプトを使わずにリモートホストに接続できるよう準備する必要があります。 You also need to arrange to be able to connect to a remote host without any interactive prompts, …

(PuTTYユーザマニュアル) 7.2 Plinkを使う - 7.2 Using Plink

http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter7.html#plink-startingの日本語訳。 新年早々何をやっているのやら・・・・。7.1 Plinkを始める - 目次に戻る - 7.3 バッチファイルやスクリプトでPlinkを使う >> 訳文 この節は対話ログインや自動化された処理でのPlinkの使い方の基本を記述します。 This section describes the basics of ho…

(PuTTYユーザマニュアルの日本語訳) 7.1 Plinkを始める - 7.1 Starting Plink

…ur PATH environment variable, type into the console window: set PATH=C:\path\to\putty\directory;%PATH% これはコンソールウィンドウが生きている間だけ効果があります。Windows NT、2000とXPでPATHを永久にセットされたまにするには、システム・コントロールパネルの環境タブを使います。Windows 95、98とMEでは、AUTOEXEC.BATを編集して上記のset…