进入数据库:1 mysql> use sunshine_blog;输出:2 Database changed查数据库表:1 mysql> show tables;输出:2 +-------------------------+3 | Tables_in_sunshine_blog |4 +-----...
分类:
数据库 时间:
2015-09-16 19:53:01
阅读次数:
160
增加记录:注:null关键字与auto_increment限制条件相结合,可以为字段自动赋值;字段必须全,且一一对应;字符型用单引号;1 mysql> insert into test values('sunshine_habit','hello_world_lyq@163.com'2 ->...
分类:
数据库 时间:
2015-09-16 19:36:58
阅读次数:
188
占坑http://m.oschina.net/blog/377800http://www.cnblogs.com/sunshine-anycall/p/4155649.htmlhttp://objccn.io/issue-15-2/http://www.jackyshen.com/2014/06/2...
分类:
移动开发 时间:
2015-09-14 23:57:30
阅读次数:
173
参考资料:1.黄邦勇帅2.http://blog.163.com/sunshine_linting/blog/static/448933232011810101848652/3.http://www.cnblogs.com/zhoug2020/archive/2012/08/31/2665451.h...
分类:
编程语言 时间:
2015-09-05 16:23:40
阅读次数:
225
每次生病的时候最脆弱,情绪都会很低落。
做什么事情都打不起精神,看着qq上的好友,有想说会话却不能开口的人,有不知道怎么开口的人,剩下的觉得没必要。忽然觉得自己真是孤单落寞。
找了高中的一个好兄弟,聊了会就觉得很自然,很开心。也是回忆中的旧事就是我的舒适区吧,暂时忘记此时此刻的苦痛和无奈。
我永远记得这帮患难过的兄弟。
有的人注定是生命中的sunshine,...
分类:
其他好文 时间:
2015-07-22 09:32:25
阅读次数:
108
You are my pretty sunshine,没有你的世界好好坏坏,只是无味空白……(PS: 前段时间电视剧《何以笙箫默》热播,无论是喜欢“高帅冷”何以琛的女生们,还是陪女友看剧的男生们,都已经会唱这首《My sunshine》了吧。)哈哈,小编今天不是来介绍歌曲的,小编想说,金阳光就是我们...
分类:
移动开发 时间:
2015-07-15 14:59:47
阅读次数:
164
在Mac os x上面,首先在终端git --version看有没有得到版本信息,如果有责git安装成功比如:sunshinedeMacBook-Pro:Github sunshine$ git --versiongit version 2.3.2 (Apple Git-55)一般装了Xcode,都...
分类:
其他好文 时间:
2015-06-28 17:32:49
阅读次数:
114
1.创建 maven工程 mvn archetype:generate -DgroupId=com.sunshine.learn -DartifactId=sunshine.learn -DarchetypeArtifactId=maven-archetype-quickstart-Dinterac...
分类:
其他好文 时间:
2015-06-16 12:49:21
阅读次数:
100
1. 使用悬浮框2. 具体实现package com.pandans.hnairexam;import com.pandans.sunshine.provider.SunShineDB.BookT;import android.app.Application;import android.conte...
分类:
其他好文 时间:
2015-06-15 12:41:34
阅读次数:
459
[root@sunshine]#mysql-uroot-pEnterpassword:mysql>usemysqlmysql>grantallprivilegeson*.*to‘root‘@localhostidentifiedby‘123456‘;mysql>flushprivileges;//下次登陆密码就是123456
分类:
数据库 时间:
2015-06-12 22:30:20
阅读次数:
140