备忘的一些东东 博客分类: 开发杂记
程序员文章站
2024-02-13 13:03:58
...
安装Homebrew,简称brew
mac 自带的ruby安装起来很方便
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
位置已更改:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install mysql
mysql.server startmysql.server start
mysql.server start
create user lsoso @'localhost' identified by 'lsoso';
create database lsoso;
grant all privileges on lsoso.* to lososo;
http://ionicframework.com/docs/api/service/$ionicActionSheet/ http://ionicframework.com/getting-started/ http://ionicframework.com/docs/api/
http://www.w3cschool.cc/try/angularjs/data/Customers_JSON.php https://github.com/bcsphere http://www.haomou.net/2014/10/13/2014_ionic_api2/ http://segmentfault.com/a/1190000002688632 http://www.phonegap100.com/jiaocheng/ionic/index.php?page=4 http://ngcordova.com/docs/plugins/datePicker/ http://haomou.net/2014/08/09/2014_ionic_api_css/ https://github.com/joshilomas/DatePicker-IonicApp http://forum.ionicframework.com/t/a-date-picker-for-ionic-framework-applications/21515 http://bbs.phonegap100.com/thread-296-1-1.html ionic中文文档 http://www.ionicframework.net/docs/api/service/$ionicGesture/ http://www.ionicframework.net/docs/api/directive/ionSlideBox/ http://www.phonegap100.com/portal.php?mod=view&aid=389 http://forum.ionicframework.com/t/call-a-controller-method-in-ionicgesture/1877 https://egghead.io/lessons/angularjs-directives-talking-to-controllers https://github.com/bcsphere http://www.haomou.net/2014/10/06/2014_ionic_learn/
上一篇: Java判断所给年份是平年还是闰年
推荐阅读
-
备忘的一些东东 博客分类: 开发杂记
-
Javarebel启动程序java.lang.OutOfMemoryError: PermGen space问题的解决 博客分类: 开发杂记 JavaJVMMyeclipse金山thread
-
css文件编码惹的祸 博客分类: 开发杂记 ie9下显示不正常样式丢失css编码utf-8
-
ios App 电话号码的处理 博客分类: 开发杂记 appiosandroidphonenumber
-
令人崩溃的java.lang.OutofMemoryError: PermGen space 博客分类: ubuntu开发杂记jdk
-
完全移动版MySQL(MySQL免安装版的配置) 博客分类: 开发杂记 MySQL配置管理OracleF#项目管理
-
mac 备忘 博客分类: 开发杂记 mac备忘
-
ios App 电话号码的处理 博客分类: 开发杂记 appiosandroidphonenumber
-
备忘的一些东东 博客分类: 开发杂记
-
完全移动版MySQL(MySQL免安装版的配置) 博客分类: 开发杂记 MySQL配置管理OracleF#项目管理