<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[JustinChia的博客]]></title><description><![CDATA[知而不行是为不知；行而不知可以至知。过而能知，可以为明；知而能改，可以跋圣。]]></description><link>https://blog.csdn.net/computer1024</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; computer1024]]></copyright><item><title><![CDATA[【无标题】]]></title><link>https://blog.csdn.net/computer1024/article/details/154391828</link><guid>https://blog.csdn.net/computer1024/article/details/154391828</guid><author>computer1024</author><pubDate>Tue, 04 Nov 2025 12:36:09 +0800</pubDate><description><![CDATA[本文档介绍如何在离线环境中部署 Dify 插件，包括插件下载、打包、配置和安装的完整流程。参考文档：https://blog.csdn.net/qq_28086791/article/details/149284213。]]></description><category></category></item><item><title><![CDATA[解决EXSI 识别不到SSD问题]]></title><link>https://blog.csdn.net/computer1024/article/details/122923051</link><guid>https://blog.csdn.net/computer1024/article/details/122923051</guid><author>computer1024</author><pubDate>Mon, 14 Feb 2022 13:59:01 +0800</pubDate><description><![CDATA[买了一个爱国者P2000 SSD，可是EXSI （6.7.0 Update 3 ）识别不到，经过尝试，下面的方法可用：



ESXi从6.7U2开始支持NVME1.3，删除了许多旧的消费级型号，必须利用旧版驱动。

从VMware-VMvisor-Installer-6.7.0-8169922.x86_64.iso根目录中找到NVME.V00，

复制到EXSI 的/bootbank目录下替换原来文件，ESXI7 需要把NVME.V00 改名为nvme_pci.v00，替换原文件。



参考：

升级到]]></description><category></category></item><item><title><![CDATA[CentOS7 安装 RabbitMQ （3.9.13）]]></title><link>https://blog.csdn.net/computer1024/article/details/122632532</link><guid>https://blog.csdn.net/computer1024/article/details/122632532</guid><author>computer1024</author><pubDate>Sat, 22 Jan 2022 03:47:21 +0800</pubDate><description><![CDATA[RabbitMQ的安装文章有很多，下面这篇写的很详细了，我仅把我安装时用到的命令提取出来仅供参考。RabbitMQ超详细安装教程（Linux）_欢迎来到 Baret~H 的博客-CSDN博客_linux rabbitmq安装目录1、简介2、下载安装启动RabbitMQ2.1、下载RabbitMQ2.2、下载Erlang2.3、安装Erlang2.4、安装RabbitMQ2.5、启动RabbitMQ服务3、RabbitMQWeb管理界面及授权操作3.1、安装启动RabbitMQWeb管理界面3.2、添加远程用]]></description><category></category></item><item><title><![CDATA[Vue3+Echart+百度地图 显示热力图]]></title><link>https://blog.csdn.net/computer1024/article/details/122389184</link><guid>https://blog.csdn.net/computer1024/article/details/122389184</guid><author>computer1024</author><pubDate>Sun, 09 Jan 2022 00:58:07 +0800</pubDate><description><![CDATA[index.html加入


&lt;script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&amp;ak=&lt;你的AK&gt;"&gt;&lt;/script&gt;

.Vue文件引入echart bmap


&lt;template&gt;
&lt;div :ref="refs.elChart" style="width: 100%;height: 800px;background-color:#ececec"&]]></description><category></category></item><item><title><![CDATA[Vue-Cli 4.0 CDN方式使用view-design (iview4)]]></title><link>https://blog.csdn.net/computer1024/article/details/121044687</link><guid>https://blog.csdn.net/computer1024/article/details/121044687</guid><author>computer1024</author><pubDate>Fri, 29 Oct 2021 23:28:52 +0800</pubDate><description><![CDATA[使用CDN方式加载view-design可明显减小chunk-vendors.js 文件尺寸，提高页面加载速度。



配置方法如下：

1. 在vue.config.js里增加 configureWebpack，表示Vue和view-design从外部CDN加载。


configureWebpack: {
	externals: {
	    vue:"Vue",
		"view-design": "iview"
	}
},

