defall_index(l,o):deffind_index(l,o,start=0):try:index=l.index(o,start)except:index=-1returnindexindexs=[]i=0whileTrue:idx=find_index(l,o,i)ifidx==-1:...
分类:
编程语言 时间:
2014-09-25 21:59:47
阅读次数:
212
spring与mybatis三种整合方法 本文主要介绍Spring与Mybatis三种常用整合方法,需要的整合架包是mybatis-spring.jar,可通过链接http://code.google.com/p/mybatis/下载到。1、采用数据映射器(MapperFactoryBean)的方式...
分类:
编程语言 时间:
2014-09-25 20:07:28
阅读次数:
344
给redmine1.2.1,安装code review插件时执行 rake db:migrate_plugins RAILS_ENV=production 遇到这个错误uninitialized constant Redmineapp,经过不断的查找是因为code review 的版本下载错了,得用code review 0.4.4,最后重新安装则成功...
分类:
移动开发 时间:
2014-09-25 19:59:27
阅读次数:
153
Chapter 16 Auto layout: Programmatic Constraints1. The line of code regarding translating constraints has to do with an older system for scaling inter...
分类:
其他好文 时间:
2014-09-25 19:18:37
阅读次数:
332
书籍推荐(转自豆瓣)一、软件project师--Clean Code《代码整洁之道》--Implementation Patterns《实现模式》--Code Complete《代码大全》--Refactoring: Improving the Design of Existing Code《重构—...
分类:
其他好文 时间:
2014-09-25 19:15:17
阅读次数:
256
背景code first起初当修改model后,要持久化至数据库中时,总要把原数据库给删除掉再创建(DropCreateDatabaseIfModelChanges),此时就会产生一个问题,当我们的旧数据库中包含一些测试数据时,当持久化更新后,原数据将全部丢失,故我们可以引入EF的数据迁移功能来完成...
分类:
数据库 时间:
2014-09-25 18:36:07
阅读次数:
221
CVE-2014-6271: remote code execution through bash 漏洞具体介绍地址:http://seclists.org/oss-sec/2014/q3/650 可以执行: env?t=‘()?{?:;};?echo?You?are?vulnerable.‘?bash?-c?"true" 进行测试,...
分类:
系统相关 时间:
2014-09-25 18:19:57
阅读次数:
220
CVE: 2014-6271 Bash Specially-crafted Environment Variables Code Injection Vulnerability Analysis
分类:
其他好文 时间:
2014-09-25 17:01:39
阅读次数:
350
Job Submission failed with exception 'java.io.IOException(Failed to run job : org.apache.hadoop.security.AccessControlException: User pms cannot submit applications to queue root.default)'
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive....
分类:
编程语言 时间:
2014-09-25 15:56:19
阅读次数:
453
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend
{
margin: 0;
padd...
分类:
Web程序 时间:
2014-09-25 15:51:32
阅读次数:
239