Wesley13 Wesley13
3年前
java Redis Jedis存储Java对象
Redis入门–Jedis存储Java对象(Java序列化为byte数组方式)Redis入门–Jedis存储Java对象\(Java序列化为byte数组方式)原文地址:http://alanland.iteye.com/admin/blogs/1600685(https://www.oschina.net/action/GoT
Stella981 Stella981
3年前
Spring Boot 2.0实现热部署模式
前言:  在做SpringBoot 项目调试时总是会来回修改代码,重启项目,为了方便项目修改后,立即能看到效果。一、实现的方式概述    1、使用 springbootdevtools    2、使用 SpringLoaded二、Eclipse或SpringToolSuite的实现方式
Stella981 Stella981
3年前
SpringBoot使用pagehelper注意事项
Spring和SpringBoot使用pagehelper的方式不太一样,从Spring到SpringBoot的朋友注意了!如果在SpringBoot中使用Spring加载pagehelper的方式,能获取数据,但是分页不准确。SpringBoot加载pagehelper步骤如下:maven搜索springbootpagehelper!
Easter79 Easter79
3年前
SpringBoot使用pagehelper注意事项
Spring和SpringBoot使用pagehelper的方式不太一样,从Spring到SpringBoot的朋友注意了!如果在SpringBoot中使用Spring加载pagehelper的方式,能获取数据,但是分页不准确。SpringBoot加载pagehelper步骤如下:maven搜索springbootpagehelper!
Wesley13 Wesley13
3年前
NO.154 配置禅道:如何设置禅道系统为静态访问
禅道(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.zentao.net%2F%3Fu%3Dpxz%26f%3Dosc%26a%3Dblog)支持两种访问方式,一种是GET方式,其访问地址为/?mxx&fxx的这样的形式。还有一种为静态访问方式,其访问地址形如/usrl
Stella981 Stella981
3年前
Spring Security学习笔记(三)
之前提到过认证后怎么存放用户信息,令牌_token_是一种方式,_session_是另一种方式,这里介绍使用_springsessiondataredis_存储_httpSession_。!(https://img2018.cnblogs.com/blog/486512/201809/4865122018092
Stella981 Stella981
3年前
Spring 手工装配对象
手工装配依赖对象,在这种方式中又有两种编程方式1\.在xml配置文件中,通过在bean节点下配置,如<beanid"orderDao"class"cn.itcast.service.OrderDao"/<beanid"orderService"class"cn.itcast.service.OrderServiceBea
Stella981 Stella981
3年前
Linux 开机执行脚本方法
1\.方式一修改/etc/rc.localtail2/etc/rc.localtouch/root/aa.txt/bin/bash/root/shell/redisstart.sh/dev/null2/dev/null2\.方式二chkconfig管理 1第一种脚本!/bin/shC
Wesley13 Wesley13
3年前
APP推广:11 种最实用的线下推广方式!
线下推广不仅能够提升网站的直接流量,更是企业品牌的一种宣传方式。线下推广方式有哪些?今天小编我就从APP推广社区(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwenda.yopai.com%2F)优派网上为大家整理了一些材料,下面由我介绍11中实用的线下推广方式。!(htt
程序员一鸣 程序员一鸣
1个月前
鸿蒙开发:wrapBuilder传递参数
本文,主要简单了介绍了一下,非UI使用的情况下,wrapBuilder传递数据问题,除了以上的方式之外,还有其它的方式可以实现,在实际的开发中,还是具体问题具体分析。