-
包过滤防火墙
该防火墙模拟了包过滤防火墙的功能,能够对传过来的数据进行分析,如果符合要求则这个数据将被显示,如果不符合规则就不显示,规则是可以自己定义的。
- 2022-01-26 03:37:48下载
- 积分:1
-
1. Server : (Windows platform) should first java jdk environment, recommended jd...
1.服务器端:(Windows平台)首先应有java环境jdk,建议采用jdk1.4,配置Taxpad或安装JCreater。然后安装SQL数据库,建立数据库javaicq,并且建立表icq和表friend。用户也可以还原数据库名字为:javaicq,,或可在SQL查询分析器里面运行代码,然后在控制面板中的ODBC数据源中设置用户DSN数据源javaicq和文件DSN数源javaicq建立与数据库的连接。然后在Taxpad或JCreater开发环境中运行javac Server.java ,java Server及可。
-1. Server : (Windows platform) should first java jdk environment, recommended jdk1.4, configuration or installation JCreater Taxpad. Then install the SQL database, database javaicq, and building tables and table icq friend. Users can also restore the database name : javaicq,, or in SQL Query Analyzer inside running code, then in the control panel ODBC data source user DSN data sources and documents DSN javaicq Soyea javaicq establish database connections. Then Taxpad or JCreater development environment running javac Server.jav a, java Server and can be.
- 2023-08-04 11:15:03下载
- 积分:1
-
one fake outlook interface procedures, and includes the interface of the system,...
一款仿outlook的界面程序,并且包含了系统界面的部分,值得好好研究。-one fake outlook interface procedures, and includes the interface of the system, worthy of a thorough study.
- 2022-01-25 19:59:55下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
很简单的一个界面 请多多指教 谢谢!
很简单的一个界面 请多多指教 谢谢!-a very simple interface you will enlighten Thank you!
- 2023-08-08 06:35:03下载
- 积分:1
-
MFC实现的八数码问题,采用的是A星算法,欢迎多多指教!
MFC实现的八数码问题,采用的是A星算法,欢迎多多指教!-Eight Box Game Using MFC
- 2023-06-01 16:00:03下载
- 积分:1
-
一个多个视图互相切换的程序的例子
一个多个视图互相切换的程序的例子--An example of multiview programs switching each other
- 2022-02-05 06:52:09下载
- 积分:1
-
VC++屏幕作图程序,和电子画笔很相似,画图时自动隐藏主程序,可以设置程序是否是在最前端显示、设置画线颜色、画笔风格、启动时自动开始、精细,还可以设置热键等...
VC++屏幕作图程序,和电子画笔很相似,画图时自动隐藏主程序,可以设置程序是否是在最前端显示、设置画线颜色、画笔风格、启动时自动开始、精细,还可以设置热键等-VC++ screen mapping process, and the electronic brush is very similar to drawing automatically hide the main program, you can set the program whether it is in the most front-end display, set up drawing a line color, brush style, start automatically, fine, you can also set hot keys, etc.
- 2022-02-27 07:54:17下载
- 积分:1
-
animation clock procedures, java language of animation clock procedures java lan...
java语言的动画时钟程序, java语言的动画时钟程序,-animation clock procedures, java language of animation clock procedures java language of animation clock procedures
- 2023-04-02 13:40:03下载
- 积分:1
-
learning VB years, the classic VB program for the study will be of great help vb
几年来学习VB时,自己的经典VB程序,对学习vb有极大帮助-learning VB years, the classic VB program for the study will be of great help vb
- 2023-07-05 22:40:04下载
- 积分:1