NET源碼 升級(jí)內(nèi)容: 可設(shè)置分類(lèi)訂閱rss,把rss內(nèi)容作為一個(gè)分類(lèi)顯示, 從而可以在網(wǎng)站顯示任意提供rss的網(wǎng)站的最新內(nèi)容 可設(shè)置網(wǎng)站限指定IP段可訪問(wèn) 新聞維護(hù)功能:按標(biāo)題搜索和指定相關(guān)關(guān)鍵字生成相關(guān)新聞;批量設(shè)置新聞可否評(píng)論;批量生成新聞簡(jiǎn)介 簽收增加簽收時(shí)間 公告字?jǐn)?shù)限制加到5000 新聞管理員權(quán)限增加采集 新聞管理界面可以只顯示自己添加新聞 評(píng)論字?jǐn)?shù)最多5000,可在系統(tǒng)設(shè)置中調(diào)整大小 Headline增加一個(gè)參數(shù),可設(shè)置第一個(gè)頭條新聞是否顯示簡(jiǎn)介 WbTextBox控件增加參數(shù)PasteTextOnly="true|false",設(shè)置是否只能在控件中粘貼純文本
上傳時(shí)間: 2015-05-06
上傳用戶(hù):shawvi
使用說(shuō)明: 編譯并安裝,在 IDE 的控件欄可以看見(jiàn) VCLSKIN 包含有 TSkinData,TSkinStore和TSkinCaption 請(qǐng)?jiān)诜胖?TSkinData 控件的 FORM 上放置一個(gè) TSkinCaption, 當(dāng)TSkinCaption 的 Active 屬性為 False 時(shí)關(guān)閉補(bǔ)丁,當(dāng) Active 為 True 時(shí)開(kāi)啟補(bǔ)丁。 補(bǔ)丁未開(kāi)啟時(shí) VclSkin 為 DEMO 版, 補(bǔ)丁開(kāi)啟時(shí) VclSkin 業(yè)已成為 retail 版本。 補(bǔ)丁支持運(yùn)行時(shí)動(dòng)態(tài)開(kāi)啟。 請(qǐng)注意:3.93 以后的版本補(bǔ)丁 active 屬性缺省為開(kāi)啟。 新增 SKIN 的透明設(shè)置 SkinAlpha,可以制作全透明的 Vista 界面,包括 Menus,Dialogs,MessageBox 等等。 備注:此版本已經(jīng)可以和 TNT Unicode Controls 很好的一起工作! 如果你需要轉(zhuǎn)載本補(bǔ)丁,請(qǐng)指明出處。 maotpo@126.com QQ: 378453102 (歡迎交流)
標(biāo)簽: 使用說(shuō)明 編譯
上傳時(shí)間: 2015-05-10
上傳用戶(hù):lps11188
ADOM+設(shè)計(jì)篇意在測(cè)試com+的事務(wù)處理能否正確執(zhí)行。 將組件安裝后,在組件服務(wù)中該com+組件的屬性設(shè)置中將“激活”頁(yè)的“啟用對(duì)象池”選項(xiàng)選中,執(zhí)行客戶(hù)端程序調(diào)用上面這個(gè)方法,發(fā)現(xiàn)com+的事務(wù)機(jī)制不能正確執(zhí)行,數(shù)據(jù)會(huì)寫(xiě)入數(shù)據(jù)庫(kù)中。如果不選中“啟用對(duì)象池”,則一切正常,數(shù)據(jù)并不會(huì)寫(xiě)到數(shù)據(jù)庫(kù)中。 說(shuō)明:Translation DataModule的設(shè)置,事務(wù)屬性:requires a transaction,允許object pooling,pooled設(shè)為true,無(wú)論將AutoComplete設(shè)為T(mén)rue或False都會(huì)出現(xiàn)上述情況。 該問(wèn)題最先由ytwxw (wxw) 提出,至今尚未有結(jié)論,我也發(fā)現(xiàn)類(lèi)似問(wèn)題。我倆探討后無(wú)法解決,特在此再開(kāi)一貼。請(qǐng)各路com+高手幫忙解答!
標(biāo)簽: ADOM com 測(cè)試 事務(wù)處理
上傳時(shí)間: 2015-07-20
上傳用戶(hù):520
Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說(shuō)明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"
標(biāo)簽: International Copyright Borland S_IREAD
上傳時(shí)間: 2013-12-26
上傳用戶(hù):llandlu
class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isEnabled()){ for(int i=10 i<=14 i++) btn[i].setEnabled(true) } }
標(biāo)簽: actionPerformed NumberListener ActionListener ActionEvent
上傳時(shí)間: 2013-12-05
上傳用戶(hù):wys0120
Procedure TSPSA: begin init-of-T { T為初始溫度} S={1,……,n} {S為初始值} termination=false while termination=false begin for i=1 to L do begin generate(S′form S) { 從當(dāng)前回路S產(chǎn)生新回路S′} Δt:=f(S′))-f(S) {f(S)為路徑總長(zhǎng)} IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1]) S=S′ IF the-halt-condition-is-TRUE THEN termination=true End T_lower End End
標(biāo)簽: Procedure init-of-T TSPSA begin
上傳時(shí)間: 2013-12-20
上傳用戶(hù):shinesyh
12Mhz標(biāo)準(zhǔn)51的100KHz IIC總線主器件模擬方式驅(qū)動(dòng)程序。 本驅(qū)動(dòng)程序即可以在沒(méi)有Small RTOS的情況下使用。此時(shí),要使用本驅(qū)動(dòng)程序只需要配置IIC總線使用的IO口。在驅(qū)動(dòng)程序的主文件iic_master.c僅包含一個(gè)文件config.h。用戶(hù)需要的是在這個(gè)文件中設(shè)置IIC總線使用的IO口SDA和SCL。如果用戶(hù)單獨(dú)使用iic_master.c,還要在config.h包含iic_master.h文件和其它必須的文件如reg51等;并定義宏TRUE、FALSE和與編譯器無(wú)關(guān)的數(shù)據(jù)類(lèi)型。在使用Small RTOS的情況下,用戶(hù)只要在config.h定義SDA和SCL和包含iic_master.h并將宏IICSem定義為分配給IIC總線驅(qū)動(dòng)程序的信號(hào)量的索引。 在使用IIC總線驅(qū)動(dòng)程序前應(yīng)該調(diào)用函數(shù)IICInit()初始化IIC總線。單獨(dú)使用或單任務(wù)IIC總線,使用函數(shù)IICRead()對(duì)IIC總線進(jìn)行讀操作,使用IICWrite()對(duì)IIC總線進(jìn)行寫(xiě)操作。如果有多個(gè)任務(wù)需要對(duì)IIC總線進(jìn)行操作,則分別調(diào)用宏OSIICRead()和OSIICWrite()對(duì)其進(jìn)行讀寫(xiě)。
上傳時(shí)間: 2015-09-03
上傳用戶(hù):gaojiao1999
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting. This project can be of use beyond the given, rather boring forest adventure though. You can use it as a basis for developing your own adventure game with different, more interesting commands, areas, items, people and so on. The package ope.adventure contains classes to describe the game world.
標(biāo)簽: game text-based The Adventure
上傳時(shí)間: 2014-01-15
上傳用戶(hù):cursor
OttLib套件使用說(shuō)明: 1、OttEnter控件:該控件主要實(shí)現(xiàn)在窗口中按回車(chē)鍵跳轉(zhuǎn)到下一控件的功能;該控件是非可視控件,Enable屬性設(shè)置為T(mén)rue時(shí)控件生效(回車(chē)跳轉(zhuǎn)到下一控件)。 2、OttDBGrid控件:該控件主要用于配合ottEdit,ottDBEdit控件進(jìn)行顯示數(shù)據(jù),實(shí)際使用中無(wú)需對(duì)其進(jìn)行設(shè)置,主要也就調(diào)整大小即可,顯示大小也可在ottEdit,ottDBEdit控件上進(jìn)行設(shè)置,在實(shí)際使用中一個(gè)窗體中共用一個(gè)就行。 3、OttEdit控件:該控件主要用于錄入關(guān)聯(lián)字段值,(如錄入科室,真正需要的是科室的編碼,錄入的時(shí)候可能是按名稱(chēng)來(lái)錄入);主要通過(guò)ADO對(duì)數(shù)據(jù)進(jìn)行檢索。 4、OttDBEdit控件:該控件主要用于與數(shù)據(jù)集關(guān)聯(lián)錄入關(guān)聯(lián)字段值;
標(biāo)簽: OttEnter 控件 OttLib 套件
上傳時(shí)間: 2015-09-16
上傳用戶(hù):
This book presents an insightful view of XML that places this emerging technology in the context of the ongoing Web revolution. Written for business and technical professionals, this book revals the true value of XML for distributed information systems. It explains how XML is transforming the way organizations manage data and build software systems details the opportunities the language offers for organizatoins that understand tis significance and potential impact and explains how XML and Web services reflect a fundamental shift in software construction-from monolithic applications to software based on the composition of simple parts.
標(biāo)簽: insightful technology presents emerging
上傳時(shí)間: 2015-09-24
上傳用戶(hù):思琦琦
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1