经常有一些有意识和无意识的事情,我们会做很多次的重复,非常的没有效率。 同理,有一些小的代码段,经常被一些愚蠢的工程师(如果我也算是的话)折腾来折腾去,毫无新意,毫无价值,改完之后似乎某个时刻又被翻出来重新讨论,重新回到沦陷前。 那么能不能有一条规则,可以有效的评估,在N次迭代后还没有效果的东西,要 ...
分类:
其他好文 时间:
2020-10-10 17:37:19
阅读次数:
19
1. Gradle Build File 示例引用 Spring 实战(第 4 版)第 1 章 Spring 之旅 build.gradle apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'idea' jar { baseNam ...
分类:
其他好文 时间:
2020-10-05 21:48:04
阅读次数:
23
题目链接 题意:求本质不同的串有多少 思路:求出最小表示法,如果最小表示法的字符串不同则本质不同。用一个人set记录,最后求得size。 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int maxn ...
分类:
其他好文 时间:
2020-09-17 22:13:44
阅读次数:
33
https://tshark.dev/ https://github.com/pocc/tshark.dev How Is This Different from Wireshark Docs? Most Wireshark documentation focuses on the GUI. In ...
分类:
其他好文 时间:
2020-09-17 17:51:00
阅读次数:
31
There are two variants of SQL statement execution defined in SAP note 2000002 – FAQ: SAP HANA SQL Optimization. The difference is how the where condit ...
分类:
数据库 时间:
2020-09-15 20:58:55
阅读次数:
57
Recently I am working on a project whose prerequisite is that developer must figure out how a field for example Material description in ERP and Produc ...
分类:
数据库 时间:
2020-09-15 20:52:46
阅读次数:
45
其实我更想聊标题的前半部分,后半部分只是拉出来做典型的。 简历上写上一句,“热衷于学习新技术”,孬管是不是真的,至少加分项是可以有的。 再看看标题,我是来搞笑的? 学习与使用,两回事 学习侧重于新技术的HOW、WHAT、Where(其实实际过程中很多时候后两个是忽略的) 使用侧重于。。。。。填坑! ...
分类:
其他好文 时间:
2020-09-14 19:16:35
阅读次数:
35
My series of Cloud Application Studio Blogs How to detect EditMode in an Embedded Component Step by step to enable your custom BO with attachment uplo ...
分类:
其他好文 时间:
2020-09-12 21:42:43
阅读次数:
46
Part1 – how to test odata service generated by CDS view Part2 – what objects are automatically generated after you activate one CDS view Part3 – how i ...
分类:
其他好文 时间:
2020-09-12 21:42:03
阅读次数:
44
In my recent project I need to figure out the logic how fields in table CRMD_PRICING are populated. Take several of them highlighted below for example ...
分类:
数据库 时间:
2020-08-27 13:16:04
阅读次数:
63