create database XSCJ;
use XSCJ; create table XS (
学号 varchar(6) primary key not null,
姓名 varchar(8) not null,
专业名 varchar(10),
性别 tinyint(1) not null,
出生日期 date not null,
总学分 int ,
照片 blob,
备注 text )ENgine="InnoDB";

最新文章

  1. linux中的输入从定向和输出重定向
  2. (转) Awesome - Most Cited Deep Learning Papers
  3. android HTTPclient
  4. java中,去除空白的方法
  5. 通过apt-get安装nvidia驱动
  6. Darwin Streaming Server 安裝操作備忘
  7. C++ 全排列函数 nyoj 366
  8. Android进程间通信(IPC)机制Binder简要介绍和学习计划
  9. 【翻译】ASP.NET Web API是什么?
  10. Git——git 上传时 遗漏文件解决办法
  11. [Bayesian] “我是bayesian我怕谁”系列 - Latent Variables
  12. java.lang.ArrayIndexOutOfBoundsException
  13. RHEL下SendMail修改发邮箱地址
  14. Django 中间件 请求前
  15. CC2431 代码分析②-CC2431狂轰滥炸
  16. 【问题】Can't load AMD 64-bit .dll on a IA 32-bit platform
  17. Kubernetes相关概念
  18. jmeter测试soap协议时候 路径不需要添加
  19. appium定位安装包启动类名称
  20. TypeError: only integer scalar arrays can be converted to a scalar index

热门文章

  1. java 21-13 合并
  2. eclipse代码自动提示设置、如何配置eclipse的代码自动提示功能(同时解决自动补全变量名的问题)?
  3. f2fs源码分析之文件读写过程
  4. maven中的 dependencies 和 dependencyManagement 的区别
  5. [iOS翻译]《iOS7 by Tutorials》系列:在Xcode 5里使用单元测试(上)
  6. [iOS翻译]《iOS7 by Tutorials》系列:iOS7的设计精髓(下)
  7. Easyui Combotree问题及其相关
  8. caffe windows学习:第一个测试程序
  9. CodeForces 166E -Tetrahedron解题报告
  10. (译)JavaScript内存泄露