- XCode
- Command Line Tools
http://download.virtualbox.org/virtualbox/4.2.12/VirtualBox-4.2.12-84980-OSX.dmg
| rpm -Uvh http://rbel.frameos.org/rbel6 |
| CentOS 仮想化ホスト構築マニュアル | |
| SELinux停止 | |
| /etc/sysconfig/selinux | |
| function addHeader() { | |
| wp_enqueue_script('jquery-ui-tabs', $this->plugin_path . 'js/jquery-ui-custom.min.js', array('jquery'), false, false); | |
| wp_enqueue_script('jquery-ui-accordion', $this->plugin_path . 'js/jquery-ui-custom.min.js', array('jquery'), false, false); | |
| wp_enqueue_script('jquery-ui-cookie', $this->plugin_path . 'js/jquery-cookie.min.js', array('jquery-ui-accordion'), false, false); | |
| // Add default widgets styles | |
| wp_enqueue_style('tabbed-widgets', $this->plugin_path . 'css/tabbed-widgets.css'); | |
| wp_enqueue_script('jquery-ui-accordion', $this->plugin_path . 'js/jquery-ui-custom.min.js', array('jquery'), false, true); | |
| wp_enqueue_script('jquery-ui-cookie', $this->plugin_path . 'js/jquery-cookie.min.js', array('jquery-ui-accordion'), false, true); |
http://download.virtualbox.org/virtualbox/4.2.12/VirtualBox-4.2.12-84980-OSX.dmg
| config defaultToCurrentScreen true | |
| # Shows app icons and background apps, spreads icons in the same place. | |
| config windowHintsShowIcons true | |
| config windowHintsIgnoreHiddenWindows false | |
| config windowHintsSpread true | |
| alias showHintsLeftHand hint AOEUIYQJKX | |
| alias showNormalHint hint AOEUIDHTNSYXFBPKGMCW | |
| bind e:cmd hint ${showNormalHint} |
Storybook3.2からVuejsのサポートが追加されたので、さっそく使ってみます。
Storybookはコンポーネントのカタログを簡単に作成できるツールで、プロジェクト内の自作コンポーネント一覧や使いかたをカタログにできます。
| <?php | |
| class MigratinoClassGenerator | |
| { | |
| public function generate(string $className) | |
| { | |
| $ref = new ReflectionClass($className); | |
| $properties = $ref->getProperties(); |