<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>易笔记 - 其它教程</title>
    <link>http://bj.yisvip.com/forum-48-1.html</link>
    <description>Latest 20 threads of 其它教程</description>
    <copyright>Copyright(C) 易笔记</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 06 May 2026 10:42:40 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bj.yisvip.com/static/image/common/logo_88_31.gif</url>
      <title>易笔记</title>
      <link>http://bj.yisvip.com/</link>
    </image>
    <item>
      <title>网站侧边跟随滚动的高效代码</title>
      <link>http://bj.yisvip.com/thread-9278-1-1.html</link>
      <description><![CDATA[这个是比较高效兼容好能够获取到要滚动的元素的宽高比例；
分为两个部分代码都比较简洁



**** 本内容需购买 ****]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Mon, 25 Sep 2023 03:08:33 +0000</pubDate>
    </item>
    <item>
      <title>用php判断install是否删除已删除则为空</title>
      <link>http://bj.yisvip.com/thread-9235-1-1.html</link>
      <description><![CDATA[用php判断install是否删除已删除则为空的代码：]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Sat, 03 Jun 2023 11:41:41 +0000</pubDate>
    </item>
    <item>
      <title>用javascript怎么做一个鼠标放到图片上有个放大效果</title>
      <link>http://bj.yisvip.com/thread-9233-1-1.html</link>
      <description><![CDATA[用javascript怎么做一个鼠标放到图片上有个放大效果
下面是代码：]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Tue, 30 May 2023 02:20:41 +0000</pubDate>
    </item>
    <item>
      <title>VSCode去掉html多余空行方法</title>
      <link>http://bj.yisvip.com/thread-9228-1-1.html</link>
      <description><![CDATA[1、使用快捷键Ctrl+F查找，出现如图窗口，点击 &gt; 出现下拉替换窗口。

或者直接使用快捷键Ctrl+H
2、查找窗口里输入
^\\s*(?=\\r?$)\\n

3、选定“使用正则表达式”如图，然后选择全部替换。即可去除所有空行。

 ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Tue, 23 May 2023 10:36:44 +0000</pubDate>
    </item>
    <item>
      <title>VSCode出现下拉滚动后结尾出现一段距离修改方法</title>
      <link>http://bj.yisvip.com/thread-9227-1-1.html</link>
      <description><![CDATA[这个问题滚动条滚动最后一行导致，把勾选去掉即可
如图操作：]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Tue, 23 May 2023 10:23:33 +0000</pubDate>
    </item>
    <item>
      <title>用javascript实现一个li标签的文字标题上下滚动的效果</title>
      <link>http://bj.yisvip.com/thread-9226-1-1.html</link>
      <description><![CDATA[html


js]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Wed, 17 May 2023 04:08:30 +0000</pubDate>
    </item>
    <item>
      <title>iis服务器上用伪静态web.config规则写网站301重定向的方法</title>
      <link>http://bj.yisvip.com/thread-9224-1-1.html</link>
      <description><![CDATA[首页域名重定向可使用以下规则]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Thu, 11 May 2023 03:23:13 +0000</pubDate>
    </item>
    <item>
      <title>使用 Sticky-Kit实现基于jQuery的元素侧边跟随滚动固定效果</title>
      <link>http://bj.yisvip.com/thread-9222-1-1.html</link>
      <description><![CDATA[Sticky-kit是一个jQuery插件，它可以使元素在滚动时保持固定位置。要使用Sticky-kit插件来使一个元素（如一个侧边栏）在滚动时保持固定位置，需要按照以下步骤进行：
首先，确保已经引入了jQuery和Sticky-kit插件的JavaScript文件。可以使用以下代码将它们引入到HTML文 ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Fri, 05 May 2023 14:53:42 +0000</pubDate>
    </item>
    <item>
      <title>给网站加首页简单加一个密码访问，PHP为任意页面</title>
      <link>http://bj.yisvip.com/thread-9204-1-1.html</link>
      <description><![CDATA[密码正确才能进去页面，进入后会存下cookies值，下一次登录的时候则不需要再次输入了；
1.把下面的代码放进你要加密的PHP页面里面，比如你要给首页：index.php 加密，就把下面代码放在index.php 的最前面

2.新建PHP文件，命名为：MkEncrypt.php，把下面代码放进这个新 ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Mon, 24 Apr 2023 02:41:27 +0000</pubDate>
    </item>
    <item>
      <title>Windows7-8上安装python后报api-ms-win-core-path-l1-1-0.dll错误的解决方法</title>
      <link>http://bj.yisvip.com/thread-9202-1-1.html</link>
      <description><![CDATA[Windows7和win8上安装python后报api-ms-win-core-path-l1-1-0.dll错误的解决方法
将此库放到C:\\WINDOWS\\System32目录下即可：]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Sat, 22 Apr 2023 11:06:51 +0000</pubDate>
    </item>
    <item>
      <title>syncthing在Linux上开机后运行方法和命令</title>
      <link>http://bj.yisvip.com/thread-9201-1-1.html</link>
      <description><![CDATA[要在Linux系统开机后运行syncthing，可以通过systemd服务来配置。以下是在Ubuntu操作系统上配置syncthing自启动的步骤：

创建一个新的systemd服务文件 /etc/systemd/system/syncthing.service，并将以下内容复制到文件中：


Description=Syncthing - Open Source Cont ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Fri, 21 Apr 2023 07:02:30 +0000</pubDate>
    </item>
    <item>
      <title>Syncthing在win系统上开机运行并且不弹出启动浏览器的方法</title>
      <link>http://bj.yisvip.com/thread-9200-1-1.html</link>
      <description><![CDATA[如果你想在Windows系统启动时运行Syncthing，可以按照以下步骤进行设置： 

1. 打开Syncthing，在“设置”中找到“启动”选项。 

2. 在“启动”选项卡中，勾选“在登录时启动Syncthing”。 

3. 单击“保存”按钮。 

4. 现在，每次你登录时，Syncthing都会启动。 

如 ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Wed, 19 Apr 2023 02:09:35 +0000</pubDate>
    </item>
    <item>
      <title>火车头数据库导入到数据库，帝国cms新闻 数据库发布模块sql语句</title>
      <link>http://bj.yisvip.com/thread-9199-1-1.html</link>
      <description><![CDATA[火车头数据库导入到数据库，帝国cms新闻 数据库发布模块sql语句]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Tue, 11 Apr 2023 09:53:25 +0000</pubDate>
    </item>
    <item>
      <title>CSS中margin-top失效解决办法</title>
      <link>http://bj.yisvip.com/thread-9154-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Wed, 23 Nov 2022 07:58:34 +0000</pubDate>
    </item>
    <item>
      <title>前端浏览器报错提示 Uncaught TypeError: switchSearch is not a function</title>
      <link>http://bj.yisvip.com/thread-9152-1-1.html</link>
      <description><![CDATA[这个谷歌浏览器不会报错，其它浏览都报错：
onclick想调用search()方法，可是却报了Uncaught TypeError: search is not a function 的错。


经检查，search(pageType)方法是存在的，而且也没有其它叫做search的标签。


将html和js中的search方法改了名字，就可以了！
 ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Thu, 17 Nov 2022 15:02:30 +0000</pubDate>
    </item>
    <item>
      <title>火车头在标题或内容等文字之间加上自己需要符号</title>
      <link>http://bj.yisvip.com/thread-9151-1-1.html</link>
      <description><![CDATA[在网站搜索半天说可以用正则表达式，不过哪个一般人搞不来。
于是我就想了一个比较笨还实用的方法 仅供参考：
1，数据处理-纯正则表达式 【正则表达式 为空】-【替换正则表达式：自己需要的符号】这样它每个之间字包括前后都有符号了。
2.在数据处理，内容添加前后缀， ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Wed, 16 Nov 2022 12:30:06 +0000</pubDate>
    </item>
    <item>
      <title>网站图片懒加载如何实现（LazyLoad按需加载）</title>
      <link>http://bj.yisvip.com/thread-9148-1-1.html</link>
      <description><![CDATA[对于一些拥有大量图片的网站来说，如果一个页面有超过 50 张图片，就会造成网站页面加载太慢以及移动端耗费流量太大。为了解决这样的问题，可以使用LazyLoad按需加载，又称懒加载。
LazyLoad按需加载
什么是LazyLoad按需加载
LazyLoad按需加载采用图片按需加载技术，打 ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Tue, 08 Nov 2022 08:23:13 +0000</pubDate>
    </item>
    <item>
      <title>css文字换行</title>
      <link>http://bj.yisvip.com/thread-9144-1-1.html</link>
      <description><![CDATA[字母换行：word-wrap: break-word;
单词换行：word-break: break-all;
文字换行：white-space:pre-wrap;]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Fri, 28 Oct 2022 11:31:56 +0000</pubDate>
    </item>
    <item>
      <title>关于jquery升级至3.5版本之后的兼容问题Uncaught TypeError： $(...).size is not a function</title>
      <link>http://bj.yisvip.com/thread-9143-1-1.html</link>
      <description><![CDATA[关于jquery升级至3.5版本之后的兼容问题Uncaught TypeError： $(...).size is not a function

控制台报错如上图，打开Frame.js可以看到里面定义大小的全是.size()

而jquery1.8版本之后是不支持.size()的，需要把所有的.size()换成.length就不再报错了

注意：.length ...]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Thu, 27 Oct 2022 11:57:17 +0000</pubDate>
    </item>
    <item>
      <title>css加js实现默认选择滑动显示效果</title>
      <link>http://bj.yisvip.com/thread-9101-1-1.html</link>
      <description><![CDATA[htmlcss


js]]></description>
      <category>其它教程</category>
      <author>svip</author>
      <pubDate>Tue, 16 Aug 2022 07:56:08 +0000</pubDate>
    </item>
  </channel>
</rss>