注意：不能仅从外部加载view-design会报错，必须同时从外部加载Vu.]]></description><category></category></item><item><title><![CDATA[vForm自定义组件说明]]></title><link>https://blog.csdn.net/computer1024/article/details/120663184</link><guid>https://blog.csdn.net/computer1024/article/details/120663184</guid><author>computer1024</author><pubDate>Sat, 09 Oct 2021 03:29:40 +0800</pubDate><description><![CDATA[自定义组件
一、自定义组件说明
自定义组件包括vue文件和配置文件
配置文件格式:
[
	{
		type:"",					组件定义的名称 即组件vue文件 export default{ name:"" } 定义的名称
		icon:"",					显示在widget-panel的组件图标，可以是iconfont图标或其他图标
		plugin:true,				标记是自定义组件，这个为true就行了
		formItemFlag:true,			标记显示fromItem
		options:{					]]></description><category></category></item><item><title><![CDATA[DataAPI]]></title><link>https://blog.csdn.net/computer1024/article/details/96316005</link><guid>https://blog.csdn.net/computer1024/article/details/96316005</guid><author>computer1024</author><pubDate>Wed, 17 Jul 2019 15:42:56 +0800</pubDate><description><![CDATA[查询数据

URL: data/query
Method: POST
Content-Type: application/json

{
	"query": {
		"key": {
			"key": "id",
			"operator": "=",
			"value": 5
		},
		"operator": "or",
		"value": {
			"key": {
				"key...]]></description><category></category></item><item><title><![CDATA[Nginx+PHP 部署 CMS和ThinkPHP框架商城]]></title><link>https://blog.csdn.net/computer1024/article/details/83137663</link><guid>https://blog.csdn.net/computer1024/article/details/83137663</guid><author>computer1024</author><pubDate>Thu, 18 Oct 2018 06:09:56 +0800</pubDate><description><![CDATA[记录一下采用Nginx服务器配置开源CMS+开源PHP商城的方法。
CMS部署在根目录
商城部署在store的虚拟目录
PHP商城的配置遇到一些麻烦，商城所采用的是ThinkPHP框架，访问路径类似于：http://www.****.cn/store/index.php/home/index.html 需要解析出/home/index.html 作为模块名称，否则商城无法正确的识别二级目录和模块。...]]></description><category></category></item><item><title><![CDATA[OpenShift中端口无法访问的问题]]></title><link>https://blog.csdn.net/computer1024/article/details/79783860</link><guid>https://blog.csdn.net/computer1024/article/details/79783860</guid><author>computer1024</author><pubDate>Mon, 02 Apr 2018 03:43:11 +0800</pubDate><description><![CDATA[事情是这样的… 我在OpenShift （用Kubernetes也是一回事）中安装了mysql ，并创建了NodePort 映射到了Master节点的端口上，但在外网用客户端死活无法连接上。

照着下面都检查了一遍： 
检查容器中的端口映射是不是正确，3306映射到外网的31008 –OK 
检查mysql的 监听的端口，用户是否开启远程登录权限  —OK 
检查防火墙是否开启了对应的端口，发现防...]]></description><category></category></item><item><title><![CDATA[OpenShift/Kubernetes 创建PostgreSQL 权限不足的问题]]></title><link>https://blog.csdn.net/computer1024/article/details/78897865</link><guid>https://blog.csdn.net/computer1024/article/details/78897865</guid><author>computer1024</author><pubDate>Mon, 25 Dec 2017 23:10:30 +0800</pubDate><description><![CDATA[在部署PostgreSQL的时候遇到了权限不足的问题
  chmod: changing permissions of ‘/var/lib/postgresql/data’: Permission denied
最后查看文档，在创建Pod，绑定mountPath 时加上:z 就好了 
PostgreSQL文档
  You can also set the following mount points]]></description><category></category></item><item><title><![CDATA[开源IoT 平台Kaa 安装 （CentOS 7 ）]]></title><link>https://blog.csdn.net/computer1024/article/details/78883121</link><guid>https://blog.csdn.net/computer1024/article/details/78883121</guid><author>computer1024</author><pubDate>Sun, 24 Dec 2017 00:38:30 +0800</pubDate><description><![CDATA[这套安装脚本是单节点安装 Kaa (v0.10.0) ，如果有问题或者安装的是其他版本，请参考官方文档。官方文档的几个坑还都比较小，都是下载文件404问题，我这里都做了更新。主要流程 
1. 安装第三方运行环境和中间件
  JDK 8 
  PostgreSQL 9.4 or MariaDB 5.5.  本文选用MariaDB 
  MongoDB 2.6.9 or Cassandra 3.5 本文]]></description><category></category></item><item><title><![CDATA[OpenShift Origin 疑难杂症]]></title><link>https://blog.csdn.net/computer1024/article/details/78882950</link><guid>https://blog.csdn.net/computer1024/article/details/78882950</guid><author>computer1024</author><pubDate>Sat, 23 Dec 2017 23:44:04 +0800</pubDate><description><![CDATA[

1.Pod 启动时一直处在 Container Creating状态
2.Pod数量限制
3. 无法弹性伸缩
4. Docker Hub 下载镜像







1.Pod 启动时一直处在 Container Creating状态

