码迷,mamicode.com
首页 >  
搜索关键字:xmlns    ( 5065个结果
Spring boot 实现高吞吐量异步处理(适用于高并发场景)
技术要点 org.springframework.web.context.request.async.DeferredResult<T> 示例如下: 1. 新建Maven项目 async 2. pom.xml <project xmlns="http://maven.apache.org/POM/4 ...
分类:编程语言   时间:2020-04-02 15:46:10    阅读次数:91
C# XDocument解析带有命名空间的 xml格式文件
1 <?xml version="1.0" encoding="UTF-8"?> 2 <entry xmlns="http://www.w3.org/2005/Atom" xmlns:db="http://www.douban.com/xmlns/" xmlns:gd="http://schemas ...
分类:Windows程序   时间:2020-04-01 23:27:04    阅读次数:169
springboot2.1.6整合activiti6.0(一)
一、pom <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache ...
分类:编程语言   时间:2020-04-01 19:36:42    阅读次数:93
eclipse 安装 tymeleaf 插件步骤
1 点击Help -- Eclipse Marketplace 2 搜索 thymeleaf 3 点击 install 安装 4 勾选 我同意.... 5 重启 eclipse 6 在html文件中写好thymeleaf的声明: <html xmlns:th="http://www.thymelea ...
分类:系统相关   时间:2020-04-01 11:00:07    阅读次数:80
js 16位丢失精度
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o ...
分类:Web程序   时间:2020-03-31 23:16:55    阅读次数:148
使用AlarmManager设置闹钟
运行效果: activity_main.xml: 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns ...
分类:其他好文   时间:2020-03-30 23:13:00    阅读次数:82
spring03
学习了spring的数据源的使用以及spring的作用域引入外部属性文件 对应的bean的xml文件和properties文件如下 <?xml version="1.0" encoding="UTF-8"?> <!-- spring 使用外部属性文件 --> <beans xmlns="http:/ ...
分类:编程语言   时间:2020-03-30 15:56:04    阅读次数:61
SpringBoot项目改成Tomcat容器加载(打war包)
废话不多说,直接上码 <?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-insta ...
分类:编程语言   时间:2020-03-30 10:00:04    阅读次数:82
dubbo集成spring
dubbo集成spring 1.项目依赖 <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo</artifactId> <version>2.7.5</version></dependency><dependency> ...
分类:编程语言   时间:2020-03-29 13:05:59    阅读次数:111
JavaAgent--初探
<?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-instance" xsi:sch ...
分类:编程语言   时间:2020-03-28 23:47:59    阅读次数:160
5065条   上一页 1 ... 40 41 42 43 44 ... 507 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!