SecureCRT上传bash: rz: command not found-bash: rz: command not foundrz命令没找到?执行sz,同样也没找到。安装lrzsz:#yum -y install lrzsz现在就可以正常使用rz、sz命令上传、下载数据了。使用方法:上传文件#...
分类:
其他好文 时间:
2014-09-12 22:05:24
阅读次数:
227
linux下code::blocks无法编译运行提示 /bin/sh: 1: g++ not found 的解决办法
今天在ubuntu 12.04 软件中心中选装了codeblocks,安装完成后却连最简单的hello world 都无法编译运行。
编译时提示
/bin/sh: 1: g++: not found
运行时总提示
It seems that this...
分类:
其他好文 时间:
2014-09-12 20:45:44
阅读次数:
235
how to set default content type in document set in Sharepoint, when upload document in the document set, it is not working, it still had the content type named "Document", even it is the default content type...
分类:
其他好文 时间:
2014-09-12 19:16:00
阅读次数:
218
一、安装
以root用户运行:yum install wireshark
二、运行
在终端中键入命令:
#wireshark
bash:wireshark:command not found
#whereis wireshark
wireshark: /usr/lib/wireshark /usr/share/wireshark
#cd /usr/lib/wire...
分类:
系统相关 时间:
2014-09-12 17:16:03
阅读次数:
258
1、链接器工具错误 LNK1123:fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt转换到 COFF 期间失败: 文件无效或损坏VS2010下的解决方案:安装sp1的补丁:http://ww...
分类:
编程语言 时间:
2014-09-12 13:29:23
阅读次数:
172
今天搭建spring mvc ,结果发出请求总是No mapping found for HTTP requestwith URI [******]于是开始排查了半天,后来在网上搜到了双亲上下文的概念,才知道springmvc的每一个DispatcherServlet都会产生一个WebApplica...
分类:
移动开发 时间:
2014-09-12 11:39:43
阅读次数:
210
1 下载glibcwgethttp://ftp.gnu.org/pub/gnu/glibc/glibc-2.7.tar.gz2. tar zxf glibc-2.7.tar.gz3. cd glibc-2.74. mkdir build#这里必须新建一个目录5. cd build6. 执行 ../c...
分类:
系统相关 时间:
2014-09-12 11:25:53
阅读次数:
241
It is advisable to compare the prices so as to come up with a price dock ramp that is affordable and directly proportional to the quality of the servi...
分类:
其他好文 时间:
2014-09-12 10:02:43
阅读次数:
149
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in the array retur...
分类:
其他好文 时间:
2014-09-12 00:01:02
阅读次数:
254
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-09-11 22:10:12
阅读次数:
187