タグ

2012年3月6日のブックマーク (4件)

  • Apache JMeter - User's Manual: Functions and Variables

    20. Functions and Variables¶ JMeter functions are special values that can populate fields of any Sampler or other element in a test tree. A function call looks like this: ${__functionName(var1,var2,var3)} Where "__functionName" matches the name of a function. Parentheses surround the parameters sent to the function, for example ${__time(YMD)} The actual parameters vary from function to function. F

    nishikawasasaki
    nishikawasasaki 2012/03/06
    変数・関数のネストは${__V(Var${N})}のように__V関数を利用
  • Emacs実践入門―思考を直感的にコード化し,開発を加速する

    2012年3月7日紙版発売 2014年12月10日電子版発売 大竹智也 著 A5判/272ページ 定価2,728円(体2,480円+税10%) ISBN 978-4-7741-5002-4 ただいま弊社在庫はございません。 →書の新版が発行されています。 書のサポートページサンプルファイルのダウンロードや正誤表など このの概要 書は,日常のテキスト編集やプログラム開発で,Emacsを快適に利用するためのノウハウを解説した書籍です。Emacsの魅力は,カスタマイズ性の高さや豊富な拡張機能にあります。反面,使いこなすにはある程度の知識が必要で,利用の障壁となっているのも事実です。書では,基的な使い方から,カスタマイズを行うための設定,そしてテキスト編集や開発時に便利な拡張機能の実践的な使い方まで,現在の状況に合わせてしっかり解説しています。プログラマはもちろん,テキスト編集を便利

    Emacs実践入門―思考を直感的にコード化し,開発を加速する
    nishikawasasaki
    nishikawasasaki 2012/03/06
    3月7日発売 Emacs実践入門―思考を直感的にコード化し,開発を加速する(WEB+DB PRESS plusシリーズ)|gihyo.jp … 技術評論社 -
  • JD-GUI | Java Decompiler

    Yet another fast Java decompilerJD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields. JD-GUI is free for non-commercial use. This means that JD-GUI shall not be included or embedded into commercial software products. Nevertheless, this project may be freely u

  • DB操作ツール Emacs DBI を作ってみた - 技術日記@kiwanami

    去年からほそぼそと作ってきた、EmacsからDBを操作できるツール Emacs DBI を紹介します。 Emacs DBI の簡単な紹介 このツールの目的は、クロスプラットフォームで便利なDB操作環境を実現することです。 pgAdmin や MySQL Query Browser のようなGUIの良さをCUIで実現してみようとしてみました。すなわち、ぼくのかんがえたさいきょうのDBツールです。ちなみに、このツールにとってEmacsはただの実行環境です。Emacs使わない人でも使うと便利だと思います。 データベース画面 e2wmで3ペインの画面 機能概要 以下のような機能があります。 EmacsとDB接続可能なPerlが動けばターミナルでも何処でも動く DB定義、テーブル定義がすぐ見れる auto-complete によるSQL補完 接続先DBにからキーワード、型名、テーブル名、カラム名など

    DB操作ツール Emacs DBI を作ってみた - 技術日記@kiwanami