技術文件的作用

2021-07-22 05:33:51 字數 2507 閱讀 4307

3.1.1 介面示例

資源資訊介面

簡要描述:

請求url:

-

請求方式:

- get

引數:

引數名必選型別

說明type

否string

資源型別(game/video)

limit

否int

搜尋結果數量

item

否string

資源標題關鍵字

返回示例

}

返回引數說明

引數名型別說明

idint

資源id

kind

string

資源種類(game/video)

title

string

資源名稱

info

string

資源基本介紹

previewtitle

string

資源圖示名稱

releasedate

string

資源發布時間

tracktimemillis

bigint

sourceurl

string

檔案資源(圖示、截圖等)的路徑

3.1.2 說明3.2.1 文件示例

這是微博的sdk文件中分享微博功能實現的說明文件。

1) 分享前準備工作

在進行微博分享前,需要在androidmanifest.xml中,在需要接收訊息的activity(喚起微博主程式的類)裡宣告對應的action:action_sdk_req_activity,如下所示:

android:name="com.sina.weibo.sdk.demo.wbshareactivity"

android:configchanges="keyboardhidden|orientation"

android:screenorientation="portrait" >

android:name="com.sina.weibo.sdk.action.action_sdk_req_activity" />

android:name="android.intent.category.default" />

intent-filter>

activity>

android:name="com.sina.weibo.sdk.component.weibosdkbrowser"

android:configchanges="keyboardhidden|orientation"

android:windowsoftinputmode="adjustresize"

android:exported="false" >

activity>

2) 分享實現

① 在oncreate函式建立微博分享介面例項,並進行註冊,請確保先註冊,後分享

② 建立要分享的內容

private textobject gettextobj()
③ 通過iweiboshareapi#sendrequest喚起微博客戶端發博器進行分享

private

void

sendmultimessage(boolean hastext, boolean hasimage, boolean haswebpage,

boolean hasmusic, boolean hasvideo, boolean hasvoice)

sendmultimessagetoweiborequest request = new sendmultimessagetoweiborequest();

request.transaction = string.valueof(system.currenttimemillis());

request.multimessage = weibomessage;

mweiboshareapi.sendrequest(request); //傳送請求訊息到微博,喚起微博分享介面

}

④ 實現iweibohandler#response介面,接收分享後微博返回的資料

protected

void

onnewintent(intent intent)

@override

public

void

onresponse(baseresponse baseresp)

}

3.2.2 說明

文件的作用

文件在軟體開發人員 軟體管理人員 維護人員 使用者以及計 算機之間的多種橋梁作用可從圖9 2中看出。軟體開發人員在各 個階段中以文件作為前階段工作成果的體現和後階段工作的依 據,這個作用是顯而易見的。軟體開發過程中軟體開發人員需制定 一些工作計畫或工作報告,這些計畫和報告都要提供給管理人員,並得到必...

Kconfig文件的作用

kconfig文件的作用 核心原始碼樹的目錄下都有兩個文件kconfig 2.4版本是config.in 和makefile。分布到各目錄的kconfig構成了乙個分布式的核心配置資料庫,每個kconfig分別描述了所屬目錄源文件相關的核心配置選單。在核心配置make menuconfig 或xco...

Kconfig文件的作用

2.6 核心的原始碼樹目錄下一般都會有兩個文文 kconfig 和 makefile 分布在各目錄下的 kconfig 構成了乙個分布式的核心配置資料庫,每個 kconfig 分別描述了所屬目錄原始檔相關的核心配置選單。在核心配置 make menuconfig 或 xconfig 等 時,從 kc...