[TOC] docker 执行 等待很漫长。如果报错:Cannot set property TasksAccounting, or unknown property 安装java cp jdk .tar.gz到容器中,解压 vi /etc/profile source /etc/profile j ...
分类:
数据库 时间:
2019-11-13 16:06:29
阅读次数:
132
vi /etc/nsswitch.conf hosts: files dns networks: files 改成: hosts: files dns wins networks: files 最近碰到了这么一个问题: ping一个域名domain_name的时候提示”ping: unknown h ...
分类:
系统相关 时间:
2019-11-12 20:21:41
阅读次数:
116
问题:正在使用的Linux系统突然有一天不能解析域名gus.xxxxxxxx.com? # ping us.xxxxxxxx.com ping: unknown host us-xxxxxxxx.com 解决方法: 1、查看/etc/hosts # cat /etc/hosts 127.0.0.1 ...
分类:
系统相关 时间:
2019-11-12 12:43:07
阅读次数:
96
芯片的pin 脚可以用作不同的功能,总结一句就是外设进行状态和数据交换。 最常用的是作为GPIO,设置为输出模式时,通过高低电平来控制一些外围设置;// 如LED,屏的电源,背光的开关,功放的静音等等。 除了控制设置之外,还需要和外部设置传输数据。pin 作为GPIO 设置为IN时,是获取外设的高低 ...
分类:
其他好文 时间:
2019-11-07 15:07:25
阅读次数:
121
Paper [1]: White-box neural network attack, adversaries have full access to the model. Using Gradient Descent going back to update the input so that r ...
分类:
其他好文 时间:
2019-11-06 00:32:15
阅读次数:
133
nginx: [emerg] unknown directive "ssl" in /usr/local/nginx/conf/nginx.conf:41nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed 这是 ...
分类:
Web程序 时间:
2019-11-01 20:26:43
阅读次数:
121
最近在做ctf的时候,碰见了好几次关于php伪协议的妙用,所以通过学习整理出相关知识 文档:http://cn2.php.net/manual/zh/wrappers.php.php#refsect2-wrappers.php-unknown-descriptioo php伪协议,事实上是其支持的协 ...
分类:
Web程序 时间:
2019-11-01 16:10:38
阅读次数:
96
第一步 把下面第一行代码替换成第二行(修改“https://127.0.0.1:5000”成私有仓库网址) 第二步 第三步 第四步 第五步 输入用户名,密码 齐活。 ...
分类:
其他好文 时间:
2019-10-31 18:27:40
阅读次数:
117
Medium Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [0,1,2,4,5,6,7] might become [4,5,6,7,0,1 ...
分类:
其他好文 时间:
2019-10-31 13:38:02
阅读次数:
87