@echo off @echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)taskkill /im iexplore.exe /f /t @echo 正在访问 http://localhoststart "C:\Program Files\Internet Explorer\iexplore ...
分类:
Web程序 时间:
2020-04-05 15:23:20
阅读次数:
84
官方文档:http://docs.autofac.org/en/latest/register/prop-method-injection.html Autofac 属性和方法注入 虽然构造函数参数注入是为组件传递值的首选方法,你也可以使用属性或方法注入提供值。 属性注入使用可写入的属性,而不是构造 ...
分类:
其他好文 时间:
2020-04-03 15:11:14
阅读次数:
75
搜索了一圈,在其他问题中找到了重置密码和新建超级用户的命令。 # 管理密码忘记了或者重置管理员密码 $ source /opt/py3/bin/activate $ cd /opt/jumpserver/apps $ python manage.py changepassword <user_nam ...
分类:
其他好文 时间:
2020-03-20 12:36:09
阅读次数:
282
`jupyter notebook jupyter notebook github jupyter notebook`上实现: 1. 使用 浏览技术文档; 2. 将转换成.md格式的python代码在不用转换格式的情况下直接由 上打开并且运行代码; 3. 更加方便的由 看`github`下载的资料。 ...
分类:
其他好文 时间:
2020-03-19 22:03:18
阅读次数:
501
1、通过清华源下载 url:https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/ 2、安装.sh文件 bash Miniconda3-latest-Linux-x86_64.sh 3、遇到提示输入相应的命令 4、安装完成后会提示重启控制台生效 5、查 ...
分类:
其他好文 时间:
2020-03-17 19:18:57
阅读次数:
371
二、开发环境搭建 2.1 虚拟环境搭建 1)环境变量设置 桌面新建文件夹Envs 新建环境变量:以后创建虚拟环境会自动保存到这个路径 2)安装 pip3 install virtualenv pip3 install virtualenvwrapper-win mkvirtualenv Django ...
分类:
其他好文 时间:
2020-03-17 14:02:27
阅读次数:
60
说明,在赶论文复现代码期间,服务器一直出现bug,如图: 原因是之前激活了conda的环境没有用 conda deactivate 退出环境,但是问题是我使用conda deactivate会继续出现上述bug 解决方法是,先跑一下: source deactivate 然后服务器应该会提示你:这个 ...
分类:
系统相关 时间:
2020-03-16 21:51:02
阅读次数:
625
/** * Log any invocation timeout, but don't stop server from running * 服务于服务提供者 */ @Activate(group = Constants.PROVIDER) public class TimeoutFilter im ...
分类:
其他好文 时间:
2020-03-16 17:34:03
阅读次数:
56
下载minianaconda 安装 进入cmd下 conda create --name python37 python=3.7 创建python3.7环境 conda activate python37 激活刚刚的环境 conda install jupyter 安装jupyter conda i ...
分类:
编程语言 时间:
2020-03-15 18:50:21
阅读次数:
56
CentOS7.7部署Jumpserver系统:CentOS7IP:172.16.75.1目录:/opt数据库:mariadb代理:nginx###1.开始安装#防火墙与selinux设置说明,如果已经关闭了防火墙和Selinux的用户请跳过设置systemctlstopfirewalldsetenfore0sed-i"s/SELINUX=enforcing/SELINUX=disabled/g"
分类:
其他好文 时间:
2020-03-12 10:10:25
阅读次数:
84