手动导入jar包需要有pom.xml文件。 mvn install:install-file -Dfile=G:\PXY\JFAPP\project28\ris-api-2.1.3\dcm4che\dcm4che-core\5.18.0\dcm4che-core-5.18.0.jar -Dgroup ...
分类:
编程语言 时间:
2021-04-12 12:48:47
阅读次数:
0
service mysql start 启动MySQL 1、出现报错The server quit without updating PID file... 1.1.可能是/usr/local/mysql/data/rekfan.pid文件没有写的权限 #执行: chown -R mysql:mys ...
分类:
数据库 时间:
2021-04-12 12:16:04
阅读次数:
0
GitHub - uber/petastorm https://github.com/uber/petastorm/ 版本: Windows 10 Python 3.7.0 petastorm 0.9.8 pyarrow 3.0.0 编写test.py from petastorm import m ...
分类:
其他好文 时间:
2021-04-12 12:12:33
阅读次数:
0
脱壳与加壳-加壳-2-加密解密 加壳涉及的两大对象: 1、被加壳的程序 2、壳代码 1 处理被加壳的程序 1 添加区段 2 加密目标程序的区段 3 将壳代码写入新的区段 4 修改模板程序的入口点 上一章我们已经解决了添加区段 2 壳代码 2.1壳代码的功能: 2.1.1 解密功能 对加密的代码进行解 ...
分类:
其他好文 时间:
2021-04-10 13:24:50
阅读次数:
0
1、从远程ftp服务器下载文件的命令格式: get 远程ftp服务器上当前目录下要下载的文件名 [下载到本地机器上当前目录时的文件名],如: 1 get nmap_file [nmap] 意思是把远程ftp服务器下的文件nmap_file下载到本地机器的当前目录下,名称更改为nmap。 带括号表示可 ...
分类:
其他好文 时间:
2021-04-10 13:02:31
阅读次数:
0
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
获取包的搜索路径,得到的是一个列表 只有包才有这个属性,具体模块没有,具体模块中有的是__file__ 使用: 1.新建包: 2.获取包的搜索路径 import pac if __name__ == '__main__': print(pac.__path__) # ['D:\\work\\code ...
分类:
其他好文 时间:
2021-04-09 13:07:46
阅读次数:
0
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 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