摘要: Honeyview Honeyview 是一款快速的图片查看器 https://www.bandisoft.com/honeyview/ ccleaner ccleaner是一款非常出色的计算机文件清理工具 https://www.ccleaner.com/ Notepad++ Notepad++  阅读全文
posted @ 2021-03-31 15:21 yvan.zhang 阅读(55) 评论(0) 推荐(0) 编辑
摘要: Docker UI管理 https://github.com/dockerclubgroup/shipyard Docker部署netCore webapi报错:Unable to bind to http://localhost:5000 on the IPv6 loopback Dockerfi 阅读全文
posted @ 2020-11-08 13:04 yvan.zhang 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 新建表: CreateTime 默认当前时间 CreateUser UpdateTime 创建时也需赋值 UpdateUser DeleteFlag bool 默认0 列表查新 多表查询:需要多表查询时,不要超过两张表,需超过两张表时需讨论对性能的影响。多表需为一对一关系 更多的信息应放在详情中显示 阅读全文
posted @ 2020-10-22 14:39 yvan.zhang 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 使用 阿里云源 替换 ubuntu官方源 需要注意一点是 树莓派使用ARM处理器,库和普通ubuntu库不一样 普通使用 http://mirrors.aliyun.com/ubuntu/ ARM版使用 http://mirrors.aliyun.com/ubuntu-ports/ 1,备份 sou 阅读全文
posted @ 2020-09-01 03:03 yvan.zhang 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 树莓派4B 4G内存版 必备工具 电源,TF卡,Micro HDMI 视频线,显示器,键盘,鼠标(可选) 购买,安装过程省略 安装系统 参考官网推荐系统 https://www.raspberrypi.org/downloads/ 我安装的是 Ubuntu MATE 带有图形界面的系统 下载链接 h 阅读全文
posted @ 2020-09-01 02:38 yvan.zhang 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 思路比较简单直接上代码 public void TimeLog(string title, Action action) { Stopwatch stopwatch = new Stopwatch(); stopwatch.Start(); //方法执行 action.Invoke(); stopw 阅读全文
posted @ 2020-08-05 15:58 yvan.zhang 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 下载 微软 Vidsual Studio 官网 https://visualstudio.microsoft.com/ image.png 提供了Windows,Mac版本,和Visual Studio Code 下载Windows版分为. Community 社区版. Professional 专 阅读全文
posted @ 2020-05-16 11:50 yvan.zhang 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 新起一个.NET项目,所需要的项目框架搭建,技术栈,演进过程 Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。 总体目标是使客户端和文件系统作为服务器以同样的速度来更新 https://swagger.io/ Apache log4net库 阅读全文
posted @ 2020-04-23 15:28 yvan.zhang 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 背景: 本项目为后台项目 近期项目组内推行前后端分离架构。前端使用vue,后端使用webapi进行重构。 因原项目为mvc,所以重构对于后台接口变化不大。 新建webapi项目,log4net引入,swagger引入,全局异常处理,实现登陆登出功能,实现登陆过滤器,实现token安全机制,规范下接口 阅读全文
posted @ 2019-04-08 17:35 yvan.zhang 阅读(932) 评论(0) 推荐(1) 编辑
摘要: Visual Studio扩展市场 https://marketplace.visualstudio.com/ 阅读全文
posted @ 2017-06-28 17:36 yvan.zhang 阅读(79) 评论(0) 推荐(0) 编辑