上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: React 基础 react.development.js 核心js react-dom.development.js dom渲染js文件 有先后顺序 使用...展开语法: let arr = [1,2,3,4]; console.log(...arr) // 1,2,3,4 内联样式写法: <in 阅读全文
posted @ 2021-05-27 21:30 qukaige 阅读(60) 评论(0) 推荐(0)
摘要: 创建mendix组件项目 ### nodejs 版本 node -v v16.15.0 npm -v 8.5.5 ### 创建项目 npx @mendix/generator-widget EmptyDemo 参考: https://www.cnblogs.com/xps-03/p/12421600 阅读全文
posted @ 2021-05-18 15:11 qukaige 阅读(100) 评论(0) 推荐(0)
摘要: 简介: 定义,运行多个容器, 使用yaml配置文件,command 命令有哪些? 1. dockerFile 2. 定义service docker-compose.yml 3. docker-compose up docker-compose up --build # 启动会重新构建 docker 阅读全文
posted @ 2021-05-11 20:30 qukaige 阅读(92) 评论(0) 推荐(0)
摘要: 1. 必要环境 请确保已安装 node npm webpack 2.创建一个test文件夹 mkdir test && cd test && npm init 3. 创建 webpack.dev.config.js const path = require('path') const {CleanW 阅读全文
posted @ 2021-05-10 19:19 qukaige 阅读(89) 评论(0) 推荐(0)
摘要: 请确保已经安装完一下命令: npm node webpack zip cp 命令 1. 安装 mendix-cli npm install mendix-cli -g 2. 创建widget项目 mendix create widgetName 3. 执行命令 cd widgetName && np 阅读全文
posted @ 2021-05-10 18:37 qukaige 阅读(372) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/violet_echo_0908/article/details/50129679 netstat -ano | findstr 80 //列出进程极其占用的端口,且包含 80 tasklist | findstr 9268 //第二步, 据进程号寻找进程 阅读全文
posted @ 2021-05-10 11:29 qukaige 阅读(83) 评论(0) 推荐(0)
摘要: #修改字MySQL字符集 vim mysql/conf/my.cnf #添加下面代码: [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] init_connect='SET collatio 阅读全文
posted @ 2021-04-23 23:24 qukaige 阅读(66) 评论(0) 推荐(0)
摘要: pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2021-03-26 11:25 qukaige 阅读(44) 评论(0) 推荐(0)
摘要: elasticsearch 学习 https://www.cnblogs.com/qdhxhz/p/11493677.html es 基础概念: 索引index: 案由相同属性的文档集合 类型type: 索引可以定义一个或多个类型,文档必须属于一个类型 文档document: 文档是可以被索引的基本 阅读全文
posted @ 2021-03-16 17:59 qukaige 阅读(73) 评论(0) 推荐(0)
摘要: 需要的jar <dependency> <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>javax. 阅读全文
posted @ 2021-03-12 13:59 qukaige 阅读(3916) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页