码迷,mamicode.com
首页 >  
搜索关键字:xsd schema    ( 5371个结果
Spring AOP
配置参考: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in ...
分类:编程语言   时间:2020-03-02 11:00:04    阅读次数:71
spring-servic.xml的配置
1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-in ...
分类:编程语言   时间:2020-03-02 00:32:37    阅读次数:77
spring dao的相关配置
1 <?xml version="1.0" encoding="UTF-8"?> 2 <beans xmlns="http://www.springframework.org/schema/beans" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-in ...
分类:编程语言   时间:2020-03-01 20:20:30    阅读次数:77
String整合Redis的步骤
1.导入依赖 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i ...
分类:其他好文   时间:2020-03-01 17:09:47    阅读次数:55
ssm(spring5.0.2.RELEASE-mybatis3.4.5)
1、项目结构 2、具体内容 2.1、maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/ ...
分类:编程语言   时间:2020-03-01 14:32:15    阅读次数:65
批量更新数据库表以及表字段编码
查询需要更新编码的表,并生成相应的更新SQL SELECT CONCAT('ALTER TABLE ', table_name, ' CONVERT TO CHARACTER SET utf8 COLLATE utf8_bin;') FROM information_schema.TABLES WH ...
分类:数据库   时间:2020-02-29 22:09:03    阅读次数:106
MySQL入门
数据库管理1 查询所有数据库mysql> show databases;+ +| Database |+ +| information_schema | -- mysql元数据,基础数据| mysql | --mysql配置数据库,其中包含用户信息。(用户名和密码,权限管理)| performanc ...
分类:数据库   时间:2020-02-29 10:20:24    阅读次数:67
[BUUOJ记录] [强网杯 2019]随便注(三种方法)
本题主要考察堆叠注入,算是比较经典的一道题,在i春秋GYCTF中也出现了本题的升级版 猜测这里的MySQL语句结构应该是: select * from words where id='$inject'; 构造Payload:用单引号+分号闭合前面的语句,插入SQL语句,再用注释符注释掉后面的语句即可 ...
分类:其他好文   时间:2020-02-29 00:31:11    阅读次数:127
Mycat的schema.xml配置
Schema.xml 作为 MyCat 中重要的配置文件之一,管理着 MyCat 的逻辑库、表、分片规则、DataNode 以及 DataSource。 <?xml version="1.0"?> <!DOCTYPE mycat:schema SYSTEM "schema.dtd"> <mycat: ...
分类:其他好文   时间:2020-02-28 23:06:41    阅读次数:112
GYCTF Ezsqli
Fuzz 发现过滤了 and or if information_schema union+select合起来的时候会过滤,但分开不过滤 过滤了join regexp 考虑盲注 information_schema被过滤,可以换为sys.x$schema_flattened_keys fuzz的时候 ...
分类:数据库   时间:2020-02-28 20:40:30    阅读次数:107
5371条   上一页 1 ... 42 43 44 45 46 ... 538 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!