昔不亏 昔不亏
4年前
「Vue — css」使用sass/scss并定义全局变量
1:安装sassnodelanguagecnpminstallsassnodesavedev2:安装sassloaderlanguagecnpminstallsassloadersavedev3:在vue.config.js中进行配置languagemodule.exportscss:loaderOptions:s
Wesley13 Wesley13
3年前
MySQL 性能监控4大指标——第二部分
【编者按】本文作者为JohnMatson,主要介绍mysql(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.oneapm.com%2Ftagsmysql.htmltoringmysqlperformancemetrics%2F)性能监控应该关注的4大指标。第
Stella981 Stella981
3年前
Spring Boot 2.x基础教程:使用Flyway管理数据库版本
之前已经介绍了很多在SpringBoot中使用MySQL的案例,包含了SpringBoot最原始的JdbcTemplate(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.didispace.com%2Fspringbootlearning2131%2F)、Spr
Wesley13 Wesley13
3年前
Java project 中获取hibernate的Configuration的2种方式
   方式一、通过hibernate.cfg.xml文件配置        1.hibernate.cfg.xml<?xmlversion"1.0"encoding"UTF8"?<!DOCTYPEhibernateconfigurationPUBLIC"//Hiberna
Stella981 Stella981
3年前
Hibernate简单学习总结
1.hibernate.cfg.xml配置<!DOCTYPE hibernateconfiguration PUBLIC"//Hibernate/Hibernate Configuration DTD 3.0//EN""http://www.hibernate.org/dtd/hibernateconfigurat
Stella981 Stella981
3年前
Bifrost 位点管理 之 异构中间件实现难点(1)
Bifrost面向生产环境的MySQL同步到Redis,MongoDB等服务的异构中间件(https://my.oschina.net/u/4233862/blog/3138875)源码下载(你的点击star就是对Bifrost最大的支持!!!):Github(https://www.oschina.net
Wesley13 Wesley13
3年前
mysql命令行下将数据导出成excel文件(.xls格式) (转)
在mysql命令行下执行以下sql语句:mysqlselect\fromxi\_tableintooutfile’/tmp/test.xls’;一句话搞定。linux系统尽量导出在/tmp目录下,不会涉及读写权限问题!导出为txt文件:select\fromxi\_tableintooutfile’/tmp/
Stella981 Stella981
3年前
REST in Action 《REST 实战》
本书部分目录RESTOverview总览GettingStarted开始ExploringtheNewlyCreatedProject探索新项目RapidDevelopment快速开发CustomResourceConfig自定义资源配置HandleJSONandX
Wesley13 Wesley13
3年前
mysql基础知识语法汇总整理(二)
mysql基础知识语法汇总整理(一)(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fcxx8181602%2Fp%2F9525950.html)insert/insert/insertinto表名(字段列表)
Stella981 Stella981
3年前
Spring Annotation 详解
(1)、<context:componentscanbasepackage"\.\"/ 该配置隐式注册了多个对注解进行解析的处理器,如: AutowiredAnnotationBeanPostProcessor      CommonAnnotationBeanPostProcessor Pers