摘要:
spring: datasource: db1: driver-class-name: com.mysql.cj.jdbc.Driver jdbc-url: jdbc:mysql://127.0.0.1:3306/db1 username: root password: root db2: driv 阅读全文
摘要:
默认情况下Nginx不支持Lua模块,需要安装LuaJIT解释器,并且重新编译Nginx,或者可使用国人开发的openrestry 需要的模块:LuaJIT,Ngx_devel和lua-nginx-module Luajit官网:https://luajit.org 环境准备 yum install 阅读全文
摘要:
原文地址https://www.cnblogs.com/weiguo21/p/7527026.html #指定nginx进程运行用户以及用户组 user www www; #nginx要开启的进程数为8 worker_processes 8; #全局错误日志文件 #debug输出日志最为详细,而cr 阅读全文
摘要:
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0//标注响应文件版本 oracle.install.option=INSTALL_DB_SWONLY//.只装数据库软 阅读全文
摘要:
ERROR: transport library not found: dt_socket FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_LOAD(196) 阅读全文
摘要:
1.到官网下载自己的版本 2.解压 3.解压后的文件转移,建议转移,错误少 mv 原位置 /usr/local/mysql 4. 创建数据位置 data文件夹和日志位置 log文件夹,位置自定义,再log 里面创建日志文件 touch error.log 5.检查是否存在mysql用户和mysql组 阅读全文
摘要:
原文地址:https://www.cnblogs.com/liuxianan/p/js-excel.html 所需插件地址:https://github.com/SheetJS/js-xlsx 兼容性: 主要js位置:dist文件夹下 普通html中直接引入 xlsx.core.min.js web 阅读全文
摘要:
#查看开放的端口 firewall-cmd --list-ports 阅读全文
摘要:
原文地址:https://blog.csdn.net/qq_41299195/article/details/83116289 菜单父级 <ul class="layui-nav" id="nav" layui-filter="test"></ul> 解决方法 $(function () { $.a 阅读全文
摘要:
终于有个能用的,记下来 * * $VAR1$ $params$ * @return $returns$ * @author zyt * @date $date$ $time$ */ params的默认值 groovyScript("def result=''; def params=\"${_1}\ 阅读全文