<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 14:26:41 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@cui5445/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[centos 7 安装iptables防火墙]]></title><description><![CDATA[firewalle: 开启6379端口和16379端口 [root@localhost ~]# firewall-cmd --zone=public --add-port=6379/tcp --permanent [root@localhost ~]# firewall-cmd --zone=public --add-port=16379/tcp --permanent 重启防火墙 [root@localhost]]></description><link>http://direct.ecency.com/linux/@cui5445/centos-7-iptables</link><guid isPermaLink="true">http://direct.ecency.com/linux/@cui5445/centos-7-iptables</guid><category><![CDATA[linux]]></category><dc:creator><![CDATA[cui5445]]></dc:creator><pubDate>Wed, 31 Jan 2018 13:17:54 GMT</pubDate></item><item><title><![CDATA[redis安装]]></title><description><![CDATA[因为我这里使用的是centos7 mini版本，需要安装gcc，通过下图显示命令安装gcc（因为redis是由C语言开发而来，所以需要安装gcc编译环境）。 linux安装好后可以区官网下载redis（www.redis.cn）。 通过xftp工具上传到linux的/opt目录下，执行解压操作“tar xzf redis-4.0.1.tar.gz”，解压完后，同目录下可以看到同名的解压文件夹。]]></description><link>http://direct.ecency.com/redis/@cui5445/redis</link><guid isPermaLink="true">http://direct.ecency.com/redis/@cui5445/redis</guid><category><![CDATA[redis]]></category><dc:creator><![CDATA[cui5445]]></dc:creator><pubDate>Mon, 29 Jan 2018 14:49:48 GMT</pubDate><enclosure url="https://images.ecency.com/p/2gsjgna1uruvUuS7ndh9YqVwYGPLVszbFLwwpAYXZB5qQcKTTzWcDYZpbxFSBex2H5UHP9SSu9nPYYx5ka8qyk985yzSpAxuN4SvLmEi2jdi2fpeop?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[mysql 常用命令总结]]></title><description><![CDATA[数据库查看： show databases; 数据库创建： create database 数据库名； 使用数据库： use 数据库名； 创建表： 后面边使用边总结增加吧。 退出mysql： quit 授权： myuser使用mypassword从任何主机连接到mysql服务器的话。 GRANT ALL PRIVILEGES ON . TO 'myuser'@'%' IDENTIFIED BY]]></description><link>http://direct.ecency.com/mysql/@cui5445/mysql</link><guid isPermaLink="true">http://direct.ecency.com/mysql/@cui5445/mysql</guid><category><![CDATA[mysql]]></category><dc:creator><![CDATA[cui5445]]></dc:creator><pubDate>Mon, 29 Jan 2018 13:19:09 GMT</pubDate><enclosure url="https://images.ecency.com/p/2gsjgna1uruvUuS7ndh9YqVwYGPLVszbFLwwpAYXa8JjscKhifKKRwM1AA7rdN58BtZxT6pQ4tCA2zL5zhhBs4yZWjYFqFAupA6WWGgWJmf5RKrQBY?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[MySQL query table field name, field type]]></title><description><![CDATA[select column_name,column_comment,data_type from information_schema.columns where table_name='tableName' and table_schema='databaseName']]></description><link>http://direct.ecency.com/mysql/@cui5445/mysql-query-table-field-name-field-type</link><guid isPermaLink="true">http://direct.ecency.com/mysql/@cui5445/mysql-query-table-field-name-field-type</guid><category><![CDATA[mysql]]></category><dc:creator><![CDATA[cui5445]]></dc:creator><pubDate>Sun, 28 Jan 2018 14:11:24 GMT</pubDate></item></channel></rss>