*IDEA没有eclipse的workspace概念,只有Project和module,一个Project由多个modules组成。 新建项目 新建模块 修改Tomcat配置 ①Server ②Deployment ...
分类:
Web程序 时间:
2020-05-28 12:56:02
阅读次数:
87
1 #!/usr/bin/env python 2 3 import json 4 import shutil 5 from ansible.module_utils.common.collections import ImmutableDict 6 from ansible.parsing.dat ...
开启监控模块 配置访问地址 location /nginxstatus { stub_status on; // 禁止将监控信息写入访问日志 access_log off; } 激活插件http_stub_status_module cd /usr/local/src/nginx-1.18.0 # ...
分类:
其他好文 时间:
2020-05-28 00:40:20
阅读次数:
97
转自https://www.cnblogs.com/jian-jia/archive/2019/11/24/11924371.html module a(b, c, d,...z);//module: 模块头 a:模块名 (b,c,d,...z):端口列表 input b;//输入声明 input ...
分类:
编程语言 时间:
2020-05-28 00:30:00
阅读次数:
90
oracle数据库获取uuid:select rawtohex(sys_guid()) from dual; mapper.xml实例 <insert id="insert" parameterType="net.topcheer.module.entity.TsOperateLog"> <sele ...
分类:
数据库 时间:
2020-05-27 20:42:54
阅读次数:
120
wasm是基于堆栈的虚拟机的二进制指令格式。在这次比赛中遇到,记录一下。 IDA反编译插件 下载地址:https://github.com/fireeye/idawasm 食用方法: install the python module: python.exe setup.py install man ...
分类:
其他好文 时间:
2020-05-27 18:23:19
阅读次数:
126
window terminal下添加alias 首先需要将window terminal的启动已powerShell打开的窗口,一半都是默认行为 github地址 https://github.com/DaiHangLin/my-power-shell-module 此項目是爲了在powerShel ...
2020/05/26 1、模Match块儿化开发的优点: 方便代码的管理,提高代码的复用性,降低代码耦合、每个模块儿都有自己的作用域 当前流行的模块儿化规范有:commonJS、AMD、CMD、ES6的import commonJS 是同步加载 主要实践者是node.js 模块儿输出用module. ...
分类:
其他好文 时间:
2020-05-27 15:11:58
阅读次数:
68
项目初始化 vue-element-admin 源码 git clone https://github.com/PanJiaChen/vue-element-admin cd vue-element-admin npm i npm run dev 若npm 报错 Cannot find module ...
分类:
其他好文 时间:
2020-05-27 12:31:19
阅读次数:
137
#外部文件使用django的models,需要配置django环境 import os if __name__ == '__main__': os.environ.setdefault("DJANGO_SETTINGS_MODULE", "singletablehw.settings") ## im ...
分类:
其他好文 时间:
2020-05-26 20:00:01
阅读次数:
59