#############. sample 1 install guide below step is only for oracle 11g database installation, 10g database did't need xdb install step 1.Verify XDB I ...
分类:
数据库 时间:
2019-03-15 19:31:54
阅读次数:
410
某些情况下,yum命令用不了,可以采用rpm的方式安装软件包: 1、从http://vault.centos.org下载需要的软件包,如:http://vault.centos.org/7.0.1406/os/x86_64/Packages/ 2、把下载的软件包放到centos的某个单独的目录下, ...
分类:
其他好文 时间:
2019-03-12 12:33:48
阅读次数:
155
一、Matplotlib基础知识 1.1Matplotlib中的基本图表包括的元素 x轴和y轴 axis水平和垂直的轴线 x轴和y轴刻度 tick刻度标示坐标轴的分隔,包括最小刻度和最大刻度 x轴和y轴刻度标签 tick label表示特定坐标轴的值 绘图区域(坐标系) axes实际绘图的区域 坐标 ...
分类:
其他好文 时间:
2019-03-10 00:10:20
阅读次数:
256
George and Cards 我们找到每个要被删的数字左边和右边第一个比它小的没被删的数字的位置。然后从小到大枚举要被删的数, 求答案。 ...
分类:
其他好文 时间:
2019-03-09 01:23:05
阅读次数:
138
Every year, Farmer John's N (1 <= N <= 20,000) cows attend "MooFest",a social gathering of cows from around the world. MooFest involves a variety of e ...
分类:
编程语言 时间:
2019-03-08 12:33:21
阅读次数:
132
"HDU4089" "比较好的题解" "理论" "推式子" cpp include include include include include using namespace std; const int MAXN=2020; const double eps=1e 5; double c[MA ...
分类:
其他好文 时间:
2019-03-06 21:59:02
阅读次数:
152
I opensourced my ML-Project for quickly start a django based machine learning project with user and admin backend. With this template you can develop ...
分类:
系统相关 时间:
2019-03-06 01:06:39
阅读次数:
226
LaTeX中提供了一个 cmd 命令:bmeps bmeps [source.png] [target.eps] //将 source.png 转换为 target.eps ,并且 target.eps 为灰度图。 bmeps -c [source.png] [target.eps] //将 sou ...
分类:
其他好文 时间:
2019-03-04 00:08:28
阅读次数:
693
电学 电场高斯定理:$\oint E \cdot dS=\frac{1}{\epsilon_0}\sum \limits_{i}q_i$ 对于均匀带电球体, 若点$P$在球外有$E=\frac{q}{4\pi \epsilon_0 r^2}e_r$, 点在球内时随$r$线性增加, 若为带电体为均匀带 ...
分类:
其他好文 时间:
2019-03-02 18:34:38
阅读次数:
227
mybatis整合hikariCP(非spring) 一、配置hikariCP典型的配置文件hikariPool.properties 二、hikariCP绑定mybatis并初始化 这个UnpooledDataSourceFactory类就是Mybatis提供的用于第三方连接池覆盖DataSour ...
分类:
编程语言 时间:
2019-03-01 19:54:35
阅读次数:
410