Given an unsorted integer array, find the first missing positive integer.For example,Given[1,2,0]return3,and[3,4,-1,1]return2.Your algorithm should ru...
分类:
其他好文 时间:
2014-07-22 22:52:33
阅读次数:
166
(7)EJB3.0 EJB开发消息驱动bean JMS 一:Java消息服务(Java Message Service) 二:jms中的消息 消息传递系统的中心就是消息。一条 Message 由三个部分组成: 头(header),属性(property)和主体(body)。消息有下面几种类...
分类:
其他好文 时间:
2014-07-22 22:52:13
阅读次数:
357
.header{ width:100%; height:100px; background:red; color:#333333;}aaaaaaaaaaaaaaeeeeeeeeeeeeeeeeeeeeeedddddddddddddddddddddddddddddddddddddddddddd...
分类:
其他好文 时间:
2014-07-19 17:25:05
阅读次数:
134
环境:CentOS6.2 64位操作:使用gdb调试C++查询MySQL数据库的程序原因:解决办法:1、 修改文件/etc/yum.repos.d/CentOS-Debuginfo.repo中的enabled参数,将其值修改为1,如:vi /etc/yum.repos.d/CentOS-Debugi...
分类:
其他好文 时间:
2014-07-19 17:17:36
阅读次数:
199
作者:iamlasong
1、接口说明
通过互联网访问,接口调用为HTTP请求的方式,每一次由用户发起的HTTP请求,需要设置验证信息,具体方法是,在HTTP Header部分增加version及authenticate属性,属性值在联调测试之前由总部提供。
接口调用地址:http:// IP:Port/invoke/path/{mail_num}
接口调用方式:HTTP GET方...
分类:
其他好文 时间:
2014-07-18 18:13:53
阅读次数:
367
前端性能优化准则:一、减少http请求。 措施:合并小图片,css控制背景图。合并CSS,合并JS二、使用CDN(Content Deliver Network 内容分发网络)发布静态资源。三、启用压缩组件。 response header:Content-encoding request h...
分类:
编程语言 时间:
2014-07-18 15:36:07
阅读次数:
256
这个是在我在Openwrt的SDK下编译模块的时候碰到的问题。
Package helloworld is missing dependencies for the following libraries: libc.so.6...
// remove instances with missing class Instances newData = new Instances(data); newData.deleteWithMissingClass(); m_structure = new Instance...
分类:
其他好文 时间:
2014-07-17 22:19:19
阅读次数:
332
CSS命名规则头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:lo...
分类:
Web程序 时间:
2014-07-17 22:16:09
阅读次数:
371
今天使用了下ADT 16.0 在定义一个ImageVIew的时候 总是提示这个[Accessibility] Missing contentDescription attribute on image警告,虽说可以不理 但总是感觉怪怪的,在网上一搜 发现原来这是ADT 16.0的新特性,在一些没有文...
分类:
数据库 时间:
2014-07-17 21:38:55
阅读次数:
295