a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r... ...
分类:
Web程序 时间:
2017-05-17 00:51:41
阅读次数:
180
本文已在我的公众号hongyangAndroid原创首发。
转载请标明出处:
http://blog.csdn.net/lmj623565791/article/details/7217...
分类:
移动开发 时间:
2017-05-17 00:50:40
阅读次数:
369
a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.source... ...
分类:
Web程序 时间:
2017-05-17 00:49:52
阅读次数:
216
a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r... ...
分类:
Web程序 时间:
2017-05-17 00:49:15
阅读次数:
214
a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r... ...
分类:
Web程序 时间:
2017-05-17 00:47:42
阅读次数:
226
a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 c2 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sou... ...
分类:
Web程序 时间:
2017-05-17 00:40:08
阅读次数:
205
一、mount -o noatime表示在读文件时不去更改文件的access time属性了,所以该选项会提升mount操作的执行效率。二、mount --bind:等同于 -o bind可用于挂载文件到另一文件,或目录到另一目录,便于测试只读文件系统或不想覆盖的文件等。假设我们要改的文件是/etc ...
分类:
其他好文 时间:
2017-05-16 17:24:03
阅读次数:
180
【旧博客转移 - 发布于2015年9月6日 18:42】 在Linux上装好Mysql后 发现远程客户端连接不上 出现这种情况是因为mysql服务器出于安全考虑,默认只允许本地登录数据库服务器。 由于对Linux不熟悉,搜索了一些资料后找到几个解决方案 一.找到mysql配置文件 etc/mysql ...
分类:
数据库 时间:
2017-05-16 15:04:15
阅读次数:
243
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>select</title> <script src="jquery-1.10.2.min.js"></script> <script type="text/javascrip ...
分类:
Web程序 时间:
2017-05-16 14:52:54
阅读次数:
167
dig 是一个 Linux 下用来 DNS 查询信息的工具,全称是Domain Information Groper,与 nslookup 类似,但比 nslookup 功能更强大。Windows 下只有 nslookup,如果也想用到 dig 命令,就只能自己动手安装了。dig 作为 bind 的 ...