码迷,mamicode.com
首页 >  
搜索关键字:odi    ( 5486个结果
Create a Team in RHEL7
SOLUTION VERIFIED September 13 2016 KB2620131 Environment Red Hat Enterprise Linux 7 NetworkManager teamd Issue Would like to configure a basic Team i ...
分类:其他好文   时间:2016-12-31 13:39:11    阅读次数:201
集合框架之——迭代器并发修改异常ConcurrentModificationException
问题: 我有一个集合,如下,请问,我想判断里面有没有”world”这个元素,如果有,我就添加一个”javaee”元素,请写代码实现。 使用普通迭代器出现的异常: ConcurrentModificationException:当方法检测到对象的并发修改,但不允许这种修改时,抛出此异常。 产生的原因: ...
分类:其他好文   时间:2016-12-30 21:42:43    阅读次数:328
log4j
参考链接: http://www.iteye.com/topic/378077 推荐使用1.2.X版,下载地址: http://logging.apache.org/log4j/1.2/download.html 如果使用Maven管理项目, 添加maven依赖 <dependency> <grou ...
分类:其他好文   时间:2016-12-30 10:18:29    阅读次数:172
spring+hibernate ---laobai
biz包: package com.etc.biz; import java.util.List; import org.springframework.orm.hibernate3.support.HibernateDaoSupport; import com.etc.entity.Animal;... ...
分类:编程语言   时间:2016-12-29 20:21:20    阅读次数:151
Summary of Critical and Exploitable iOS Vulnerabilities in 2016
Summary of Critical and Exploitable iOS Vulnerabilities in 2016 Author:Min (Spark) Zheng, Cererdlong, Eakerqiu @ Team OverSky 0x00 Introduction iOS se ...
分类:移动开发   时间:2016-12-29 16:56:44    阅读次数:290
【Android开发VR实战】二.播放360°全景视频
【Android开发VR实战】二.播放360°全景视频 VR即Virtual Reality虚拟现实。虚拟现实技术是一种可以创建和体验虚拟世界的计算机仿真系统它利用计算机生成一种模拟环境是一种多源...
分类:移动开发   时间:2016-12-29 11:17:14    阅读次数:209
Mysql增加主键或者更改表的列为主键的sql语句
最近在整理关于MySql的东西,把一些需要记录的东西写下来,以便以后查询和浏览,以下是一些操作技巧。添加表字段alter table table1 add transactor varchar(10) not Null;alter table table1 add id int unsigned n ...
分类:数据库   时间:2016-12-29 11:09:20    阅读次数:313
ajax请求和aspx返回数据
ajax请求: $(function () { $.ajax({ url: "index.aspx?method=send", success: function (data) { JSON.parse(data).forEach(function (item) { console.log(item ...
分类:Web程序   时间:2016-12-29 07:15:32    阅读次数:210
【python】发送post请求
1. json格式的post请求 关键部分加粗显示了,主要是post数据的编码方式以及请求头的Content-type 相应的flask获取数据方式: 2. 浏览器的原生form表单格式,对应 Content-type:application/x-www-form-urlencoded 可以看到,主 ...
分类:编程语言   时间:2016-12-29 07:11:16    阅读次数:349
XML 详解
import urllib import requests from xml.etree import ElementTree as ET root = ET.XML(open('D:\E\semantic\\a.xml','r',encoding = 'utf-8').read()) print(... ...
分类:其他好文   时间:2016-12-28 19:57:37    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!