备忘的一些东东

安装Homebrew,简称brew

mac 自带的ruby安装起来很方便

ruby  -"$(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/

猜你喜欢

转载自lonelythinker.iteye.com/blog/2206043