推荐
专栏
教程
课程
飞鹅
本次共找到5800条
mysql主从配置
相关的信息
Wesley13
•
4年前
SOCKET选项
1. IP\_TRANSPARENT\1\socket设置该选项后,可以处理发往非本机的数据包。 \2\使用流程: 配置防火墙和路由:iptablestmangleAPREROUTING!d10.0.110.250ptcpjTPROXYonport10000on
Stella981
•
3年前
PHP7中用opcache.file_cache导出脚本opcode实现源代码保护
停止phpfpm(apache同理):sudo/png/php/7.0.0/png\_fpmstop创建opcode缓存目录:mkdirm777/png/php/opcache\_file\_cache在php.ini中配置:zend\_extension/png/php/7.0.0/lib/php/
Easter79
•
3年前
SpringCloudAlibaba(2)
1\.以单机模式启动Nacous,启动命令startup.cmdmstandalone2.使用postman向NacosServer发布配置:dataId为example.properties,内容为useLocalCachetruehttp://127.0.0.1:8848/nacos/v1/cs/configs?dat
Stella981
•
3年前
Spring 使用注解方式进行事务管理
使用步骤:步骤一、在spring配置文件中引入<tx:命名空间<beansxmlns"http://www.springframework.org/schema/beans" xmlns:xsi"http://www.w3.org/2001/XMLSchemainstance" xmlns:tx"http
Wesley13
•
4年前
11月14日任务
一、安装Git \如果你已经安装好了Git,可以忽略这一步 CentOS安装Git:yuminstallgit 查看Git版本信息:gitversion 配置Git用户信息:gitconfigglobaluser.name"woider"gitconfigglob
Wesley13
•
4年前
NFS远程目录挂载
服务端IP:192.168.0.177客户端IP:192.168.0.1751、NFS服务端配置。查看nfsutils是否安装rpmqanfsutils yuminstallnfsutilsyuminstallrpcbind (注:如果安装不成功,肯定是连接不了外网)(1)修改
Wesley13
•
4年前
Ubuntu apt更换为阿里源
apt源配置在/etc/apt/sources.list,首先备份一下:cd/etc/apt/cpsources.listsources.list.bak然后修改sources.list为:debhttp://mirrors.aliyun.com/ubuntu/xenialmainrest
Easter79
•
3年前
Spring支持多数据源的@Transactional事务注解
1、配置事务注解驱动、每个数据源对应的事务管理器,并定义“限定符”<tx:annotationdriven/ <bean id"transactionManager1" class"org.springframework.jdbc.DataSourceTransactionManager" ...
Stella981
•
3年前
C# 读取资源文件.resx 中的xml资源
主要是以字符串的形式来读取xml,然后通过遍历读取节点,通过节点属性名称获取属性值///<summary///初始化OPC参数配置///</summary///<returns</returnspublicstaticOCPParamsDefineInitOPCParamsConfig(){OCP
1
•••
353
354
355
•••
580