<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[拍拍尘土]]></title> 
    <link>http://blog.xg98.com/</link> 
    <description><![CDATA[五月枇杷黄，太湖银鱼肥]]></description> 
    <language>zh-cn</language> 
    <copyright><![CDATA[Copyright 2026, 拍拍尘土]]></copyright> 
    <webMaster><![CDATA[cxosoft@gmail.com (Admin)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Tue, 01 Sep 2026 05:23:40 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[table中tr的display:block显示布局错乱问题]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3025]]></link> 
      <category><![CDATA[H5/JS/CSS]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Mon, 24 Aug 2026 14:47:57 +0800</pubDate> 
      <description><![CDATA[最近做项目写代码的时候发现,在table中布局想让第一行tr先隐藏然后用js改变其display为block让其显示,<br /><br />但之后发现js改变其display后tr的布局会发生错乱 研究后发现是改变tr的样式的问题. 解决办法如下:<br /><br /><br />不要把隐藏的tr的display改变为block<br /><br />把隐藏的tr改为空即display:&#39;&#39;,普遍浏览器都支持<br /><br /><br />原文链接：<a href="https://blog.csdn.net/Lsunrise_/article/details/53263944" title="https://blog.csdn.net/Lsunrise_/article/details/53263944" target="_blank">https://blog.csdn.net/Lsunrise_/article/details/53263944</a>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3025]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[华为手机连接win10和win11的红米笔记本问题，有声音没有出现usb图标]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3024]]></link> 
      <category><![CDATA[拍拍乱拍]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Fri, 14 Aug 2026 13:39:37 +0800</pubDate> 
      <description><![CDATA[<b>问题描述：</b><br /><span style="color:Red">小米手机可以正常识别，但华为手机连usb到win11，有声音提示，但是我的电脑里面不出现手机图标，无法复制照片和视频。<br />我的手机里面打开了usb调试也没用。</span><br /><br />【Win11 专属：重启 USB Root Hub（P 系列实测有效）】<br />这是华为开发者论坛针对 Win11 识别不到 P50/P40 等机型给出的实机方案：<br />手机先连着电脑、选好传输文件<br />右键&quot;此电脑&quot;→ 管理​ → <span style="color:Red">设备管理器</span><br />展开通用串行总线控制器<br />找到任意一个 USB Root Hub​ （也可能是兼容usb，会有个问题驱动的提示图标） → 右键禁用设备​ → 弹窗点&quot;是&quot;<br />再次右键同一个 USB Root Hub → 启用设备<br />重新插拔手机<br />这一步能强制 Win11 重新枚举 USB 设备，对 P40 连 Win11 的&quot;假死&quot;特别管用。<br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3024]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[jquery.lazyload.min.js 进行图片的懒加载]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3023]]></link> 
      <category><![CDATA[H5/JS/CSS]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 11 Aug 2026 14:56:58 +0800</pubDate> 
      <description><![CDATA[必须指定图片高度<div class="code"><br />&lt;img class=&quot;lazy&quot; data-src=&quot;**.jpg&quot; border=&quot;0&quot; style=&quot;width:800px;height:auto;&quot; &gt;<br /><br /></div><div class="code"><br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(&quot;img.lazy&quot;).lazyload({<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  placeholder : &quot;/images/blank.jpg&quot;, <br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  effect: &quot;fadeIn&quot;,<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  threshold :100,<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  event:&#39;scroll&#39;,<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  data_attribute: &quot;original&quot;,<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  failurelimit:1,<br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  skip_invisible : true  <br />&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;});<br /></div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3023]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[windows下面的apache/nginx/iis6  采用第三方服务器linux下的acme.sh自动续期ssl证书]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3022]]></link> 
      <category><![CDATA[nginx]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Mon, 06 Jul 2026 16:16:21 +0800</pubDate> 
      <description><![CDATA[centos下acme.sh续期证书比较方便，但是windows下的各种web服务器配置续期复杂，我们可以采用第三方的服务器远程验证，来续期ssl证书。<br /><br />acme 的工作原理是：<br /><br />1、发起一个新证书请求到官方，给出证书域名(pic.xg98.com)和存放证书验证文件的本地目录(/home/www/pic.xg98.com/wwwroot/)<div class="code">acme.sh --issue -d pic.xg98.com --webroot /home/www/pic.xg98.com/wwwroot/ --nginx</div><br />2、官方访问验证文件来完成域名有效性的验证，然后发放证书<br />程序在生成验证文本文件 /home/www/pic.xg98.com/wwwroot/xxx<br />官方程序访问如下地址：<div class="code">http&#58;//pic.xg98.com/.well-known/acme-challenge/xxx</div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3022]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[vs.code以及衍生版本的时间线功能真是救命神器]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3021]]></link> 
      <category><![CDATA[拍拍乱拍]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 02 Jul 2026 16:17:51 +0800</pubDate> 
      <description><![CDATA[主流桌面端 VS Code 二开 IDE<br /><br /><div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202607/02_162246_20260702161855.png" target="_blank"><img src="http://blog.xg98.com/attachments/202607/02_162246_20260702161855.png" alt="http://blog.xg98.com/attachments/202607/02_162246_20260702161855.png" /></a></div><br /><br />Trae（字节跳动）<br />底层：Code-OSS 深度定制独立客户端，Electron 架构<br />核心改造：内置字节自研代码大模型、全局代码 RAG 索引、Builder 多 Agent 批量改代码、中文本地化优化；VS Code 插件直接通用<br /><br />Cursor<br />海外头部 AI IDE，Code-OSS fork；Composer 多文件批量编辑，支持 GPT/Claude，完整迁移 VS Code 配置<br /><br />Windsurf（原 Codeium IDE）<br />内置实时代码理解、全局补全，可接入本地 Ollama 开源大模型<br /><br />Qoder（阿里）<br />直接 fork 微软开源 Code-OSS 深度改造，和 Trae、Cursor 属于同一类：原生 VS Code 内核独立 AI IDE，不是单纯插件。]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3021]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[服了阿里云的弯弯绕绕，OSS存储包居然买错一个，不能抵扣ECS快照容量]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3020]]></link> 
      <category><![CDATA[拍拍乱拍]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 30 Jun 2026 10:48:54 +0800</pubDate> 
      <description><![CDATA[OSS存储包，居然分很多不同的种类：<br />标准-同城冗余存储  和  标准-本地冗余存储  不通用，ECS的自动快照需要 <span style="color:Red">标准-本地冗余存储 </span><br />标准-同城冗余存储 不能抵扣快照，还比本地冗余贵，买了1年合着白买，全部成了后付费。]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3020]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[磁盘空间占用分析工具，速度奇快wiztree]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3019]]></link> 
      <category><![CDATA[软件推荐]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Fri, 26 Jun 2026 14:10:00 +0800</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://blog.xg98.com/attachments/202606/26_141128_2021112611426363.jpg" target="_blank"><img src="http://blog.xg98.com/attachments/202606/26_141128_2021112611426363.jpg" alt="http://blog.xg98.com/attachments/202606/26_141128_2021112611426363.jpg" /></a></div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3019]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[xbox360换硬盘问题（E版破解），FATXplorer 和 Party Buffalo]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3018]]></link> 
      <category><![CDATA[拍拍乱拍]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Tue, 23 Jun 2026 09:48:20 +0800</pubDate> 
      <description><![CDATA[<span style="color:Red">p.s.稳定性方面 FATXplorer 远超 Party Buffalo，FATXplorer能打开的硬盘就不要用 Party Buffalo</span><br /><br />原机硬盘经常出现卡顿和开机不能读取游戏，Kinect提示需要更新才能使用，重启有时候又能读取，基本是硬盘出现问题，所以考虑换个硬盘。<br /><br />1、usb硬盘盒可以读取到xbox360老硬盘，但是下载了FATXplorer，发现软件读取不了硬盘分区，硬盘故障比较严重。<br /><br />2、再使用Party Buffalo，发现可以正常读取硬盘信息，赶紧把 System Auxiliary 、System Extended 、Data 几个分区保存到电脑上，<br />游戏目录 \Data\Content\0000000000000000 比较大，所以选择了几个主要游戏来保存，过程中部分游戏读取报错跳过。有时候重新打开软件又能读取。<br />]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3018]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[RHSA 特殊文件的处理和删除]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3017]]></link> 
      <category><![CDATA[WIN服务器]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Thu, 11 Jun 2026 22:39:48 +0800</pubDate> 
      <description><![CDATA[p.s. takeown 处理后可以移动到备份文件里面<br /><br /><br />Win2003下面删除含2点的畸形特殊目录<div class="code">rd /s /q &quot;\\?\D:\webroot\245..&quot;</div><br /><br /><br /><br />win2008下特殊文件夹处理<div class="code">takeown /f &quot;D:\目标文件夹&quot; /r /d y<br />icacls &quot;D:\目标文件夹&quot; /grant Administrators:F /t<br />attrib -r -h -s -a &quot;D:\目标文件夹&quot; /s /d<br />rmdir /s /q &quot;D:\目标文件夹&quot;</div><br /><br />单个文件<div class="code">1. 获取所有权（去掉 /d y）<br />takeown /f &quot;D:\test\xxx.file&quot;<br /><br />2. 授予管理员完全控制权限<br />icacls &quot;D:\test\xxx.file&quot; /grant Administrators</div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3017]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[centos6.10怎么安装依赖和升级gcc（记录下，涉及系统软件更新还没有测试）]]></title> 
      <link><![CDATA[http://blog.xg98.com/article.asp?id=3016]]></link> 
      <category><![CDATA[centos/linux]]></category> 
      <author><![CDATA[admin <null@null.com>]]></author> 
      <pubDate>Sun, 17 May 2026 22:17:09 +0800</pubDate> 
      <description><![CDATA[<span style="color:Red">p.s.有空的老服务器可以测试，生产环境不要去玩</span><br />centos6.10默认是 gcc 4.4.7 ，可以升级devtoolset-8，得到gcc 8<br /><br /><b>第一步：修复 vault 源</b>  (如果yum源失效)<div class="code">vi /etc/yum.repos.d/CentOS-Base.repo</div><div class="code">[base]<br />name=CentOS-6.10 - Base<br />baseurl=https&#58;//vault.centos.org/6.10/os/x86_64/<br />gpgcheck=0<br />enabled=1<br /><br />[updates]<br />name=CentOS-6.10 - Updates<br />baseurl=https&#58;//vault.centos.org/6.10/updates/x86_64/<br />gpgcheck=0<br />enabled=1<br /><br />[extras]<br />name=CentOS-6.10 - Extras</div>]]></description>
      <wfw:commentRss><![CDATA[http://blog.xg98.com/feed.asp?q=comment&id=3016]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
