码迷,mamicode.com
首页 >  
搜索关键字:_file__    ( 50992个结果
脱壳与加壳-加壳-2-加密解密
脱壳与加壳-加壳-2-加密解密 加壳涉及的两大对象: 1、被加壳的程序 2、壳代码 1 处理被加壳的程序 1 添加区段 2 加密目标程序的区段 3 将壳代码写入新的区段 4 修改模板程序的入口点 上一章我们已经解决了添加区段 2 壳代码 2.1壳代码的功能: 2.1.1 解密功能 对加密的代码进行解 ...
分类:其他好文   时间:2021-04-10 13:24:50    阅读次数:0
vsftpd命令
1、从远程ftp服务器下载文件的命令格式: get 远程ftp服务器上当前目录下要下载的文件名 [下载到本地机器上当前目录时的文件名],如: 1 get nmap_file [nmap] 意思是把远程ftp服务器下的文件nmap_file下载到本地机器的当前目录下,名称更改为nmap。 带括号表示可 ...
分类:其他好文   时间:2021-04-10 13:02:31    阅读次数:0
CREATE EXTENSION postgis_topology
1.postgresql postgres-# ; ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or direc ...
分类:其他好文   时间:2021-04-09 13:16:43    阅读次数:0
__path__获取包的搜索路径
获取包的搜索路径,得到的是一个列表 只有包才有这个属性,具体模块没有,具体模块中有的是__file__ 使用: 1.新建包: 2.获取包的搜索路径 import pac if __name__ == '__main__': print(pac.__path__) # ['D:\\work\\code ...
分类:其他好文   时间:2021-04-09 13:07:46    阅读次数:0
ubutnu Pycham突然卡住的问题解决办法
ubutnu 20.04 Pycham突然卡住的问题解决办法 找到sogou输入法进程 ps -ef | grep sogou bob 1682 899 0 4月07 ? 00:01:05 /opt/sogoupinyin/files/bin/sogoupinyinService-watchdog ...
分类:其他好文   时间:2021-04-09 13:05:36    阅读次数:0
【工具】maven插件自动生成mapper文件
maven插件自动生成mapper文件 @(目录) 第一步,新建maven plugin工程 idea 选择 file → new project → maven 后面一直next,注意maven plugin 工程的命名最好是 xxx-maven-plugin. 添加依赖 下面写maven插件必须 ...
分类:移动开发   时间:2021-04-09 12:55:36    阅读次数:0
[云计算]浅谈文件存储、块存储、对象存储
[云计算]浅谈文件存储、块存储、对象存储 参考红帽:https://www.redhat.com/zh/topics/data-storage/file-block-object-storage 参考胖墩哥博客:https://www.cnblogs.com/jimlau/p/11926282.ht ...
分类:其他好文   时间:2021-04-09 12:55:16    阅读次数:0
padnas 读取html
import pandas as pd file_path = r'D:\test.html' html_data = pd.read_html(file_path)[0] values = html_data.values.tolist() ...
分类:Web程序   时间:2021-04-09 12:53:07    阅读次数:0
You can't specify target table 't_file' for update in FROM clause
这篇文章主要介绍了mysql中You can’t specify target table for update in FROM clause错误解决方法,需要的朋友可以参考下 MySQL中You can't specify target table for update in FROM claus ...
分类:其他好文   时间:2021-04-08 13:58:50    阅读次数:0
挂载redhat镜像创建本地yum源
上传镜像文件到/mnt文件夹下,或者上传到其他文件夹下 挂载镜像路径/mnt/cdrom 在mnt文件夹下创建cdrom文件夹 创建命令:mkdir cdrom 挂载镜像命令:mount rhel-server-7.6-x86_64-dvd.iso cdrom 配置yum文件:vim /etc/yu ...
分类:其他好文   时间:2021-04-08 13:36:06    阅读次数:0
50992条   上一页 1 ... 35 36 37 38 39 ... 5100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!