安装vmware tools1.如果直接点虚拟机中的安装不行的话,在CD-ROM虚拟光驱中选择使用ISO镜像,找到VMWARE TOOLS 安装文件,如C:\program\VMware\VMware Workstation\Programs\linux.iso当然这个ISO是你安装VMware w...
分类:
系统相关 时间:
2015-01-04 16:33:09
阅读次数:
190
题目描述:
Finding all occurrences of a pattern in a text is a problem that arises frequently in text-editing programs.
Typically,the text is a document being edited,and the pattern searched f...
分类:
其他好文 时间:
2015-01-03 11:59:34
阅读次数:
157
include $(top_srcdir)/common.mkbin_PROGRAMS=lib_LIBRARIES=lib_LTLIBRARIES=lib_LTLIBRARIES+=libStringProcess.laINCLUDES=-I /home/liuyu/MyTars/boost_1_5...
分类:
其他好文 时间:
2014-12-30 15:10:20
阅读次数:
190
The following are the Windows API (and former DOS) IO errors, which are also the IO errors often returned by Delphi programs, and which are generally ...
1.1.安装和帮助PV全命为PipeViewer,利用它我们可以查看到命令执行的进度。#wgethttp://www.ivarch.com/programs/sources/pv-1.5.3.tar.bz2#tarxjfpv-1.1.4.tar.bz2#cdpv-1.1.4#./configure#make&&makeinstall例:需要将/home/opt目录下打包文件名称为opt@yy-mm-dd.#ta..
分类:
数据库 时间:
2014-12-29 15:39:02
阅读次数:
231
有个bat文件运行的时候一直都会报如下错误:
发生系统错误 5。 拒绝访问。
如图所示。
需要对其以管理员的方式运行。但此bat程序需要开机自动启动,若将其快捷方式直接放置
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup文件夹下,会弹出一个框,让你选择是否给它运行管理员权限。
对这个...
分类:
其他好文 时间:
2014-12-25 11:23:32
阅读次数:
219
在win8前建立开始菜单都很容易,但到win8就有点不一样了,它的开始菜单是metro风格的。下面我们来看下具体的实现代码,有兴趣的朋友可以自己测试下。
wchar_t szPath[MAX_PATH];
SHGetSpecialFolderPath(nullptr, szPath, CSIDL_PROGRAMS, FALSE);
PathAppend(szPath, L"testapp.l...
Structure and interpretation of computer programs
PDF 英文版本的书籍:https://github.com/penguiner/sicp-pdf
中文翻译过来自行搜索吧,一大把
不过这里给出中文版的勘误. 译者很有责任心!
http://www.math.pku.edu.cn/teachers/q...
分类:
其他好文 时间:
2014-12-12 19:09:49
阅读次数:
156
For "Object already exists" or "Access denied" errors when installing try opening Control Panel > Programs and Features > View installed updates then ...
#!/usr/bin/env python"""Spare.py is a starting point for simple wxPython programs."""import wxclass Frame(wx.Frame): passclass App(wx.App): def ...
分类:
编程语言 时间:
2014-12-12 01:19:24
阅读次数:
212