<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>职起网 - 事务所</title>
    <link>http://zhiqimba.com/forum-43-1.html</link>
    <description>Latest 20 threads of 事务所</description>
    <copyright>Copyright(C) 职起网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 01 May 2026 17:08:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://zhiqimba.com/static/image/common/logo_88_31.gif</url>
      <title>职起网</title>
      <link>http://zhiqimba.com/</link>
    </image>
    <item>
      <title>贴内分隔栏美化</title>
      <link>http://zhiqimba.com/thread-2479-1-1.html</link>
      <description><![CDATA[测试效果
未生效，不知道是PHP升级到8了，还是更改了编辑器图标editor.gif，这个设置包括其它界面/编辑器设置/Discuz! 代码，都失效了。评论也是这样说的。
贴上代码：



上面的代码复制到正在使用的模板common/extend_common.css文件最底下  每个人的模板不一样 所以 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sat, 19 Oct 2024 07:45:01 +0000</pubDate>
    </item>
    <item>
      <title>二开 | 文章帖内下划线颜色</title>
      <link>http://zhiqimba.com/thread-2478-1-1.html</link>
      <description><![CDATA[帖内下划线颜色
/template/xmyc_doc/forum下面两个文件


[*]viewthread.htm
[*]viewthread_node.htm

viewthread.htm
修改后文件


*viewthread_node.htm
1、查找：

**** 本内容被作者隐藏 ****

2、第349行修改
将

**** 本内容被作者隐藏 ****
3、附上修改后的文 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sat, 19 Oct 2024 06:01:14 +0000</pubDate>
    </item>
    <item>
      <title>去掉内容图片提示下载方法（去除图片提示下载附件）</title>
      <link>http://zhiqimba.com/thread-2407-1-1.html</link>
      <description><![CDATA[默认图片鼠标移动过去会显示图片名和下载，有些Discuz!站长需要让帖子内容页面更美观，可以使用以下办法去除：
第一步：打开文件
\\template\\default\\forum\\discuzcode.htm
第二步：搜索

第三步：修改
在搜到那一行，将语句


 改为 

完成



 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Fri, 21 Jun 2024 11:05:56 +0000</pubDate>
    </item>
    <item>
      <title>自定义发帖时间（实时更新时间）</title>
      <link>http://zhiqimba.com/thread-2264-1-1.html</link>
      <description><![CDATA[找到最后发帖时间

修改为

即为实时更新时间


文章内容页：
找到：180行左右

修改为：]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sat, 23 Sep 2023 11:58:14 +0000</pubDate>
    </item>
    <item>
      <title>discuz 实现发布文章 自动提交到百度</title>
      <link>http://zhiqimba.com/thread-2236-1-1.html</link>
      <description><![CDATA[我的TOKEN:


进入网站目录：/source/include/post 找到：post_newthread.php 备份：post_newthread.php 编辑：post_newthread.php 搜索：

在这段代码前加入插入：

然后在文件末尾 ?&gt; 前插入以下代码，注意将下面的域名和token信息替换为你自己的。


最后保存覆盖就 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sat, 12 Aug 2023 13:54:14 +0000</pubDate>
    </item>
    <item>
      <title>板块美化</title>
      <link>http://zhiqimba.com/thread-2234-1-1.html</link>
      <description><![CDATA[1、增加或去掉首页板块文档数

再/template/xmyc_doc/forum/discuz.htm文件里
第198行，查找语句代码：


替换为：



2、将板块文档数修改为调用后台板块规则


再/template/xmyc_doc/forum/discuz.htm文件里
第198行，查找语句代码：



替换为：



 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sat, 12 Aug 2023 11:33:54 +0000</pubDate>
    </item>
    <item>
      <title>去除网站标题的 Powered by Discuz! 字样</title>
      <link>http://zhiqimba.com/thread-2099-1-1.html</link>
      <description><![CDATA[1、找到如下的位置 根目录/template/default/common/找到 header_common.htm2、打开文件，删除  Powered by Discuz! 字符，包括前面的“ – ”字符。网站标题代码修改为：
（建议使用 Notepad++ 程序修改）手机版的修改文件为 /template/default/mobile/common/header.h ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Fri, 16 Jun 2023 11:59:47 +0000</pubDate>
    </item>
    <item>
      <title>新增版权</title>
      <link>http://zhiqimba.com/thread-1926-1-1.html</link>
      <description><![CDATA[打开template/default（默认模板）/forum/viewthread_node_body.htm文件
查找：


在下方添加：





效果如图所示]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Tue, 21 Mar 2023 06:14:57 +0000</pubDate>
    </item>
    <item>
      <title>侵权删除专用贴</title>
      <link>http://zhiqimba.com/thread-1925-1-1.html</link>
      <description><![CDATA[侵权删除专用贴]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Tue, 21 Mar 2023 05:57:39 +0000</pubDate>
    </item>
    <item>
      <title>二次开发附件美化</title>
      <link>http://zhiqimba.com/thread-1924-1-1.html</link>
      <description><![CDATA[仔细观察，弹出框、附件名称、附件大小、下载次数...这些我们要注意的是。修改样式，但不能影响应有的功能。
原样式：


修改后的样式：



下面我们开始着手修改，通过TFP找到/template/default(当前模板目录)/forum/discuzcode.htm将discuzcode.htm下载到本地。


在 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Tue, 21 Mar 2023 05:45:32 +0000</pubDate>
    </item>
    <item>
      <title>板块简介和规则支持 html 代码 （板块视频播放）</title>
      <link>http://zhiqimba.com/thread-1815-1-1.html</link>
      <description><![CDATA[打开source/admincp/admincp_forums.php 文件查找：



替換为





再查找：


替换为:




在查找：


一共有两处相同的代码替換为：





在查找：


替换为：




您要添加 html 为法时
要將有这些 \&quot; \&quot; 符号去掉不然会沒有效果



如：


替换为：




视频代码：

 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Tue, 14 Mar 2023 09:51:06 +0000</pubDate>
    </item>
    <item>
      <title>常用网盘开通</title>
      <link>http://zhiqimba.com/thread-1791-1-1.html</link>
      <description><![CDATA[115：

https://115.com/f/9020824#
加入115VIP，专享尊贵权益]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sun, 12 Mar 2023 03:43:58 +0000</pubDate>
    </item>
    <item>
      <title>站长随记|DZ的那些东西</title>
      <link>http://zhiqimba.com/thread-1790-1-1.html</link>
      <description><![CDATA[Discuz! 代码（编辑器网盘开发）


子版块 这几个文字怎么改

修改列表页发表时间/作者字眼等
template/XXXX/forum/forumdisplay_list.htm/41行

修改列表页发表时间/作者调用等/222行


第217行

其他


 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sun, 12 Mar 2023 03:27:58 +0000</pubDate>
    </item>
    <item>
      <title>创作注意事项</title>
      <link>http://zhiqimba.com/thread-1789-1-1.html</link>
      <description><![CDATA[职起网开设创作板块，每个知识点只有一个板块，可以多人协助创作，修改，提交，争取做到最好的知识分享内容。

一、机构入驻
1.我是个人

个人入驻主要是根据个人考证的学习过程经验及按照步骤思维导图整理罗列出来易于考证人员学习的篇章。针对未完善的知识架构整理， ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Fri, 10 Mar 2023 01:33:12 +0000</pubDate>
    </item>
    <item>
      <title>表格代码</title>
      <link>http://zhiqimba.com/thread-1513-1-1.html</link>
      <description><![CDATA[TABLE代码详解： 



TABLE高级应用：




[/table]所定义的颜色就会在本行失效
[/tr]
[/table]










这里是分界线[hr]这里是分界线








这里是分界线[hr]这里是分界线





 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Wed, 30 Nov 2022 13:05:10 +0000</pubDate>
    </item>
    <item>
      <title>LaTeX数学公式输入初级入门</title>
      <link>http://zhiqimba.com/thread-1496-1-1.html</link>
      <description><![CDATA[参考：

[*]MathJax basic tutorial and quick reference
[*]Markdown公式编辑学习笔记
[*]简书《Markdown 数学公式语法》
[*]latex在线编辑器

行内公式


跨行公式


字符
普通字符在数学公式中含义一样，除了 # $ \\% \\&amp; \\~ _ \\^ { }；
若要在数学环境中表示这些符号 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sun, 27 Nov 2022 14:17:34 +0000</pubDate>
    </item>
    <item>
      <title>关于职起的那点事</title>
      <link>http://zhiqimba.com/thread-1491-1-1.html</link>
      <description><![CDATA[当前认知，要解决人生的终极问题，要靠爱与创作。
   2016年，职起网诞生了
   职起网（原名：书工厂），前身是一家资源分享网站。后面发现自己的认知太低，很多东西违背了一些道德，把别人的辛勤成果拿来市场化，始终走在法律的边缘。后来发现解决这一认知问题靠的 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Fri, 25 Nov 2022 04:05:23 +0000</pubDate>
    </item>
    <item>
      <title>职起维权帖</title>
      <link>http://zhiqimba.com/thread-1456-1-1.html</link>
      <description><![CDATA[职起网是一家免费优质的职业考试学习网站。本站所有资源仅供学习与参考，请勿用于商业用途，否则产生的一切后果将由您自己承担！

1、论坛的所有内容都是优质资源。如果您在阅读的过程中发现内容有误欢迎在下方留言，我们会及时订正，避免误导学子。一经核实采纳将会发 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Sat, 19 Nov 2022 11:50:43 +0000</pubDate>
    </item>
    <item>
      <title>关于书工场和我的一切</title>
      <link>http://zhiqimba.com/thread-1374-1-1.html</link>
      <description><![CDATA[占个位置在聊聊]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Tue, 23 Jun 2020 16:07:10 +0000</pubDate>
    </item>
    <item>
      <title>赞助打赏书工场，免费开通特权，享受价值百万级课程！</title>
      <link>http://zhiqimba.com/thread-866-1-1.html</link>
      <description><![CDATA[书工场收集资源也是需要人力费时费力，及高昂的服务器费用。但是自始至终我们都没有收费过，资源所需书币均可做任务获得，如果您不想做任务想快捷获取资源，您可以选择打赏我们。

如果您是在校大学生请提供您的身份证及文凭相关证书，我们将为您免费开放免费至您完成 ...]]></description>
      <category>事务所</category>
      <author>职起网</author>
      <pubDate>Thu, 14 May 2020 08:07:28 +0000</pubDate>
    </item>
  </channel>
</rss>