1、 (1)循环条件应该为 i >= 0。不取等,检测不到数组的第一个数,即index==0的数。 (2)x =[] Expected: throw NullPointException Actual: throw NullPointException (3)x =[3,5,4], y=4 Expe ...
分类:
其他好文 时间:
2017-02-25 18:43:19
阅读次数:
149
juniperSRX保存文档报错如下:[editinterfacesge-0/0/1unit0]‘family‘Whenethernet-switchingfamilyisconfiguredonaninterface,nootherfamilytypecanbeconfiguredonthesameinterface.error:configurationcheck-outfailed解决办法:在配置三层接口的时候,要先删除二层接口:edit..
分类:
Web程序 时间:
2017-02-23 23:03:08
阅读次数:
203
SpringMVC 中,文件的上传,是通过 MultipartResolver 实现的。 所以,如果要实现文件的上传,只要在 spring-mvc.xml 中注册相应的 MultipartResolver 即可。 MultipartResolver 的实现类有两个: 两个的区别: 第一个使用步骤: ...
分类:
Web程序 时间:
2017-02-22 21:12:35
阅读次数:
492
1、配置文件 /wbh-adapter-h5/src/main/resources/dispatcher-servlet.xml <!-- 文件上传需要配置该句 --> <bean id="multipartResolver" class="org.springframework.web.multi ...
分类:
编程语言 时间:
2017-02-18 18:19:32
阅读次数:
182
Thrift-0.10.0 CenOS 7 编译错误 error: expected ')' before 'PRIu32' 在编译Thrift的时候,无论是Apache官网tar包,还是Github镜像,都会出现各种错误,其中一个比较头疼的就是标题描述的编译错误,经过捣鼓,终于妥协性的搞定了。 m ...
分类:
其他好文 时间:
2017-02-16 14:10:14
阅读次数:
257
调试时巧用console.log(),这比用alert()方便多了。 jquery易错点:元素拼接的时候,元素还未添加到DOM,就用该预添加元素操作。 ajax动态获取的数据,还没有装载html元素,下面就开始用预拼凑的元素操作。 <li onclick="Show('10')"> <a href= ...
分类:
Web程序 时间:
2017-02-14 21:54:35
阅读次数:
152
[root@localhost/]#mail-s"Message"xxxxx@163.com</tmp/info.message系统默认以“root@主机名”发送邮件,收到邮件直接被过虑成垃圾邮件了,那可不可以自定义邮箱发送邮件呢?答案肯定可以的。下载mailx包mailx官方站点http://heirloom.sourceforge.net/下载最新版本mailx-1..
分类:
其他好文 时间:
2017-02-13 22:22:06
阅读次数:
2572
编译器错误消息: CS1528: Expected ; or = (cannot specify constructor arguments in declaration) 源错误: 解决方案: ...
分类:
其他好文 时间:
2017-02-13 00:13:45
阅读次数:
395
dhcp错误,日志如下an202:31:33lylinuxdhcpd:Nosubnetdeclarationforeth0(192.168.88.128).Jan202:31:33lylinuxdhcpd:**Ignoringrequestsoneth0.IfthisisnotwhatJan202:31:33lylinuxdhcpd:youwant,pleasewriteasubnetdeclarationJan202:31:33lylinuxdhcpd:inyourdhcpd.conffile..
分类:
其他好文 时间:
2017-02-08 00:14:11
阅读次数:
153
开始 Python 之旅 开始 Python 之旅 课程来源 本课程基于 Python for you and me 教程翻译制作,其中参考了 Python tutorial 和 The Python Standard Library,并对原教程的内容进行了改进与补充。 相关链接地址如下: Pyth ...
分类:
编程语言 时间:
2017-02-06 19:42:01
阅读次数:
238