码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
Linux 随手记录
安装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
九度OJ—题目1094:String Matching
题目描述:     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
boost 源码编译 的 Makefile.am写法备份
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
[转]Delphi I/O Errors
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 ...
分类:Windows程序   时间:2014-12-30 14:49:21    阅读次数:240
使用pv协助备份数据库
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文件
有个bat文件运行的时候一直都会报如下错误: 发生系统错误 5。 拒绝访问。 如图所示。 需要对其以管理员的方式运行。但此bat程序需要开机自动启动,若将其快捷方式直接放置 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup文件夹下,会弹出一个框,让你选择是否给它运行管理员权限。 对这个...
分类:其他好文   时间:2014-12-25 11:23:32    阅读次数:219
Win8下建立shortcut到开始界面
在win8前建立开始菜单都很容易,但到win8就有点不一样了,它的开始菜单是metro风格的。下面我们来看下具体的实现代码,有兴趣的朋友可以自己测试下。 wchar_t szPath[MAX_PATH]; SHGetSpecialFolderPath(nullptr, szPath, CSIDL_PROGRAMS, FALSE); PathAppend(szPath, L"testapp.l...
分类:Windows程序   时间:2014-12-15 13:44:51    阅读次数:178
资源向导之 "SICP"
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
解决delphi安装出现内部错误的办法!(所有安装都有这个问题)
For "Object already exists" or "Access denied" errors when installing try opening Control Panel > Programs and Features > View installed updates then ...
分类:Windows程序   时间:2014-12-12 11:39:26    阅读次数:221
Python In Action:三、稍稍扩展
#!/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
760条   上一页 1 ... 65 66 67 68 69 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!