大约有 2,300 项符合查询结果(耗时:0.0062秒) [XML]
记录一些Mac OS X技巧 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...t
如果要临时释放不活跃内存,可以执行这条命令(需要安装Xcode,执行时会比较卡):
purge
编辑plist配置文件
用户的配置文件都存储在~/Library/Preferences/,双击即可打开编辑。
此外还可在终端运行如下代码来编辑:
defa...
VS Addin插件配置、部署 - C/C++ - 清泛网 - 专注C/C++及内核技术
...Addins目录,重启VS即可生效。
这里提供一个bat自动安装脚本,仅供参考:
echo off
set vspath="%userprofile%\Documents\Visual Studio 2012"
set addinpath="%vspath%\Addins"
rem echo %addinpath%
if exist %vspath% (
if not exist %addinpath% (
mkdir %addinp...
vs2010编译boost若干问题解决 - 开源 & Github - 清泛网 - 专注C/C++及内核技术
...,win7,vs2010。先在http: www.boost.org users download 上下载boost安装包,我下的是1.52.0版。按照说明,直接运行bootstr...首先说下环境,win7,vs2010。
先在http://www.boost.org/users/download/上下载boost安装包,我下的是1.52.0版。
按照说明,直...
应用程序无法正常启动0xc0150002 解决方式 - 操作系统(内核) - 清泛网 - 专...
...汇编 Microsoft.VC80.DebugCRT,上一个错误是 參照的汇编没有安装在系统上。
(2)Resolve Partial Assembly 为 Microsoft.VC80.DebugCRT 失败。 參考错误消息: 參照的汇编没有安装在系统上。
(3)Generate Activation Context 为 C:/scanfile/Debug/libclamavd.dl...
CentOS搭建sock5代理服务器(XEN VPS ) - 更多技术 - 清泛网 - 专注C/C++及内核技术
...服务器(XEN VPS )1 配置编译环境yum -y install gcc automake make2 安装socks5必要的包yum -y install pam-devel openldap-devel cyrus-sasl-dev 1、配置编译环境
yum -y install gcc automake make
2、安装socks5必要的包
yum -y install pam-devel openldap-devel cyrus-sasl-dev...
Building an MFC project for a non-Unicode character set is deprecated ...
...Visual Studio Premium 或 Visual Studio Ultimate 的计算机上下载和安装。(在 Visual Studio 中,必须启用 MFC。)安装需要大约 440 MB 磁盘空间,包括英语(美国)和 DLL 的本地化版本。
在安装 MBCS DLL 后,如果卸载或修复 Visual Studio,则还会...
Win10 无法通过快捷键调节屏幕亮度的解决方法 - 更多技术 - 清泛网 - 专注C...
...在问题导致,用户可以尝试将快捷键软件和显卡驱动重新安装来解决此问题,下面是具体的操作方法(以三星笔记本为例,其他电脑方法类似,官网下载安装驱动):
1. 登陆三星官网www.samsung.com.cn,在右上角输入笔记本的型...
Curses library not found. Please install appropriate package - 更多...
Curses library not found. Please install appropriate packageCentOS安装MySql报错:-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)CMake Error at cmake readli...CentOS安装MySql报错:
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
CMake Err...
linux 通过bind下搭建DNS Server - 更多技术 - 清泛网 - 专注C/C++及内核技术
...cache:缓存服务器。
hint:根DNS internet服务器集。
2.软件安装
#For Debian/Ubuntu
apt-get install bind*
#For CentOS/Fedora/RedHat
yum install bind*
其他的根据自己的功能需要安装相应的安装包。
3.配置
通过以下命令
cat /etc/sysconfig/named
...
启动 Eclipse 弹出“Failed to load the JNI shared library jvm.dll” - ...
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位...
