大概介绍:php语言写的接口,通过get或post方式获取里面的数据。但是是以https开头的URL 原因:https网址向客户的要证书 解决方案:跳过证书验证部分 ...
分类:
Web程序 时间:
2018-01-23 20:24:58
阅读次数:
208
好的关系设计的特点 1. 设计选择:更大的模式 e.g. instructor (ID, name, dept_name, salary) department (dept_name, building, budget) 假设用更大的模式(instructor和department自然连接的结果)i ...
分类:
数据库 时间:
2018-01-22 17:35:21
阅读次数:
240
https://github.com/FRRouting/frr/wiki/Building-FRR-on-Ubuntu-1404 Install required packages Add packages: Add frr groups and user Download Source, con ...
分类:
系统相关 时间:
2018-01-20 15:14:58
阅读次数:
279
两天总算刷完了这六题,也算是有些收获吧。 先来说说建图的问题,之前我们可以看到都是建两条边,而这题得建四条边,为什么呢? 因为根据实际情况考虑吧他们前后都有可能。 所以在这里我们要得出结论,2-Sat题目就如同网络流,差分约束一样,根据题意给出的限制条件建图。 然后再说说这个tarjan,作用是用来 ...
分类:
其他好文 时间:
2018-01-18 20:35:37
阅读次数:
162
Building a Space Station poj-2031 题目大意:在一个三维平面内,给出n个球,我想把两个球连起来,使得两两之间联通,连起来的代价是两个球的球心距减去半径之和。如果两球相切或相交,则代价是0。 注释:n<=100,坐标以及半径是double。 想法:我们首先两个球之间的距 ...
分类:
其他好文 时间:
2018-01-15 22:34:42
阅读次数:
187
Given an integer array with no duplicates. A maximum tree building on this array is defined as follow: Construct the maximum tree by the given array a ...
分类:
其他好文 时间:
2018-01-15 12:32:41
阅读次数:
155
PyQt5官方安装教程指出2种安装方法: Installing from Wheels Building and Installing from Source 网上搜罗的大多是按照第二种方法安装的,本文采用第一种方法更为简便省心,这种方法Only Python v3.5 and later is s ...
分类:
系统相关 时间:
2018-01-14 22:44:05
阅读次数:
282
"机器学习系统设计(Building Machine Learning Systems with Python) Willi Richert Luis Pedro Coelho" 总述 本书是 2014 的,看完以后才发现有第二版的更新,2016。建议阅读最新版,有能力的建议阅读英文版,中文翻译有些 ...
分类:
编程语言 时间:
2018-01-14 16:47:51
阅读次数:
212
机器学习系统设计(Building Machine Learning Systems with Python) Willi Richert Luis Pedro Coelho 总述 本书是 2014 的,看完以后才发现有第二版的更新,2016。建议阅读最新版,有能力的建议阅读英文版,中文翻译有些地方 ...
分类:
编程语言 时间:
2018-01-14 12:08:24
阅读次数:
188
Tianjin - Tianjin Eddic Info SciTech Co Ltd (NT) (WBD) Room 1207 Block B Xintiandi Building Nanjing Road No. 349 Nankai District Tianjin CN Tianjin - ...
分类:
其他好文 时间:
2018-01-13 22:28:25
阅读次数:
707