Update your browser to view this website correctly. Update my browser now
一、程序中加入dump文件生成机制#include <windows.h>#include <DbgHelp.h>#pragma comment( lib, "Dbghelp.lib" ) //程式异常捕获LONG WINAPI ApplicationCr
1、代码签名 2、安装包签名 3、安装包公证 4、提示打不开“xxx.pkg”,因为它来自身份不明的开发者。怎么办?解决方法
目前正在做linux上的opengl开发,是做视频图像处理的,需要叠加一下文字动画和特效。用opengl的做法是先生成文字贴图然后用opengl渲染在视频帧上就可以了,所以关键是要获得文字的图片,网上查了一下可以用freetype来做文字处理,所以就下载安装了freetype2 (2.8), 地址:
安装fcitx-frontend-qt5sudo apt-get install fcitx-frontend-qt5复制fcitx-frontend-qt5到qt安装目录中通常,fcitx-frontend-qt5在下面的目录路径中:/usr/lib/x86_64-linux-gnu/qt5/p
#include <stdio.h>#include <string.h> #ifndef WIN32void _splitpath(const char *path, char *drive, char *dir, char *fname, char *ext); stat