• 博客(0)
  • 资源 (6)

空空如也

C++ 实现 3DES加解密Base64加解密

例子代码,用c++实现了先用3DES进行内容的加密再用Base64加密输出,和先用base64解密再用3DES解密输出两个例子,完成了网址常用的加解密输出.代码是用vs2013实现的。

2016-01-05

vs2013实现duilib结合cef的demo

用vs2013实现duilib和cef3结合的demo,代码可直接运行。最简单的demo样例! 代码模块包括duilib库,cef库,duilibCefDemo样例程序。 注意:debug模式下的libcef.dll太大了,没在资源包中加入,大家可以在别的地方下载。

2015-12-02

VS2013 实现磁盘遍历

循环遍历所有磁盘,获取每个磁盘的信息,大小,类型等

2015-12-02

Cef代码使用说明

Overview and general usage of CEF3. Each process in CEF3 runs multiple threads. For a complete list of threads see the cef_thread_id_t enumeration. The browser process for example contains the following commonly-referenced threads: TID_UI thread is the main thread in the browser process. This will be the same as the main application thread if CefInitialize() is called with a CefSettings.multi_threaded_message_loop value of false. TID_IO thread is used in the browser process to process IPC and network messages. TID_FILE thread is used in the browser process to interact with the file system. TID_RENDERER thread is the main thread in the renderer process.

2015-12-02

Wireshark安装包

Wireshark抓包工具, Wireshark_win32_V1.12.4_setup.1427188207

2015-12-02

duilib消息机制

详细描述duilib的消息机制 DuiLib 消息循环剖析

2015-12-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除