1Branch 0Tags Code README License Caffeine is a C language based framework which uses C99, POSIX and SUSv3 standards, and system specific system calls -- Linux and FreeBSD for now -- to support the development of daemons and services. The idea is to have predefined algorithms to help you...
saf (saf application framework) 是一个高并发的c 应用程序框架,它以RPC为基础,提供了动态载入模块的特性,为服务端开发人员只用关注于程序的业务逻辑,就可以实现远程方法调用,而不会关心底层的通信细节,另外,它还内置了一个简单的http server,用来查看服务器的运行状态。 2:内置简单的http server用于查看系统状态3...
facil.iois a C micro-framework for web applications. facil.io includes: A fast HTTP/1.1 and Websocket static file + application server. Support for custom network protocols for both server and client connections. Dynamic types designed with web applications in mind (Strings, Hashes, Arrays etc'...
This application component is dynamically loaded when needed. coreMessages: provides the message source for translating Yii framework messages. This application component is dynamically loaded when needed. urlManager: provides URL construction as well as parsing functionality. This application component is ...
The framework calls this method when the user clicksCancelor presses the ESC key in a modal or modeless dialog box. virtual void OnCancel(); Remarks Override this method to perform actions (such as restoring old data) when a user closes the dialog box by clickingCancelor hitting the ESC ke...
CTaskDialog::OnHyperlinkClick The framework calls this method when the user clicks on a hyperlink. CTaskDialog::OnInit The framework calls this method when the CTaskDialog is initialized. CTaskDialog::OnNavigatePage The framework calls this method when the user moves the focus with regard to cont...
// Method 1: In an MDI application, the simplest place to do // initialization is in the document constructor. The framework // always creates a new document object for File New or File Open. CExampleDoc::CExampleDoc() { // Do initialization of MDI document here. } C++...
cased-based reasoning case data interchange case environment case framework case hardening case integration serv case knowledge case library case list element case logic case logical control case mix case of petition for case package ca separation case part case platform case pointer case reasoning algor...
cooperative distribut cooperative financial cooperative framework cooperative processin cooperative research cooperative state res cooperative transacti coordenates coordiantedpublishing coordinate code coordinate conversion coordinate enzyme syn coordinate index coordinate measuremen coordinate measuring coordinate mil...
CMFCRibbonBar::SetApplicationButton向功能区栏分配应用程序功能区按钮。C++ 复制 void SetApplicationButton( CMFCRibbonApplicationButton* pButton, CSize sizeButton); 参数pButton [in] 指向应用程序功能区按钮的指针。sizeButton [in] 应用程序功能区按钮的大小。