1.先下载apache-maven然后配置win环境变量,2.在C:\Users\Administrator\.m2\settings.xml添加 E:/maven/repository alimaven aliyun maven http://maven.aliyun.com/nexus/cont... ...
分类:
其他好文 时间:
2018-08-07 13:59:44
阅读次数:
144
CAT(Central Application Tracking)是基于Java开发的实时应用监控平台,包括实时应用监控,业务监控。关于CAT的具体介绍可移步到CAT官网进行查阅。
CAT平台的搭建可移步到「搭建大众点评CAT监控平台」。
分类:
编程语言 时间:
2018-08-06 21:48:21
阅读次数:
398
Description Running a taxi station is not all that simple. Apart from the obvious demand for a centralised coordination of the cabs in order to pick u ...
分类:
其他好文 时间:
2018-08-03 19:53:59
阅读次数:
151
1. 阿里云得远程仓库 2. maven官方运维的2号仓库 3. maven在UK架设的仓库 4. JBoss的仓库 ...
分类:
其他好文 时间:
2018-07-31 22:12:43
阅读次数:
284
repo3 central Human Readable Name for this Mirror. https://repo.spring.io/libs-snapshot/ ...
分类:
其他好文 时间:
2018-07-31 19:35:07
阅读次数:
130
Time Limit: 3 sec / Memory Limit: 1024 MB Score : 600600 points Problem Statement You are given a string SS of length 2N2N consisting of lowercase Eng ...
分类:
其他好文 时间:
2018-07-30 13:27:43
阅读次数:
191
版本:greenDAO 3.2.2 官网:http://greenrobot.org/greendao/ GitHub:https://github.com/greenrobot/greenDAO 写在前面: 这个库极大的优化了我们使用SQLite数据库,但对SQLite数据库及其语法的掌握依旧是我 ...
分类:
移动开发 时间:
2018-07-30 11:36:43
阅读次数:
203
翻译自官网的文档。转自http://www.mamicode.com/info-detail-507676.html 随机抽样 (numpy.random) 简单的随机数据 rand(d0, d1, ..., dn) 随机值 >>> np.random.rand(3,2) array([[ 0.14 ...
分类:
其他好文 时间:
2018-07-29 16:31:31
阅读次数:
233
计算导数 计算导数的方法有:符号导数,有限差分,自动微分等。本文只介绍有限差分和自动微分 有限差分 有限差分就是用有限步长下函数变化率来近似代替导数。 one side difference $$\frac{\partial f}{\partial x_i}(x) \approx \frac{f(x ...
分类:
其他好文 时间:
2018-07-27 19:12:44
阅读次数:
224
Time Limit: 2 sec / Memory Limit: 1024 MB Score : 200200 points Problem Statement Takahashi lives in another world. There are slimes (creatures) of 10 ...
分类:
其他好文 时间:
2018-07-26 23:38:26
阅读次数:
262