<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[思远网]]></title> 
<description><![CDATA[不定期分享PHP、GO、Android、Hyperf等一些知识]]></description>
<link>https://www.softsy.cn/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
    <title>Windows 11 概念版光标 V2 免费下载</title>
    <link>https://www.softsy.cn/post-7.html</link>
    <description><![CDATA[![](https://www.softsy.cn/content/uploadfile/202301/5da31673019290.jpg) > Windows 11 Cursors Concept by rosea92 [点击下载](https://www.softsy.cn/content/uploadfile/202301/8bc41673019510.zip) <a href="https://www.softsy.cn/post-7.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 06 Jan 2023 23:34:37 +0800</pubDate>
    <author>思远网</author>
    <guid>https://www.softsy.cn/post-7.html</guid>

</item>
<item>
    <title>宝塔面板使用WWW用户执行计划任务命令 解决laravel、ThinkPHP等日志权限问题 宝塔设置计划任务执行用户</title>
    <link>https://www.softsy.cn/post-6.html</link>
    <description><![CDATA[### 问题背景 宝塔面板的计划任务默认执行用户是root，如果任务里有打印日志的操作，则自动创建的log文件也是root用户权限，而php的运行用户是www，对root用户创建的文件默认没有写权限，进而导致程序报错。 ### 问题场景 此问题常见于laravel、FastAdmin等框架系统。 ### 解决方案 可以使用 su -c 和 -s 搭配操作，为计划任务指定执行用户，来解决此问题。 >  su -c  {你要执行的命令}  -s /bin/sh 使用的用户 // 示例： su -c  php artisan schedule:run  -s /bin/sh www <a href="https://www.softsy.cn/post-6.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 10 Dec 2022 13:45:52 +0800</pubDate>
    <author>思远网</author>
    <guid>https://www.softsy.cn/post-6.html</guid>

</item>
<item>
    <title>PhpStorm IntelliJ IDEA 2021.3 最新激活破解教程（可激活至2099年，亲测有效）</title>
    <link>https://www.softsy.cn/post-5.html</link>
    <description><![CDATA[本教程参考了互联网其他教程
可激活 PhpStorm 到 2099 年，即本文教程所写的，具体步骤跟着下面的图文教程一步一步来就行，一分钟即可搞定，过程也非常简单 <a href="https://www.softsy.cn/post-5.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Tue, 07 Dec 2021 10:28:41 +0800</pubDate>
    <author>思远网</author>
    <guid>https://www.softsy.cn/post-5.html</guid>

</item>
<item>
    <title>Git报错解决：OpenSSL SSL_read: Connection was reset, errno 10054 错误解决</title>
    <link>https://www.softsy.cn/post-4.html</link>
    <description><![CDATA[最近Clone GitHub项目经常遇到OpenSSL SSL_read错误 ![](https://www.softsy.cn/content/uploadfile/202111/251d1637200621.png) ### 解决方法 git config --global http.sslVerify false <a href="https://www.softsy.cn/post-4.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 18 Nov 2021 09:55:38 +0800</pubDate>
    <author>思远网</author>
    <guid>https://www.softsy.cn/post-4.html</guid>

</item>
<item>
    <title>jq serialize 序列化表单排除空值</title>
    <link>https://www.softsy.cn/post-3.html</link>
    <description><![CDATA[上函数 function serializeNotNull(serStr){ return serStr.split(&).filter(function(str){return !str.endsWith(=)}).join(&); } 然后通过调用这个函数打印的自然就是去除空值的字符串啦 serializeNotNull($(form).serialize()); <a href="https://www.softsy.cn/post-3.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 15 Nov 2021 16:28:13 +0800</pubDate>
    <author>思远网</author>
    <guid>https://www.softsy.cn/post-3.html</guid>

</item>
<item>
    <title>宝塔SSL设置后，同服务器下其他站点HTTPS默认访问SSL站点的解决方法</title>
    <link>https://www.softsy.cn/post-2.html</link>
    <description><![CDATA[- <a href="https://www.softsy.cn/post-2.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 13 Nov 2021 14:30:13 +0800</pubDate>
    <author>思远网</author>
    <guid>https://www.softsy.cn/post-2.html</guid>

</item></channel>
</rss>