码迷,mamicode.com
首页 >  
搜索关键字:path    ( 29634个结果
InnoSetup 如何获取安装程序的路径?
两个常量可以使用: {srcexe} 安装程序执行文件的路径. {src} 安装程序所在路径.path := ExpandConstant('{srcexe}');
分类:其他好文   时间:2015-09-21 14:04:01    阅读次数:337
记录每个用户的操作并以邮件方式发送操作内容
#1.Mailpartialconfiguration,set/etc/mail.rc #2.Belowisthemainconfiguration cat>>/etc/profile<<Share #Variables LAST_USER=`last-n2|awk‘NR==2{print$1}‘` LOG_FILE_PATH="/tmp/Shared_Operation" LAST_FILE_LOG=`ls-tl${LOG_FILE_PATH}/${LAST_USER}|awk-F‘..
分类:其他好文   时间:2015-09-21 12:33:31    阅读次数:161
phpize安装php扩展
1、下载扩展源码。2、进入扩展源码目录。3、执行phpize。4、执行./configure --with-php-config=/path/to/php-config。5、执行make。6、执行make install。7、php.ini加上extension=扩展名.so。
分类:Web程序   时间:2015-09-21 11:57:57    阅读次数:164
通过ANT生成MANIFEST.MF中的Class-Path属性
原文地址:http://reason2003.iteye.com/blog/1627353之前做一个项目,主程序打包成一个jar文件,因为用到了很多第三方的lib包,所以直接通过java命令运行jar比较烦琐,通过研究jar中的MANIFEST.MF文件,我们发现其中一个Class-Path属性,但...
分类:其他好文   时间:2015-09-21 10:31:39    阅读次数:154
Triangle 解答
QuestionGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given...
分类:其他好文   时间:2015-09-21 07:01:22    阅读次数:159
LeetCode Simplify Path
原题链接在这里:https://leetcode.com/problems/simplify-path/首先用string.split 把原有path 按照"/"分开 存入 String 数组strArr中。从肉往后扫描数组,遇到"." 和 " "直接跳过,遇到正常字符就压入栈中,遇到".."时若s...
分类:其他好文   时间:2015-09-21 07:01:15    阅读次数:157
Spark安装和配置
hadoop2的安装教程Spark可以直接安装在hadoop2上面,主要是安装在hadoop2的yarn框架上面安装Spark之前需要在每台机器上安装Scala,根据你下载的Spark版本,选择对应的Scala和jdkScala的安装就是解压缩,然后配置环境变量,将Scala的执行命令配置到Path...
分类:其他好文   时间:2015-09-20 17:31:56    阅读次数:152
ubuntu下使用git
1.Generating SSH keys参考:https://help.github.com/articles/generating-ssh-keys/若执行ssh-add /path/to/xxx.pem是出现这个错误:Could not open a connection to your au...
分类:系统相关   时间:2015-09-20 16:06:00    阅读次数:149
LeetCode -- Maximum Depth of Binary Tree
Question:Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the fa...
分类:其他好文   时间:2015-09-20 14:29:30    阅读次数:111
win764上vs2010+opencv2.4.11安装配置
1:准备工作 1)opencv的官网下载你所要版本的opencv库文件,运行安装解压到自定义的一个文件夹里(D:\Program Files). 2)安装vs2010。二:配置1、计算机环境变量:计算机-〉右键-〉属性-〉高级系统设计-〉环境变量-〉用户变量-〉找到path(若没有path,z则.....
分类:Windows程序   时间:2015-09-20 11:52:42    阅读次数:496
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!