With NGINX 1.9.11 onwards the way config shell file should be written has changed. It is still compatible with the old method but the new method should be used if the module is intended to be a dynami...
转载 2021-07-21 16:33:30
10000+阅读
With NGINX 1.9.11 onwards the way config shell file should be written has changed. It is still compatible with the old method but the new method should be used if the module is intended to be a dynami...
原创 2021-07-12 15:33:32
210阅读
SpringBoot 集成 Redis 示例1.引入依赖<!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter
转载 2024-05-31 16:15:49
100阅读
rche 033----unit9   config the bash shell
原创 2009-05-26 10:31:03
1286阅读
Kubernetes (K8S) 是一个开源的容器管理平台,可以帮助开发者快速部署、扩展和管理容器化应用程序。在实际应用中,config/config.php 文件通常用来存储应用程序的配置信息,比如数据库连接信息、API密钥等,方便开发者在不同环境中调整配置而不需要修改代码。 下面我将详细介绍如何实现一个 config/config.php 文件,并指导你如何在应用程序中使用这个配置文件。
原创 2024-05-30 10:54:14
174阅读
1.MyCacheConfig import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.PropertyAccessor; import com.fasterxml ...
转载 2021-10-06 15:07:00
166阅读
2评论
const PrerenderSPAPlugin = require('prerender-spa-plugin'); const Renderer = PrerenderSPAPlugin.PuppeteerRenderer; const path = require('path'); funct ...
转载 2021-10-22 15:19:00
174阅读
2评论
mysql 的各种配置,文件路径dataDir# 文件路径show variables like '%datadir%';# 独立表空间show VARIABLES like 'innodb_file_per_table'## 这个目录就是mysql配置的根目录## binlog## undo log ## redo log
原创 2022-01-10 10:12:51
201阅读
作用:集中管理配置文件 config服务端配置: 配置文件放在git远程仓库 新建Module
原创 2022-10-01 07:56:51
47阅读
使用kubectl通过终端连接到k8s集群之后。可以设置要在那个命名空间下进行操作。查看当前的工作上下文#kubectl config view apiVersion: v1 clusters: - cluster: certificate-authority-data: REDACTED server: https://130.211.122.180 name: lithe-
转载 2023-05-31 00:23:28
121阅读
Spark config配置项 一览env配置序列化配置Rpc.Nettyyarn lib中的jar和用户自己的高版本jar 处理加载 先后顺序(spark程序jar与spark lib jar冲突,加载顺序)广播内存划分shuffleClassLoaderBlockMananger env配置SPARK_PRINT_LAUNCH_COMMAND -> true 表示在spark-subm
转载 2023-08-10 11:27:46
306阅读
        搞了半天终于是安装好了基础的开发平台和集成开发环境,当我们打开pycharm新建一个project之后再新建一个py文件,此刻你以为我们可以开始写代码了,结果发现上面老有一行字提示:        这是因为我们给配置相应的编
那天匆忙中,在一台centos5.5服务器的ssh_config中修改了port号,结果从其他客户端ssh死活连不上。后来才发现有ssh_config和sshd_config两个文件。随后百度了一篇文章贴在这里方便自己学习。更巧的是,最近正在为寻找一款能在xp下使用且安全的远程vsftpd服务器维护工具而苦恼,这篇文章中介绍的sshsecureshellclient_3_2_9.exe正好派上用场
转载 精选 2011-02-09 09:55:05
2041阅读
make defconfig/DEVTMPFS/EXT.../DEPRECATED...
原创 2014-10-16 04:41:23
564阅读
1.配置文件unit 单位对大小写不敏感2.包含其他配置文件  网络bind 127.0.0.1 -::1  #绑定的IPprotected-mode yes #保护模式port 6379  #端口设置通用配置daemonize yes  #以守护进程的方式运行 默认是no 需要手动开启pidfile /var/run/redis_6379.pid
转载 2024-09-22 11:17:47
77阅读
Redis 的配置文件位于 Redis 安装目录下,文件名为 redis.conf(Windows 名为 redis.windows.conf)。你可以通过 CONFIG 命令查看或设置配置项。语法Redis CONFIG 命令格式如下:​​redis 127.0.0.1:6379> CONFIG GET CONFIG_SETTING_NAME​​
转载 2020-12-03 14:48:45
176阅读
SpringCloud Config为分布式系统中的外部配置提供服务器和客户端支持。 使用Config Server,您可以在所有环境中管理应用程序的外部属性。客户端和服务器上的概念映射与Spring Environment和PropertySource抽象相同,因此它们与Spring应用程序非常契合,但可以与任何以任何语言运行的应用程序一起使用。随着应用程序通过从开发人员到测试和生产的部署流程,
转载 2024-04-07 08:16:51
23阅读
python中配置文件的格式为:中括号[]内包含section,例如conf.cfg文件内容如下: [db] db_passwd =test user=test [host] ip=1 name=2 注:在该文件中,有两个section,分别为db,host。在db
转载 2024-01-26 21:02:53
180阅读
 https://stor.51cto.com/art/201909/602812.htm接下来详细介绍一下如何配置这两个参数,有两种方式进行配置,以下截图全部使用了redis -5.0.5版本 :方式一:通过配置redis.conf文件进行配置。通过修改redis .conf文件之后重启redis服务 , 配置即可生效 。方式二:通过CONFIG命令进行动态配置配置查询时间超过1毫秒的
转载 2024-02-09 18:32:51
102阅读
 一、介绍我们一般使用kubectl去操作K8S集群,如部署Pod,获取node信息,获取pod信息,获取svc信息,删除某个svc等。那我们就需要有个目标,具体是操作哪个K8S集群,操作权限等。kubectl默认会从$HOME/.kube目录下查找文件名为 config 的文件,也能通过设置环境变量 KUBECONFIG 或者通过设置去指定其它
转载 2023-07-23 20:19:57
99阅读
  • 1
  • 2
  • 3
  • 4
  • 5