04 2015 档案

摘要:iOS开发之CoreData数据存储参考资料:https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html http://www.objc.io/... 阅读全文
posted @ 2015-04-21 14:54 Parishe 阅读(95) 评论(0) 推荐(0)
摘要:我使用的Mac OS X版本是10.8.2,Mac自带了Apache环境。启动Apache设置虚拟主机启动Apache打开“终端(terminal)”,输入 sudo apachectl -v,(可能需要输入机器秘密)。如下显示Apache的版本接着输入 sudo apachectl start,这... 阅读全文
posted @ 2015-04-10 22:08 Parishe 阅读(141) 评论(0) 推荐(0)
摘要:①打开WAMP的mysql控制台,提示输入密码,开始密码为空,直接按回车②输入use mysql;③输入update user set password=PASSWORD('123456') where user='root';④最后输入 flush privileges;⑤输入quit; 阅读全文
posted @ 2015-04-09 14:36 Parishe 阅读(132) 评论(0) 推荐(0)