E Retail 框架學習

2022-09-12 09:00:13 字數 1005 閱讀 1816

1.程式入口:program.cs

啟用應用程式的可視樣式。 通常是 main 函式的第一行,必須在應用程式中建立任何控制項之前呼叫它;當呼叫時,無需單獨的清單即可啟用視覺化樣式。

將某些控制項上定義的 

usecompatibletextrendering

屬性設定為應用程式範圍內的預設值。

//

系統初始化

public

static

bool

init()

eurostop.proxy.sqlproxy.instance = eurostop.proxy.sqlproxyfactory.instance(_sqlproxymode);//

全域性靜態變數賦值,如果是none和local,則用localsqlproxy物件,如果是wcf,則用wcfsqlproxy物件

return

true

;}

判斷系統是否已初始化instace變數,如果是則顯示登陸窗體

2.登陸:

建構函式:

///

///註冊使用者**

///public

void

registeruserskins()

devexpress.lookandfeel.userlookandfeel.default.setskinstyle(config.systemstyle);//

載入**樣式,從配置檔案讀取

窗體初始化:

system.threading.thread.currentthread.currentuiculture = new system.globalization.cultureinfo(system.threading.thread.currentthread.currentculture.name);

獲取或設定資源管理器使用的當前區域性以便在執行時查詢區域性特定的資源。

登陸:

MMF框架學習

mmf框架的主要功能就是對多 plug in的管理。mmf為每個plug in建立2個執行緒,乙個做client乙個做server,這些執行緒都在呼叫mmf api的程序中。client server之間的itc是通過tmmfmessage進行的,每乙個msg都包括inte ce id和destin...

ssh框架學習

struts cleanup org.apache.struts2.dispatcher.actioncontextcleanup sitemesh com.opensymphony.module.sitemesh.filter.pagefilter struts org.apache.struts...

jQuery框架學習

jquery框架學習第一天 開始認識jquery jquery框架學習第二天 jquery中萬能的選擇器 jquery框架學習第三天 如何管理jquery包裝集 jquery框架學習第四天 使用jquery操作元素的屬性與樣式 jquery框架學習第五天 事件與事件物件 jquery框架學習第六天 ...