一个大腹便便,穿着格子衬衫的中年男子,拿着一个贴满Logo的Mac向我走来,看着稀少的头发,我心想着肯定是顶级技术大牛吧!但是我也是一个才华横溢的人,稳住我们能赢。 ...
分类:
其他好文 时间:
2020-05-13 11:56:27
阅读次数:
77
DRY原则:(don’t repeat yourself): writing code more than once is not a good fit for a lazy developer ;) It also makes your software more difficult to mai ...
分类:
其他好文 时间:
2020-05-13 11:53:27
阅读次数:
56
背景 A项目之前一直都是好好的,但是某天下午启动的时候报错,报错见下,报错原因是org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.apache.ibat ...
分类:
数据库 时间:
2020-05-12 09:18:26
阅读次数:
100
This is GTK tutorial for the C programming language. This tutorial is suitable for beginners and more advanced programmers. GTK\ GTK is a wrapper over ...
分类:
其他好文 时间:
2020-05-11 23:23:23
阅读次数:
91
[root@localhost ~]# su - oracle上一次登录:一 5月 11 10:03:38 CST 2020[oracle@localhost ~]$ lsperl5[oracle@localhost ~]$ cd /[oracle@localhost /]$ . oraenvORA ...
分类:
数据库 时间:
2020-05-11 18:27:27
阅读次数:
80
解决使用DBeaver连接MySQL时保错,其实提示很明显。 The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either ...
分类:
数据库 时间:
2020-05-11 18:18:48
阅读次数:
141
1.Pair 1.1 Pair定义: namespace std { template<class _T1, class _T2> struct pair { _T1 first; _T2 second; } } 两个成员都是public。 实现一个泛型类函数模板,将一个pair写入一个stream ...
分类:
编程语言 时间:
2020-05-10 23:31:30
阅读次数:
133
这是原本的数据。 这是组合之后的数据 import matplotlib.pyplot as plt import scipy import seaborn as sns import sys import numpy as np f=open(sys.argv[1],"r") i=0 n=0 wa ...
分类:
其他好文 时间:
2020-05-10 16:53:48
阅读次数:
46
var SIMPLE_NORMALIZE = 1; var ALWAYS_NORMALIZE = 2; // wrapper function for providing a more flexible interface // without getting yelled at by flow c ...
分类:
其他好文 时间:
2020-05-10 13:18:06
阅读次数:
100
一、more:more [选项] 文件 more 命令,功能类似 cat ,cat 命令是将整个文件的内容从上到下显示在屏幕上。 more 命令会一页一页的显示,方便使用者逐页阅读,而最基本的指令就是按空格键(space)往下一页显示,按 B 键就会往回(back)一页显示,而且还有搜寻字串的功能。 ...
分类:
系统相关 时间:
2020-05-08 23:04:29
阅读次数:
80