public void setModerationMinThreadValue(int value)
JIVE中的問題
這個函式的功能是什麼?下面是其解釋但我讀不懂,各位請幫幫!!!
/**
* Sets the default number of moderation points necessary for threads to be
* visible in the forum. The default moderation points value can be used in
* conjunction with the minimum thread moderation points value to
* effectively turn moderation on or off. Consider a default value of 0 and
* a minimum value of 1 -- this will mean that new messages will
* be created below the display threshold of 1, and must be assigned a
* moderation point before being visible.<p>
*
* By default, the minimum and default message moderation value is 1.
** @param value the minimum number of moderation points for threads to be
* visible.
* @throws UnauthorizedException if does not have ADMIN or MODERATE_THREADS
*permissions.
*/
這個函式的功能是什麼?下面是其解釋但我讀不懂,各位請幫幫!!!
/**
* Sets the default number of moderation points necessary for threads to be
* visible in the forum. The default moderation points value can be used in
* conjunction with the minimum thread moderation points value to
* effectively turn moderation on or off. Consider a default value of 0 and
* a minimum value of 1 -- this will mean that new messages will
* be created below the display threshold of 1, and must be assigned a
* moderation point before being visible.<p>
*
* By default, the minimum and default message moderation value is 1.
** @param value the minimum number of moderation points for threads to be
* visible.
* @throws UnauthorizedException if does not have ADMIN or MODERATE_THREADS
*permissions.
*/
public void setModerationMinThreadValue(int value)
throws UnauthorizedException;
相關文章
- int存放到void指標指標
- 為什麼Java的main方法必須是public static void?JavaAI
- 找不到 main 方法, 請將 main 方法定義為: public static void main(String[] args)AI
- 你知道void和Void的區別嗎
- NSObject +(void)load 和+(void)initialize 方法的理解Object
- Check the existence of public synonyms Remove the public synonymsREM
- a===void 0 作用
- int[] 、 list<int> 、 list<int>[] 的區別
- C語言之int *f()、int(*f)()、int *a[]、int (*a)[] 區別小記C語言
- JavaScript void 運算子JavaScript
- TypeScript void 型別TypeScript型別
- 函式void fun(int x,int k,int *p)的功能是:求出比x大的最初k(k<1000)個素數,放入p所指陣列中。例如:程式執行時輸入:10 10,輸出:11 13 17 19 23函式陣列
- 24·iOS 面試題·+(void)load; +(void)initialize; 有什麼用處?iOS面試題
- TestFlight Public Link
- [Javascript] Replace undefined with void 0JavaScriptUndefined
- 素數判定(int sushu(int n))
- public interface View介面和public interface ViewResolver介面介紹View
- typedef void (*Fun) (void) 的理解——函式指標——typedef函式指標函式指標
- 強制型別轉換(int)、(int&)和(int*)的區別型別
- 2.2.4.4 Grants to PUBLIC in a CDB
- public-image-mirror
- Oracle 12.2 RAC修改public ip address或public ip(subnet (netmask) or interface)Oracle
- 錯誤 1 error LNK2019: 無法解析的外部符號 "public: __thiscall Distance::Distance(int)" (??0Distance@@QAE@H@Z),該符...Error符號
- Int -> List | List -> Int _ CodingPark程式設計公園程式設計
- TKMySQL中int?(10)?和?int?(11)?的區別zceMySql
- golang multiple-value xxx in single-value contextGolangContext
- 為什麼用「void 0」代替「undefined」Undefined
- Python 訪問限制 private publicPython
- 如何找到真正的 public 方法
- var和public的區別
- Angular Public API 介面設計AngularAPI
- #define int Modint<11>
- 【Java小疑問】類和方法 前面新增public和不新增public的區別Java
- [20231103]sqlplus column new_value old_value.txtSQL
- [20230303]sqlplus column new_value old_value.txtSQL
- mysql int(3)與int(10)的數值範圍相同嗎?MySql
- a標籤下的href="javascript:void(0)"起到了什麼作用?說說你對javascript:void(0)的理解?JavaScript
- JavaScript select valueJavaScript
- @ConfigurationProperties和@Value