Discription You are given an undirected graph, constisting of n vertices and m edges. Each edge of the graph has some non-negative integer written on ...
分类:
其他好文 时间:
2018-05-29 11:01:09
阅读次数:
242
Description Katu Puzzle is presented as a directed graph G(V, E) with each edge e(a, b) labeled by a boolean operator op (one of AND, OR, XOR) and an ...
分类:
其他好文 时间:
2018-05-26 23:22:41
阅读次数:
211
Azure上创建IOT Hub服务 登录到Azure的管理portal,选择新建,物联网,创建IOT Hub: 创建完成后,选择IOT edge,新建一个IOT Edge的设备: 创建完成后,点击设备,获取设备ID,设备密钥,连接字符串等等信息: 边界设备部署 实际上任何可以安装和运行docker的... ...
分类:
其他好文 时间:
2018-05-25 00:19:50
阅读次数:
167
在之前的文章中,我介绍了如何使用Azure Container Registry, IOT Edge, IOT Hub来构建智能边界: 然而在中国的Azure上面,ACR还没有落地,IOT Edge处于预览阶段,那么我们如何来构建IOT Edge环境昵?在中国部署和海外Azure上部署又有什么不同昵... ...
分类:
其他好文 时间:
2018-05-25 00:18:27
阅读次数:
349
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1"><meta http-equiv="X-UA-Compatible" content="IE=edge" /> 、<meta http-equiv= ...
分类:
其他好文 时间:
2018-05-24 15:11:59
阅读次数:
147
在火狐浏览器上传文件 上传前,同一个HTML文件在火狐和Edge浏览器显示有些不同 这是Firefox浏览器的显示 这是Edge浏览器 上传后 ...
分类:
编程语言 时间:
2018-05-18 01:27:22
阅读次数:
312
Reverse Proxy What is Reverse Proxy Server A reverse proxy server is an intermediate connection point positioned at a network’s edge. It receives init ...
分类:
其他好文 时间:
2018-05-17 13:33:55
阅读次数:
375
使用meta标签来调节浏览器的渲染方式,告诉浏览器用哪种内核渲染,360双核浏览器就是在ie和chrome之间来回切换,现在使用meta标签来强制使用最新的内核渲染页面 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> rg ...
分类:
其他好文 时间:
2018-05-16 16:32:00
阅读次数:
144
CVE-2016-2183 OpenSSL Sweet32生日攻击的解决方法,涉及OpenSSH、Apache、Subversion Edge、Tomcat、Jboss EAP。
分类:
其他好文 时间:
2018-05-16 13:20:08
阅读次数:
2869
Ingress一、 什么是Ingress通常情况下,service 和 pod 的 IP 仅可在集群内部访问。集群外部的请求需要通过负载均衡转发到 service 在 Node 上暴露的 NodePort 上,然后再由 kube-proxy 通过边缘路由器 (edge router) 将其转发给相关的 Pod 或者丢弃。 而 Ingres
分类:
其他好文 时间:
2018-05-16 12:51:28
阅读次数:
346