Stella981 Stella981
3年前
IntelliJ IDEA (idea)引入eclipse web项目
1.老规矩,引入,看图片!(http://static.oschina.net/uploads/space/2014/0113/210829_PNYa_1170781.jpg)2.点击进去,如图!(http://static.oschina.net/uploads/space/2014/01
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!
Easter79 Easter79
3年前
SpringCloud微服务(01):Eureka组件,管理服务注册与发现
一、Eureka基本架构1、Eureka角色结构图!在这里插入图片描述(https://imgblog.csdnimg.cn/20190519214547708.png?xossprocessimage/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow
Wesley13 Wesley13
3年前
ubuntu 15.10 gnome 取消 挂起时锁屏
打开dconf系统配置编辑器搜索suspend取消勾选ubuntulockonsuspend.!(http://static.oschina.net/uploads/space/2015/1210/230110_qcqz_237198.png)如果要在右上角的电源菜单中显示suspend按钮的话,使用firef
Stella981 Stella981
3年前
Fedora21安装ZendServer之后yum报错
Fedora21安装ZendServer之后yum坏掉了...运行说pycurl:libcurllinktimeversion(7.20.1)isolderthancompiletimeversion(7.37.0)在源中手动下在了相关包重装了也不行,在网上搜索了一下,最后找到一个帖子http://netstu.
Stella981 Stella981
3年前
Android记事本NotePad应用功能拓展(五)
Android记事本NotePad应用功能拓展(五)一、实现功能1.夜间模式切换!在这里插入图片描述(https://imgblog.csdnimg.cn/20200517082440181.png?xossprocessimage/watermark,typ
Wesley13 Wesley13
3年前
Java Activiti 工作流引擎 流程审批 后台框架源码 springmvc SSM
博文来源:http://www.fhadmin.org/webnewsdetail1.html即时通讯:支持好友,群组,发图片、文件,消息声音提醒,离线消息,保留聊天记录工作流模块
风花雪月 风花雪月
2年前
django登录状态保持(自学记录)
1、网上搜索,可以用django自带的login()。但是,自己使用都活报错“'xxx'objecthasnoattribute'meta'”。2、使用session来保存用户登录状态。能使用,但是没有找到设置保持时长的方法。编写views中login的函