码迷,mamicode.com
首页 >  
搜索关键字:open xml sdk    ( 92866个结果
120行代码手写一个简单的MyBatis实现简单的CRUD
首发于Enaium的个人博客 不用XML只用注解 首先需要创建6个注解 SQL用于输入SQL语句 @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface SQL { String[] valu ...
分类:其他好文   时间:2021-04-22 16:14:47    阅读次数:0
RabbitMQ入门(二)-- Springboot实现消息推送和消费
RabbitMQ主要实现消息推送和消费 用springboot实现消息推送 1. 新建springboot项目 通过idea,创建一个springboot默认项目,在pom.xml中添加如下依赖。 <dependency> <groupId>org.springframework.boot</gro ...
分类:编程语言   时间:2021-04-22 16:11:55    阅读次数:0
SAP Fiori Elements List Report 里的表格类型(tableType)是如何决定出来的
从 SAP Fiori Elements 实现源代码中的 SmartTable.xml 能看出,ListReport 类型的 SAP Fiori Elements 应用,其表格类型包含 4 种: AnalyticalTable TreeTable GridTable ResponsiveTable ...
分类:其他好文   时间:2021-04-22 16:04:08    阅读次数:0
postman下测试Http接口
一、常见接口及工具 1、webService接口:走soap协议通过http传输,请求报文和返回报文都是xml格式的,我们在测试的时候都用通过工具才能进行调用,测试。可以使用的工具有SoapUI、jmeter、loadrunner等; 2、http api接口:走http协议,通过路径来区分调用的方 ...
分类:Web程序   时间:2021-04-22 15:57:05    阅读次数:0
添加Hue服务时连接失败,日志报错ImportError: libxslt.so.1: cannot open shared object file: No such file or directory
CDH添加HUE时数据库连接失败 查看cloudera-scm-server日志报错信息是:ImportError: libxslt.so.1: cannot open shared object file: No such file or directory 原因是centos缺少库文件,执行如下 ...
分类:其他好文   时间:2021-04-22 15:53:25    阅读次数:0
django自定义类,实现简单的sitemap(网站地图)功能
功能描述 对于百度、360等搜索引擎,后台有提交网站地图(sitemap)的需求。以百度为例,规定网站地图的格式为xml或者txt,并且有比较严格的格式要求,django自带sitemap功能,但是使用起来比较麻烦,相关教程也非常少,还不够灵活,这里自定义一个类,实例化之后以比较灵活的方式来生成网站 ...
分类:Web程序   时间:2021-04-22 15:44:36    阅读次数:0
Nginx下载安装教程
# 安装依赖 yum -y install gcc zlib zlib-devel pcre-devel openssl openssl-devel # 解压缩 tar -zxvf linux-nginx-1.12.2.tar.gz cd nginx-1.12.2/ # 执行配置 ./configu ...
分类:其他好文   时间:2021-04-21 12:51:27    阅读次数:0
Apache-Tomcat CVE-2020-1938
#漏洞编号CVE-2020-1938 / CNVD-2020-10487 ##漏洞成因 Tomcat-AJP的文件包含 ##影响版本 Apache Tomcat 6 Apache Tomcat 7 < 7.0.100 Apache Tomcat 8 < 8.5.51 Apache Tomcat 9 ...
分类:Web程序   时间:2021-04-21 12:09:52    阅读次数:0
Mac下浏览器跨域配置方法
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:系统相关   时间:2021-04-21 11:49:55    阅读次数:0
JasperReports with Spring
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:编程语言   时间:2021-04-21 11:48:33    阅读次数:0
92866条   上一页 1 ... 39 40 41 42 43 ... 9287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!