MQTT[1]消息队列遥测传输(Message Queuing Telemetry Transport) subscribe to a topic and publish messages on that topic. The core of the client library is the cl ...
分类:
其他好文 时间:
2020-02-04 10:54:21
阅读次数:
85
安装R包时产生如下错误: Error in read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) : 无法打开链结 此外: Warning messages: 1: In download.file(url, destfi ...
分类:
其他好文 时间:
2020-01-27 20:41:38
阅读次数:
1604
博主本人平和谦逊,热爱学习,读者阅读过程中发现错误的地方,请帮忙指出,感激不尽 SMB简介 FTP文件传输服务确实可以让主机之间的文件传输变得简单方便,但是FTP协议的本质是传输文件,而非共享文件,因此要想通过客户端直接在服务器上修改文件内容还是一件比较麻烦的事情。 1987年,微软公司和英特尔公司 ...
分类:
其他好文 时间:
2020-01-24 14:38:37
阅读次数:
106
回顾: 1.rsync 统一备份各个服务器的配置文件或重要文件 系统配置文件 日志文件 系统日志文件 messages、secure、cron 服务日志文件 access_log、access.log 服务配置文件 /etc/rsyncd.conf、/etc/exports... 2.NFS 网络文 ...
分类:
其他好文 时间:
2020-01-22 23:57:12
阅读次数:
171
一、程序界面 二、程序代码 (一)、主界面代码 // // 主窗口 // unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, St ...
A - DRM Messages DRM Encryption is a new kind of encryption. Given an encrypted string (which we’ll call a DRM message), the decryption process involv ...
分类:
其他好文 时间:
2020-01-22 20:06:36
阅读次数:
61
MappedFile#appendMessagesInner ...
分类:
其他好文 时间:
2020-01-18 14:51:14
阅读次数:
49
function resolveAfter2Seconds() { console.log('slow start at: ' + new Date().getSeconds()) return new Promise(resolve => { setTimeout(() => { resolve( ...
分类:
Web程序 时间:
2020-01-16 12:23:27
阅读次数:
74
找到app文件下的build.gradle文件,之后在该文件中的android加入如下代码即可: ...
分类:
移动开发 时间:
2020-01-14 12:57:38
阅读次数:
134
一、csrf攻击 1.1 csrf攻击(跨站请求伪造) 【csrf攻击即】:通过第3方网站,伪造请求(前提条件是你已经登录正常网站,并保存了session或cookie登录信息且没有退出),第三方网站即可通过你的session或cookie直接修改正常网站的用户名密码。 1. 首先做一个登录页,让用 ...
分类:
Web程序 时间:
2020-01-13 13:04:55
阅读次数:
133