1. 多次选择相同的路径时,chooser.onchange 事件不触发参考链接Choosing the same directory multiple timesOnce the chooser has been used to select a directory (or the same fi...
分类:
Web程序 时间:
2015-05-29 13:45:14
阅读次数:
142
目的:对apache的访问控制,允许或者禁止IP访问网站步骤:修改对应的网站虚拟机配置文件vim/usr/local/apache2/conf/extra/httpd-vhost.conf加入以下内容:<Directory/data/www>Orderallow,denydenyfrom192.168.0.7allowfromall</Directory>以上代码实现:禁止192...
分类:
Web程序 时间:
2015-05-29 06:22:04
阅读次数:
241
工作中遇见一个问题。hive>insert overwrite local directory '/home/hadoop/tmp/ts' select 列1,列2,列3 from table;这样导出 含有 特殊字符,数据不能直接导入到excel表格中,UE或sublime打开也都存在特殊字符。特...
分类:
其他好文 时间:
2015-05-28 23:00:55
阅读次数:
374
1.先用 git 下载一个 react-devtools:$ cd /some-directory$ git clone --recursive https://github.com/facebook/react-devtools.git拷贝至:xxx\resources\app\src\brows...
分类:
其他好文 时间:
2015-05-28 16:04:08
阅读次数:
253
Read permission is the ability to search the directory,that is,to look through it to see what files it contains.Write permission is the ability to cre...
分类:
系统相关 时间:
2015-05-28 15:49:30
阅读次数:
156
一、使用 1) Copy the NativeXml files from the NativeXml directory into your project folder. Copy additional files in the General directory to your project...
分类:
其他好文 时间:
2015-05-28 13:48:13
阅读次数:
135
一:软件安装[root@localhost~]#yum-yinstallbind*二:修改主配置文件[root@localhost~]#cp/etc/named.conf/etc/named.conf.bak#修改之前先备份一遍[root@localhost~]#vi/etc/named.confoptions{listen-onport53{any;};//监听在主机的53端口上。any代表监听所有的主机directory..
分类:
其他好文 时间:
2015-05-27 19:23:41
阅读次数:
155
[11]缺少动态连接库.so--cannotopensharedobjectfile:Nosuchfileordirectory
总结下来主要有3种方法:1.用ln将需要的so文件链接到/usr/lib或者/lib这两个默认的目录下边ln-s/where/you/install/lib/*.so/usr/libsudoldconfig2.修改LD_LIBRARY_PATHexportLD_LIBRARY_..
分类:
其他好文 时间:
2015-05-27 19:22:45
阅读次数:
174
操作系统:ros(indigo)/ubuntu14.04
编译工具:cmake(catkin_make)
出现错误:
robot_control/src/robot_control.cpp:9:62: fatal error: robot_control/robot_control.h: No such file or directory
#include
出现此错误时,有三种...
分类:
其他好文 时间:
2015-05-27 19:14:11
阅读次数:
2611
今天在执行导数据的命令expdp之后发现少放了一个参数,赶紧CTRL+C,谁这个操作只能表面cancel这个操作,其实后台还在运行。system/******** schemas=CEN_DEV_OWNER20130506,CEN_DEV_USER20130506 directory=exp_dir dumpfile=expdp_cen052701.dmp,expdp_cen052702.dmp,e...
分类:
其他好文 时间:
2015-05-27 15:49:34
阅读次数:
146