(1) Go to the Fiori UI where you would like to enhance, and enter adaptation mode by clicking this icon: (2) Click "Adapt UI": (3) Choose "Add Field" ...
分类:
其他好文 时间:
2020-01-29 21:53:09
阅读次数:
74
(1) Go to the Fiori UI where you would like to enhance, and enter adaptation mode by clicking this icon: (2) Click "Adapt UI": (3) Choose "Add Field" ...
分类:
其他好文 时间:
2020-01-29 21:38:03
阅读次数:
67
"Link" 设用$k$种颜色给$n$个点的树染色(必须全用)的方案数为$f(k)$,用$k$种颜色给$n$个点的树染色(可以缺用)的方案数为$g(k)$。 显然有$g(k)=k(k 1)^{n 1}=\sum\limits_{i=2}^k{k\choose i}f(i)$,直接二项式反演即可。 ...
分类:
其他好文 时间:
2020-01-29 12:06:25
阅读次数:
55
There is a classical process named partition in the famous quick sort algorithm. In this process we typically choose one element as the pivot. Then th ...
分类:
其他好文 时间:
2020-01-23 13:55:58
阅读次数:
81
You are given a list of non-negative integers, a1, a2, ..., an, and a target, S. Now you have 2 symbols + and -. For each integer, you should choose o ...
分类:
其他好文 时间:
2020-01-20 09:38:14
阅读次数:
92
一道使用Fibonnaci数列通项公式的趣味题目 求 $$ \sum_{i=0}^n{n\choose i}f_i $$ 其中$f_i$表示Fibonnaci数列($f_0=0, f_1=1, f_n=f_{n 1}+f_{n 2}$)第n项。 内心:WTF.jpg 当时下面很多神仙都纷纷表达了自己 ...
分类:
其他好文 时间:
2020-01-17 23:31:19
阅读次数:
164
At the Beginning... 由于近期爱好摸鱼,并且对Gui开发萌生一丝兴趣。在尝试WPF被虐,使用Qt却不太喜欢整套庞大的框架后…… I choose E language! 重拾了小学用的工具…… 据我所知,易语言的Gui除了native E之外,主要是Ex_Ui和ExDui两家,而E ...
分类:
编程语言 时间:
2020-01-15 19:21:32
阅读次数:
149
Basic, Agile, Scrum, and CMMI The default processes differ mainly in the work item types (WITs) they provide for planning and tracking work. Basic is ...
分类:
其他好文 时间:
2020-01-09 10:40:48
阅读次数:
107
转自:https://wqw547243068.github.io/2019/06/28/how to choose life partner/ 如何选择人生伴侣 参考文章: "如何选择你的人生伴侣 上" "如何选择你的人生伴侣 下" "为什么我们会和错误的人结婚" 如何选择你的人生伴侣 引言 阅读 ...
分类:
其他好文 时间:
2020-01-05 11:54:55
阅读次数:
256
一、Software Engineering Basics a、This set of Software Engineering Interview Questions and Answers focuses on “Software Engineering Ethics ”. 1. Choose ...
分类:
其他好文 时间:
2020-01-05 09:19:51
阅读次数:
98