Aggregate expression in CDS View An aggregate expression calculates a single value from an operand operand by calling an aggregate function from multi ...
分类:
其他好文 时间:
2019-03-08 16:41:52
阅读次数:
243
不能调试的时候,修改下列地方: 1、在“工具”-》编译选项-》”Add following commands when calling complier”下面的编辑框里写入:-g3 2、在下面的”Add these following commands when calling linker” 的编 ...
分类:
编程语言 时间:
2019-02-22 18:41:30
阅读次数:
211
什么是类型断言 因为接口是一般类型,不知道具体类型,如果要转成具体类型就要使用类型断言 先看简单的(报错的代码) 用类型断言,没用类型断言无法确定a就是Point类型: 再看一段: ...
分类:
其他好文 时间:
2019-02-17 23:42:45
阅读次数:
206
RuntimeError: Error while calling cudnnCreate(&handles[new_device_id]) in file C:\Users\Administrator\AppData\Local\Temp\pip-install-xops6emn\dlib\dli ...
分类:
其他好文 时间:
2019-02-15 13:22:22
阅读次数:
1242
Lexical Scoping :有Java繼承中呼叫子類時先生成父類的概念,呼叫函數後,系統會轉至其定義處,將其 environment 中所具有的東西(有些可能定義在外層)形成 Closure [閉包] Dynamic Scoping :呼叫處起算,逐漸往上層找 有閉包的lexical scop ...
分类:
其他好文 时间:
2019-02-10 09:25:59
阅读次数:
179
前期准备:Vmwareworkstaton虚拟机软件及可用的Centos7系统1、在虚拟机中新添一块120G的硬盘,已备分区使用,重启系统即可进行分区操作。2、查看系统上是否识别出的新增的硬盘:[root@centos7~]#lsblkNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTsda8:00200G0disk├─sda18:101G0part/boot├─sda28:205
分类:
其他好文 时间:
2019-02-02 15:46:30
阅读次数:
304
May 31, 2016 May 31, 2016 Calling a virtual method through an interface always was a lot slower than calling a static method through an interface. But ...
分类:
其他好文 时间:
2019-01-30 01:25:10
阅读次数:
153
磁盘管理之磁盘分区 磁盘分区表 磁盘分区表位置:0磁头0磁道1扇区(前446字节表示mbr主引导记录,中单64字节表示分区表,最后2字节55AA标识表示结束标记) 主分区(primary):一般一定要有,用来存放数据(最多四个主分区) 扩展分区(extend):只能有一个扩展分区,无法直接使用 逻辑... ...
分类:
其他好文 时间:
2019-01-30 00:25:12
阅读次数:
156
[root@iZbp1he0bdge2g92l9fjnxZ ~]# systemctl restart zabbix-agent Error getting authority: Error initializing authority: Error calling StartServiceByNa ...
分类:
其他好文 时间:
2019-01-18 17:22:50
阅读次数:
1257
在 "CAP理论与MongoDB一致性、可用性的一些思考" 一文中提到,MongoDB提供了一些选项,如Read Preference、Read Concern、Write Concern,对MongoDB的一致性、可用性、可靠性(durability)、性能会有较大的影响。 ...
分类:
数据库 时间:
2019-01-14 11:00:18
阅读次数:
201