转自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 ...
1,使用copy模块时,src 路径可以不用写,直接写要copy的文件名称即可 ansible 自己会根据一定的规律来遍历路径,是否存在该文件(拷贝的对象) 1. [root@localhost kafka]# tree . ├── hosts │ ├── kafka_hosts │ └── kaf ...
分类:
其他好文 时间:
2020-05-27 15:33:11
阅读次数:
231
案例一般在ansible当中去修改某个文件的单行进行替换的时候需要使用lineinfile模式name:关闭SElinuxlineinfile:dest:/etc/selinux/configregexp:"^SELINUX="line:"SELINUX=disabled"比如替换selinux当中的以SELINUX开头的行,替换为disabledline参
分类:
系统相关 时间:
2020-05-27 15:30:53
阅读次数:
803
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
创建新项目: ng new angularproject 创建依赖: npm install 安装组件: ng g component components/home ng g component components/pcontent 在app-routing.module.ts里面配置路由 im ...
分类:
编程语言 时间:
2020-05-26 10:33:31
阅读次数:
114