設為首頁收藏本站

艾歐踢論壇

 找回密碼
 立即註冊

QQ登錄

只需一步,快速開始

搜索
熱搜: 活動 交友 discuz
查看: 1262|回復: 0
打印 上一主題 下一主題

discuz rss源在哪?怎么设置?

[複製鏈接]
跳轉到指定樓層
樓主
發表於 2016-2-15 07:44:43 | 只看該作者 回帖獎勵 |倒序瀏覽 |閱讀模式
http://www.iot.idv.tw/ucenter/forum.php?mod=rss&auth=0
use feedly
如果希望实现在自己的站点上实时显示相关论坛的最新帖子,可以利用Discuz的RSS。

Discuz论坛的默认RSS页面地址:

http://yourdomainname/forum.php?mod=rss&auth=0

拿Discuz的官方论坛为例,其地址为:

http://www.discuz.net/forum.php?mod=rss&auth=0

如果直接在浏览器中访问该地址,会提示下载,下载的文件名为forum.php。这个文件不是代码文件,而是RSS的最新数据。

打开此文件,结果如下图:
discuz_forum_rss



剩下的就是解析该文件啦。

http://www.iot.idv.tw/ucenter/forum.php?mod=rss&auth=0
<?xml version="1.0" encoding="UTF-8"?>

-<rss version="2.0">


-<channel>

<title>艾歐踢論壇</title>

<link>http://www.iot.idv.tw/ucenter/forum.php</link>

<description>Latest 20 threads of all forums</description>

<copyright>Copyright(C) 艾歐踢論壇</copyright>

<generator>Discuz! Board by Comsenz Inc.</generator>

<lastBuildDate>Sun, 14 Feb 2016 23:47:28 +0000</lastBuildDate>

<ttl>60</ttl>


-<image>

<url>http://www.iot.idv.tw/ucenter/static/image/common/logo_88_31.gif</url>

<title>艾歐踢論壇</title>

<link>http://www.iot.idv.tw/ucenter/</link>

</image>


-<item>

<title>Android应用Context详解及源码解析</title>

<link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1586</link>


-<description>

-<![CDATA[1 背景今天突然想起之前在上家公司(做TV与BOX盒子)时有好几个人问过我关于Android的Context到底是啥的问题,所以就马上要诞生这篇文章。我们平时在开发App应用程序时一直都在使用Context(别说你没用过,访问当前应用的资源、启动一个activity等都用到了Context),但 ...]]>
</description>

<category>ANDOIRD 開發</category>

<author>admin</author>

<pubDate>Sun, 14 Feb 2016 09:50:14 +0000</pubDate>

</item>


-<item>

<title>Android应用setContentView与LayoutInflater加载解析机制源码分析</title>

<link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1585</link>


-<description>

