Easter79 Easter79
3年前
tio
本文讲述如何快速将tio服务整合到SpringBoot项目首先,你需要在pom.xml中引入tiocorespringbootstarter构件<dependency<groupIdorg.tio</groupId<artifactIdtiocorespringboot
Wesley13 Wesley13
3年前
android ContextMenu 上下文菜单示例
ch2\_contextmenu.xml:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_p
Easter79 Easter79
3年前
tomcat 网页管理tomcat
一.设置管理员账户密码进入tomcat安装目录进入conf目录修改user.xml加入下面内容模板<rolerolename"managergui"description"managergui"/<rolerolename"managerscript"description"manage
Wesley13 Wesley13
3年前
android Notification 状态栏通知使用示例
ch7\_notification.xml:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_
皕杰报表在传参过程中乱码
当web项目的编码格式为UTF8的,在tomcat上集成部署,传参时中文乱码时,需要修改下列编码格式。​​解决方案:1、更改D:/Tomcat/conf/server.xml,指定浏览器的编码格式为“UTF8”:2、更改web项目WEBINF\resources下的Congfig.xml里的            UTF83、更改jsp中编码格式为utf8​
Wesley13 Wesley13
3年前
activemq安全设置 设置admin的用户名和密码
ActiveMQ使用的是jetty服务器,打开conf/jetty.xml文件,找到<beanid"securityConstraint"class"org.eclipse.jetty.http.security.Constraint"    <propertyname"name"value"BASIC"/ 
Stella981 Stella981
3年前
Maven 阿里云镜像配置
全部setting.xml文件如下 <?xmlversion"1.0"encoding"UTF8"?<settingsxmlns"http://maven.apache.org/SETTINGS/1.0.0"     xmlns:xsi"http://www.w3.org/2001/XMLSchema
Stella981 Stella981
3年前
Ehcache配置详解与SpringBoot整合实例
1\.配置1.1基本配置下面基本算是使用Ehcache的xml最简配置了。<?xmlversion"1.0"encoding"UTF8"?<ehcachename"mycachemanager"updateCheck"false"<!磁盘缓存位置
Stella981 Stella981
3年前
Spring 单元测试
环境配置在Gradle或者Maven中添加Springtest创建类packagecom.hava.tactic.xml.access.repository;importcom.hava.tactic.sthpw.entity.LoginGroup;importcom.hava.tactic.sth