首页
网络资源
技术分享
云资源
分享你我
行动起来,活在当下
累计撰写
112
篇文章
累计创建
13
个标签
累计收到
0
条评论
栏目
首页
网络资源
技术分享
云资源
目 录
CONTENT
最新文章
spring boot swagger2 接口多版本控制踩坑记录
引入包: <!--swagger--> <dependency> <groupId>io.springfox</grou<!--autointro--><!--17-->
2020-09-27
16
0
0
技术分享
mybatis 使用自定义sql 语句(非Mapper.xml SQL)
新建一个接口 SqlBaseMapper 封装常用的增删改查public interface SqlBaseMapper { /** * 查询单条数据返回Map<String, Object> * <!--autointro--><!--16-->
2020-09-25
10
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
14
0
0
技术分享
.net core 实现常用属性设置默认值
新建一个EntitieBase类 public class EntitieBase { public EntitieBase() {  <!--autointro--><!--14-->
2020-09-23
16
0
0
技术分享
C# 使用NVelocity 生成代码
首先封装一下NVelocity新建 VelocityHelper.cs /// <summary> /// NVelocity模板工具类 VelocityHelper /// </summary> public clas<!--autointro--><!--13-->
2020-09-22
11
0
0
技术分享
asp .net core api 通用返回类 ApiResult
/** * @ClassName: ApiResult * @Description: 返回结果集封装 * @Author: wu * <!--autointro--><!--12-->
2020-09-18
6
0
0
技术分享
asp .net core jwt 帮助类 JwtHelper
/// <summary> /// Jwt帮助类 /// </summary> public static class JwtHelper {  <!--autointro--><!--11-->
2020-09-17
10
0
0
技术分享
Win 10 RTM Professional Retail key
Key: 3GR74-RNQ93-RC7BJ-KVMTV-YY49GKey: N4W8B-XMYM3-TX97T-GBJGH-FJRC6Key: RFFPR-Y3N4Y-PGMWH-RV2W6-HFR9GKey: YMPMJ-N8XMR-6WRMQ-WQ9TH-T3BP6Key: C2F4H-NW7KR-D6QKD-3RD4Y-MY49GKey: 7X6XV-N7TJ9-6TDX8-R7DM4-HQWXMKey: WVFWF-4NWHD-FF8RX-VQX6T-D3WXGkey:7X6XV-N7<!--autointro--><!--10-->
2020-09-14
16
0
0
网络资源
SVG.js v3.1 修改支持IE10以上
源码地址:源码将customevent.js文件引入到在svg.js文件之前svg.js 添加自定义属性支持用法:var image = draw.image('/path/to/image.jpg')image.custom({id:"67565",x:56.6,y:78.98});<!--autointro--><!--9-->
2020-09-12
13
0
0
技术分享
华为鸿蒙OS官网正式上线,提供源码下载
地址:https://device.harmonyos.com/cn/docs/start/get-code/oem_sourcecode_guide-0000001050769927<!--autointro--><!--6-->
2020-09-11
13
0
0
技术分享
1
...
8
9
10
11
12