Total737553 Week1176 Yesterday290 Today516 1count/day on each IP Since 2006-06-06
«Prev || 1 | 2 | 3 |...| 26 | 27 | 28 || Next»

13 January 2007

Visual C Express と Platform SDK

Expressで,Platform SDKを使う方法が書いてある
Visual C Express について

MSDNのページ


01/13/07 16:39:46 - noboru - No comments ソフトウェア開発

12 January 2007

探していた WinCVS1.2「表示位置の変更」コンボボックスの項目削除方法 があった

[cvs-jp-info 590] Re: Q: WinCVS1.2「表示位置の変更」コンボボックスの項目削除方法
http://www.wincvs.org/newfaq.htm#clean_combos

It's nice that WinCvs remembers all the entries I ever made into a combobox, but how can I purge the by-now obsolete items ?
In recent releases (1.3.x) you could simply press the [DEL] key, when on the item you want to delete. Removing the items from earlier versions requires some registry hacking as described in the following post from Bo Berglund regarding the combobox used for browse locations:
It is a bit tricky since you have to do it in the registry, but if you are willing to do it here is a stepthrough:
0) Close WinCvs if it is running!
1) Open RegEdit and go to HKEY_CURRENT_USER\Software\WinCvs\wincvs\CVS settings
2) open item P_BrowserLocs. It is a set of null terminated strings with the list of locations.
3) In the hex window mark the string you want to delete starting with the drive letter and ending with the NULL char.
4) Hit the delete button.
5) Edit the first byte in the item by decrementing by one (for each string deleted)
6) Click the OK button
7) Start WinCvs again and check that the offending location is gone.

Be careful when editing the registry!

01/12/07 10:30:09 - noboru - No comments ソフトウェア開発

07 December 2006

VBで改行コード LF を扱う

Unixのファイルの改行コードはLFのみであるため,WindowsのVB環境では,うまく扱えない

ファイルを一気に読み込んで,LFを区切りにして,Splitで分解することで
一行分のレコードをStirngに収め処理することにした


12/07/06 14:52:41 - noboru - No comments ソフトウェア開発

26 November 2006

Turbo Delphi Explorer版

日経ソフトウエア 2007年1月号の付録CD-ROMについていたので、気が付いたのだが、BDNのメールにも、9月に流れていた
BorlandもGUIの開発環境の無償版を出していたんだ
使用するには、BDNへの登録と、ライセンスファイルの取得が必要です
取得時に、アンケートに答えることが必要です
ライセンスファイルは、複数取得できると日経ソフトウエアに書いてあった
Turbo C++、Turbo Delphi、Turbo Delphi for .NET、TurboC#

11/26/06 09:17:18 - noboru - No comments ソフトウェア開発

18 October 2006

C言語のポインタがゼッタイにわかる本

この本は,買ったわけではない

10/18/06 11:27:12 - noboru - No comments ソフトウェア開発 , 書籍

15 August 2006

VisualBasic VisualBasic 入門書




世界でいちばん簡単な VisualBasicのe本





08/15/06 20:41:26 - noboru - No comments ソフトウェア開発 , 書籍

C言語 入門書





世界でいちばん簡単なC言語のe本




08/15/06 20:40:00 - noboru - No comments ソフトウェア開発 , 書籍

16 July 2006

日経ソフトウエア プレミアム総集編 プログラミングまるごとパック2006

07/16/06 13:37:46 - noboru - No comments ソフトウェア開発 , 書籍

20 May 2006

Windows CVSクライアント設定

Windows環境にてのクライアントの設定方法をまとめた
1.WinCVSインストール
  wincvs120-sjis_gottani.20020227.exe を起動してインストールする

2.ファイル比較ツール
  ed16i.zipを適当なフォルダに解凍する
  ExamDiff_16i_jpn.ZIPを上記フォルダに解凍し,  ExamDiff_16i_jpn.exeを実行する

3.puttyのインストール
  putty-0.58-installer.exeを実行してインストールする
  puttykjbin-20050503.zipを上記フォルダに解凍する
  puttyjp.exeをputty.exeにコピーする
  puttyjp.lngをputty.lngにコピーする

4.WinCVS設定
  全般
    1)CVSリポジトリ
      例 ユーザ名@セッション名:/home/cvsroot
    2)認証方法
      SSH経由で接続
  共通設定
    以下の2点がチェックされていること(その他のチェックを外す)
      ファイルを追加する時に編集可能
      Dirtyファイルサポート
  ポート指定
    使用するrshを指定する
      PUTTYのインストールパス\plink.exe
  プロキシ
    なし
  WinCVS
    エディター指定お好きに
    外部比較ツールを使用する
      ExamDiff.exeを指定する
      HOMEフォルダ適当に
  ごった煮
    以下のようになっている(大体デフォルトであろう)
    更新ログを日本語EUCで記録のチェックを外す
    更新問合せメッセージを抑制する
    表示時に更新ログをShift-JISに変換
    日付の表示形式を指定する
      システム標準の書式を使わない
      設定されたタイムゾーンで表示する
    メッセージロケール C
  比較実行時
    外部diffプログラムを利用するにチェックをつける

5.puttyの設定
  puttygen.exeを起動してSSH2 DSAを指定してキーを作成する
    作成中はマウスを動かすこと
    パスフレーズを指定して保存する
    public key for pasting authorized_keys file欄のテキストを,
    サーバーのホームディレクトリの ~/.ssh/ authorized_keys2に追加する
  puttyを起動して,セッション名を指定してセッションを保存する
    セッション
      ホスト名             ホスト名
      ポート              22(標準)
    接続
      自動ログインユーザ名    ユーザ名
    認証
      認証のためのプライベートキーファイル
        puttygen.exeで作成したプライベートキーファイルを指定する

6.pagentの自動起動
  スタートアップにpagent.exeのショートカットを作成する
  引数には,プライベートキーファイルを指定する
    例
    PUTTYのインストールパス\pageant.exe プライベートキーファイル保存フォルダ名\プライベートキーファイル名
    起動時に保存時のパスフレーズを入力する

7.ExamDiffの設定
  ファイル?オプション
    表示設定
      フォント設定  MSゴシック 9  文字セット 日本語
    その他
      使用エディタ 好きなエディターに変更する

05/20/06 12:00:59 - noboru - No comments ソフトウェア開発

06 March 2006

KURO-BOX 環境構築

バージョン管理システム   cvs
メール取得           fetchmail
メール振り分け        procmail
サーバーサイドスクリプト  php4

03/06/06 22:12:35 - noboru - No comments KURO-BOX , ソフトウェア開発
«Prev || 1 | 2 | 3 |...| 26 | 27 | 28 || Next»

< 2024-05 >
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 




 Use OpenOffice.org
VALUE-DOMAIN.COM

最近のコメント