一、碎片化 1.碎片:是一种可以在嵌入在活动当中的UI片段,他能让程序更加合理和充分的利用大屏幕空间,因为在平板电脑上应用的非常广泛。 2.先设置一个左边的 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="htt ...
分类:
移动开发 时间:
2020-04-20 01:15:26
阅读次数:
79
<div id="article_content" class="article_content clearfix"> <link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_v ...
分类:
Web程序 时间:
2020-04-19 17:36:02
阅读次数:
125
当idp与user建立起联系后,idp向sp发送响应 <samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="_81e65e52081649f77587dd7a12b0e3c3" InResponseTo="654 ...
分类:
其他好文 时间:
2020-04-19 15:07:39
阅读次数:
241
pom依赖如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc ...
分类:
其他好文 时间:
2020-04-19 12:59:14
阅读次数:
46
布局文件: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.androi ...
分类:
移动开发 时间:
2020-04-19 00:33:25
阅读次数:
92
1.构建项目 1.创建新项目时选择Spring 2.填写包名和项目名 3.选择如下框架 4.pom文件中使用dependencyManagement把依赖包起来 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.a ...
分类:
编程语言 时间:
2020-04-18 13:58:29
阅读次数:
58
一、pxm.xml中引入mybatis-generator并配置 在build节点下的plugins下添加org.mybatis.generator 示例代码如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven ...
分类:
其他好文 时间:
2020-04-18 13:33:23
阅读次数:
45
1.选择springInitializer 2.填写包名项目名 3.选择如下框架 4.项目结构如下 5.pom文件 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xm ...
分类:
编程语言 时间:
2020-04-18 13:30:53
阅读次数:
124
基于注解的AOP配置(一定要要参考上一篇的“基于xml文件的AOP配置”) 主要是将上面的xml文件的内容替换掉,以下是xml文件所有内容,环绕通知的内容就是替换四种通知即可 <beans xmlns="http://www.springframework.org/schema/beans" xml ...
分类:
其他好文 时间:
2020-04-18 13:27:45
阅读次数:
62
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:aop="http://www.springframework.org/schema/aop"xmlns:cache="http://www.springframework.org/ ...
分类:
数据库 时间:
2020-04-18 10:04:47
阅读次数:
207