IfcUtilityResource(公用资源) IfcUtilityResource处理所有权和变更的一般概念。它还包括一个基本的信息结构:表。此模式的类在整个IFC对象模型中由其所有模型层引用。因此,IfcUtilityResource模式包含用于指定许多实用程序类型的信息内容的模型规范。 Th ...
分类:
其他好文 时间:
2020-01-23 09:39:03
阅读次数:
96
结构化搜索针对日期、时间、数字等结构化数据的搜索,它们有自己的格式,我们可以对它们进行范围,比较大小等逻辑操作,这些逻辑操作得到的结果非黑即白,要么符合条件在结果集里,要么不符合条件在结果集之外,没有那种相似的概念 ...
分类:
其他好文 时间:
2020-01-23 09:25:04
阅读次数:
75
What? json全称:JavaScript 对象表示法(JavaScript Object Notation)。 json定义:jason是一种轻量级的数据交换格式,它基于 ECMAScript (JavaScript Programming Language, Standard ECMA-26 ...
分类:
Web程序 时间:
2020-01-23 00:14:25
阅读次数:
143
Keeping track of all the cows can be a tricky task so Farmer John has installed a system to automate it. He has installed on each cow an electronic ID ...
分类:
其他好文 时间:
2020-01-22 20:05:48
阅读次数:
73
js正则表达式 1、正则表达式 (1)语法 var patt=new RegExp(pattern,modifiers); 或 var patt=/pattern/modifiers; 比如:var re = new RegExp("\\w+","g"); var re = /\w+/g; (2)修 ...
分类:
Web程序 时间:
2020-01-22 16:09:37
阅读次数:
109
Problem Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immediately. He starts at a point N (0 ≤ N ...
分类:
其他好文 时间:
2020-01-22 14:39:56
阅读次数:
72
F - Aggressive cows Farmer John has built a new long barn, with N (2 <= N <= 100,000) stalls. The stalls are located along a straight line at position ...
分类:
其他好文 时间:
2020-01-22 13:14:00
阅读次数:
66
1. 你一定要看计算机领域的文章. 如果你是看一堆应用,你最终还是会不知道怎么做. 从计算机到energy是降维打击, 当你学习了计算机的hot skill,再去做应用很容易. 2. 搞研究的思路: 大量阅读文章,然后形成思路,然后justify每一步的合理性和可行性. 你需要critical th ...
分类:
其他好文 时间:
2020-01-21 21:33:17
阅读次数:
80
super注意点: surper()是调用父类的构造方法,而且必须在构造方法的第一个 super必须只能出现在子类的方法或者构造方法中! super()和this()不能同时调用构造方法! Vs this: 代表的对象不同: this:本身调用者这个对象 super:代表父类对象的引用 前提: th ...
分类:
其他好文 时间:
2020-01-21 18:30:38
阅读次数:
100
https://www.shodan.io Shodan 是由web工程师John Natherly (马瑟利) 编写的,被称为“最可怕的搜索引擎”,可扫描一切可以联网的设备。 除了常见的web服务器外,还可以扫描防火墙,路由器,交换机,摄像头,打印机等一切可联网设备。 ip 114.114.114 ...
分类:
Web程序 时间:
2020-01-21 13:22:41
阅读次数:
101