会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
求知若饥,虚心若愚。
[Stay Hungry, Stay Foolish.]
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
20
21
22
23
24
25
26
27
28
···
58
下一页
2018年12月25日
Spring Boot:如何配置静态资源的地址与访问路径
摘要: 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)
2018年12月19日
CentOS7.4安装部署KVM虚拟机
摘要: 命令:virt-manager 可以查看已经安装的虚拟机 参考文档:1.https://blog.csdn.net/qq_39452428/article/details/80781403
阅读全文
posted @ 2018-12-19 16:29 酸奶加绿茶
阅读(219)
评论(0)
推荐(0)
2018年12月18日
码云IntelliJ IDEA
摘要: 将项目从码云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)
2018年12月13日
springboot
摘要: 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)
2018年12月10日
Oracle 11g 的 自动内存管理
摘要: 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大小 tmps
摘要: /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)
oracle hint
摘要: 参考:https://czmmiao.iteye.com/blog/1478465
阅读全文
posted @ 2018-12-10 10:41 酸奶加绿茶
阅读(160)
评论(0)
推荐(0)
2018年12月7日
oracle资源
摘要: https://pan.baidu.com/s/1nvUfAI1
阅读全文
posted @ 2018-12-07 11:47 酸奶加绿茶
阅读(142)
评论(0)
推荐(0)
sqlserver 导出数据字典
摘要: -- 数据字典 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)
2018年12月3日
Linux7 NGINX安装
摘要: 一、产品介绍 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
下一页
公告