IfcConstructionMgmtDomain (施工管理领域) IfcConstructionMgmtDomain模式定义构造管理域中的资源概念。它与ifcprocesssextension和ifcsharedgmtelement模式一起提供了一组模型,可用于在构建管理应用程序之间交换信息。 ...
分类:
其他好文 时间:
2020-01-26 11:46:15
阅读次数:
99
登录阿里云:https://cr.console.aliyun.com/cn-beijing/instances/mirrors sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { "registry-mirro ...
分类:
其他好文 时间:
2020-01-26 10:29:00
阅读次数:
402
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.Native ...
分类:
其他好文 时间:
2020-01-25 18:17:32
阅读次数:
135
job是串行执行的, 执行完上一个才执行下一个 eg:Wordcount案例 val lines = sc.textFile("本地URL or HDFS URL")//详解见代码1 val words = lines.flatMap(line => line.split(" "))//也会返回一个 ...
分类:
其他好文 时间:
2020-01-25 00:56:57
阅读次数:
119
var vcity={ 11:"北京",12:"天津",13:"河北",14:"山西",15:"内蒙古", 21:"辽宁",22:"吉林",23:"黑龙江",31:"上海",32:"江苏", 33:"浙江",34:"安徽",35:"福建",36:"江西",37:"山东",41:"河南&qu ...
分类:
Web程序 时间:
2020-01-22 12:47:19
阅读次数:
103
题目如下: Given a string s. Return all the words vertically in the same order in which they appear in s.Words are returned as a list of strings, complete ...
分类:
其他好文 时间:
2020-01-20 15:11:48
阅读次数:
121
原题链接在这里:https://leetcode.com/problems/k-closest-points-to-origin/ 题目: We have a list of points on the plane. Find the K closest points to the origin ( ...
分类:
其他好文 时间:
2020-01-20 09:25:46
阅读次数:
72
最近试着用canvas元素的2d绘图函数做了一个弧线形的时钟。 直接上代码: createClock("#myclock",0,0.5); function createClock(selector,n,p_r){ var weeks =["Sun","Mon","Tue","Wed","Thu", ...
分类:
其他好文 时间:
2020-01-19 22:15:52
阅读次数:
105
https://golang.org/ref/mem#tmp_6 Goroutine destruction The exit of a goroutine is not guaranteed to happen before any event in the program. For exampl ...
分类:
其他好文 时间:
2020-01-19 22:04:51
阅读次数:
66
Python从规划之初就已经是一门面向政策的言语,正因为如此,在Python中创立一个类和政策是很简略的。本章节咱们将详细介绍Python的面向政策编程。 假定你曾经没有触摸过面向政策的编程言语,那你或许需求先了解一些面向政策言语的一些根柢特征,在脑筋里头构成一个根柢的面向政策的概念,这样有助于你更 ...
分类:
编程语言 时间:
2020-01-19 15:22:10
阅读次数:
112