Easter79 Easter79
4年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Wesley13 Wesley13
4年前
vscode的eslint插件不起作用
最近在用vue进行开发,但是vsCode中的eslint插件装上之后不起作用1.vsCode打开“设置”,选择"settings.json"!(https://img2018.cnblogs.com/blog/921637/201905/921637201905161657075401304630667.png)2.输入一段脚本
Stella981 Stella981
4年前
Sign in with Apple 新变化:强制与安全
作者:ZUBIN,iOS开发者,目前就职于阿里Session:https://developer.apple.com/videos/play/wwdc2020/10173/!(https://oscimg.oschina.net/oscnet/04f009dd339d4407b8bd7e1092e5818e
Stella981 Stella981
4年前
Android开源控件ViewPager Indicator的使用方法
AndroidViewpagerIndicator是Android开发中最常用的控件之一,几乎所有的新闻类APP中都有使用,下面介绍其基本使用方法。!(http://static.oschina.net/uploads/img/201403/14220432_afb0.png)1\.ViewPagerIndicator的Lib
Stella981 Stella981
4年前
Spring Boot 无法访问JSP页面
Case使用springboot框架开发一个webapp时,通常都会引入dependency:springbootstarterweb或springbootstartertomcat,其默认使用tomcat作为web容器。使用该配置作为SpringBootApp运行时,访问RestAPI没问题,但是却无法访问JSP页面。
Stella981 Stella981
4年前
No bean named 'xxxxxxx' available
springboot项目发布上线后,报错:Nobeannamed'xxxxxxx'available因为我开发时pom用的jar,但上线发布war。解决方法:1、pom.xml<packagingwar</packaging将tomcat从boot中提出来,并将scope设置为provide<dependenc
Stella981 Stella981
4年前
Play 2.0 文档 目录
Play2.0文档目录1.关于Play(http://my.oschina.net/dongming/blog/49681)2.入门(http://my.oschina.net/dongming/blog/49694)3.针对Scala开发者1.HTTP编程(http://my.
Stella981 Stella981
4年前
FastReport使用教程
FastReport使用心得一、准备  1、这次开发使用的是FastReport桌面版(FastReport.NetVersion201731.16Demo)  2、引用类库FastReport.dll、FastReport.Web.dll二、桌面版制作报表  1、添加数据源    Report
Stella981 Stella981
4年前
Database schema
Jira|事务与项目跟踪软件,敏捷团队的首先软件开发工具。Database–Changehistory    Jira将每个Issue的变更历史记录存储在changegroup和changeitem表中。每条changegroup表记录,描述了它关联的Issue、变更
Stella981 Stella981
4年前
JAVASCRIPT FUNCTIONS 详解
JAVASCRIPTFUNCTIONS本文是@堂主对《ProJavaScriptwithMootools》一书的第二章函数部分知识点讲解的翻译。该书的作者MarkJosephObcena是Mootools库的作者和目前开发团队的Leader。虽然本篇文章实际译于2012