自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (17)
  • 收藏
  • 关注

原创 Nodejs异步编程之Promises chaining

1. 案例一1.1. 案例描述resolve()函数的输入参数:无用户函数函数的返回值:无函数书写形式:完整Promise: ×1chain: ×11.2. 源代码 “case1.js”let promise = new Promise( function(resolve, reject){ console.log('Initialize a Promise...

2019-12-30 16:49:13 283

原创 Docker删除包含特定字符串的Containers 和/或 Images

1. 删除包含特定字符串的Containers举例:删除返回结果中包含 “demo” 字样的Containers,且不影响其余Containers。~$ docker rm $(docker ps -a | grep 'demo'| awk '{print $1 }')2. 删除包含特定字符串的Images举例:删除返回结果中包含 “demo” 字样的所有Images,且不影响其余Im...

2019-12-12 23:14:55 907

原创 "curl": cannot locate symbol "curl_mime_free"问题的解决方案

1. 问题描述curl出现问题““curl”: cannot locate symbol “curl_mime_free””。curl: symbol lookup error: curl: undefined symbol: curl_mime_free2. 解决方案更新libcurl库,如下,sudo apt-get install libcurl3再次查询,问题解决$ c...

2019-12-03 16:29:33 3956

原创 Google Scholar英文写作工具使用

1. Google Scholar1.1. 通配符wildcard检索例句:单个通配符表示单个单词"in this paper we * the"检索结果检索例句:多个通配符表示多个单词"in this paper we * the effect of ** on"检索结果1.2. 问号question mark检索例句:问号表示一个单词"in this paper,...

2019-12-01 17:04:54 664

hyperledger-fabric-readthedocs-io-en-v2.2.1.pdf

hyperledger-fabric-readthedocs-io-en-v2.2.1

2021-01-27

LibreOffice Draw 之网络图示模板 VRTnetworkequipment_1.2.0-lo

开源软件LibreOffice Draw的网络示意图示模板VRTnetworkequipment_1.2.0-lo,适用于Windows和Linux系统平台

2018-08-01

1999年到2018年香港房地产走势数据

1999年到2018年香港房地产价格变化趋势,包含有时间上,比如,单月数据,季度数据,年数据等;地段上,比如,香港岛,香港九龙,新界等相关数据。

2018-04-02

Socket programming in C

Socket编程 之标准C实现代码

2017-08-04

SHA-3(keccak)之C/C++官方源码

SHA-3(keccak)的官方C/C++源代码

2017-07-29

自动扫描拟合并获取pdf论文图像中的数据

自动并获取PDF图像中的数据(比如自动扫描拟合并获取pdf论文图像中的数据)

2017-07-03

网络端口扫描工具

网络端口扫描工具,用于扫描出指定公网ip下所有的开放的端口

2017-06-29

GeoIP Databases of Country and City

The GeoIP databases (i.e. both country and city) are tools which normally used to determine an Internet visitor's country or city based on their IP address. For more information, users can visit the official website https://dev.maxmind.com/.

2017-06-06

Performance analysis of the Blockchain

This is a report about the performance issues of Blockchian, trying to discuss the problems deeply and propose corresponding methods to solve them. Hope it will be useful to all of you, Blockchain lovers. Contact me freely via my email if any questions. Good luck!

2017-01-19

An introduction to Blockchain that is a supporting technology of Bitcoin.

This is an introduction to Blockchain, a supporting technology of Bitcoin.

2017-01-03

Linux Kervel Version 1.0 (open source)

The attachment is Linux kernel of Version 1.0, an open source. For more information, you may refer to https://www.kernel.org/pub/linux/kernel/

2017-01-03

GPU与MATLAB混合编程之书本实现代码

本资源主要是《GPU与MATLAB混合编程》书中的所有的例子的实现代码。对于购买了这本书的同学会有找不到书中源代码的情况,这时候,您就可以下载本代码集合,本代码集合拥有完整的书中的所有例子的代码。

2016-07-15

Totem拓扑数据

内部包含有TOTEM使用的网络拓扑数据,数据以.mat格式进行保存,可以通过matlab命令gplot(dist,position,'-o')直接显示网络拓扑结果,方便后续的自主编程操作。

2016-05-25

TOTEM使用帮助

TOTEM使用帮助

2016-05-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除