Summary: SQL Sugar orm Document address: SqlSugar ORM 5. X official website, documents, tutorials - SqlSugar 5x - NET Fructose (donet5. com) Basic Usage of SQL Sugar, from blogger @ Genius Wolong: https://www.cnblogs.com/chenwolong/p/1 read the whole passage
posted @ 2022-12-13 15:03 Friedrich Engel hao Reading (3178) Comments (0) Recommended (0) edit
Summary: //Check whether a socket can connect to private bool IsSocketConnected (Socket client) {bool blockingState=client. Blocking; try {byte [] tmp=new byte [1]; client.Blocki read the whole passage
posted @ 2023-10-08 18:43 Friedrich Engel hao Reading (30) Comments (0) Recommended (0) edit
Summary: /************************************************************ * Title description * [Maximum equal and disjoint continuous subsequence Q] read the whole passage
posted @ 2023-03-04 15:48 Friedrich Engel hao Reading (86) Comments (0) Recommended (0) edit
Summary: https://kubernetes.io/zh-cn/docs/tutorials/kubernetes-basics/ read the whole passage
posted @ 2023-02-09 11:21 Friedrich Engel hao Reading (6) Comments (0) Recommended (0) edit
Summary: Second level cache 1. Advantages (1). Convenient maintenance: SqlSugar's second level cache supports CRUD automatic cache updates for single tables and multiple tables, reducing complex cache KEY maintenance operations (2). Convenient use: it can be directly used in Queryable WithCache directly caches the current object (3). External integration: call the external cache by implementing the ICacheService interface read the whole passage
posted @ 2023-02-08 17:06 Friedrich Engel hao Reading (430) Comments (0) Recommended (0) edit
Summary: Preface summarizes from Lao Zhang's video of Philosophical Station b [The 10 minute Society Blog. Core (ASP. NET CORE) is basically over] https://www.bilibili.com/video/BV1vC4y1p7Za?vd_source=3995da6daa798de472bb2ad50abb0a97 [Cross platform series III Docker read the whole passage
posted @ 2023-01-27 22:00 Friedrich Engel hao Reading (122) Comments (0) Recommended (1) edit
Summary: Tree plug-in zTree table extension tableX project instance [Regional linkage implementation_front end]<title>Regional setting</title><-- Start of current position --><div class="layui card layadmin header"><div class="layui readcrumb" lay fi read the whole passage
posted @ 2023-01-23 21:42 Friedrich Engel hao Reading (369) Comments (1) Recommended (0) edit
Summary: EF configuration using system; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using Micro read the whole passage
posted @ 2023-01-17 17:13 Friedrich Engel hao Reading (34) Comments (0) Recommended (0) edit
Summary: SqlSugar pick up and update operation//UpdateColumns: only update some columns db Updateable(entity). UpdateColumns(it => new { it.Name }). ExecuteCommand(); // IgnoreColumns: Do not update some columns db Updatea read the whole passage
posted @ 2022-12-28 16:52 Friedrich Engel hao Reading (86) Comments (0) Recommended (0) edit
Summary: >Life is to smile at reality, to look beyond obstacles into the future; Life is to cut green branches on the road of life with the scissors of soul; Life is a big but bright and smiling lamp in the soul when facing confusion or darkness-- Lu Xun # # # uses events to transfer data in C # (EventArgs)>Extract from: https://blog.csdn.net/sinat_ read the whole passage
posted @ 2022-12-20 20:08 Friedrich Engel hao Reading (55) Comments (0) Recommended (0) edit
Summary: Reprinted from: https://blog.csdn.net/qq_31116753/article/details/81203416 1. The methods or fields marked with protected access modifiers can only be used in the current class and its subclasses, effectively preventing external unintentional changes, making the whole framework more reliable; 2. The method of using virtual tags is called read the whole passage
posted @ 2022-12-20 18:38 Friedrich Engel hao Reading (83) Comments (0) Recommended (0) edit