随笔分类 -  实战

1 2 3 4 5 ··· 7 下一页
该文被密码保护。
posted @ 2021-05-19 15:36 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-05-17 11:52 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-05-17 10:46 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:原文:https://phauer.com/2020/wall-coding-wisdoms-quotes/ Premature optimization is the root of all evil.: Source: Book ‘The Art of Computer Programming’ 阅读全文
posted @ 2021-05-10 13:51 PanPan003 阅读(62) 评论(0) 推荐(0) 编辑
摘要:1. 查询接口:建议使用IEnumerable 更新、创建接口:不要使用IEnumerable(maybe 接口会重复调用);建议使用可以讲结果保存到内存中的类型(like:IList、IDictionary) var result = _serviceItemConsumeRecordSvc.Ad 阅读全文
posted @ 2021-04-18 11:34 PanPan003 阅读(121) 评论(0) 推荐(0) 编辑
摘要:错误日志: \jsx> yarn start yarn run v1.19.1 $ node ./YarnStartPreCheck.js && react-app-rewired start internal/modules/cjs/loader.js:797 throw err; ^ Error 阅读全文
posted @ 2021-03-15 17:27 PanPan003 阅读(328) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.wiley.com/legacy/compbooks/graham/html4ed/appb/mimetype.html asp.net mvc file contenttype Here's a list of ContentTypes that you can us 阅读全文
posted @ 2020-12-03 20:32 PanPan003 阅读(157) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-11-02 15:14 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:原文地址:康威定律,作为架构师还不会灵活运用? Soft skills are always hard than hard skills. 软技能比硬技能难。 老板听说最近流行“微服务”,问架构师咱们的系统要不要来一套?老板又听说最近流行“中台系统”,问架构师咱们要不要搞起来?其实,这些问题不用老板 阅读全文
posted @ 2020-04-02 10:44 PanPan003 阅读(437) 评论(0) 推荐(0) 编辑
摘要:github链接:https://github.com/jaegertracing/jaeger 官网:https://www.jaegertracing.io/ Jaeger: open source, end-to-end distributed tracing Monitor and trou 阅读全文
posted @ 2019-09-25 12:11 PanPan003 阅读(394) 评论(0) 推荐(0) 编辑
摘要:原文链接 准备 Step 1. Create a team and add a teammate Step 2. Create a repository with some content 应用 Clone and make a change on a new branch Step 1. Clon 阅读全文
posted @ 2019-07-29 15:31 PanPan003 阅读(263) 评论(0) 推荐(0) 编辑
摘要:基础知识——介绍 Redis简介 REmote Dictionary Server(Redis) 是一个由Salvatore Sanfilippo写的key-value存储系统。 Redis是一个完全开源免费的,使用ANSI C语言编写、遵守BSD协议、支持网络、可基于内存亦可持久化的日志型、高性能 阅读全文
posted @ 2019-07-29 11:48 PanPan003 阅读(715) 评论(0) 推荐(0) 编辑
摘要:命名规范: 做了什么? 目的是什么? 在什么基础上进行? 注释说明 sql update,where 先行????? 警告: 清空所有警告:所有隐藏比较深入的bug,都是由警告带来的 + 忽略警告 枚举: Enum重复定义 vs 服务里单独定义:微服务中的依赖问题、领域范围外Enum的枚举 meth 阅读全文
posted @ 2019-07-05 16:48 PanPan003 阅读(115) 评论(0) 推荐(0) 编辑
摘要:原文链接1 原文链接2 如我是一个创业公司,没啥钱,老板给了1000块钱预算,让我去投互联网广告,对我说: “小卡啊!给你1000块钱,我知道你没见过那么多的巨款吧!不要被吓着,尽情去挥霍吧!哦对了,我要让广告在四大门户还有今日头条、微信、QQ空间上都看到,对了,我还要时事看到花费和转化的情况。” 阅读全文
posted @ 2019-05-22 14:39 PanPan003 阅读(901) 评论(0) 推荐(0) 编辑
摘要:DTS(待了解) vs trasaction事务 脏数据 && 脏数据的清理 永远返回非空对象(忌:返回空值) 异常: invoker(trackTrace:debug、release是不同的) CallerMemberName:获取谁来调用此方法 异常返回: 【错误码】:分类、断定; 客户端调用, 阅读全文
posted @ 2019-04-24 16:44 PanPan003 阅读(176) 评论(0) 推荐(0) 编辑
摘要:官网登陆地址:https://marketing.criteo.com/ 官网api介绍:https://marketing.criteo.com/e/s/article?article=360001226005-Marketing-API-details&language=en_US 官网swag 阅读全文
posted @ 2019-04-15 10:40 PanPan003 阅读(445) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-03-14 18:32 PanPan003 阅读(670) 评论(0) 推荐(0) 编辑
摘要:js保存cookie数据 js获取cookie数据 阅读全文
posted @ 2019-02-25 16:55 PanPan003 阅读(323) 评论(0) 推荐(0) 编辑
摘要:How to register a service with multiple interfaces in ASP.NET Core DI 阅读全文
posted @ 2018-12-28 15:21 PanPan003 阅读(165) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 7 下一页
点击右上角即可分享
微信分享提示