The pod has been stuck in the pending state for more than five minutes


  
  检查P...]]></description><category></category></item><item><title><![CDATA[OpenShift Origin v3.7 端口转发]]></title><link>https://blog.csdn.net/computer1024/article/details/78348579</link><guid>https://blog.csdn.net/computer1024/article/details/78348579</guid><author>computer1024</author><pubDate>Thu, 26 Oct 2017 02:22:42 +0800</pubDate><description><![CDATA[使用O



{
    "apiVersion": "v1",
    "kind": "Service",
    "metadata": {
        "name": "mariadb-nodeport"
    },
    "spec": {
        "type": "NodePort",
        "ports": [
            {]]></description><category></category></item><item><title><![CDATA[OpenShift Origin v3.7 创建router]]></title><link>https://blog.csdn.net/computer1024/article/details/78348280</link><guid>https://blog.csdn.net/computer1024/article/details/78348280</guid><author>computer1024</author><pubDate>Wed, 25 Oct 2017 23:49:44 +0800</pubDate><description><![CDATA[创建route时一直提示 The route is not accepting traffic yet because it has not been admitted by a router。终于发现原来三低级错误,没有创建router，以为使用ansible安装openshift的时候会自动创建router的，这个坑，发现真相的我眼泪掉下来…router创建方法为Router使用Service]]></description><category></category></item><item><title><![CDATA[OpenShift Origin v3.7 配置NFS存储]]></title><link>https://blog.csdn.net/computer1024/article/details/78314812</link><guid>https://blog.csdn.net/computer1024/article/details/78314812</guid><author>computer1024</author><pubDate>Mon, 23 Oct 2017 01:16:40 +0800</pubDate><description><![CDATA[安装nfs服务
  yum  -y install nfs-utils rpcbind
创建存储目录
  mkdir -p /exports/pv0001 
  chown nfsnobody:nfsnobody  /exports/ -R 
  echo “/exports/pv0001 *(rw,sync,all-squash)” >> /etc/exports 
  exportfs -r
启]]></description><category></category></item><item><title><![CDATA[OpenShift Origin v3.7 安装-手工部署All-In-One Server]]></title><link>https://blog.csdn.net/computer1024/article/details/78314787</link><guid>https://blog.csdn.net/computer1024/article/details/78314787</guid><author>computer1024</author><pubDate>Mon, 23 Oct 2017 01:00:05 +0800</pubDate><description><![CDATA[Openshift Origin 手动安装到单服务器]]></description><category></category></item><item><title><![CDATA[CentOS7 部署LDAP服务器]]></title><link>https://blog.csdn.net/computer1024/article/details/78172785</link><guid>https://blog.csdn.net/computer1024/article/details/78172785</guid><author>computer1024</author><pubDate>Sun, 08 Oct 2017 02:13:05 +0800</pubDate><description><![CDATA[CentOS 部署LDAP 服务]]></description><category></category></item><item><title><![CDATA[CloudStack VM系统被还原的原因]]></title><link>https://blog.csdn.net/computer1024/article/details/73896476</link><guid>https://blog.csdn.net/computer1024/article/details/73896476</guid><author>computer1024</author><pubDate>Thu, 29 Jun 2017 14:11:06 +0800</pubDate><description><![CDATA[踩到CloudStack虚拟机系统被还原，硬盘丢失坑的朋友请注意，创建计算方案时可变选项不要勾。]]></description><category></category></item><item><title><![CDATA[CentOS7 网络设置-nmcli/nmtui]]></title><link>https://blog.csdn.net/computer1024/article/details/73731432</link><guid>https://blog.csdn.net/computer1024/article/details/73731432</guid><author>computer1024</author><pubDate>Mon, 26 Jun 2017 01:36:16 +0800</pubDate><description><![CDATA[以最小化模式安装了CentOS7 ，配置网络，原本以为需要修改网络的配置文件，想想好麻烦，搜了一下果然发现有个强大的图形化配置工具- nmcli/nmtui 。nmcli 和nmtui 的名字是，看到全称名字解决好记了 
NetworkManageCommandLine InterfaceNetworkManageTextUser Iterface先用nmcli 查询一下网卡名称
  nmcli d]]></description><category></category></item><item><title><![CDATA[CentOS 7 安装Kubernetes(1)--手动部署节点]]></title><link>https://blog.csdn.net/computer1024/article/details/73694469</link><guid>https://blog.csdn.net/computer1024/article/details/73694469</guid><author>computer1024</author><pubDate>Sat, 24 Jun 2017 19:28:37 +0800</pubDate><description><![CDATA[手工安装Kubernetes]]></description><category></category></item></channel></rss>