``` DWORD GetKerner32ImageBase()
{ DWORD nIMageBase = 0; __asm { xor edx,edx mov ecx, fs:[0x30]; mov ecx, [ecx + 0x0C]; mov ecx, [ecx + 0x1C]; loc_579... ...
分类:
其他好文 时间:
2019-04-22 12:33:02
阅读次数:
154
上一节我们使用Java API操作HDFS文件系统创建了文件a.txt并写入了hello hadoop(回顾:https://www.cnblogs.com/Liuyt-61/p/10739018.html) 我们在终端控制台上使用hadoop fs -ls /hdfsapi/test查看a.txt ...
var https = require('https'); //创建服务器 https var fs = require('fs'); //文件系统的模块 const hostname = '127.0.0.1'; const port = 3000; var options = { key : f... ...
分类:
Web程序 时间:
2019-04-17 11:03:27
阅读次数:
156
文本处理工具awk用法(介绍在最后)awk-vFS=:‘{print$1,FS,$3}‘/etc/passwd{FS}可省略awk-vFS=:-vOFS=^^^‘{print$1,$3}‘/etc/passwdawk-F:-vOFS=^^^‘{print$1,$3}‘/etc/passwdawk-F:‘{print$1,$NF}‘/e
分类:
系统相关 时间:
2019-04-17 09:26:00
阅读次数:
178
上文中,http服务是使用if,else来判断URL来进行响应,这种很明显是不能满足实际需求的,通过观察可以对其进行改进 var http=require('http'); var fs=require('fs'); var server=http.createServer(); server.on ...
分类:
Web程序 时间:
2019-04-13 15:05:16
阅读次数:
164
Namespaces 命名空间,是linux内核提供的一种对进程资源隔离的机制,比如网络,进程,挂载点等 CGroup 对资源进行限制,防止cpu或内存用的过多等 ls -l /sys/fs/cgroup/ 虚拟机与docker区别 虚拟机是在硬件基础上通过hypervisor虚拟出硬件,比如虚拟出... ...
分类:
其他好文 时间:
2019-04-13 00:49:44
阅读次数:
169
Hdfs dfs -cat path hadoop fs - 等同 1 -ls 查看当前目录的文件和文件夹 2 -lsr 递归查看 3 -du 查看文件的大小 4-dus 查看文件夹中所有的文件大小 5-Count 统计数量 文件夹 文件 文件大小总和 6-Mv:移动 改名 移动文件夹 7 -cp ...
分类:
其他好文 时间:
2019-04-10 21:49:19
阅读次数:
148
1 #!/bin/bash 2 echo "* soft nofile 1048576" >> /etc/security/limits.conf 3 echo "* hard nofile 1048576" >> /etc/security/limits.conf 4 5 echo "fs.fil... ...
分类:
系统相关 时间:
2019-04-08 21:08:32
阅读次数:
204
网盘下载地址:https://u18103887.ctfile.com/fs/18103887-302884143 ...
分类:
数据库 时间:
2019-04-07 10:09:21
阅读次数:
245
下载地址:https://u18103887.ctfile.com/fs/18103887-335537335 下载地址:https://u18103887.ctfile.com/fs/18103887-335537335 ...
分类:
Web程序 时间:
2019-04-07 09:32:21
阅读次数:
245