MySQL下载教程请参考:http://xiazai.cuohei.com/ 。创建MySQL虚拟用户useradd -s /sbin/nologin -M mysql 。创建目录mkdir -p /server/toolsmkdir -p /opt/mysqlmkdir -p /data/mysq ...
分类:
数据库 时间:
2021-06-02 12:18:47
阅读次数:
0
1.背景知识 有些情况下我们需要跨字符集进行表的迁移。 比如 ZHS16GBK->AL32UTF8 在存储中文时两个字符集有如下差异 |字符集| 中文字符占用字节 |以汉字存储性别 | | | | | |ZHS16GBK | 2 | char(2) | |AL32UTF8 | 3 | char(3) ...
分类:
Web程序 时间:
2021-06-02 12:09:50
阅读次数:
0
推荐文章 前言 Spring Boot Admin 是一个管理和监控你的 Spring Boot 应用程序的应用程序。这些应用程序通过 Spring Boot Admin Client(通过 HTTP)注册或者使用 Spring Cloud(例如 Eureka)发现。UI只是 Spring Boot ...
分类:
编程语言 时间:
2021-06-02 12:05:42
阅读次数:
0
发送 namespace SignalR.Client { public class ClientManage { public static readonly ClientManage Instance; private static IHubProxy proxy; static ClientM ...
分类:
其他好文 时间:
2021-06-02 11:56:01
阅读次数:
0
创建两个项目,服务提供者service-offer和服务消费者service-consumer 一、service-offer的pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot ...
分类:
其他好文 时间:
2021-06-02 11:44:54
阅读次数:
0
FastReport .NET 2021.3的新版本在演示应用程序中实现了HiDPI支持。添加了用于嵌入Blazor Server应用程序的Razor组件。XODT和XODS有新的出口。FastReport OpenSource版本现在可以导入DevExpress,List和Label以及SQL S... ...
分类:
Web程序 时间:
2021-06-02 11:41:35
阅读次数:
0
LINUX samba配置共享文件目录 1.使用rpm -qa|grep samba 查看是否安装samba samba-winbind-clients-3.5.4-68.el6.x86_64 samba-3.5.4-68.el6.x86_64 samba-client-3.5.4-68.el6.x ...
简述 Servlet是server applet的缩写,意思是运行在服务器端的小程序。 Servlet就是一个接口,定义了Java类被浏览器访问到(tomcat识别)的规则。 所以我们可以自定义一个类,继承servlet接口,复写方法。 servlet的配置 servlet在WEB-INF下的web ...
分类:
其他好文 时间:
2021-06-02 10:54:19
阅读次数:
0
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include <netinet/in.h> ...
分类:
其他好文 时间:
2021-06-02 10:49:05
阅读次数:
0
##1.1 总体介绍 1、项目会使用一个Dept部门模块做一个微服务通用案例 Consumer消费者(Client)通过REST调用Provider提供者(Server)提供的服务。 Maven的分包分模块架构 一个简单的Maven模块结构是这样的: -- app-parent:一个父项目(app- ...
分类:
编程语言 时间:
2021-06-02 10:32:21
阅读次数:
0