Easter79 Easter79
3年前
systemctl中添加mysql服务
由于mysql的版本更新,许多术语有了新含义,所以需要特别指出,mysqld.service等价于mysqldvim/usr/lib/systemd/system/mysqld._service_\Unit\DescriptionMySQLCommunityServerAfternetwork.target
Stella981 Stella981
3年前
Maven配置文件中 mirror和repository的区别及中央仓库配置大全
1、Maven配置文件中mirror和repository的区别1.1repositoryrepository就是个仓库,maven里有两种仓库,LocalRepository(本地仓库)和RemoteRepository(远程仓库)。!(https://oscimg.oschina.net/oscnet/up0
Stella981 Stella981
3年前
Spring boot配置文件 application.properties
本文记录SpringBootapplication.propertis配置文件的相关通用属性COMMONSPRINGBOOTPROPERTIESThissam
Wesley13 Wesley13
3年前
ThinkPHP Mysql表结构修改类
<?php/\ \  mysql表结构处理类 \  创建数据表,增加,编辑,删除表中字段 \ \/classMysqlManage{  /\   \创建数据库,并且主键是aid   \table要查询的表名   \/  functionc
Stella981 Stella981
3年前
AmpOne V1.0 版本发布
AmpOne!(https://static.oschina.net/uploads/space/2017/0615/183211_6w8f_2275181.png)基于Windows平台的Apache、PHP、Mysql极简轻量级开发环境|OneintergratedtoolspackageofApache
可莉 可莉
3年前
14.1 NFS介绍 14.2 NFS服务端安装配置 14.3 NFS配置选项
第14章NFS服务搭建与配置14.1NFS介绍NFS(NetworkFileSystem)即网络文件系统,是FreeBSD支持的文件系统中的一种,它允许网络中的计算机之间通过TCP/IP网络共享资源。在NFS的应用中,本地NFS的客户端应用可以透明地读写位于远端NFS服务器上的文件,就像访
Easter79 Easter79
3年前
SpringBoot2.0 配置Log4j2记录日志
pom.xml配置<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter</artifactId<exclusions
可莉 可莉
3年前
13.6 SpringBoot集成Mongodb开发问题@EnableMongoRepositories路径配置
13.6SpringBoot集成Mongodb开发问题@EnableMongoRepositories路径配置APPLICATIONFAILEDTOSTARTDescription:Paramete
Stella981 Stella981
3年前
SpringBoot2.0 配置Log4j2记录日志
pom.xml配置<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarter</artifactId<exclusions
分布式数据库 Join 查询设计与实现浅析 | 京东云技术团队
文章从常用的关系型数据库MySQL的分库分表Join分析,再到非关系型ElasticSearch来分析Join实现策略。逐步深入Join的实现机制。