by shigemk2

当面は技術的なことしか書かない

2017-10-21から1日間の記事一覧

link connector-j-reference-configuration-properties

link connector-j-reference-configuration-properties JavaでMySQLに接続する方法 jといえばJavaですよねはい JDBCとか https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html

Installing MySQL on Linux

Installing MySQL on Linux LinuxにMySQLをインストールする公式 プロトコルはhttps https://dev.mysql.com/doc/refman/5.5/en/linux-installation.html https://dev.mysql.com/doc/refman/5.5/en/linux-installation-native.html

check symlink with nodejs

check symlink with nodejs nodejs.orgのAPIドキュメントを読む fs.lstatSync(pathString.isSymbolicLink() みたいな書き方 https://nodejs.org/api/fs.html#fs_fs_readlink_path_options_callback

Jetty JAAS link

Jetty JAAS link codehausからeclipseになってた。しかもリンクは 古 https://wiki.eclipse.org/Jetty/Starting/Downloads#Jetty.40codehaus_Download 新 http://www.eclipse.org/jetty/documentation/current/quick-start-getting-started.html

ulimit link

ulimit link https://ss64.com なるサイトに書いてある User limits - limit the use of system-wide resources. https://ss64.com/bash/ulimit.html

gitbook config

gitbook config book.jsonに使いたいgitbookのバージョンを書く https://toolchain.gitbook.com/config.html

keytool

Manages a keystore (database) of private keys and their associated X.509 certificate chains authenticating the corresponding public keys. Also manages certificates from trusted entities. keytool-Key and Certificate Management Tool

gitbookのアーキメモ

helpと--helpで挙動が違う。 $ gitbook help build [book] [output] build a book --log Minimum log level to display (Default is info; Values are debug, info, warn, error, disabled) --format Format to build to (Default is website; Values are we…

gitbookのアーキメモ

gitbook alias /path/to/gitbook-cli 3.2.3 # からの gitbook serve すると、本当はaliasを貼った方でgitbookを動かしたいのになぜかインストールが始まる。 ソースコードを追っかけてみると、 ~/.gitbook/versions にソースコードがインストールもしくはシ…

gitbookのアーキメモ

https://github.com/GitbookIO/gitbook-cli を実行する そのときに呼び出すのが https://github.com/GitbookIO/gitbook serveするときに~/.gitbook/versionsのしたに何もなかったら最新をinstallする この仕様のせいで、ローカルでgitbookやgitbook-cliを実…