BIT has recently taken delivery of their new supercomputer, a 32 processor Apollo Odyssey distributed shared memory machine with a hierarchical commun ...
分类:
其他好文 时间:
2019-01-28 01:05:42
阅读次数:
128
pip是python中比较常用的管理依赖包的工具。今天心血来潮更新一下pip版本,结果悲剧发生了。 -bash: /Library/Frameworks/Python.framework/Versions/3.6/bin/pip: No such file or directory 为什么会这样子呢 ...
分类:
其他好文 时间:
2019-01-28 00:51:02
阅读次数:
714
python附录-builtins.py模块str类源码 str官方文档链接:https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str builtins.py ...
分类:
编程语言 时间:
2019-01-27 21:40:32
阅读次数:
478
5.2.1 Class shared_ptr shared_ptr提供了一种强大的能力:当对象被多个指针指向时,如若需要释放,仅仅需要赋值nullptr即可使其引用计数减1,而不用担心显示delete后在其他模块的指针失效。先写点简单操作。 相关函数,仅限shared_ptr相关,不包括与weak, ...
分类:
其他好文 时间:
2019-01-27 00:24:34
阅读次数:
228
原文地址https://www.cnblogs.com/zhaof/p/6910871.html 官方文档地址:https://docs.python.org/3/library/urllib.html 什么是Urllib Urllib是python内置的HTTP请求库包括以下模块urllib.re ...
分类:
编程语言 时间:
2019-01-26 23:45:57
阅读次数:
234
memset struct sockaddr_in, struct in_addr paddr : Converts a logical pointer into its physical address. This function is compatible with both shared a ...
分类:
编程语言 时间:
2019-01-26 11:09:48
阅读次数:
155
GDAL——命令使用专题——gdallocationinfo命令 GDAL——命令使用专题——gdallocationinfo命令 前言 GDAL(Geospatial Data Abstraction Library)是一个在X/MIT许可协议下的开源栅格空间数据转换库。它利用抽象数据模型来表达所 ...
分类:
其他好文 时间:
2019-01-25 21:45:28
阅读次数:
453
This document is a subset of the Mojo documentation. Contents Overview Scoped, Typed Handles Message Pipes Data Pipes Shared Buffers Native Platform H ...
分类:
编程语言 时间:
2019-01-25 18:53:05
阅读次数:
176
来自博客:https://www.cnblogs.com/lzpong/p/6188034.html 多线程程序经常会遇到在某个线程A创建了一个对象,这个对象需要在线程B使用, 在没有shared_ptr时,因为线程A,B结束时间不确定,即在A或B线程先释放这个对象都有可能造成另一个线程崩溃, 所以 ...
分类:
其他好文 时间:
2019-01-25 16:06:48
阅读次数:
205
QMQTT mqtt client for Qt Please compile the library with Qt >= 5.3 version. On Windows you need to specify CONFIG += NO_UNIT_TESTS, since gtest is not ...
分类:
其他好文 时间:
2019-01-25 14:09:20
阅读次数:
1044