上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 34 下一页
摘要: // Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved.// Package common the errorspackage commonconst ( // Success success code Suc 阅读全文
posted @ 2022-09-10 23:05 易先讯 阅读(32) 评论(0) 推荐(0) 编辑
摘要: // Copyright (c) 2021. Huawei Technologies Co., Ltd. All rights reserved.// Package common this file for db handlerpackage commonimport ( "github.com/ 阅读全文
posted @ 2022-09-10 23:03 易先讯 阅读(19) 评论(0) 推荐(0) 编辑
摘要: // Copyright (c) 2021. Huawei Technologies Co., Ltd. All rights reserved.// Package common define common utilspackage commonimport ( "bytes" "encoding 阅读全文
posted @ 2022-09-10 23:02 易先讯 阅读(16) 评论(0) 推荐(0) 编辑
摘要: // Copyright(c) 2021. Huawei Technologies Co.,Ltd. All rights reserved.// Package hwlog provides the capability of processing Huawei log rules.package 阅读全文
posted @ 2022-09-10 22:36 易先讯 阅读(19) 评论(0) 推荐(0) 编辑
摘要: // Copyright(C) 2021. Huawei Technologies Co.,Ltd. All rights reserved.// Package hwlog provides the capability of processing Huawei log rules.package 阅读全文
posted @ 2022-09-10 22:36 易先讯 阅读(21) 评论(0) 推荐(0) 编辑
摘要: // Copyright(C) 2021. Huawei Technologies Co.,Ltd. All rights reserved.// Package hwlog provides the capability of processing Huawei log rules.package 阅读全文
posted @ 2022-09-10 22:35 易先讯 阅读(78) 评论(0) 推荐(0) 编辑
摘要: // Copyright(c) 2021. Huawei Technologies Co.,Ltd. All rights reserved.// Package hwlog provides the capability of processing Huawei log rules.package 阅读全文
posted @ 2022-09-10 22:34 易先讯 阅读(23) 评论(0) 推荐(0) 编辑
摘要: // Copyright(C) 2021. Huawei Technologies Co.,Ltd. All rights reserved.// Package hwlog provides the capability of processing Huawei log rules.package 阅读全文
posted @ 2022-09-10 22:33 易先讯 阅读(18) 评论(0) 推荐(0) 编辑
摘要: // Copyright(C) 2021. Huawei Technologies Co.,Ltd. All rights reserved.// Package utils offer the some utils for certificate handlingpackage utilsimpo 阅读全文
posted @ 2022-09-10 22:30 易先讯 阅读(67) 评论(0) 推荐(0) 编辑
摘要: // Copyright(C) 2021. Huawei Technologies Co.,Ltd. All rights reserved.// Package limiter implement a token bucket limiterpackage limiterimport ( "con 阅读全文
posted @ 2022-09-10 22:29 易先讯 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 看了很多人回答说,无关紧要,脑速才是最重要的。当然写代码最好的习惯是想好再动手,思路不清晰的可以在纸上画好。 但是忽略了一个问题,如果你打的慢,一打就错,这种打断效应会影响你的思考,就像你在干活,别人来打扰你一样。 编程输入不是普通打字,普通打字你天天撩妹就练快了,但撩妹会经常按大括号,等号,中括号 阅读全文
posted @ 2022-08-23 18:07 易先讯 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 高效能习惯 【美 史蒂夫。科维】 培养好的工作学习的习惯 第一性原理【李善友】 看穿第一性原理的本来面目,学会传销式创新培训的神奇话术 好好学习:个人知识管理精进【成甲】 比起盲目的学习,精益的管理实践才能让你的知识真正为你所用 阅读全文
posted @ 2022-08-13 11:43 易先讯 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Kubeedge Edged概述 Overview EdgeD是管理节点生命周期的边缘节点模块。它可以帮助用户在边缘节点上部署容器化的工作负载或应用程序。这些工作负载可以执行任何操作,从简单的远程遥测数据操作到分析或ML推理等等。使用kubectl云端的命令行界面,用户可以发出命令来启动工作负载。 阅读全文
posted @ 2022-08-01 14:16 易先讯 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 方案一: 现有的设备+自己开发小程序 开发时间: 方案二: 设备+小程序都自己开发 设备设计: 1.外观工业设计 工时:10人天 10000 2.结构设计 工时:10人天 10000 3.电路设计 工时:60人天 23000 设备参数: 工作环境:-30~50度 存储温度:-40~80度 阻燃等级: 阅读全文
posted @ 2022-07-29 17:33 易先讯 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 知乎上有个热门的话题:超强的学习能力是怎么样练成的? 我认为,超强的学习能力一定是离不开超强的理解能力。 譬如你跟两个人讲解贷款中的等额本金和等额本息,理解力较好的,一下子秒懂;而理解力较差的可能还要经过一段时间脑子的运转,才会渐渐让模糊的概念变得清晰。这就是理解力的差距。 一、什么是理解? 何为理 阅读全文
posted @ 2022-07-29 16:14 易先讯 阅读(1007) 评论(1) 推荐(0) 编辑
摘要: 目录 application assembler UserReq.go UserRsp.go dto MessageResult.go UserDTO.go services UserService.go domain aggregates Member.go models IModel.go Us 阅读全文
posted @ 2022-07-25 15:48 易先讯 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 一、映射工具 1、github地址 https://github.com/susam/uncap 2、映射方式 (1)CapsLock映射成ESC键 uncap 0x1b:0x14 (2)CapsLock映射成Ctrl键 uncap 0x14:0xa2 二、Windows映射方法 1、下载 unca 阅读全文
posted @ 2022-07-25 09:40 易先讯 阅读(751) 评论(0) 推荐(0) 编辑
摘要: 1.初步划分聚合(用户为例) 2.聚合説明 3.边界划分 阅读全文
posted @ 2022-07-23 17:50 易先讯 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1. 实体接口、聚合的概念 2. 实体接口 ``` 待补充 ``` 3.聚合 阅读全文
posted @ 2022-07-23 17:49 易先讯 阅读(54) 评论(0) 推荐(0) 编辑
摘要: dao.go ``` package daoimport ( "fmt" "github.com/astaxie/beego/orm" "html" "strings" "sync")//constant metatable name referenceconst ( MetaTableName = 阅读全文
posted @ 2022-07-23 17:09 易先讯 阅读(144) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 34 下一页