码迷,mamicode.com
首页 >  
搜索关键字:dir    ( 11861个结果
Ubuntu下VSFTPD(六)(常见FTP命令及其功能) (
常见FTP命令及其功能FTP命令功能FTP命令功能ls显示服务器上的目录ls[remote-dir][local-file]显示远程目录remote-dir,并存入本地文件local-filegetremote-file [local-file]从服务器下载指定文件到客户端mgetremote-fi...
分类:其他好文   时间:2014-06-11 23:54:51    阅读次数:483
windows (windows server 2003 64位)开启 curl扩展 (php-5.4.5-Win32-VC9-x86.zip,httpd-2.2.22-win32-x86-no_ssl.msi ,mysql-5.5.27-win32.msi)
(1)在windows下开启curl扩展,php.ini中 extension_dir路径是对的,extension=php_curl.dll前面的分号也去掉了,php加载的php.ini也是对,但是就是没有效果,上网百度,解决了.需要将php目录中的libeay32.dll, ssleay32.d...
分类:数据库   时间:2014-06-11 22:06:15    阅读次数:675
POJ 1021 人品题
报告见代码。。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int MAX=105; 8 int dir[4][2]={1,0,-1,0,0,1,0,-1}; 9...
分类:其他好文   时间:2014-06-09 23:04:01    阅读次数:261
sqoop 使用指定条件导入数据
在测试sqoop语句的时候,一定要限制记录数量,否则就像我刚才,等了1个多小时,才看到测试结果。????sqoop-import --options-file media_options.txt --table my_table --where "ID = 2" --target-dir /user/jenkins/bigdata/import/20140607 -m 1 --fields-ter...
分类:其他好文   时间:2014-06-08 04:57:18    阅读次数:350
atitit.404错误的排查流程总结
atitit.404错误的排查流程总结 #----------jsp  head  errorPage="" del zeu ok le. #------resin 服务器配置问题。俩个应用配置到了同样的的文件夹.. paip.404err two app cfg  one same dir /  cant access /app1   only can acces...
分类:其他好文   时间:2014-06-07 12:16:37    阅读次数:267
linux的一些命令
1、创建文件夹mkdir 与win7的dir查看文件夹2、删除文件夹rmdir3、显示文件夹里的文件ls -l 区别于ls -al (有一些隐藏文件)4、清屏clear与win7的 cls5、删除某个文件:rm -f text.txtrpmdebls 显示文件名称、属性等cp 复制文件或目录rm 删...
分类:系统相关   时间:2014-06-05 12:45:40    阅读次数:305
Hadoop常见配置
core-site.xml:fs.default.name:hdfs://hadoop:9000fs.tmp.dir:/usr/local/hadoop/tmphdfs-site.xml:dfs.name.dir:dfs.name.edits.dir:eidtsdfs.replication
分类:其他好文   时间:2014-06-04 14:40:40    阅读次数:254
JQuery日记 6.3 JQuery遍历模块
jQuery.extend({ // 返回elem延DOM树某个方向访问的所有节点,直到遇到until条件 dir: function( elem, dir, until ) { var matched = [], truncate = until !== undefined; while ( (elem = elem[ dir ]) && elem.nodeType !== ...
分类:Web程序   时间:2014-06-04 14:08:53    阅读次数:374
Java执行批处理.bat文件(有问题???求高手帮忙解答!!!)
Java执行批处理.bat文件(有问题???求高手帮忙解答!!!)        在项目开发中常常都会遇到需要在代码中调用批处理bat脚本,把自己在项目中遇到过的总结下也方便自己温故而知新。 1.cmd命令如下:      cmd  /c  dir              执行完dir后关闭命令行窗口      cmd  /k  dir              执行完dir后 不 关闭...
分类:编程语言   时间:2014-06-02 05:20:53    阅读次数:403
基于LNMP的Discuz论坛,php mysql nginx为单独服务器,php安装xcache实现共享opcode
实验平台:RHEL5.8实验拓扑:PHP配置部分:1、编译安装PHP./configure--prefix=/usr/local/php--with-mysql=mysqlnd--with-openssl--with-mysqli=mysqlnd--enable-mbstring--with-freetype-dir--with-gpg-dir--with-png-dir--with-zlib--with-libxml-dir=/usr--enable-sockets-..
分类:数据库   时间:2014-06-02 03:58:43    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!