上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页
摘要: spring.resources.static-locations=classpath:/static,classpath:/public,classpath:/resources,classpath:/META-INF/resources 参考资料:1.https://blog.csdn.net/ 阅读全文
posted @ 2018-12-25 10:36 酸奶加绿茶 阅读(297) 评论(0) 推荐(0)
摘要: 命令:virt-manager 可以查看已经安装的虚拟机 参考文档:1.https://blog.csdn.net/qq_39452428/article/details/80781403 阅读全文
posted @ 2018-12-19 16:29 酸奶加绿茶 阅读(219) 评论(0) 推荐(0)
摘要: 将项目从码云clone到IntelliJ IDEA https://blog.csdn.net/wust_lh/article/details/68068176 用IDEA上传本地项目到码云/Github https://blog.csdn.net/zsyoung/article/details/7 阅读全文
posted @ 2018-12-18 09:26 酸奶加绿茶 阅读(209) 评论(0) 推荐(0)
摘要: 1. mvn install:install-file -Dpackaging=jar -DgroupId=com.baidu -DartifactId=ueditor -Dversion=1.1.1 -Dfile=D:\ueditor-1.1.2.jar 参考资料1.https://blog.cs 阅读全文
posted @ 2018-12-13 19:25 酸奶加绿茶 阅读(205) 评论(0) 推荐(0)
摘要: oracle11g 设置memory_target的值,开启AMM(Auto Memory Management),剩下的Oracle就可以自动维护了 参考:1.https://www.cnblogs.com/sddychj/p/7883218.html 2.https://www.cnblogs. 阅读全文
posted @ 2018-12-10 17:37 酸奶加绿茶 阅读(311) 评论(0) 推荐(0)
摘要: /dev/shm 在oracle开启AMM时发现/dev/shm下的空间不够用 WARNING: You are trying to use the MEMORY_TARGET feature. This feature requires the /dev/shm file system to be 阅读全文
posted @ 2018-12-10 16:21 酸奶加绿茶 阅读(420) 评论(0) 推荐(0)
摘要: 参考:https://czmmiao.iteye.com/blog/1478465 阅读全文
posted @ 2018-12-10 10:41 酸奶加绿茶 阅读(160) 评论(0) 推荐(0)
摘要: https://pan.baidu.com/s/1nvUfAI1 阅读全文
posted @ 2018-12-07 11:47 酸奶加绿茶 阅读(142) 评论(0) 推荐(0)
摘要: -- 数据字典 SELECT (case when a.colorder=1 then d.name else '' end)表名, a.colorder 字段序号, a.name 字段名, (case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 阅读全文
posted @ 2018-12-07 09:01 酸奶加绿茶 阅读(170) 评论(0) 推荐(0)
摘要: 一、产品介绍 Nginx("engine x")是一款是由俄罗斯的程序设计师Igor Sysoev所开发高性能的 Web和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 在高连接并发的情况下,Nginx是Apache服务器不错的替代品。 二、安装部署 下载:wget htt 阅读全文
posted @ 2018-12-03 09:57 酸奶加绿茶 阅读(180) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页