<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>坚持认真做一件事 时间看得见 - 导读 - 抢沙发</title>
    <link>http://newlandevops.cn/forum.php?mod=guide&amp;view=sofa</link>
    <description>抢沙发</description>
    <copyright>Copyright(C) 坚持认真做一件事 时间看得见</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 19:30:26 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>http://newlandevops.cn/static/image/common/logo_88_31.gif</url>
      <title>坚持认真做一件事 时间看得见</title>
      <link>http://newlandevops.cn/</link>
    </image>
    <item>
      <title>mysql8修改密码</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=456</link>
      <description><![CDATA[root密码：$     mysqladmin -u用户名 -p旧密码 password 新密码

普通用户修改密码：
mysql&gt;ALTER USER \'username\'@\'localhost\' IDENTIFIED BY \'new_password\';[/backcolor]]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Tue, 14 Nov 2023 02:04:10 +0000</pubDate>
    </item>
    <item>
      <title>ssh arcfour 处置</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=455</link>
      <description><![CDATA[linux远程SSH服务器配置为使用arcfour流密码或无任何密码。RFC 4253不建议使用arcfour弱算法。https://blog.csdn.net/zhengjf123/article/details/107090008]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Wed, 26 Apr 2023 14:13:26 +0000</pubDate>
    </item>
    <item>
      <title>Nginx配置WebSocket 【支持wss与ws连接】</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=453</link>
      <description><![CDATA[https://blog.csdn.net/qq_35808136/article/details/89677749?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~first_rank_v2~rank_v25-2-89677749.nonecase&amp;utm_term=nginx%E8%BD%AC%E5%8F%91wss%E5%88%B0ws&amp;spm=1000.2123.3001.4430]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Wed, 01 Mar 2023 03:18:21 +0000</pubDate>
    </item>
    <item>
      <title>centos系统中如何把tomcat做成service 问Chat GPT</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=452</link>
      <description><![CDATA[centos系统中如何把tomcat做成service,然后可以用systemctl start tomcat来管理 [/backcolor]

[/backcolor]

[/backcolor]
首先，执行下面的命令来查找tomcat服务的安装路径：`rpm -ql tomcat7 |grep \&quot;/etc/init.d/tomcat7\&quot;`可以看到tomcat服务的安装路径是/etc/init.d ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Sun, 19 Feb 2023 15:26:44 +0000</pubDate>
    </item>
    <item>
      <title>Linux添加自定义服务（service文件）</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=451</link>
      <description><![CDATA[https://blog.csdn.net/yanhanhui1/article/details/117196904


https://blog.csdn.net/weixin_43679037/article/details/128375795

https://blog.csdn.net/qq877507054/article/details/126077442

https://blog.csdn.net/weixin_42319496/article/details/1259428]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Sun, 19 Feb 2023 02:25:12 +0000</pubDate>
    </item>
    <item>
      <title>tar命令-大文件分卷压缩</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=450</link>
      <description><![CDATA[https://www.cnblogs.com/wxp100/p/14563508.html]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Wed, 15 Feb 2023 08:42:02 +0000</pubDate>
    </item>
    <item>
      <title>操作系统时区修改</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=449</link>
      <description><![CDATA[修改系统时区 /etc/localtime
https://blog.csdn.net/xclshwd/article/details/103093671]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Tue, 14 Feb 2023 15:17:07 +0000</pubDate>
    </item>
    <item>
      <title>实施CA证书双向认证</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=448</link>
      <description><![CDATA[https://blog.yanjingang.com/?p=3532]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Fri, 03 Feb 2023 01:05:55 +0000</pubDate>
    </item>
    <item>
      <title>PCI DSS升级至V4.0</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=447</link>
      <description><![CDATA[https://www.bctest.com/article/29/354.html]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Wed, 01 Feb 2023 13:33:27 +0000</pubDate>
    </item>
    <item>
      <title>tcpdump</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=446</link>
      <description><![CDATA[编译安装
https://javajgs.com/archives/67780
各种版本安装
https://blog.csdn.net/yuyuyuliang00/article/details/126022530]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Mon, 30 Jan 2023 10:13:42 +0000</pubDate>
    </item>
    <item>
      <title>kubernetes</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=445</link>
      <description><![CDATA[https://www.kubernetes.org.cn/doc-5
基于Docker本地运行Kubernetes

kubernetes 条件需求 修改内核和系统启动项==https://www.cnblogs.com/z-books/p/14032181.html

CentOS 7 下sudo: update-grub: command not found
https://blog.csdn.net/lin521lh/article/detail ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Mon, 30 Jan 2023 07:09:08 +0000</pubDate>
    </item>
    <item>
      <title>ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting tran</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=444</link>
      <description><![CDATA[https://www.cnblogs.com/ningy1009/p/16598298.html]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Mon, 30 Jan 2023 04:25:02 +0000</pubDate>
    </item>
    <item>
      <title>linux 计划任务没有执行</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=443</link>
      <description><![CDATA[写了一个crontab记录
0 19 * * * /bin/bash /root/abc.sh &gt;&gt; /root/err 2&gt; &amp;1
到点发现没有执行
查看root有邮件
You have new mail in /var/spool/mail/root
cd /var/spool/mail/
cat root
报错
/bin/sh: -c: line 0: syntax error near unexpected token `&amp;\'
后来把语 ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Tue, 10 Jan 2023 00:52:36 +0000</pubDate>
    </item>
    <item>
      <title>写一个鼠标连点器</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=442</link>
      <description><![CDATA[参考：https://blog.csdn.net/weixin_45327950/article/details/127006335
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyautogui
windows,只要打开dos,复制上面也可以完成安装
python&gt;&gt;import pyautogui as pag
python&gt;&gt;print (pag.position())  //先把 ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Mon, 09 Jan 2023 14:36:48 +0000</pubDate>
    </item>
    <item>
      <title>DHCP网络如何让主机告诉我它现在的IP地址？</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=441</link>
      <description><![CDATA[在公司内网安装一台linux PC机，IP是DHCP自动获取，这台PC机平时没有显示屏，只有网线和电源线连在上面。
如果办公区断电，机器启动后IP可能变化。如何知道主机新的IP地址？
第一种方式：加显示器、键鼠 ，用ip a 命令可以看到新的IP地址
第二种方式：原理：利用nginx或 ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Thu, 08 Dec 2022 12:31:08 +0000</pubDate>
    </item>
    <item>
      <title>MySQL 宣布停止使用 master、slave！</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=440</link>
      <description><![CDATA[https://blog.51cto.com/u_15486212/5284520]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Fri, 18 Nov 2022 12:34:17 +0000</pubDate>
    </item>
    <item>
      <title>检查网站是否已升级到仅支持TLS1.2，现在安全都有这种要求</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=439</link>
      <description><![CDATA[检查网站是否已升级到仅支持TLS1.2，现在安全都有这种要求
安装git bash,在gitbash中执行（或者在linux 的虚拟机中执行）
openssl s_client -connect 域名或IP:端口 -tls1_2  
openssl s_client -connect 域名或IP:端口 -tls1_1
如果  显示 ：Secure Renegotiation IS N ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Fri, 18 Nov 2022 03:09:41 +0000</pubDate>
    </item>
    <item>
      <title>图解电影--《你好，疯子！》</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=438</link>
      <description><![CDATA[http://bbs.tianya.cn/post-funinfo-7442923-1.shtml
好精彩！]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Sun, 13 Nov 2022 16:07:40 +0000</pubDate>
    </item>
    <item>
      <title>shell脚本中的&amp;&amp;和||</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=437</link>
      <description><![CDATA[写了一个脚本：
[ -e deploy.sh] &amp;&amp; sh deploy.sh ||echo \&quot;-----------the deploy.sh is not exit\&quot;
本想实现，脚本文件存在就执行脚本文件deploy.sh,如果不存在就提示脚本文件不存在。
后来发现deploy.sh有执行，但也会提示脚本文件不存在。
检查发现如果deploy.sh脚本 ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Mon, 24 Oct 2022 03:01:43 +0000</pubDate>
    </item>
    <item>
      <title>您目前无法访问XXX，因为此网站使用了 HSTS</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=436</link>
      <description><![CDATA[现在大家很多是谷哥浏览器，很多网站是https，无法访问出现报错：
“您目前无法访问XXX，因为此网站使用了 HSTS”
如何解决：
https://winrh.blog.csdn.net/article/details/122944153?spm=1001.2101.3001.6661.1&amp;utm_medium=distribute.pc_relevant_t0.none-task-blog- ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Wed, 19 Oct 2022 08:02:15 +0000</pubDate>
    </item>
    <item>
      <title>Cisco AnyConnect 客户端默认地址修改技巧</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=435</link>
      <description><![CDATA[Cisco AnyConnect 客户端默认地址修改技巧
参考：https://blog.csdn.net/WannaHaha/article/details/105201736
windows7 
C:%users\\Administrator.USER-xx\\AppData\\Local\\Cisco\\Cisco AnyConnect Secure Mobility Client
找到preferences.xml
（注意上面这个地址中的目 ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Tue, 11 Oct 2022 03:10:56 +0000</pubDate>
    </item>
    <item>
      <title>解决screen中连不上Attached窗口的问题</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=434</link>
      <description><![CDATA[https://blog.csdn.net/weixin_49148527/article/details/121148466?spm=1001.2101.3001.6650.2&amp;utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7ERate-2-121148466-blog-108455058.pc_relevant_aa&amp;depth_1-utm_source=distribute.pc_relevan ...]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Sun, 28 Aug 2022 04:10:17 +0000</pubDate>
    </item>
    <item>
      <title>在 Windows 上为 WD My Cloud 安装 GoodSync Free</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=433</link>
      <description><![CDATA[在 Windows 上为 WD My Cloud 安装 GoodSync Free]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Mon, 20 Jun 2022 06:53:38 +0000</pubDate>
    </item>
    <item>
      <title>如何在 Windows PC 上安装 Acronis True Image for Western Digital</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=432</link>
      <description><![CDATA[如何在 Windows PC 上安装 Acronis True Image for Western Digital
安装说明点击 这里 下载 Acronis True Image for Western Digital 软件



[*]下载包含可执行文件和用户指南的 .zip 文件。 解压 zip 文件，您会注意到 .exe 文件和用户指南 运行可执行文件并按照屏幕 ...]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Mon, 20 Jun 2022 06:41:56 +0000</pubDate>
    </item>
    <item>
      <title>Acronis True Image for Western Digital的备份方法</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=431</link>
      <description><![CDATA[Acronis True Image for Western Digital的备份方法
Acronis True Image for Western Digital 提供三种备份方法：完整、增量和差异。
 完整方法完整方法备份操作（也称为完整备份版本）的结果包含备份创建时的所有数据。
示例：每天，您写一页文档并使用完整方法进行备 ...]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Mon, 20 Jun 2022 06:23:47 +0000</pubDate>
    </item>
    <item>
      <title>如何在 Windows 环境下将文件从一个硬盘驱动器转移或复制...</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=430</link>
      <description><![CDATA[如何在 Windows 环境下将文件从一个硬盘驱动器转移或复制到另一个硬盘驱动器]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Mon, 20 Jun 2022 06:17:58 +0000</pubDate>
    </item>
    <item>
      <title>2022年6月15日，是IE浏览器的告别之日</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=429</link>
      <description><![CDATA[墓志铭写的是：
他曾经是个下载其他浏览器的好工具。


2021 年 5 月 20 日，微软宣布将在 2022 年 6 月 15 日彻底终止支持，IE 浏览器在 27 岁的高龄，寿终正寝；而我们，也再次见证一个时代的落幕。
终于，IE 退出历史舞台的时间还是到了，无论你对它是爱是恨，面对 ...]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Fri, 17 Jun 2022 03:06:38 +0000</pubDate>
    </item>
    <item>
      <title>推荐一款免费好用的思维导图软件：知犀思维导图</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=428</link>
      <description><![CDATA[发现一个好用的思维导图软件，知犀思维导图（免费）。有几千个免费优质模板，不用开会员，节点数不限制，直接导出高清无水印图片，还支持导出PDF，Word。很强大很良心，颜值还挺高，知犀有在线版、电脑版，还有手机App，多端云同步，推荐试试：https://www.zhixi.com/

 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Fri, 17 Jun 2022 02:12:44 +0000</pubDate>
    </item>
    <item>
      <title>一文解密交易金额退款时，资金如何原路退还？</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=427</link>
      <description><![CDATA[一文解密交易金额退款时，资金如何原路退还？
#专栏作家#道三，微信公众号：产品大秘籍，人人都是产品经理专栏作家。以前写过代码，现在产品圈摸爬滚打，专注于电商领域产品设计、主要分享电商和供应链领域知识点。本文原创发布于人人都是产品经理，未经作者许可，禁止 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Thu, 16 Jun 2022 07:47:41 +0000</pubDate>
    </item>
    <item>
      <title>产品经理之软件项目评估报价</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=426</link>
      <description><![CDATA[产品经理之软件项目评估报价【知乎原文】

有知乎网友留言给作者想付费购买文中贴图所展示的报价单Excel文件，原文中作者的示例的报价单为图片格式。作者回复：“现在不做报价了，这个表没有了……”


有需要报价单Excel模板文件的网友请自取：

 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Thu, 16 Jun 2022 07:33:11 +0000</pubDate>
    </item>
    <item>
      <title>内行人才知道：产品经理保姆级攻略</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=425</link>
      <description><![CDATA[内行人才知道：产品经理保姆级攻略
一、如何快速建立产品知识体系？我刚转行的时候，虽然积极性很高，学了很多东西，但是进步不大，到了运用到实际中的时候，就屁也不是了。这也是很多产品新人容易陷入的误区，投入很多精力学习，效果却不好，归根结底，都是没有建立自 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Thu, 16 Jun 2022 05:44:07 +0000</pubDate>
    </item>
    <item>
      <title>AxureRP函数及运算符说明文档</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=424</link>
      <description><![CDATA[AxureRP函数及运算符说明文档
1.全局变量 Global Variable[/backcolor]      [/backcolor]OnLoadVariable[/backcolor]用途：默认名称[/backcolor]
[/backcolor]2.中继器/数据集 Repeater/DataSet[/backcolor]
[/backcolor]Repeater[/backcolor]用途：中继器的对象。Item ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Thu, 16 Jun 2022 02:32:42 +0000</pubDate>
    </item>
    <item>
      <title>QRBTF - 制作漂亮有趣二维码的免费开源在线工具</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=422</link>
      <description><![CDATA[QRBTF - 制作漂亮有趣二维码的免费开源在线工具这是一个手机和电脑通用在线应用，用来生成各种设计感强、好玩有趣的二维码。[/backcolor]介绍无论是线下商家、自媒体运营者、策展人还是纸媒编辑，二维码都是转化最重要的入口。而标准二维码形式单一、对比浓重，常常在设 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Wed, 15 Jun 2022 07:15:18 +0000</pubDate>
    </item>
    <item>
      <title>ChartCube - 图表魔方：阿里出品的免费在线图表制作工具，...</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=421</link>
      <description><![CDATA[ChartCube - 图表魔方：阿里出品的免费在线图表制作工具，简单好用还漂亮优秀生产力应用推荐！几分钟就能制作出一个专业美观的数据图表。[/backcolor]关于 ChartCube 图表魔方ChartCube 中文名也叫图表魔方，是阿里巴巴数据可视化团队（AntV）出品的在线图表制作工具， ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Wed, 15 Jun 2022 07:12:59 +0000</pubDate>
    </item>
    <item>
      <title>Wireflow - 免费开源的用户流程图绘制工具，专为互联网产品...</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=420</link>
      <description><![CDATA[Wireflow - 免费开源的用户流程图绘制工具，专为互联网产品打造分享一款免费开源的流程图绘制工具，可以帮助我们快速做出漂亮的用户流程图，在线应用，无需安装。[/backcolor]关于 WireflowWireflow 是一款免费、开源的在线流程图绘制工具，专门为网页、应用程序等互联 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Wed, 15 Jun 2022 07:08:23 +0000</pubDate>
    </item>
    <item>
      <title>Hoppscotch - 免费开源的轻量级 API 接口开发/测试/调试工具，...</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=419</link>
      <description><![CDATA[Hoppscotch - 免费开源的轻量级 API 接口开发/测试/调试工具，代替 Postman一个免费开源的接口测试工具，打开浏览器就能用，几乎支持 Postman 所有功能。[/backcolor]关于 HoppscotchHoppscotch 是一个接口测试工具，一般来说，后端开发者在开发接口时，可以模拟用户发 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Wed, 15 Jun 2022 07:01:58 +0000</pubDate>
    </item>
    <item>
      <title>King Design——金山云发布企业级设计解决方案2.0</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=418</link>
      <description><![CDATA[金山云发布企业级设计解决方案2.0
      金山云企业级设计解决方案Kingsoft Cloud Design（以下简称：King Design）正式升级2.0版本。King Design是由金山云UED团队和云计算前端团队历时四年开发和维护的。提炼于复杂的云产品业务场景，不仅支持Vue2、Vue3、React等业界 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Wed, 15 Jun 2022 01:45:52 +0000</pubDate>
    </item>
    <item>
      <title>Apifox = Postman + Swagger + Mock + JMeter</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=417</link>
      <description><![CDATA[Apifox 是 API 文档、API 调试、API Mock、API 自动化测试一体化协作平台，定位 Postman + Swagger + Mock + JMeter。通过一套系统、一份数据，解决多个系统之间的数据同步问题。只要定义好 API 文档，API 调试、API 数据 Mock、API 自动化测试就可以直接使用，无需再次 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Fri, 10 Jun 2022 01:22:29 +0000</pubDate>
    </item>
    <item>
      <title>10分钟英文动画短片 让你彻底明白英语发展史</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=415</link>
      <description><![CDATA[https://haokan.baidu.com/v?vid=3529987583592958652&amp;pd=pcshare]]></description>
      <category>默认版块</category>
      <author>admin</author>
      <pubDate>Fri, 03 Jun 2022 12:09:27 +0000</pubDate>
    </item>
    <item>
      <title>作为一名产品经理，需要了解技术么？</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=414</link>
      <description><![CDATA[问：作为一名产品经理，在不太了解技术的情况下，如何与程序员们保持好关系，沟通好需求的？
答：威谷子的回答 - 知乎[/backcolor]跳转阅读]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Wed, 01 Jun 2022 09:16:00 +0000</pubDate>
    </item>
    <item>
      <title>为什么我10秒做了好几张漂亮的背景图！</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=413</link>
      <description><![CDATA[多色渐变质感背景神器
网址：https://gradienta.io/

赠人玫瑰，手有余香，将此文章分享到朋友圈或群，给你身边的设计师，一起加油！
链接：https://mp.weixin.qq.com/s/Bec-uUyBkW5_KDw115MXuQ]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Wed, 01 Jun 2022 02:31:26 +0000</pubDate>
    </item>
    <item>
      <title>TDesign——企业级设计体系</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=412</link>
      <description><![CDATA[TDesign 是什么
[*]TDesign 是腾讯各业务团队在服务业务过程中沉淀的一套企业级设计体系。

[*]TDesign 具有统一的设计价值观，一致的设计语言和视觉风格，并提供了开箱即用的 UI组件库、设计指南 和相关 设计资产，同时方便大家在 TDesign 的基础上扩展，更好的的贴近 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Mon, 30 May 2022 07:23:19 +0000</pubDate>
    </item>
    <item>
      <title>蚂蚁集团服务于企业级产品的设计体系 —— Ant Design</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=410</link>
      <description><![CDATA[蚂蚁集团的企业级产品是一个庞大且复杂的系统，数量多且功能复杂，而且变动和并发频繁，常常需要设计者与开发者能快速做出响应。同时这类产品中有存在很多类似的页面以及组件，可以通过抽象得到一些稳定且高复用性的内容。随着商业化的趋势，越来越多的企业级产品对更好 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Fri, 27 May 2022 02:14:24 +0000</pubDate>
    </item>
    <item>
      <title>windows系统在当前目录打开powershell的方法</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=408</link>
      <description><![CDATA[描述：windows系统在当前目录打开PowerShell命令行执行窗口
方法：在当前所在目录空白处，shift + 鼠标右键，点击“在此处打开 PowerShell 窗口(S)”]]></description>
      <category>默认版块</category>
      <author>WEicool</author>
      <pubDate>Tue, 24 May 2022 09:28:26 +0000</pubDate>
    </item>
    <item>
      <title>在安装了 Node.js 之后，我怎么开始呢？</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=406</link>
      <description><![CDATA[一旦你已经安装了 Node，让我们尝试构建第一个 Web 服务器。 请创建一个“app.js”文件，粘贴以下代码：
然后使用 node app.js 运行程序，访问 http://localhost:3000，你就会看到一个消息，写着“Hello World”。
请查阅 Node.js 介绍，这是一个对于 Node.js 起步完整 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Fri, 20 May 2022 09:04:21 +0000</pubDate>
    </item>
    <item>
      <title>ant design library使用技巧axure_产品必会的30个Axure使用技巧</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=405</link>
      <description><![CDATA[对于 Axure原型工具，很少有产品经过系统学习，一般都是直接上手，边摸索边学习，这直接导致很多快捷操作被忽视。笔者在日常工作中总结出以下小技巧，希望对各位有帮助。[/backcolor]
1. 安装Axure后要做的第一件事如果系统崩溃后，再次进入时，系统一般会提示恢复最近 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Fri, 20 May 2022 08:10:18 +0000</pubDate>
    </item>
    <item>
      <title>在线修改工程名、包名工具...（支持若依、芋道管理系统）</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=404</link>
      <description><![CDATA[在线修改工程名、包名工具：http://fastbuild.run/
应用列表中选择芋道管理系统。]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Thu, 19 May 2022 09:14:27 +0000</pubDate>
    </item>
    <item>
      <title>待解决idea中com.baomidou报错</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=402</link>
      <description><![CDATA[问题描述：运行项目时报错：程序包com.baomidou.shaun.core.annotation不存在



尝试解决方案：
supplier-admin/pom.xml里添加：
清除supplier-admin/src/main/resources/application.yml文件中所有mybatis、mybatis-plus相关配置，并添加：
选中IDEA项目“Maven”标签 ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Thu, 19 May 2022 07:01:06 +0000</pubDate>
    </item>
    <item>
      <title>[开源]键盘工作者的福音，单词记忆与英语肌肉记忆锻炼软件</title>
      <link>http://newlandevops.cn/forum.php?mod=viewthread&amp;tid=401</link>
      <description><![CDATA[点击阅读
这个项目就是为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件，相信很多程序员都可能会用到。
下面是在线体验地址:你只需要点击 Start，然后开始敲键盘就行。在线体验：Gitee Pages: https://kaiyiwing.gitee.io/qwerty-learner/项目有深色模式与浅色模式， ...]]></description>
      <category>开源社区</category>
      <author>WEicool</author>
      <pubDate>Tue, 17 May 2022 01:41:09 +0000</pubDate>
    </item>
  </channel>
</rss>