1、SQL语法 (1)数据库是不认识JAVA语言的,但是我们同样要与数据库交互,这时需要使用到数据库认识的语言SQL语句,它是数据库的代码; (2)结构化查询语言(Structured Query Language)简称SQL,是一种数据库查询和程序设计语言,用于存取数据以及查询、更新和管理关系数据 ...
分类:
数据库 时间:
2017-12-25 11:29:35
阅读次数:
237
添加字段的语法:alter table tablename add (column datatype [default value][null/not null],….); 修改字段的语法:alter table tablename modify (column datatype [default ...
分类:
数据库 时间:
2017-12-18 14:25:51
阅读次数:
187
Learn Android Studio 汉化教程 Learn Android Studio 汉化教程 By now you are familiar with the basics of creating a new project, programming, and refactoring.It ...
分类:
移动开发 时间:
2017-12-17 13:16:04
阅读次数:
216
1. Oracle的自动化工具,直接截图了,不过我好想就用过AWR AWR相关的命令: 快照默认时间的更改: EXEC DBMS_WORKLOAD_REPOSITORY.MODIFY_SNAPSHOT_SETTINGS(interval =>30); 修改默认时间从一小时改到30分钟(还未做实验) ...
分类:
其他好文 时间:
2017-12-15 00:47:01
阅读次数:
176
mysql 数据类型 数据类型 truncate t1 (删除表) # 无符号类型 alter table t1 modify id tinyint unsigned (表里有值,不能直接改) desc t1 tinyint[(m)] [unsigned] [zerofill] 小整数,数据类型用于 ...
分类:
数据库 时间:
2017-12-14 22:50:55
阅读次数:
170
Your database is configured in shared server mode. However, your senior DBA asks you to modify the value of the PRIVATE_SGA limit in the profile of th ...
分类:
其他好文 时间:
2017-12-13 17:10:48
阅读次数:
273
1、拓扑图 2、配置IP R1 1 Please press enter to start cmd line! 2 ############ 3 <Huawei> 4 Dec 10 2017 14:59:09-08:00 Huawei %%01IFPDT/4/IF_STATE(l)[0]:Inter ...
分类:
其他好文 时间:
2017-12-10 16:00:43
阅读次数:
234
原始博客地址: http://blog.csdn.net/qq_26626709/article/details/52742470 一、概述 1.虚拟地址空间 内存是通过指针寻址的,因而CPU的字长决定了CPU所能管理的地址空间的大小,该地址空间就被称为虚拟地址空间,因此32位CPU的虚拟地址空间大 ...
分类:
系统相关 时间:
2017-12-06 14:20:10
阅读次数:
235
敲了以下命令配置team的链路聚合, nmcli con add type team con-name team0 ifname team0 config "{"runner":{"name":"activebackup"}}" nmcli con modify team0 ipv4.address ...
分类:
其他好文 时间:
2017-12-02 19:18:42
阅读次数:
275
target:learning the APi of .xlsx generation and .xlsx data outputting etc component APIsOverView Excel() (SS=HSSF+XSSF+SXSSF) 1:definition: HSSF is th ...
分类:
其他好文 时间:
2017-12-02 15:07:19
阅读次数:
220