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_
Stella981 Stella981
3年前
Django框架 之 Ajax
Django框架之Ajax浏览目录AJAX准备知识AJAX与XML的比较AJAX简介jQuery实现的ajaxAJAX参数AJAX请求如何设置csrf\_token序列化
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