1.知识点:可以对照下面的录屏进行阅读
SQL> --创建表
SQL> create table test1
2 (tid number,
3 tname varchar2(20),
4 hidatedate date default sysdate);
SQL> --使用as和子查询快速建表
SQL> --创建表:包含员工号 姓名 月薪 年薪 部门名称
SQL> c...
分类:
数据库 时间:
2014-06-19 11:12:55
阅读次数:
309
转自:http://www.itmian4.com/forum.php?mod=viewthread&tid=3985首先感谢师兄在两年前发的贴(【天道酬勤】 腾讯、百度、网易游戏、华为Offer及笔经面经),这篇文章对我帮助很大。我写这篇文章一是为了感谢这位同是华南理工但素未谋面的师兄,给我推荐这...
分类:
微信 时间:
2014-06-19 06:28:39
阅读次数:
532
http://dev.10086.cn/cmdn/bbs/viewthread.php?tid=18736&page=1#pid89255Android
UI开发专题(一) 之界面设计近期很多网友对Android用户界面的设计表示很感兴趣,对于Android UI开发自绘控件和游戏制作而言掌握好绘图...
分类:
移动开发 时间:
2014-06-16 08:59:56
阅读次数:
280
Intent resultIntent = null; if
(!TextUtils.isEmpty(tid)){ resultIntent = new Intent("com.shijiebang.notify");
resultIntent.putExtra("_notify_url...
分类:
其他好文 时间:
2014-06-16 00:29:55
阅读次数:
297
#include #include #include #include struct message{ int i; int j;};void *hello(struct message *str){ printf("child, the tid=%lu, pid=%d\n",pt...
分类:
编程语言 时间:
2014-06-15 09:40:46
阅读次数:
526
需求如下:查询book表信息,同时关联entitystags表,以entitystags的字段eid关联book的主键,再关联查询tags表,以entitystags表的tid字段关联tags表的主键id同时读出这三张表的信息来,在Yii可以如下处理,先在relations方法中声明三张表的关系,在...
分类:
其他好文 时间:
2014-06-15 06:49:25
阅读次数:
274
PHP5.4 的while / for / break / continue、PHP5.4
的系统函数和自定义函数 论坛交流:http://bbs.php100.com/read-htm-tid-150407.html PHP5.4 的while /
for / break / continue.....
分类:
Web程序 时间:
2014-06-12 07:21:25
阅读次数:
310
Swift入门教程:http://www.cocoachina.com/applenews/devnews/2014/0604/8661.htmlSwift视频教程:http://www.cocoachina.com/bbs/read.php?tid=204280Swift官方文档(PDF版):ht...
分类:
移动开发 时间:
2014-06-07 20:09:56
阅读次数:
398
在Windows环境下编译cocos2d-x-3.0Android-NDK编译:cocos2d-x(二)Mac
下搭建:http://www.cocoachina.com/bbs/read.php?tid=199238
分类:
移动开发 时间:
2014-06-05 19:08:11
阅读次数:
398