上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 59 下一页
摘要: //原作者 https://www.cnblogs.com/xiacaojun/p/10791307.html { 1)依赖安装 安装 perl 脚本解释器 下载 http://libevent.net/download 安装 nasm 汇编器 C:\Users\xiaca\AppData\Loca 阅读全文
posted @ 2020-11-17 06:46 YZFHKMS-X 阅读(742) 评论(0) 推荐(0)
摘要: #include <iostream> extern "C" { #include <libavutil/des.h> } #include <openssl/des.h> int en(void *data, int size) { } int de(void *data, void *out) 阅读全文
posted @ 2020-11-16 00:24 YZFHKMS-X 阅读(124) 评论(0) 推荐(0)
摘要: #include <iostream> extern "C" { #include <libavutil/des.h> } #include <openssl/include/win10/openssl/des.h> int main(int argc, char *argv[]) { printf 阅读全文
posted @ 2020-11-16 00:12 YZFHKMS-X 阅读(179) 评论(0) 推荐(0)
摘要: extern "C"{#include <libavutil/des.h>} unsigned char key[] = "FDS5F46F5631DSV61DS11F1DAF16FDS5F46S1DFDS541F5631DSV61DS1F1DAF16"; int keylen = strlen(( 阅读全文
posted @ 2020-11-16 00:01 YZFHKMS-X 阅读(97) 评论(0) 推荐(0)
摘要: { 数据库内容: 存储用户相关的全局信息,包括用户的ID号码、账号名字、昵称、登录密码、二级密码、头像(自定义头像)、经验数值、魅力数值、游戏的管理权限、登录次数、注册地址、最后登录地址等用户属性信息。还包括是否允许登录,IP限制,游戏ID的保留与分配等表。 表AccountsFace(用户自定义头 阅读全文
posted @ 2020-11-15 22:49 YZFHKMS-X 阅读(853) 评论(0) 推荐(0)
摘要: cmake_minimum_required(VERSION 3.5) ###### ## WINDOWS 32 bit library linux 64 bit library ###### project(libcocos) ###################### message("ple 阅读全文
posted @ 2020-11-15 15:19 YZFHKMS-X 阅读(779) 评论(0) 推荐(0)
摘要: { .\b2.exe --helpBoost.Build 4.0-gitProject-specific help: Project has jamfile at JamrootUsage: b2 [options] [properties] [install|stage] Builds and i 阅读全文
posted @ 2020-11-13 14:53 YZFHKMS-X 阅读(235) 评论(0) 推荐(0)
摘要: #include "MainScene.h" #include "SimpleAudioEngine.h" #include <iostream> #include <string.h> using namespace std; #include "opencv.hpp" #include <ope 阅读全文
posted @ 2020-11-12 14:32 YZFHKMS-X 阅读(262) 评论(0) 推荐(0)
摘要: 提醒所有的作者 庞大的开源库有自己的编译脚本或者程序,最好不要自行编译,否则会很痛苦的 {如:在编译前会定义某些宏} 如ffmpeg opencv 等这些 windows : cd boost_1_71_0 ./bootstrap.bat ./b2.exe linux: ./b2.exe --pre 阅读全文
posted @ 2020-11-12 13:28 YZFHKMS-X 阅读(167) 评论(0) 推荐(0)
摘要: { #include "MainScene.h" #include "SimpleAudioEngine.h" #include <iostream> #include <string.h> using namespace std; #include "opencv.hpp" #include <o 阅读全文
posted @ 2020-11-10 15:24 YZFHKMS-X 阅读(242) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 59 下一页