首页
网络资源
技术分享
云资源
分享你我
行动起来,活在当下
累计撰写
107
篇文章
累计创建
13
个标签
累计收到
0
条评论
栏目
首页
网络资源
技术分享
云资源
目 录
CONTENT
最新文章
spring security 5.x去除默认前缀
.antMatchers("/**/users/admin/**").access("hasAnyRole('ADMIN')") .antMatchers("/**/users/test/**").access("hasAnyRole('USER')").antMatchers("/**/users/test/**").hasRole('USER<!--autointro--><!--22-->
2020-10-09
4
0
0
技术分享
双节,庆国庆,众创逸云特推出优惠活动
活动一:原价21元香港1核2G5Mbps不限流量服务器现在只要5.9元,不可续费活动二:原价31元香港2核2G10Mbps不限流服务器现在只要15.9,可原价续费访问地址:点击访问<!--autointro--><!--21-->
2020-09-30
3
0
0
云资源
.net core 3 使用Quartz 3.0
首先新建一个QuartzFileInfo类指定Quartz的保存名称及日志 /// <summary> /// Quartz配置文件名称 /// </summary> public class QuartzFileInfo &n<!--autointro--><!--20-->
2020-09-30
5
0
0
技术分享
.net core 3.0 swgaaer 5.x 实现api 接品过滤
新建一个特性类SwaggerIgnoreAttribute [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] public class SwaggerIgnoreAttribute : <!--autointro--><!--19-->
2020-09-29
3
0
0
技术分享
.net core给所有api接口加统一前缀
/// <summary> /// 版本控制 /// </summary> public static class MvcOptionsExtensions { &n<!--autointro--><!--18-->
2020-09-28
5
0
0
技术分享
spring boot swagger2 接口多版本控制踩坑记录
引入包: <!--swagger--> <dependency> <groupId>io.springfox</grou<!--autointro--><!--17-->
2020-09-27
4
0
0
技术分享
mybatis 使用自定义sql 语句(非Mapper.xml SQL)
新建一个接口 SqlBaseMapper 封装常用的增删改查public interface SqlBaseMapper { /** * 查询单条数据返回Map<String, Object> * <!--autointro--><!--16-->
2020-09-25
3
0
0
技术分享
.net core 使用FluentFTP 实现FTP上传、下载文件
FluentFTP 开源地址:https://github.com/robinrodricks/FluentFTPFluentFTP 支持上传下载断点续传在工具台引入Install-Package FluentFTP -Version 32.4.5然后使用// create an FTP client FtpClient client = new FtpClient(&quo<!--autointro--><!--15-->
2020-09-24
4
0
0
技术分享
.net core 实现常用属性设置默认值
新建一个EntitieBase类 public class EntitieBase { public EntitieBase() {  <!--autointro--><!--14-->
2020-09-23
5
0
0
技术分享
C# 使用NVelocity 生成代码
首先封装一下NVelocity新建 VelocityHelper.cs /// <summary> /// NVelocity模板工具类 VelocityHelper /// </summary> public clas<!--autointro--><!--13-->
2020-09-22
3
0
0
技术分享
1
...
7
8
9
10
11