转自:https://www.lantrns.co/my-journey-introducing-the-data-build-tool-dbt-in-projects-analytical-stacks/ Not sure I remember how, but I had the good lu ...
分类:
数据库 时间:
2019-06-05 19:35:16
阅读次数:
179
创建桌面快捷方式 Specifying the Java virtual machineHere is a typical Eclipse command line: eclipse -vm c:\jdk6u22\jre\bin\javawTip: It's generally a good ide ...
分类:
编程语言 时间:
2019-06-02 01:20:47
阅读次数:
187
Good Article Good sentence $$ Time Limit: 3000 ms\quad Memory Limit: 32768 kB $$ 题意 给出一个 $S$ 串,在给出 $n$ 个 $T$ 串,求出 $S$ 串中有多少子串没有在任意一个 $T$ 串中出现过 思路 $\qu ...
分类:
其他好文 时间:
2019-05-30 01:12:37
阅读次数:
138
https://github.com/a870439570/boot-actuator http://pandownload.com/index.html ...
分类:
其他好文 时间:
2019-05-28 16:53:41
阅读次数:
91
``` std::fstream fin("fine.name",std::fstream::in|std::fstream::ate); if(fin.good()) { size_t file_size=fin.tellg(); fin.seekg(0,std::fstream::beg); s ...
分类:
其他好文 时间:
2019-05-28 12:29:40
阅读次数:
91
Good Communication Is the Best Policy The relationship between parents and children might be different at different ages.And for young people at their ...
分类:
其他好文 时间:
2019-05-28 00:46:31
阅读次数:
872
有N个点(N=0那么这个点为定义为good。现在给这N个点间连上N 1条边,使它们构成一个生成树,定义树中的点为great点当且仅当这个点本身是good点且与其相邻的点中至少有另一个good点。树的价值等于树中所有great点的价值和。定义限制价值树是指价值不大于maxVal的树,问对给定的val[ ...
分类:
其他好文 时间:
2019-05-18 15:32:32
阅读次数:
95
1.Hold on.等一等。(电话用语) 2. I’m home.我回来了。 3. Good luck! 祝你好运! 4.Not bad.还不错。 5. Shut up! 闭嘴! 6. Watch out! 当心。 7.Never mind.不要紧。 8. Follow me. 跟着我。 9. Le ...
分类:
其他好文 时间:
2019-05-14 16:17:33
阅读次数:
696
近期做了个JAVA工程师分类, JAVA工程师可能是市场上最多类的程序员: 初级JAVA工程师的基本要求Good basic programming skills 良好基本编程技能Foundational Java knowledge JAVA基础知识Object-Oriented Programm... ...
分类:
编程语言 时间:
2019-05-10 23:16:00
阅读次数:
168
Take away from NGCONF talk. It is a good show case to how to use decorator. One take away is that we can use 'symbol' to uqine key. ...
分类:
其他好文 时间:
2019-05-10 20:39:49
阅读次数:
140