<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>admin@生物行［生物导航网］</title>
    <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11</link>
    <description>中国神经科学论坛</description>
    <copyright>Copyright(C) 中国神经科学论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 17 Apr 2026 22:12:45 +0000</lastBuildDate>
    <image>
      <url>https://bbs.bioguider.com/static/image/common/logo_88_31.gif</url>
      <title>中国神经科学论坛</title>
      <link>https://bbs.bioguider.com/</link>
    </image>
    <item>
      <title>为HDWIKI图片增加推荐和取消推荐功能</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8229</link>
      <description><![CDATA[&amp;nbsp;首页的图片百科是按照推荐的状态设置的，但HDWIKI6.0没有后台可以设置图片推荐状态。     一、后端  control/  admin_attachment.php  代码调整    在  dodefault()  或  dosearch()  函数前添加如下新函数，用于处理推荐与取消推荐：        function      dofocusupdate  (    ) {         $ids  =  isset ( $this  ...]]></description>
      <author>admin</author>
      <pubDate>Fri, 09 May 2025 12:40:06 +0000</pubDate>
    </item>
    <item>
      <title>ChatGPT修复好了HDWIKI6.0打开词条图片不显示的问题</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8228</link>
      <description><![CDATA[点击小图后显示出来的弹出窗口只显示img:加图片地址，不显示大图。要完全恢复打开后显示完整的大图，需要把openremoveimage.js全部修改一下：     function openremoveimage(E) {  &amp;nbsp; var url = E.href;  &amp;nbsp; var title = $(E).find('img').attr('alt') || $(E).find('img').attr('title') || '图片预览';     &amp;nbsp ...]]></description>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 12:28:40 +0000</pubDate>
    </item>
    <item>
      <title>HDWIKI手机浏览不能加载更多数据修复</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8227</link>
      <description><![CDATA[&amp;nbsp;修改wiki/js/wap_load_data.js 大约24行，改写前：   &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $.ajax({  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type: &quot;GET&quot;,  &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; url: _self.load_url + '- ...]]></description>
      <author>admin</author>
      <pubDate>Sun, 04 May 2025 08:02:59 +0000</pubDate>
    </item>
    <item>
      <title>HDWIKI分类自动展开二级分类的文件修改办法</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8226</link>
      <description><![CDATA[有两个模板文件要修改，createdoc.htm和viewdoc.htm，修改方式一致。  ✅ 修改&amp;nbsp; openclose(obj)  函数如下：           function   openclose ( obj ) {    var  id = obj. id ;    var  dl = $( '#'  + id);    var  dds = dl. find ( 'dd' );    if  (dds. is ( ':visible' )) {    dds. hide ();    obj. src  =   ...]]></description>
      <author>admin</author>
      <pubDate>Sat, 03 May 2025 06:58:52 +0000</pubDate>
    </item>
    <item>
      <title>HDWIKI相关词条英文链接多了“+”号</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8225</link>
      <description><![CDATA[&amp;nbsp;点击英文单词的相关词条，显示到搜索栏里英文单词间有“+”号，导致系统不对识别数据库里是否已经有该词条，问题是出现在对词条链接的解析上。  解决方案：改用  rawurlencode()     将viewdoc.htm第460行：      php   &amp;lt;a href= &quot;index.php?doc-innerlink-{eval echo urlencode( $relate  )}&quot; target= &quot;_blank&quot;  tit ...]]></description>
      <author>admin</author>
      <pubDate>Sat, 03 May 2025 03:01:30 +0000</pubDate>
    </item>
    <item>
      <title>HDWIKI不能修改和删除参考资料的代码修改方法</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8224</link>
      <description><![CDATA[&amp;nbsp;找到reference.class.php，把其中最后两段编辑和删除参考资料的代码修改成：         /**       编辑参考资料       */       function edit($data){        $data  = intval($data );        $data  = htmlspecial_chars(string::stripscript($data ));        $sql = &quot;UPDATE &quot;.DB_TABLEPRE.&quot;docreference SET name ...]]></description>
      <author>admin</author>
      <pubDate>Wed, 30 Apr 2025 03:19:47 +0000</pubDate>
    </item>
    <item>
      <title>ChatGPT用来修改网站的BUG</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8223</link>
      <description><![CDATA[&amp;nbsp;HDWIKI参考文献只能添加，不能删除或修改，问了一下CHATGPT，立即给出了正确答案：    修复建议  请把你的 reference.class.php 中的这两处修改如下：     // 替换掉旧的 is_int 检查  $data  = is_int($data ) ? $data  : 0;     // 改为：  $data  = intval($data );     // 替换掉旧的 is_int 检查  $id = is_int( ...]]></description>
      <author>admin</author>
      <pubDate>Wed, 30 Apr 2025 01:24:01 +0000</pubDate>
    </item>
    <item>
      <title>Endnote更新文献出错的解决方法</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8219</link>
      <description><![CDATA[Endnote更新文献时出现如下错误，           Unable to contact the onlinedatabase.  Check that your internet connection is workingOr contact the database's vendor for availability.       此错误是电脑网络设置问题，可能是没有启用SSL 1.x所导致的。在“控制面板 &amp;gt; 网络和 Internet &amp;gt; Internet选项 &amp;gt; 高级”（ ...]]></description>
      <author>admin</author>
      <pubDate>Fri, 21 Jun 2024 14:41:06 +0000</pubDate>
    </item>
    <item>
      <title>使用ChatGPT4o编写代码批量删除HDwiki失效图片</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8217</link>
      <description><![CDATA[在phpMyAdmin中，你可以使用SQL语句来批量删除包含特定链接的图片链接及其相应的文字表述。以下是一个示例语句，用于从表  wiki_doc  的  content  字段中删除包含  hudong.com  链接的图片及其描述：     sql        复制代码       UPDATE  wiki_doc   SET  content  =  REPLACE(content, SUBSTRING_INDEX(SUBSTRING_IND ...]]></description>
      <author>admin</author>
      <pubDate>Wed, 22 May 2024 05:02:39 +0000</pubDate>
    </item>
    <item>
      <title>dedecms手机移动版首页自动更新解决办法</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8209</link>
      <description><![CDATA[找到/m/index.php文件，把函数file_exists前面的！（非）去掉，  即由  ！file_exists('index.html'))  改成  file_exists('index.html'))，  再手机访问bioguder.com，自动更新了。]]></description>
      <author>admin</author>
      <pubDate>Fri, 11 Aug 2023 10:07:03 +0000</pubDate>
    </item>
    <item>
      <title>常用的phpmyadmi SQL语句</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8208</link>
      <description><![CDATA[批量删除数据表里TAB列含有“GBK：的行 DELETE FROM `dede_taglist` WHERE `tag` LIKE '%gbk%'&amp;nbsp;   批量删除数据表里小于2个字符的行  delete from `dede_taglist` where length(trim(`tag`)) &amp;lt; 3;       批量更新数据表content里的关键词  UPDATE `wiki_doc` SET `content` = REPLACE (`content`, 'old', 'new');     ...]]></description>
      <author>admin</author>
      <pubDate>Wed, 26 Jul 2023 10:41:16 +0000</pubDate>
    </item>
    <item>
      <title>iphone ipad不能在APP STORE购买的原因解决方案</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8180</link>
      <description><![CDATA[在购买的时候弹出如下窗口，“Your Purchase Could Not Be Completed. For assistance, contact iTunes Support at www.apple.com/support/itunes/ww/.” 具体解决过程：           - go to  http://www.apple.com/support/itunes/ww   - click on your country's flag (USA OR CHINA)  - click on the Contact Support at  ...]]></description>
      <author>admin</author>
      <pubDate>Sat, 22 Oct 2016 12:52:03 +0000</pubDate>
    </item>
    <item>
      <title>Excel, Word, Powerpoint打开时出现Windows Installer正在安装的问题</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8179</link>
      <description><![CDATA[每次打开都出现这样的问题，很烦。如果让其安装也不能成功，只有点击取消才能不继续安装，怎么解决。网上方法各不一样，甚至要重装WINDOWS，下面这个方法适合在WIN10, OFFICE2013中使用，其它系统没有试过。   在你的系统中找到下面这个路径，   C:\Program Files\Common Files\microsoft shared\OFFICE15\   然后在Office ...]]></description>
      <author>admin</author>
      <pubDate>Thu, 21 Jul 2016 20:15:18 +0000</pubDate>
    </item>
    <item>
      <title>Endnote X7数据库损坏修复的几种方法</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8157</link>
      <description><![CDATA[打开endnote软件的时候出现如下错误提示：“ the &amp;nbsp; library &amp;nbsp; apprear &amp;nbsp; to &amp;nbsp; be &amp;nbsp; damaged &amp;nbsp; please &amp;nbsp; vierify &amp;nbsp; that &amp;nbsp; no &amp;nbsp; other &amp;nbsp; user &amp;nbsp; has &amp;nbsp; this &amp;nbsp; library”，说明数据库已经损坏。如何修复呢，下面有几种方法可以试一下。          ...&lt;br /&gt;&lt;img src=&quot;data/attachment/album/201602/29/140822x5ej3389z3semn58.jpg.thumb.jpg&quot;&gt;]]></description>
      <author>admin</author>
      <pubDate>Mon, 29 Feb 2016 06:08:41 +0000</pubDate>
    </item>
    <item>
      <title>每次打开Office2013都会显示“安装程序正在准备必要的文件”然后再显示“正在配置Micr ...</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8151</link>
      <description><![CDATA[解决每次打开office 2013显示正在配置   解决办法：开始—》运行—》输入以下代码   reg add HKCU\Software\Microsoft\Office\15.0\Word\Options /v NoReReg /t REG_DWORD /D 1    ————————————————————————————————————   【解决每次打开office 2010显示正在配置】   解决办法：开始 ...]]></description>
      <author>admin</author>
      <pubDate>Sun, 13 Sep 2015 12:45:22 +0000</pubDate>
    </item>
    <item>
      <title>如何定义Outlook的一个账户不收信</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=8150</link>
      <description><![CDATA[一个OUTLOOK里设了好多邮箱，但不想用其中一个邮箱了，一个办法就是把这个邮箱删除，但同时这个邮箱的所有邮件就同时被删除了。如果想保留这个邮箱的内容，可以在OUTLOOK 2013中如下设置： 发送/接收---发送/接收组--定义发送接收组---编辑----选中不需要接收的信箱----将所选择的帐户包括在该组中前面的勾去掉即可         ...&lt;br /&gt;&lt;img src=&quot;data/attachment/album/201509/12/161743q56xmm7zol7uw7ct.png.thumb.jpg&quot;&gt;]]></description>
      <author>admin</author>
      <pubDate>Sat, 12 Sep 2015 08:18:24 +0000</pubDate>
    </item>
    <item>
      <title>Zeiss Zen lite 2012 如何批量导出czi格式文件为tif格式文件</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=4251</link>
      <description><![CDATA[可以使用蔡司提供的软件Zeiss Zen lite 2012进行文件格式的转化，利用其它软件进行图像的分析和处理。这里介绍一下，如何进行格式的批处理。  1. 首先选择批处理中的单个文件导出应用。      2. 在右边的窗口中添加你要处理的文件，可以选择多个。       3. 在左侧下方的参数设置窗口中，选择你要导出的文件格式，这里选择 ...&lt;br /&gt;&lt;img src=&quot;data/attachment/album/201407/22/123311wwiie3q074qe07l0.jpg.thumb.jpg&quot;&gt;]]></description>
      <author>admin</author>
      <pubDate>Tue, 22 Jul 2014 04:40:40 +0000</pubDate>
    </item>
    <item>
      <title>解决国家自然科学基金申请表在英文WORD2007下弹出窗口为乱码的问题</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=4175</link>
      <description><![CDATA[问题原因：英文WINDOWS7里的字体库没有相关中文。 解决方法： 找一台中文版windows xp或WIN7，到windows/ fonts目录下，把所有中文字体复制了，把所有字体粘贴到win7的fonts目录下，跳出窗口显示就正常了。除了拷贝中文字体外， 在控制面板中，要把语言设置中的格式改成中文。   ...&lt;br /&gt;&lt;img src=&quot;data/attachment/album/201302/27/155833mntaqwadxujhtmnq.png.thumb.jpg&quot;&gt;]]></description>
      <author>admin</author>
      <pubDate>Wed, 27 Feb 2013 08:00:35 +0000</pubDate>
    </item>
    <item>
      <title>为DROPBOX添加硬盘里的任一目录</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=4174</link>
      <description><![CDATA[1、针对 Windows XP 用户，请使用  junction.exe 工具    首先下载  junction.exe ，如果你想让 D 盘下的 Data 文件夹与 Dropbox 连接使用，开始 &amp;gt; 运行 &amp;gt; cmd，输入如下命令   C:\&amp;gt;junction d:\data &quot;d:\My Dropbox&quot;   此时你会发现 Data 文件夹和 My Dropbox 文件夹内容相同，在 Data 的任意操作都会继承到 My Dropbox  ...]]></description>
      <author>admin</author>
      <pubDate>Sat, 23 Feb 2013 08:07:46 +0000</pubDate>
    </item>
    <item>
      <title>DEDECMS5.7全站伪静态浏览设置方法</title>
      <link>https://bbs.bioguider.com/home.php?mod=space&amp;uid=11&amp;do=blog&amp;id=4047</link>
      <description><![CDATA[DEDEV5.7 开启伪静态的重写设置 列表、文章 DEDE虽然可以生成静态页面, 也可以重写成为伪静态. 在后台有设置可以开启伪静态. 开启后还要经过一定的设置才能使用. 1. 首先栏目和文章最好设置成动态浏览. 这样才不会生成静态html文件. 2. 设置重写规则. 在系统目录下加一个 .htaccess文件. 内容为: RewriteEngine On R ...]]></description>
      <author>admin</author>
      <pubDate>Tue, 10 Apr 2012 22:10:24 +0000</pubDate>
    </item>
  </channel>
</rss>