今天在测试网站的时候,在浏览器中输入http://localhost/时,发生如下错误:HTTP
Error 500.21 - Internal Server ErrorHandler
"WebServiceHandlerFactory-Integrated" has a bad module "M...
分类:
其他好文 时间:
2014-05-29 12:09:49
阅读次数:
192
安装samba:sudo apt-get install
samba修改samba配置:sudo nano /etc/samba/smb.conf修改内容如下去掉 security = user 前#在map to
guest = bad user 行下添加 guest account = pi共享...
分类:
其他好文 时间:
2014-05-27 23:39:38
阅读次数:
283
The 400 Bad Request error displays inside the
Internet browser window, just as web pages do.Cause of 400 Bad Request ErrorsThe
400 Bad Request error i...
分类:
其他好文 时间:
2014-05-27 17:51:33
阅读次数:
278
模块的搜索路径:When a module namedspamis imported, the
interpreter searches for a file namedspam.pyin the current directory, and then
in the list of director...
分类:
编程语言 时间:
2014-05-26 15:09:11
阅读次数:
367
1:关于homebrew下载地址
homebrew下载地址网上版本很多:我用了几个都是显示 404 bad request
如图:均无法现在
有一个网址会给出最新的 安装地址: the URL is: http://brew.sh/index_zh-cn.html
在网站的最下面给出了通过terminal下载 homebrew的最新的下载地址:
我下载的...
分类:
其他好文 时间:
2014-05-25 21:34:49
阅读次数:
293
http://www.raywenderlich.com/zh-hans/30818/ios%E5%BA%94%E7%94%A8%E5%B4%A9%E6%BA%83%E6%97%A5%E5%BF%97%E6%8F%AD%E7%A7%980x8badf00d:
读做 “ate bad food”! ....
分类:
移动开发 时间:
2014-05-25 14:58:21
阅读次数:
335
error:*.x86_64.rpm:HeaderV4RSA/SHA1signature:BAD,keyID*故障原因:我用smbclient//ip/shareget的时候安装失败后来上传到ftp服务器通过ftp服务器binget之后rpm安装成功原因分析:通过smbclient下载后包损坏通过ftp下载的话包就完整了
分类:
其他好文 时间:
2014-05-25 04:59:29
阅读次数:
296
版本:CDH5.0.0 (hdfs:2.3,mapreduce:2.3,yarn:2.3)hadoop多文件格式输入,一般可以使用MultipleInputs类指定不同的输入文件路径以及输入文件格式。比如现在有如下的需求:现有两份数据:phone:123,good number
124,common number
125,bad numberuser:zhangsan,123
lisi,124
w...
分类:
其他好文 时间:
2014-05-22 06:23:52
阅读次数:
391
用springMVC来做项目,如果遇到文件上传,那么一定要用spring自带的文件处理类来处理上传的文件,因为效率实在高过其他的。
从界面传过来的参数,如果设置了值对象,那么可以从值对象里面取出字符串类型的普通参数,如果不这样做,也可以直接从request里面获得,两种方法都可以。
问题是如果值对象里面写了其他类型的变量,妄想像Struts2那样处理,springMVC就会报出400 Bad...
分类:
编程语言 时间:
2014-05-21 10:13:27
阅读次数:
422
1.vmlinux
vmlinux是一个包含linux kernel的静态链接的可执行文件,文件类型是linux接受的可执行文件格式之一(ELF、COFF或a.out)。
2.vmlinuz
vmlinuz是可引导的,压缩的linux内核,“vm”代表的“virtual memory”。vmlinuz是vmlinux经过gzip和objcopy(*)制作出来的压缩文件。vmlinuz不仅是一个压缩文件,而且在文件的开头部分内嵌有gzip解压缩代码。所以你不能用gunzip 或 gzip –dc解...
分类:
系统相关 时间:
2014-05-21 03:06:50
阅读次数:
429