上一页 1 2 3 4 5 6 7 8 ··· 35 下一页
摘要: PS C:>docker login repo.******.com:8083 Username: ***** Password: Login Succeeded PS C:> docker pull repo..******.com:8083/[path]/[image name]:1.0.202 阅读全文
posted @ 2022-05-26 11:20 PanPan003 阅读(32) 评论(0) 推荐(0) 编辑
摘要: What is Azure Pipelines? - Azure Pipelines | Microsoft Docs MicrosoftDocs/azure-devops-docs: This repo is the home of the official Azure DevOps docume 阅读全文
posted @ 2022-05-25 17:56 PanPan003 阅读(74) 评论(0) 推荐(0) 编辑
摘要: docker for windows 收费版本从 4.0开始 故 可安装 Docker Desktop Installer - 3.6.exe 的免费版本(2021-08-31之前下载的安装包;后续的安装包协议已经更新) Docker FAQs - Docker Do the new terms a 阅读全文
posted @ 2022-05-25 16:43 PanPan003 阅读(381) 评论(0) 推荐(0) 编辑
摘要: ClamAV病毒查杀 - 简书 (jianshu.com) clamav源码分析(clamav病毒库停止更新) - 科猫网 (kemaowang.org.cn) clamav完整查杀linux病毒实战(转) - 水·域 - 博客园 (cnblogs.com) —— 高质量 Linux 环境下防毒软件 阅读全文
posted @ 2022-05-25 11:29 PanPan003 阅读(901) 评论(0) 推荐(0) 编辑
摘要: Refactoring from Anemic Domain Model Towards a Rich One | Pluralsight 阅读全文
posted @ 2022-05-24 22:13 PanPan003 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Refactoring from Anemic Domain Model Towards a Rich One | Pluralsight vkhorikov/AnemicDomainModel: Source code for the Anemic Domain Model Pluralsight 阅读全文
posted @ 2022-05-22 21:02 PanPan003 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Refactoring from Anemic Domain Model Towards a Rich One | Pluralsight 阅读全文
posted @ 2022-05-21 22:45 PanPan003 阅读(38) 评论(0) 推荐(0) 编辑
摘要: Applying Functional Principles in C# 6 | Pluralsight c# 函数编程 特性 linq & lambdas & delegates 函数编程:is mathematical function (!= class method) one value t 阅读全文
posted @ 2022-05-21 22:42 PanPan003 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Refactoring from Anemic Domain Model Towards a Rich One 贫血模型: 数据 & 操作 分离 数据 : public getters/ setters 操作: stateless services =》 业务逻辑 缺点: 1. methods wo 阅读全文
posted @ 2022-05-21 13:26 PanPan003 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Install PowerToys | Microsoft Docs Microsoft PowerToys | Microsoft Docs 阅读全文
posted @ 2022-05-20 13:34 PanPan003 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Types Of NoSQL Databases | MongoDB When to Use NoSQL Databases, NoSQL databases Here are the four main types of NoSQL databases: Document databases Ke 阅读全文
posted @ 2022-05-18 11:35 PanPan003 阅读(25) 评论(0) 推荐(0) 编辑
摘要: What is MongoDB Compass? — MongoDB Compass Download and Install Compass — MongoDB Compass Capabilities of Compass Editions — MongoDB Compass Connect t 阅读全文
posted @ 2022-05-18 11:34 PanPan003 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Online Courses | MongoDB University My Courses - MongoDB University Free MongoDB Official Courses | MongoDB University Getting Started — MongoDB Manua 阅读全文
posted @ 2022-05-18 11:29 PanPan003 阅读(51) 评论(0) 推荐(0) 编辑
摘要: React中key属性的作用及原理解析 Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Test`. See https://fb.me/ 阅读全文
posted @ 2022-04-28 11:45 PanPan003 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/CrayonShinChaner/article/details/121787025#t2 基数、选择性、回表基数:字段distinct后的值,主键或NOT NULL(非空)的唯一索引的基数等于表的总行数。选择性:指基数与总行数的比值乘以100%,通常表示 阅读全文
posted @ 2022-04-27 16:55 PanPan003 阅读(73) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/205225.htm 数据库索引最主要的作用是可以提高检索数据的速度,但是索引也不是越多越好。 因为索引会增加数据库的存储空间,查询数据是要花较多的时间。 1、创建索引 SQL语句如下: 1 2 3 4 CREATE INDEX idx_co 阅读全文
posted @ 2022-04-27 16:39 PanPan003 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://www.elastic.co/guide/en/kibana/7.13/kuery-query.html Wildcard queries Wildcards queries can be used to search by a term prefix or to search mu 阅读全文
posted @ 2022-04-26 12:09 PanPan003 阅读(43) 评论(0) 推荐(0) 编辑
摘要: return ( <Form {...formOption} form={form} onFinish={handleSearch} initialValues={initialValues} > <FormSelect label={getLang("付费")} name={"paymentCat 阅读全文
posted @ 2022-04-19 18:29 PanPan003 阅读(58) 评论(0) 推荐(0) 编辑
摘要: StartDate=$(date --date="${dataset_date} -1 month" +%Y-%m-01) EndDate=$(date -d "-$(date +%d) days" +%Y-%m-%d) year=$(date --date="${dataset_date} -1 阅读全文
posted @ 2022-04-19 15:34 PanPan003 阅读(27) 评论(0) 推荐(0) 编辑
摘要: do $$ declare initData jsonb; initDataSize integer; item record; psetRoleMap jsonb; prmItem record; roleRecord record; pSetName varchar(100); pSetName 阅读全文
posted @ 2022-04-12 14:44 PanPan003 阅读(110) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-04-01 17:45 PanPan003 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-29 12:36 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 官网地址:https://typescript.bootcss.com/functions.html 函数是JavaScript应用程序的基础。 它帮助你实现抽象层,模拟类,信息隐藏和模块。 在TypeScript里,虽然已经支持类,命名空间和模块,但函数仍然是主要的定义行为的地方。 TypeScr 阅读全文
posted @ 2022-03-23 08:16 PanPan003 阅读(192) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-22 11:41 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: https://github.com/openvinotoolkit/cvat/issues/3525:Chrome debugger for vs-code is deprecated Chrome debugger for vs-code is deprecated now, so we sho 阅读全文
posted @ 2022-03-18 11:51 PanPan003 阅读(504) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-11 22:05 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文:Partial Class部分类 Partial Class,部分类 或者分布类。顾名思义,就是将一个类分成多个部分。比如说:一个类中有3个方法,在VS 2005将该类中3个方法分别存放在3个不同的.cs文件中。这样做的好处:1、一个大型的项目类可以同时分成不同的区块交由不同的程序员拽写,同时 阅读全文
posted @ 2022-03-10 18:39 PanPan003 阅读(77) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-10 16:26 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-10 16:18 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 在vscode中使用Prettier插件,用来格式化代码,保持缩进、换行的统一。 阅读全文
posted @ 2022-03-10 16:07 PanPan003 阅读(270) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-10 16:06 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-10 16:02 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-10 15:43 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-03-10 14:57 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-02-28 12:22 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Tips: 查看分支是否存在 $ git branch -r |grep v3.1_serviceRechargeBugFix_0922A 查看分支最新提交:查找最新的commit $ git log --branches="*v3.1_serviceRechargeBugFix_0922A*" 查 阅读全文
posted @ 2022-02-25 19:12 PanPan003 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1. 修复redmin分支,需check out 某一分支 v3.3_A1 2. 对比差异 不同commit某一文件的差异 $ git diff 7e0ee6b26 f93b9e23d -- Source/****.WebSite/Controllers/****Controller.cs 3. 将 阅读全文
posted @ 2022-02-23 10:09 PanPan003 阅读(220) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-02-22 20:05 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. > System.ServiceModel.Security.SecurityNegotiat 阅读全文
posted @ 2022-02-22 19:54 PanPan003 阅读(191) 评论(0) 推荐(0) 编辑
摘要: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. > System.ServiceModel.Security.SecurityNegotiat 阅读全文
posted @ 2022-02-22 19:49 PanPan003 阅读(535) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 35 下一页