摘要:
如果想列出该数据库中的所有表,可: .tables 如果想查看这些表的结构: select * from sqlite_master where type="table"; 默认情况下,不会出现红框中的表头,需要之前设置,命令为: .header on 如果只想查看具体一张表的表结构,比如查看emp 阅读全文
摘要:
X Window System protocols and architecture In computing, the X Window System (commonly X11 or X) is a network-transparent windowing system for bitmap 阅读全文
摘要:
Are you a Linux fan? Do you hate to do things the easy way? Are you a pro who loves to put his computer’s life on the line to experiment and customize 阅读全文