码迷,mamicode.com
首页 >  
搜索关键字:commands    ( 1138个结果
WEKA运行参数修改(RunWeka.ini文件)
一般使用weka进行数据挖掘的时候会碰到两个问题,一是内存不够,二是libsvm使用不了,这时就需要重新配置RunWeka.ini文件,解决上述问题。查看RunWeka.ini原文如下: 1 # Contains the commands for running Weka either with a...
分类:其他好文   时间:2014-07-07 17:05:42    阅读次数:234
Maya QT interfaces in a class
Most tutorials online have suggested the way to fire commands inside QT interfaces launched n Maya (via cmds.loadUi – not involving pyQT) is to add a ...
分类:其他好文   时间:2014-07-07 12:19:38    阅读次数:194
linux 下 /bin /sbin 的区别 -- (转)
/bin,/sbin,/usr/bin,/usr/sbin区别/ : this is root directory root 用户根目录/bin : commands in this dir are all system installed user commands 系统的一些指令/sbin: c...
分类:系统相关   时间:2014-07-03 06:29:10    阅读次数:223
C语言宏预处理帮助文档
GCC4.10预处理器帮助文档The C PreprocessorTransformations Made GloballyMost C preprocessor features are inactive unless you give specific commands to request t...
分类:编程语言   时间:2014-07-01 17:50:42    阅读次数:304
Configure SVN (Subversion) Server
Note: It may need root user permissions to execute following commands. (1) Install needed packages yum install mod_dav_svn subversionIn my PC, packages that were installed are Note: if you are goi...
分类:其他好文   时间:2014-07-01 06:38:19    阅读次数:397
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
What are the differences between shell , console & terminal?
答案1:The shell is a typical Unix program. It reads commands from the standard input and prints something on the standard output. This is simple and goo...
分类:其他好文   时间:2014-06-27 16:12:37    阅读次数:260
How to delete expired archive log files using rman?
he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the ...
分类:其他好文   时间:2014-06-26 20:20:52    阅读次数:262
python的工作记录A
马上进入工作自动化:[root@localhost ~]# cat svn_bbs.py import os,sys,commands,subprocess import re,timesvnUrl = "svn://xxx"svnExportCmdPre = "svn export svn://....
分类:编程语言   时间:2014-06-26 14:41:11    阅读次数:227
oracle 10g/11g 命令对比,日志目录对比
??  oracle 10g/11g  命令对比,日志目录对比    oracle 11g 中不再建议使用的命令 Deprecated Command Replacement Commands crs_stat crsctl check cluster -all...
分类:数据库   时间:2014-06-26 07:42:07    阅读次数:530
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!