<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[我的PHP之旅]]></title> 
<description><![CDATA[PHPer，记录懂和不懂的。。。]]></description>
<link>https://www.phpec.org/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
	<title>PHP开发进阶：20个实用性能优化技巧与最佳实践</title>
	<link>https://www.phpec.org/?post=340</link>
	<description><![CDATA[PHP开发进阶：20个实用性能优化技巧与最佳实践 在Web开发领域，性能优化始终是PHP开发者永恒的话题。随着用户对响应速度的要求越来越高，如何让PHP应用跑得更快、更稳，成为了衡量开发者水平的重要标准。本文将结合最新的PHP 8.x特性和行业最佳实... <a href="https://www.phpec.org/?post=340">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="https://www.phpec.org/?post=141">fckeditor的后人ckeditor在PHP中整合ckfinder开启上传</a></p><p><a href="https://www.phpec.org/?post=142">windows下让PHP支持mssql的问题</a></p><p><a href="https://www.phpec.org/imagetype.html">php获取文件mime类型Fileinfo等方法</a></p><p><a href="https://www.phpec.org/?post=233">apache Rewrite的[QSA]追加查询字符串的使用</a></p><p><a href="https://www.phpec.org/opcache.html">windows下开启php_opcache缓存</a></p></div>]]></description>
	<pubDate>Sun, 15 Mar 2026 09:20:02 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=340</guid>

</item>
<item>
	<title>小龙虾openclaw可以用的大模型MiniMax 邀请码，可以享受九折</title>
	<link>https://www.phpec.org/?post=339</link>
	<description><![CDATA[MiniMax 跨年福利来袭！邀好友享 Coding Plan 双重好礼，助力开发体验！ 好友立享 9折 专属优惠 + Builder 权益，你赢返利 + 社区特权！ 立即参与：https://platform.minimaxi.com/subscribe/coding-plan?code=3D4KQ3e5cl&source=link <a href="https://www.phpec.org/?post=339">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Fri, 06 Mar 2026 05:38:57 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=339</guid>

</item>
<item>
	<title>使用pdftopng 将pdf转png时提示字体不存在的解决方案</title>
	<link>https://www.phpec.org/?post=338</link>
	<description><![CDATA[在ubuntu上使用pdftopng可能会出现如下错误: Config Error: No display font for 'Symbol' Config Error: No display font for 'Courier' Config Error: No display font for 'Courier-Bold' Config Error: No display font for 'Courier-BoldOblique' Config Error: No display font for 'Courier-Obliq... <a href="https://www.phpec.org/?post=338">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Thu, 09 May 2024 09:40:09 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=338</guid>

</item>
<item>
	<title>使用apache反向代理时，如何让后端程序知道当前是https访问</title>
	<link>https://www.phpec.org/?post=337</link>
	<description><![CDATA[反向代理配置中增加 RequestHeader set HTTPS on 后端php程序使用 $_SERVER['HTTP_HTTPS'] == 'on' 来判断 <a href="https://www.phpec.org/?post=337">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Thu, 28 Mar 2024 09:02:01 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=337</guid>

</item>
<item>
	<title>Macbook Pro 蝶式键盘更换空格键、拆键盘</title>
	<link>https://www.phpec.org/?post=335</link>
	<description><![CDATA[郑重提醒：不要轻易参考B站的视频就动手拆解，有几个地方有区别 键盘的构造不一致，视频中的都是有铁质支架在里面的，新款的是没有的 有铁质的是从下方撬，新款的应该从上方撬 新款的有防尘膜，一般人拆解都会废掉防尘膜  <a href="https://www.phpec.org/?post=335">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Wed, 20 Jul 2022 09:45:51 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=335</guid>

</item>
<item>
	<title>flutter 更新后打开老项目报错</title>
	<link>https://www.phpec.org/?post=334</link>
	<description><![CDATA[Launching lib/main.dart on HUAWEI MLA AL00 in debug mode...
Could not locate aapt. Please ensure you have the Android buildtools installed. No application found for TargetPlatform.android_x86.
Is your project missing an android/app/src/main/AndroidManifest.xml?
Consider running flutter create . t... <a href="https://www.phpec.org/?post=334">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Sun, 13 Feb 2022 08:11:23 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=334</guid>

</item>
<item>
	<title>android studio 修改包名的方法</title>
	<link>https://www.phpec.org/?post=333</link>
	<description><![CDATA[在 高版本的android studio 修改包名比较方便，具体流程如下： 进入 Androidmanifest.xml 文件，找到 package 名称，选中需要修改的部分。 比如原包名为 org.phpec.vr 如果需要修改中间的 phpec ，那么我们就选中 phpec, 依次... <a href="https://www.phpec.org/?post=333">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Wed, 13 Oct 2021 09:52:40 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=333</guid>

</item>
<item>
	<title>discuz! X3.4 重置Ucenter创始人密码，用于重置管理员密码</title>
	<link>https://www.phpec.org/?post=331</link>
	<description><![CDATA[修改 uc_server/data/config.inc.php  找到 define('UC_FOUNDERPW','xxxxxx'); define('UC_FOUNDERSALT','xxxx');  修改为 define('UC_FOUNDERPW','047099adb883dc19616dae0ef2adc5b6'); define('UC_FOUNDERSALT','311254');  提示无权限的话修改c... <a href="https://www.phpec.org/?post=331">阅读全文&gt;&gt;</a>]]></description>
	<pubDate>Sat, 04 Sep 2021 08:51:37 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=331</guid>

</item>
<item>
	<title>phpstorm 中xml不能设置编码的解决方法</title>
	<link>https://www.phpec.org/?post=330</link>
	<description><![CDATA[phpstorm中xml不能选择编码打开，同时在设置中针对单文件的设置也无法设置编码，后面我通过一个折中的方法解决了，就是通过在xml文件中右键选择Mark as Plain Text，此时就可以设置文件编码了。 <a href="https://www.phpec.org/?post=330">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="https://www.phpec.org/?post=268">Unity3d 跨域访问/Unity3d Rejected because no crossdomain.xml policy file was found</a></p></div>]]></description>
	<pubDate>Sun, 06 Jun 2021 13:11:52 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/?post=330</guid>

</item>
<item>
	<title>div内容垂直居中左右居中、图片垂直居中左右居中，百分百可行的方案</title>
	<link>https://www.phpec.org/div-css-center.html</link>
	<description><![CDATA[.div1{text-align:center;} .div1 img{vertical-align:middle;} .div1:after{content:;display:inline-block;vertical-align:middle;height:100%;width:0;}div内容垂直居中左右居中、图片垂直居中左右居中，百分百可行的方案，div也可以。 <a href="https://www.phpec.org/div-css-center.html">阅读全文&gt;&gt;</a><div id="related_log" style="font-size:12px"><p><b>相关日志：</b></p><p><a href="https://www.phpec.org/?post=301">图片在DIV中垂直居中的方法</a></p></div>]]></description>
	<pubDate>Tue, 10 Nov 2020 03:19:07 +0000</pubDate>
	<author>风子</author>
	<guid>https://www.phpec.org/div-css-center.html</guid>

</item></channel>
</rss>