07 2020 档案

摘要:alter table 表名 change id id int AUTO_INCREMENT 注:id必须为主键时才可以这样使用 阅读全文
posted @ 2020-07-24 14:22 JAVA之家TY 阅读(3708) 评论(0) 推荐(0)
摘要:右键以管理员身份运行oradba.exe即可 阅读全文
posted @ 2020-07-21 11:30 JAVA之家TY 阅读(533) 评论(0) 推荐(0)
摘要:compmgmt.msc 阅读全文
posted @ 2020-07-21 10:41 JAVA之家TY 阅读(385) 评论(0) 推荐(0)
摘要:所有浏览器都支持值为 "screen"、"print" 以及 "all" 的 media 属性。 阅读全文
posted @ 2020-07-09 14:06 JAVA之家TY 阅读(201) 评论(0) 推荐(0)
摘要:1、encodeURIComponent()函数encodeURIComponent() 函数可把字符串作为 URI 组件进行编码。该方法不会对 ASCII 字母和数字进行编码,也不会对这些 ASCII 标点符号进行编码: - _ . ! ~ * ’ ( ) 。其他字符(比如 :;/??&=+$,# 阅读全文
posted @ 2020-07-08 13:55 JAVA之家TY 阅读(1006) 评论(0) 推荐(0)
摘要:<!-- servlet依赖. --><dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope></dependency><depen 阅读全文
posted @ 2020-07-03 21:34 JAVA之家TY 阅读(251) 评论(0) 推荐(0)