-<![CDATA[1 背景其实之所以要说这个话题有几个原因:
  • 理解xml等控件是咋被显示的原理,通常大家写代码都是直接在onCreate里setContentView就完事,没怎么关注其实现原理。
  • 前面分析《Android触摸屏事件派发机制详解与源码分析三(Activity篇)》时提到了一些关于布局嵌套的问 ...]]>
    </description>

    <category>ANDOIRD 開發</category>

    <author>admin</author>

    <pubDate>Sun, 14 Feb 2016 09:28:06 +0000</pubDate>

    </item>


    -<item>

    <title>Android触摸屏事件派发机制详解与源码分析三(Activity篇)</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1584</link>


    -<description>

    -<![CDATA[1 背景还记得前面两篇从Android的基础最小元素控件(View)到ViewGroup控件的触摸屏事件分发机制分析吗?你可能看完会有疑惑,View的事件是ViewGroup派发的,那ViewGroup的事件呢?他包含在Activity上,是不是Activity也有类似的事件派发方法呢?带着这些疑惑咱们继续实 ...]]>
    </description>

    <category>ANDOIRD 開發</category>

    <author>admin</author>

    <pubDate>Sun, 14 Feb 2016 09:02:50 +0000</pubDate>

    </item>


    -<item>

    <title>Android触摸屏事件派发机制详解与源码分析二(ViewGroup篇)</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1583</link>


    -<description>

    -<![CDATA[1 背景还记得前一篇《Android触摸屏事件派发机制详解与源码分析一(View篇)》中关于透过源码继续进阶实例验证模块中存在的点击Button却触发了LinearLayout的事件疑惑吗?当时说了,在那一篇咱们只讨论View的触摸事件派发机制,这个疑惑留在了这一篇解释,也就是ViewGroup ...]]>
    </description>

    <category>ANDOIRD 開發</category>

    <author>admin</author>

    <pubDate>Sun, 14 Feb 2016 08:55:45 +0000</pubDate>

    </item>


    -<item>

    <title>Android触摸屏事件派发机制详解与源码分析一(View篇)</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1582</link>


    -<description>

    -<![CDATA[1 背景最近在简书和微博还有Q群看见很多人说Android自定义控件(View/ViewGroup)如何学习?为啥那么难?其实答案很简单:“基础不牢,地动山摇。”不扯蛋了,进入正题。就算你不自定义控件,你也必须要了解Android控件的触摸屏事件传递机制(之所以说触摸屏是因为该系 ...]]>
    </description>

    <category>ANDOIRD 開發</category>

    <author>admin</author>

    <pubDate>Sun, 14 Feb 2016 08:49:08 +0000</pubDate>

    </item>


    -<item>

    <title>Difference Between Android and Linux</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1581</link>


    -<description>

    -<![CDATA[Summary:1. Android is an open source operating system developed by Android, Inc. which is now owned by Google, Inc. whereas Linux is developed as an open source operating system under the GNU project by Linus Torvalds and many others.2. Android is de ...]]>
    </description>

    <category>ANDOIRD 開發</category>

    <author>admin</author>

    <pubDate>Sun, 14 Feb 2016 03:25:45 +0000</pubDate>

    </item>


    -<item>

    <title>十二個小方法 助你燃燒更多脂肪</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1580</link>


    -<description>

    -<![CDATA[別刻意節食
    女性的健美身材不是建立的「吃得少」,也不是吃些空有熱量的零食,而是吃得正確、吃得營養,吃錯食物會減緩身體的新陳代謝,當身體的營養與熱量不夠時,只會讓新陳代謝下降,而不是燒燃脂肪。更糟糕的是,若是長期飲食不正確,但身體又要維持運作,就會使用 ...]]>
    </description>

    <category>逆齡族</category>

    <author>admin</author>

    <pubDate>Sun, 14 Feb 2016 02:55:12 +0000</pubDate>

    </item>


    -<item>

    <title>Windows 10 隨機變換桌布方法</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1579</link>


    -<description>

    -<![CDATA[不過之後有去變更桌布設定的時候, 數值會跑掉!!必須再次進到登錄編輯程式重新變更回來!]]>
    </description>

    <category>WIN10</category>

    <author>admin</author>

    <pubDate>Sat, 13 Feb 2016 22:12:33 +0000</pubDate>

    </item>


    -<item>

    <title>愛因斯坦百年預言成真!首度發現重力波 翻轉宇宙觀</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1578</link>


    -<description>

    -<![CDATA[發現重力波 專家:彷彿從放大鏡進步到顯微鏡時代

    重力波十餘億光年外的遠距離觀測,將來會跟去年得諾貝爾獎的微中子一樣,衍生出「微中子天文學」與「重力波天文學」。



    美國科學家偵測到兩個距離地球十三億光年的黑洞高速相撞,合併時以重力波的形式,釋放出相當於 ...]]>
    </description>

    <category>科技新知</category>

    <author>admin</author>

    <pubDate>Fri, 12 Feb 2016 18:50:35 +0000</pubDate>

    </item>


    -<item>

    <title>安卓逆向学习资料</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1577</link>


    -<description>

    -<![CDATA[(1)Android安全大牛的博客:         鬼哥的博客: 听鬼哥说故事             Jack_Jia的博客: Android手机病毒分析及研究         i 简行的博客:简行之旅                   淡然出尘的博客:淡然出尘         爱加密系列教程:爱加密
    (2)Android逆向学习论坛:
    ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:51:26 +0000</pubDate>

    </item>


    -<item>

    <title>使用IDA Pro进行简单的脱壳</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1576</link>


    -<description>

    -<![CDATA[使用dex2jar反编译Apk中的classes.dex就能获取到Apk的java层源代码。那么有什么办法可以保护classes.dex,防止Apk的源代码被偷窥呢?那就是加壳了,关于Apk加壳的技术原理,请看这篇博客Android APK加壳技术方案【1】 小弟所了解的Apk脱壳方法有两种:(1)使用脱壳神器 ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:50:12 +0000</pubDate>

    </item>


    -<item>

    <title>破解NDK层的签名校验</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1575</link>


    -<description>

    -<![CDATA[破解NDK层的签名校验,与Java层的签名校验相比,NDK层的签名校验破解的难度更大一些。但是NDK层签名校验破解的思路与Java层签名校验破解的思路相似:
           (1) 通过输入“signature”关键字定位获取本Apk签名信息的函数(在下文中,我们用getApkSign来标记该函数);
       ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:49:20 +0000</pubDate>

    </item>


    -<item>

    <title>破解Java层的签名校验</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1574</link>


    -<description>

    -<![CDATA[做为Android开发者,我们应该知道没有签名的Apk是无法在真机(模拟器)上安装运行的。为了防止自己开发的Apk被别人二次打包,有些开发者会在App运行时获取当前Apk的签名信息并与正版Apk的签名信息进行比对,一旦发现不相同,就会弹出对话框提示用户当前应用是盗版或者终 ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:48:35 +0000</pubDate>

    </item>


    -<item>

    <title>smali注入攻击</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1573</link>


    -<description>

    -<![CDATA[在破解某个apk时,通常的流程是这样的:先用某个工具逆向apk获取到源代码,然后再修改源代码,再用工具进行二次打包。通过前面一些文章的介绍,我们知道可以用dex2jar反编译classes.dex以获取java源代码,但是我们是无法对java源代码进行修改的。如果想要修改某个apk的源 ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:47:57 +0000</pubDate>

    </item>


    -<item>

    <title>在JNI_Onload 函数处下断点避开针对IDA Pro的反调试</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1572</link>


    -<description>

    -<![CDATA[利用IDA Pro来动态调试so文件。在移动安全领域有攻就有防,为了防止apk中的so文件被动态调试,开发者往往会使用一些反调试手段来干扰黑客的动态调试。其中最常见的就是在so文件中检测TracerPid值,详情请见这篇博客:爱加密脱壳本文以2015阿里巴巴移动安全大赛中的第二 ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:47:07 +0000</pubDate>

    </item>


    -<item>

    <title>使用IDA Pro动态调试so文件</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1571</link>


    -<description>

    -<![CDATA[本文的使用的IDA Pro版本为6.5版本,下面介绍一下动态调试so文件的流程:(1)在IDA的安装路径中找到android_server文件。

    (2)将android_server拷贝到手机的/data/local/tmp目录下面。

    (3) 将手机插上电脑,打开命令提示符,
    先输入”adb shell”,然后输入”su roo ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:46:18 +0000</pubDate>

    </item>


    -<item>

    <title>使用IDA Pro静态分析so文件</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1570</link>


    -<description>

    -<![CDATA[安卓应用程序的开发语言是java,但是由于java层的代码很容易被反编译,而反编译c/c++程序的难度比较大,所以现在很多安卓应用程序的核心部分都使用NDK进行开发。关于NDK的开发知识点,请看这篇博客:Android之NDK开发。        关于NDK环境搭建的知识点,请看这篇博客: ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:45:29 +0000</pubDate>

    </item>


    -<item>

    <title>利用apktool反编译apk并进行二次打包</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1569</link>


    -<description>

    -<![CDATA[本文使用的apktool版本为v2.0.0RC3,待反编译的apk为HelloWorld.apk。
    我们的目标是反编译HelloWorld.apk,将apk显示的字符串“Hello world!”修改为“Hello Apktool!”。下面具体介绍apktool的使用步骤:
    (1) 先将apktool_200RC3.rar解压到某个具体的文件夹下;
    (2 ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:44:35 +0000</pubDate>

    </item>


    -<item>

    <title>HelloWorld.apk的文件结构</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1568</link>


    -<description>

    -<![CDATA[0.什么是apk?
           apk是AndroidPackage的缩写,即Android应用安装包(apk)。
           新建一个安卓工程HelloWorld(本文采用的SDK版本为android 4.4),该工程的源代码结构如图1所示:
    图1 HelloWorld源代码的结构
            编译运行该工程,我们会在HelloWorld文件夹 ...]]>
    </description>

    <category>逆向工程</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 21:42:34 +0000</pubDate>

    </item>


    -<item>

    <title>LTE-MTC、LTE-M、LTE-M2M技术特性探析</title>

    <link>http://www.iot.idv.tw/ucenter/forum.php?mod=viewthread&tid=1567</link>


    -<description>

    -<![CDATA[1   3GPP标准现行历程    移动通讯网络的标准,从3GPP R8版开始,正式自WCDMA(俗称3G)进入LTE(Long Term Evolution,长期演化),R8版约在2009年3月定案。而后2010年3月的R9版进行原有R8标准的增订、补订。
        2011年6月R10颁布,从LTE进入LTE Advanced,简称LTE-A ...]]>
    </description>

    <category>網路層技術</category>

    <author>admin</author>

    <pubDate>Thu, 11 Feb 2016 05:25:16 +0000</pubDate>

    </item>

    </channel>

    </rss>
  • 分享到:  QQ好友和群QQ好友和群 QQ空間QQ空間 騰訊微博騰訊微博 騰訊朋友騰訊朋友
    收藏收藏 轉播轉播 分享分享 分享淘帖
    回復

    使用道具 舉報

    您需要登錄後才可以回帖 登錄 | 立即註冊

    本版積分規則

    小黑屋|Archiver|手機版|艾歐踢創新工坊    

    GMT+8, 2024-6-10 17:51 , Processed in 0.244169 second(s), 24 queries .

    Powered by Discuz! X3.2

    © 2001-2013 Comsenz Inc.

    快速回復 返回頂部 返回列表