摘要:
accesslog url 请求次数 排序 阅读全文
摘要:
nginx gateway spring prefix 404 阅读全文
摘要:
sed -i '/prompt/d' user_object.sqlsed -i '/spool/d' user_object.sqlsed -i '/set define/d' user_object.sql 删除plsql导出的Oracle用户对象中自带的"prompt","spool","se 阅读全文
摘要:
Git for Windows. 国内直接从官网(http://git-scm.com/download/win)下载比较困难,需要FQ。这里提供一个国内的下载站,方便网友下载 找不到想要的版本?您可以访问 淘宝 NPM 的 Git for Windows 索引页 以下载更多版本 https://n 阅读全文
摘要:
select to_char(sysdate, 'IYYY-IW') week_seq, trunc(sysdate, 'IW') Monday, trunc(sysdate, 'IW') + 6 Sunday from dual; 阅读全文
摘要:
=LOWER(LEFT(B1,1))&MID(SUBSTITUTE(PROPER(B1)," ",""),2,100) B1是数据源,PROPER是替换字符串的函数 阅读全文
摘要:
docker run p 6379:6379 d redis:latest redis server 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the 阅读全文
摘要:
maven私服nexus 切换到安装目录 cd /usr/local/nexus/bin/ 执行启动程序 ./nexus start docker 启动 Redis docker run -p 6379:6379 -d redis:latest redis-server 阅读全文
摘要:
首先,在web.xml中加载配置文件 然后配置缓存管理器,开启注解支持等 然后在相应方法上添加@Cacheable、@CachePut、@CacheEvict等注解 阅读全文