Apple Watch

https://support.apple.com/ja-jp/HT206995

2017年6月15日 · 1 分

久我山

久我山 久我山稲荷

2017年4月22日 · 1 分

恵比寿

そば 板蕎麦 香り家 Map

2017年3月28日 · 1 分

横浜中華街

天外天 http://www.kanteibyo.com/prog/shop.html?id=11 https://goo.gl/maps/ZK2KWyE11aC2 営業時間 10:00-22:00 定休日 年中無休 電話番号 045-681-3116 住所 横浜市中区山下町189 横浜中華街 四川麻婆 https://goo.gl/maps/Q2zBKfD9tSK2 陳麻婆豆腐 白麻婆豆腐 住所: 〒231-0023 神奈川県横浜市中区山下町146−2 電話:080-2383-1187 営業時間: 本日営業 · 10時00分~22時00分

2017年3月12日 · 1 分

社会

キッズサイトの輪:各県 キッズサイトの輪:各省庁 東北 あおもりけんキッズページ 中部 ステップしずおかキッズ

2015年9月18日 · 1 分

Wordpress Plugin with WP-CLI

Wordpress Development Environment vim wp-cli.yml ./scaffold.bash sudo $(phpenv prefix)/sbin/php-fpm -y conf/php-fpm.conf sudo ln -s $PWD/conf/nginx.conf /etc/nginx/sites-enabled/your_wp_cname.conf sudo /etc/init.d/nginx start

2015年8月9日 · 1 分

Editors

$ apm install atom-print ex-mode Proxy ATOMエディタのproxy設定 C:\> apm config set https-proxy http://172.165.101.254:8080 C:\>apm config get https-proxy http://172.165.101.254:8080/ Windowsで C/C++コンパイラが必要 VS2015 Communitiy Edition をインストール Windows再起動 デベロッパーコンソールでインストール C:\Program Files (x86)\Microsoft Visual Studio 14.0>apm install vim-mode Installing vim-mode to C:\Users\h-nara\.atom\packages done

2015年8月7日 · 1 分

jQuery

ツール フォーム入力関係 セレクタ 前方, 部分、後方一致 イベントハンドラ on : 動的な要素に対しても追加可能(https://app.codegrid.net/entry/practical-jquery-1) hover: mouseenterとmouseleaveのエイリアス( http://h2ham.seesaa.net/article/242553044.html ) ドラッグ https://johnny.github.io/jquery-sortable/

2015年8月7日 · 1 分

doctrine ORM

$ ./composer.phar require doctrine/orm 2.4.* ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) - Installing doctrine/collections (dev-master 3661cd8) Cloning 3661cd8bc5152598dbe6772e98b78d1fa8281a67 - Installing doctrine/cache (dev-master e7b77e5) Cloning e7b77e5abe230a2cc1db5005fb86435da213ae3b - Installing doctrine/inflector (dev-master b0b2fef) Cloning b0b2feffb47906a03b570777c07044c529d1d124 - Installing doctrine/common (2.5.x-dev 26727ba) Cloning 26727ba78de21a824dcbfa5a8ab52c21fe7d71d5 - Installing doctrine/dbal (dev-master cc2d503) Cloning cc2d50385efa1ea87f5d0afa2c47cc2499914f81 - Installing doctrine/orm (2.4.x-dev 0cf7e0e) Cloning 0cf7e0e628c1409c9235c9b107c9623a2e8a80ef doctrine/orm suggests installing symfony/yaml (If you want to use YAML Metadata Mapping Driver) Writing lock file Generating autoload files

2015年8月6日 · 1 分

MySQL

[intrinsic column flags] - PK: primary key (column is part of a pk) - NN: not null (column is nullable) - UQ: unique (column is part of a unique key) - AI: auto increment (the column is auto incremented when rows are inserted) [additional data type flags, depend on used data type] - BIN: binary (if dt is a blob or similar, this indicates that is binary data, rather than text) - UN: unsigned (for integer types, see docs: "10.2. Numeric Types") - ZF: zero fill (rather a display related flag, see docs: "10.2. Numeric Types") MySQLでログを出力してみる ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol refused (client option ‘secure_auth’ enabled) MySQLのバージョンがちがうとパスワードハッシュが違うのでログインできなくなる

2015年8月5日 · 1 分