环境:Ubuntu 16.04 Cmake 3.10 一、下载源码 到官网http://dlib.net/或者github上https://github.com/davisking/dlib下载源码。 我这里下载的是dlib-19.18版本。 二、Cmake 解压源码。 tar xvf dlib-1 ...
分类:
编程语言 时间:
2020-10-18 09:44:21
阅读次数:
25
学习链接:https://www.cnblogs.com/-boy/archive/2004/01/13/4096453.html // // learn_dic.m // learn_KVC // // Created by 蔡佳明 on 2020/10/15. // #import <Found ...
分类:
其他好文 时间:
2020-10-16 11:00:33
阅读次数:
25
Windows server 2012 iis 网页HTTP 404.17 错误代码:0x80070032 IIS访问svc报如下错误: HTTP 错误 404.17 - Not Found由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映 ...
checksec warmup_csaw_2016 Arch: amd64-64-little RELRO: Partial RELRO Stack: No canary found NX: NX disabled PIE: No PIE (0x400000) RWX: Has RWX segmen ...
分类:
其他好文 时间:
2020-10-10 17:07:34
阅读次数:
20
下载源码包安装必备软件yum-yinstallgccgcc-c++ncursesncurses-develmakeopenssl-develbisoncmake添加账号groupaddmysqluseradd-r-gmysql-s/bin/falsemysql解压软件包tarxvfmysql-boost-5.7.20.tar.gzCMAKE编译cmake.-DDOWNLOAD_BOOST=1-DC
分类:
数据库 时间:
2020-10-06 20:05:48
阅读次数:
29
获取源码 git clone https://github.com/llvm/llvm-project.git 相关依赖安装 apt-get update apt-get install -y git vim build-essential gcc-6 g++-6 cmake swig python ...
分类:
其他好文 时间:
2020-09-24 21:21:45
阅读次数:
37
-bash: nohup: command not found 1、查看本地是否有 which nohup 如果存在记录位置 通常位置为 /usr/bin/nohup 如果没有查询到位置 yum install coreutils 进行安装 然后配置 2、修改profile文件 位置--etc/pr ...
分类:
系统相关 时间:
2020-09-24 21:03:34
阅读次数:
71
快四十的人了,还是小孩子脾气。美国领导层要和我们打冷战,那就打吧。先从电脑开始脱钩,Windows 我要减低依赖,所以我就开始用UOS了。用了有一个星期了,UOS勉强能用大部分开发的事情命令行解决,vscode 和命令行结合的也不错。写c++, cmake 走起写c#,dotnet 走起git 命令... ...
分类:
其他好文 时间:
2020-09-18 01:23:48
阅读次数:
37
reno@MyComputer:~/tools/cmake-3.12.4$ ./configure CMake 3.12.4, Copyright 2000-2018 Kitware, Inc. and Contributors C compiler on this system is: cc Er ...
分类:
编程语言 时间:
2020-09-18 01:02:04
阅读次数:
40
stringstring2binstring(stringstrSrc){if(strSrc.empty()){return"";}stringstrTemp="0x";stringstrDest;//去掉最开始的0x字符intiNumber=strSrc.find(strTemp);if(iNumber!=NO_FOUND){strSrc=strSrc.substr(2,strSrc.size(
分类:
其他好文 时间:
2020-09-17 23:19:09
阅读次数:
30