<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>GALAXIX动漫大陆 - 网络技术研究所</title>
    <link>https://www.dongmanx.com/bbs/forum.php?mod=forumdisplay&amp;fid=81</link>
    <description>Latest 20 threads of 网络技术研究所</description>
    <copyright>Copyright(C) GALAXIX动漫大陆</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 07 May 2026 13:30:37 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.dongmanx.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>GALAXIX动漫大陆</title>
      <link>https://www.dongmanx.com/bbs/</link>
    </image>
    <item>
      <title>HTML 5 预览</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=211</link>
      <description><![CDATA[概要 
网络是不断的进化的. 新的和有创意的网站每天都在出现, 从各方面都在冲击着HTML的边界. HTML 4来到我们身边已经差不多有10年了, 发行者们不断的寻求提供更强大的功能的新技术, 但是常会因为标记语言和浏览器的约束而路途坎坷. 
为了给作者们提供更灵活, 更具互操 ...]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Sun, 18 Nov 2018 13:50:40 +0000</pubDate>
    </item>
    <item>
      <title>PHP将特殊字元转成 HTML 格式。</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=153</link>
      <description><![CDATA[htmlspecialchars 
　　将特殊字元转成 HTML 格式。
　　语法: string htmlspecialchars(string string);
　　传回值: 字串
　　函式种类: 资料处理
      函数讲解：

本函式将特殊字元转成 HTML 的字串格式 ( &amp;....; )。最常用到的场合可能就是处理客户留言的留言版了 ...]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Wed, 14 Nov 2018 14:51:06 +0000</pubDate>
    </item>
    <item>
      <title>PHP函数去掉 HTML 及 PHP 的标记。</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=152</link>
      <description><![CDATA[语法: string strip_tags(string str);
　　传回值: 字串
　　函式种类: 资料处理
　　内容说明
　　
**** 本内容被作者隐藏 ****]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Wed, 14 Nov 2018 14:49:09 +0000</pubDate>
    </item>
    <item>
      <title>css鼠标手型cursor中hand与pointer</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=151</link>
      <description><![CDATA[Example：CSS鼠标手型效果 CSS鼠标手型效果
Example：CSS鼠标手型效果 CSS鼠标手型效果
注：pointer也是小手鼠标，建议大家用pointer，因为它可以兼容多种浏览器。
Example：CSS鼠标由系统自动给出效果 CSS鼠标由系统自动给出效果
Example：CSS鼠标十字型 效果 CSS鼠标 ...]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Wed, 14 Nov 2018 14:47:41 +0000</pubDate>
    </item>
    <item>
      <title>js弹出窗口详解</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=150</link>
      <description><![CDATA[参数解释： 
window.open 弹出新窗口的命令； 
\'page.html\' 弹出窗口的文件名； 
\'newwindow\' 弹出窗口的名字（不是文件名），非必须，可用空\'\'代替； 
100 窗口高度； 
width=400 窗口宽度； 
top=0 窗口距离屏幕上方的象素值； 
left=0 窗口距离屏幕左侧的象素 ...]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Wed, 14 Nov 2018 14:46:56 +0000</pubDate>
    </item>
    <item>
      <title>session 在iframe中失效（session 丢失、session....</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=149</link>
      <description><![CDATA[session 在iframe中失效（session 丢失、session检测不到）问题的解决方法

最近在一次开发中涉及到了跨域的iframe，
a.com/index.php 为访问的主要页面，而 b.com/index.php 被 iframe 在其中
此时在 b.com/index.php 中可以初始化 session，而且在当前页面也可以检测 ...]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Wed, 14 Nov 2018 14:45:05 +0000</pubDate>
    </item>
    <item>
      <title>iframe用法总结</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=148</link>
      <description><![CDATA[是框架的一种形式，也比较常用到。

　　例子1。



不用多说了。

　　width插入页的宽；height插入页的高；scrolling 是否显示页面滚动条（可选的参数为 auto、yes、no，如果省略这个参数，则默认为auto）；frameborder  边框大小；

　　注意：URL建议用绝对路径

 ...]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Wed, 14 Nov 2018 14:42:31 +0000</pubDate>
    </item>
    <item>
      <title>CentOS系统下Apache环境安装GBK编码程序网页乱码问题</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=147</link>
      <description><![CDATA[摘要： 本文讲的是CentOS系统下Apache环境安装GBK编码程序网页乱码问题， 解决方法 1，打开Apache配置文件httpd.conf，如默认情况下为 /etc/httpd/conf/httpd.conf # vi /etc/httpd/conf/httpd.conf 2，找到AddDefaultChar 

解决方法
1，打开Apache配置文件httpd.conf ...]]></description>
      <category>网络技术研究所</category>
      <author>天の川</author>
      <pubDate>Wed, 14 Nov 2018 14:38:44 +0000</pubDate>
    </item>
    <item>
      <title>HTML5公共页面提取作为公用代码</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=9</link>
      <description><![CDATA[]]></description>
      <category>网络技术研究所</category>
      <author>GALAXIX</author>
      <pubDate>Sat, 10 Nov 2018 06:37:44 +0000</pubDate>
    </item>
    <item>
      <title>Hyper-v Centos7 修改分辨率</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=8</link>
      <description><![CDATA[]]></description>
      <category>网络技术研究所</category>
      <author>GALAXIX</author>
      <pubDate>Sat, 10 Nov 2018 06:34:02 +0000</pubDate>
    </item>
    <item>
      <title>centOS7安装MySQL数据库</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=7</link>
      <description><![CDATA[]]></description>
      <category>网络技术研究所</category>
      <author>GALAXIX</author>
      <pubDate>Sat, 10 Nov 2018 06:32:37 +0000</pubDate>
    </item>
    <item>
      <title>论坛底部的Powered by Discuz! X3.x 如何去掉</title>
      <link>https://www.dongmanx.com/bbs/forum.php?mod=viewthread&amp;tid=5</link>
      <description><![CDATA[]]></description>
      <category>网络技术研究所</category>
      <author>GALAXIX</author>
      <pubDate>Sat, 10 Nov 2018 06:30:47 +0000</pubDate>
    </item>
  </channel>
</rss>