摘要:
安装 python-dev既可解决 apt-get install python-dev 阅读全文
摘要:
find ./ -type f -print0 | xargs -0 md5sum 阅读全文
摘要:
运行级别等级: 0 系统停机状态 1 单用户模式,只准许root用户对系统进系维护 2~5 多用户模式(其中3为字符界面、5为图形界面) 6 重启启动 level2~5是没有任何区别的 运行级别查看:runlevel 切换运行级别:init 3 init 0表示关机,init 6表示重启。 执行/e 阅读全文
摘要:
ln -s /usr/lib/i386-linux-gnu/libpthread_nonshared.a /usr/lib/libpthread_nonshared.a ln -s /usr/lib/i386-linux-gnu/libc_nonshared.a /usr/lib/libc_nons 阅读全文
摘要:
vi /etc/resolv.conf nameserver 114.114.114.114 nameserver 8.8.8.8 阅读全文
摘要:
cmake设置 CUDA_ARCH_BIN 3.2 5.2 CUDA_ARCH_PTX 3.2 5.2 否则报一下错误: OpenCV Error: Gpu API call (NCV Assertion Failed: cudaError_t=18, file=opencv-3.1.0/modul 阅读全文
摘要:
int i=9; stringstream stream; stream << i;stream.str() 阅读全文
摘要:
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft Visual Studio"> <TITLE></TITLE> </HEAD> <BODY> <form action="http://113.66.158.6/Image" enctyp 阅读全文
摘要:
void ShowCallerModuleName(void* calleraddr ){ HMODULE hCallerModule = NULL; TCHAR szModuleName[MAX_PATH] = _T(""); void *callerAddress = calleraddr;// 阅读全文
摘要:
#include "stdafx.h" #include #include #include #include #include #include #include using namespace std; using namespace cv; using namespace dlib; //#pragma comment(lib,"dlib.lib") int main... 阅读全文
摘要:
1..NET Framework .NET Framework2.0 键:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727] 值:Install = 1 .NET Framework3.0 键:[HKE 阅读全文
摘要:
1.adb shell dumpsys activity top 能够获取到当前程序的Activity信息 2.1、在invoke-static/invoke-virtual指令他的返回类型是V之后可以加入2、在invoke-static/invoke-virtual指令返回类型不是V,之后的mov 阅读全文
摘要:
下载qt-everywhere-opensource-src-5.3.0 这个设置非常重要,不对的话,一大堆编译错误,已经折腾了好多回了 configure -mp -confirm-license -opensource -platform win32-msvc2010 -debug-and-re 阅读全文