10.6 约束条件 10.61 not null .default create table t15( id int, name ) not null, sex enum('male','female','other') not null default "male" ); #) not null; insert into t15(id,name) values (,'egon1'), (,'egon2'), (,'egon3'); mysql> desc t15; +---
转载请包含网址:http://blog.csdn.net/pathuang68/article/details/7351317 一.Surface Surface就是“表面”的意思.在SDK的文档中,对Surface的描述是这样 的:“Handle onto a raw buffer that is being managed by the screen compositor”,翻译成中文就是“由屏幕显示内容合成器(screen compositor)所管理的原生缓冲器的句柄”,这句话包括下面两