AppName = test PackageURL = test.jar AppSize = 1273 AppClass = test AppVer = 0.0 KvmVer = 1.0 LastModified = Fri, 23 Mar 2001 16:40:00 |
import com.nttdocomo.ui.*; public class test extends IApplication { MainCanvas gc; public void start() { gc = new MainCanvas(); Display.setCurrent(gc); } } class MainCanvas extends Canvas { public void paint(Graphics g){ g.lock(); g.setColor(Graphics.getColorOfName(Graphics.BLACK)); g.drawString("Hello World!", 30, 70); g.unlock(true); } } |
#!/usr/bin/perl use DBI; $dbh = DBI->connect("dbi:Pg:dbname=keydb", '', ''); $sth = $dbh->prepare("select * from empmst"); $sth->execute(); while ( @row = $sth->fetchrow_array() ) { print "@row\n"; } |
[root@redhat6 /tmp]# cd pgp50i/src [root@redhat6 src]# ./configure creating cache ./config.cache checking for gcc... /usr/bin/gcc checking whether we are using GNU CC... yes checking whether gcc accepts -g... yes checking for useful warning options ($WARN)... -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for exp in -lm... yes checking for internal RSA encrypt/sign support... yes checking for lib/pgp/pubkey/pgpRSAKeyGen.c... yes checking for the Full License... yes checking how to run the C preprocessor... gcc -E checking how to make dependencies... gcc -E -M checking for a BSD compatible install... /usr/bin/install -c checking for ranlib... ranlib checking whether ln -s works... yes checking how to test for symlinks... test -L checking for ANSI C header files... yes checking for fcntl.h... yes checking for limits.h... yes checking for stdarg.h... yes checking for stdlib.h... yes checking for unistd.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for sys/timeb.h... yes checking for sys/param.h... yes checking for arpa/inet.h... yes checking for sys/stat.h... yes checking whether time.h and sys/time.h may both be included... yes checking for working const... yes checking for off_t... yes checking for size_t... yes checking for gethrtime... no checking for clock_gettime... no checking for clock_getres... no checking for gettimeofday... yes checking for getitimer... yes checking for setitimer... yes checking for ftime... yes checking for mkstemp... yes updating cache ./config.cache creating ./config.status Using ./config/pre.in for pre-makefile Using ./config/post.in for post-makefile creating Makefile creating lib/Makefile creating lib/bn/Makefile creating lib/pgp/Makefile creating lib/pgp/include/Makefile creating lib/pgp/helper/Makefile creating lib/pgp/compress/Makefile creating lib/pgp/hash/Makefile creating lib/pgp/cipher/Makefile creating lib/pgp/random/Makefile creating lib/pgp/pubkey/Makefile creating lib/pgp/pipe/Makefile creating lib/pgp/pipe/utils/Makefile creating lib/pgp/pipe/file/Makefile creating lib/pgp/pipe/sig/Makefile creating lib/pgp/pipe/crypt/Makefile creating lib/pgp/pipe/text/Makefile creating lib/pgp/pipe/parser/Makefile creating lib/pgp/utils/Makefile creating lib/pgp/keys/Makefile creating lib/pgp/keydb/Makefile creating lib/ttyui/Makefile creating lib/simple/Makefile creating apps/Makefile creating apps/common/Makefile creating apps/pgp/Makefile creating apps/pgpk/Makefile creating man/Makefile creating plugins/Makefile creating config.h [root@redhat6 src]#make make[2]: Leaving directory `/tmp/pgp50i/src/apps/pgpk' make[1]: Leaving directory `/tmp/pgp50i/src/apps' Making all in man make[1]: Entering directory `/tmp/pgp50i/src/man' make[1]: Leaving directory `/tmp/pgp50i/src/man' Making all in plugins make[1]: Entering directory `/tmp/pgp50i/src/plugins' make[1]: Leaving directory `/tmp/pgp50i/src/plugins' [root@redhat6 bin]# pgpe -c -a pgp_test.txt Cannot open configuration file /root/.pgp/pgp.cfg Cannot open secret keyring "/root/.pgp/secring.skr" Cannot open public keyring "/root/.pgp/pubring.pkr" You need a passphrase to encrypt the file Enter pass phrase: Enter same passphrase again Enter pass phrase: Creating output file pgp_test.txt.asc [root@redhat6 bin]# cat pgp_test.txt.asc -----BEGIN PGP MESSAGE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: jitBZ/GLPb2fqOOilUsXuGZnt8/+lHXb pEAocfWvWNn059Mp0vPV5FIwY+255LQvJrANMVy1LsmVViHIvrJRzpBPOZmKLyWq ueQ48zJeo7Jnj17Y/sH+ojY7 =4NpJ -----END PGP MESSAGE----- [root@redhat6 bin]#pgpv pgp_test.txt.asc Cannot open configuration file /root/.pgp/pgp.cfg Cannot open secret keyring "/root/.pgp/secring.skr" Cannot open public keyring "/root/.pgp/pubring.pkr" Message is encrypted. Enter pass phrase: File "pgp_test.txt" already exists. Overwrite? [y/N] y Opening file "pgp_test.txt" type binary. [root@redhat6 bin]#mail ritsuo@mxy.mesh.ne.jp < pgp_test.txt.asc [root@redhat6 bin]# pgpk -l Cannot open configuration file /root/.pgp/pgp.cfg Type Bits KeyID Created Expires Algorithm Use 0 matching keys found [root@redhat6 bin]# |
checking for getpagesize... yes checking for working mmap... yes updating cache ./config.cache creating ./config.status creating Makefile creating oledecod/Makefile creating expat/Makefile creating expat/xmltok/Makefile creating expat/xmlparse/Makefile creating iconv/Makefile creating magick/Makefile creating config.h configure: warning: Could not find gdwmf library or some of its components: libw v *will* build but will not have wmf to png support: see README configure: warning: Could not find ttf library or some of its components: libwv *will* build but will not have text in its wmf to png support: see README [root@redhat6 wv]# make rm -f wv-libconfig echo \#\!/bin/sh > wv-libconfig echo echo -L/usr/local/lib -lwv -lpng -lz -lXpm -L/usr/X11R6/lib -lX11 -lm >> wv-libconfig rm -f wv-incconfig echo \#\!/bin/sh > wv-incconfig echo echo -I/usr/local/include >> wv-incconfig [root@redhat6 wv]# make install /usr/bin/install -c ./wvSummary /usr/local/bin/wvSummary /usr/bin/install -c ./wvSimpleCLX /usr/local/bin/wvSimpleCLX /usr/bin/install -c ./wvVersion /usr/local/bin/wvVersion /usr/bin/install -c ./wvConvert /usr/local/bin/wvConvert rm -f -f /usr/local/bin/wvText ln -s /usr/local/bin/wvConvert /usr/local/bin/wvText /usr/bin/install -c ./wvHtml /usr/local/bin/wvHtml /usr/bin/install -c ./wv-libconfig /usr/local/bin/wv-libconfig /usr/bin/install -c ./wv-incconfig /usr/local/bin/wv-incconfig /usr/bin/install -c -m 644 ./wvHtml.1 /usr/local/man/man1/ /usr/bin/install -c -m 644 wv.h /usr/local/include/wv.h /usr/bin/install -c -m 644 ./libwv.a /usr/local/lib/libwv.a /usr/bin/install -c -m 644 ./wvHtml.xml /usr/local/lib/wv/wvHtml.xml /usr/bin/install -c -m 644 ./wvConfig.xml /usr/local/lib/wv/wvConfig.xml for filename in wingdingfont/*.gif; do \ /usr/bin/install -c -m 644 $filename /usr/local/lib/wv/wingdingfont; \ done for filename in patterns/*.gif patterns/*.jpg; do \ /usr/bin/install -c -m 644 $filename /usr/local/lib/wv/patterns; \done [root@redhat6 wv]# tar zxvf Iv4493.tar.gz lv4493/src/mapksc.pl lv4493/src/rev0208.pl lv4493/src/rev0212.pl lv4493/src/rev8859.pl lv4493/src/revbig5.pl lv4493/src/revgb.pl lv4493/src/revksc.pl lv4493/src/d2uall.sh [root@redhat6 /tmp]# cd lv4493 [root@redhat6 lv4493]# cd build [root@redhat6 build]# ../src/configure creating cache ./config.cache checking whether ln -s works... yes checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking whether make sets ${MAKE}... yes checking for perl... /usr/bin/perl checking if --enable-purify is specified... no checking for tgetstr in -lterminfo... no checking for tgetstr in -ltermcap... yes checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for termio.h... yes checking for unistd.h... yes checking for termios.h... yes checking for sigvec... yes checking for tgetnum... yes checking whether getpgrp takes no argument... yes checking whether gcc needs -traditional... no checking return type of signal handlers... void updating cache ./config.cache creating ./config.status creating Makefile [root@redhat6 build]# make gcc -g -O2 -DLV_HELP_PATH=\"/usr/local/lib/lv\" -I../src -DUNIX=1 -DTERMCAP=1 - DHAVE_LIBTERMCAP=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_ SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TERMIO_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TER MIOS_H=1 -DHAVE_SIGVEC=1 -DHAVE_TGETNUM=1 -DGETPGRP_VOID=1 -DRETSIGTYPE=void -c ../src/unirev.c gcc -o lv itable.o ctable.o uty.o istr.o stream.o file.o guess.o decode.o encod e.o escape.o iso2022.o iso8859.o iso2cn.o iso2jp.o iso2kr.o kana.o eucjapan.o sh iftjis.o big5.o hz.o raw.o fetch.o screen.o command.o display.o find.o re.o nfa. o dfa.o conv.o version.o conf.o lv.o console.o utf.o unimap.o unirev.o -ltermcap [root@redhat6 build]# make install /usr/bin/install -c -s -o bin -g bin -m 555 lv /usr/local/bin if test -f /usr/local/bin/lgrep; then \ /bin/rm -f /usr/local/bin/lgrep; \ fi (cd /usr/local/bin; ln lv lgrep) if test ! -d /usr/local/lib/lv; then \ mkdir -p /usr/local/lib/lv; \ fi /usr/bin/install -c -o bin -g bin -m 444 ../src/../lv.hlp /usr/local/lib/lv if test -d /usr/local/man -a -d /usr/local/man/man1; then \ /usr/bin/install -c -o bin -g bin -m 444 ../src/../lv.1 /usr/local/man/m an1; \ fi [root@redhat6 build]# tar zxvf xlHtml-0.2.6.tar.gz xlHtml-0.2.6/pptHtml/pptHtml.c xlHtml-0.2.6/pptHtml/TODO xlHtml-0.2.6/pptHtml/THANKS xlHtml-0.2.6/pptHtml/test.ppt xlHtml-0.2.6/README-pptHtml xlHtml-0.2.6/cole.ide xlHtml-0.2.6/README-cole [root@lx3601-03 public_html]#./configure creating Makefile creating cole.h creating version.c creating examples/Makefile creating doc/Makefile creating cole.spec creating examples/topsrcdir.h creating xlHtml/Makefile creating pptHtml/Makefile creating utils/Makefile creating cole-config creating config.h Configured cole release 2.0.1 [root@lx3601-03 xlHtml-0.2.6]#make creating doc/Makefile make[2]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/doc' make[2]: Entering directory `/home/users/fujii/public_html/xlHtml-0.2.6/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/doc' make[1]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6' [root@lx3601-03 xlHtml-0.2.6]#make install Making install in utils make[1]: Entering directory `/home/users/fujii/public_html/xlHtml-0.2.6/utils' make[2]: Entering directory `/home/users/fujii/public_html/xlHtml-0.2.6/utils' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/utils' make[1]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/utils' Making install in examples make[1]: Entering directory `/home/users/fujii/public_html/xlHtml-0.2.6/examples ' make[2]: Entering directory `/home/users/fujii/public_html/xlHtml-0.2.6/examples ' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/examples' make[1]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/examples' Making install in doc make[1]: Entering directory `/home/users/fujii/public_html/xlHtml-0.2.6/doc' make[2]: Entering directory `/home/users/fujii/public_html/xlHtml-0.2.6/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/doc' make[1]: Leaving directory `/home/users/fujii/public_html/xlHtml-0.2.6/doc' [root@lx3601-03 xlHtml-0.2.6]# |
検索対象のファイルを調べています... 2個のファイルがインデックス作成の対象として見つかりました 1/2 - /xxx/xxx/wwwroot/44.xls [application/excel] 2/2 - /xxx/xxx/wwwroot/123.doc [application/msword] インデックスを書き出しています... [追加] 日付: Fri Apr 20 10:25:07 2001 追加された文書の数: 2 サイズ (bytes): 36,352 合計の文書数: 5 追加キーワード数: 71 合計キーワード数: 365 わかち書き: module_kakasi -ieuc -oeuc -w 経過時間 (秒): 2 ファイル/秒: 1.00 システム: linux Perl: 5.00503 Namazu: 2.0.5 |