11 2020 档案

摘要://部分来自 //https://www.cnblogs.com/yegoufromchongqing/archive/2013/01/11/2856168.html { 自己进行了一定的补充 } //https://www.cnblogs.com/yegoufromchongqing/archiv 阅读全文
posted @ 2020-11-27 13:26 YZFHKMS-X 阅读(277) 评论(0) 推荐(0) 编辑
摘要:{ 灵感来自https://www.cnblogs.com/starts/p/5235962.html --查询出ID是10086的整数类型并且时间在2020年11月24日到2020年11月25日 SELECT * FROM tableName where ID=10086 AND TIME BET 阅读全文
posted @ 2020-11-25 13:47 YZFHKMS-X 阅读(283) 评论(0) 推荐(0) 编辑
摘要:--查找sal在1500和3000之间的信息(包括1500和3000) select * from emp where sal >= 1500 and sal <=3000 --等价于 select * from emp where sal between 1500 and 3000 阅读全文
posted @ 2020-11-25 13:40 YZFHKMS-X 阅读(120) 评论(0) 推荐(0) 编辑
摘要:my { 查询当天数据 SELECT * FROM TABLENAME WHERE 字段名 BETWEEN '2020-01-01 00:00:00.000' AND '2020-01-01 23:59:59.999' } //https://www.cnblogs.com/whalefallblo 阅读全文
posted @ 2020-11-25 13:25 YZFHKMS-X 阅读(787) 评论(0) 推荐(0) 编辑
摘要:{ https://wk.baidu.com/view/a02ccebf81eb6294dd88d0d233d4b14e85243efa } 阅读全文
posted @ 2020-11-25 12:45 YZFHKMS-X 阅读(265) 评论(0) 推荐(0) 编辑
摘要:{ // https://blog.csdn.net/zhaoxinglin123/article/details/20766189?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~first_rank_v2~r 阅读全文
posted @ 2020-11-23 15:48 YZFHKMS-X 阅读(919) 评论(0) 推荐(0) 编辑
摘要://ffmpeg -i ./video.mp4 -vcodec copy -acodec copy -ss 00:00:00 -to 00:09:50 ./cutout1.mp4 -y 截取视频的开始到9分50秒 ffmpeg -i ./input.mp4 -vf "select=between(n 阅读全文
posted @ 2020-11-23 02:29 YZFHKMS-X 阅读(3441) 评论(0) 推荐(0) 编辑
摘要:由于 "openssl windows ndk 编译" 随笔太大 就在这里继续 在上个随笔中需要注意的是那三个脚本 由于编译太繁琐,而且过程需要做的事情很多 请联系我YZFHKM@163.com 给个时间 随意打赏 远程协助你 openssl 3.0 arm 指令 阅读全文
posted @ 2020-11-23 00:30 YZFHKMS-X 阅读(213) 评论(0) 推荐(0) 编辑
摘要:成功: arm 指令 android: { export ANDROID_NDK_ROOT=G:/Package/Android/android-ndk-r10e PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.9/prebuilt 阅读全文
posted @ 2020-11-23 00:24 YZFHKMS-X 阅读(1093) 评论(0) 推荐(0) 编辑
摘要:转载自 //https://www.52pojie.cn/thread-549754-1-1.html 作者 //牵走天涯 时间 2020 11 23 0:17 { 一、交叉工具链 这些工具都在NDK的路径下:E:\Android\android-ndk-r13\toolchains\arm-lin 阅读全文
posted @ 2020-11-23 00:17 YZFHKMS-X 阅读(774) 评论(0) 推荐(0) 编辑
摘要:0: download openssl source 1: copy to c:/openssl-x64 2: copy to c:/openssl-x86 3: download perl && install 4: download mingw && install 5: msys2_shell 阅读全文
posted @ 2020-11-22 12:49 YZFHKMS-X 阅读(282) 评论(0) 推荐(0) 编辑
摘要://原作者 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 阅读(683) 评论(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 阅读(120) 评论(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 阅读(175) 评论(0) 推荐(0) 编辑
摘要:extern "C"{#include <libavutil/des.h>} unsigned char key[] = "FDS5F46F5631DSV61DS11F1DAF16FDS5F46S1DFDS541F5631DSV61DS1F1DAF16"; int keylen = strlen(( 阅读全文
posted @ 2020-11-16 00:01 YZFHKMS-X 阅读(93) 评论(0) 推荐(0) 编辑
摘要:{ 数据库内容: 存储用户相关的全局信息,包括用户的ID号码、账号名字、昵称、登录密码、二级密码、头像(自定义头像)、经验数值、魅力数值、游戏的管理权限、登录次数、注册地址、最后登录地址等用户属性信息。还包括是否允许登录,IP限制,游戏ID的保留与分配等表。 表AccountsFace(用户自定义头 阅读全文
posted @ 2020-11-15 22:49 YZFHKMS-X 阅读(786) 评论(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 阅读(762) 评论(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 阅读(212) 评论(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 阅读(253) 评论(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 阅读(158) 评论(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 阅读(227) 评论(0) 推荐(0) 编辑
摘要:sudo apt-get update sudo apt-get install libxml2-dev git clone https://github.com/jaredsburrows/rarcrack cd rarcrack ls make ./rarcrack --threads 2 -- 阅读全文
posted @ 2020-11-10 13:05 YZFHKMS-X 阅读(110) 评论(0) 推荐(0) 编辑
摘要:{ 值得学习的C/C++语言开源项目 (1)ACE 庞大、复杂,适合大型项目。开源、免费,不依赖第三方库,支持跨平台。 http://www.cs.wustl.edu/~schmidt/ACE.html (2)Asio Asio基于Boost开发的异步IO库,封装了Socket,简化基于socket 阅读全文
posted @ 2020-11-09 11:39 YZFHKMS-X 阅读(2806) 评论(0) 推荐(1) 编辑
摘要:{ 我们创建好了一个刚体,我们想要知道刚体对应到cocos2d渲染世界里面的位置,那么我们可以在cocos2d渲染世界里面创建一个lable标签或者一个sprite精灵,并放到刚体的位置上面,这样我们就等同于是让刚体可见了。而对于边线、圆之类的刚体形状,我们可以使用一些游戏引擎的绘图API在渲染世界 阅读全文
posted @ 2020-11-09 01:54 YZFHKMS-X 阅读(119) 评论(0) 推荐(0) 编辑
摘要:右击选择属性->配置属性->c/c++->常规,将“警告视为错误”的选项改为“否” 阅读全文
posted @ 2020-11-07 02:57 YZFHKMS-X 阅读(237) 评论(0) 推荐(0) 编辑
摘要:{ //https://www.linuxcool.com/ } 阅读全文
posted @ 2020-11-01 22:56 YZFHKMS-X 阅读(327) 评论(0) 推荐(0) 编辑
摘要:1. sl 命令 你会看到一辆火车从屏幕右边开往左边。。。。。。 安装 $ sudo apt-get install sl运行 $ sl 命令有 -alFe几个选项, -a An accident seems to happen. You'll feel pity for people who cr 阅读全文
posted @ 2020-11-01 22:50 YZFHKMS-X 阅读(127) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示