码迷,mamicode.com
首页 >  
搜索关键字:org    ( 61976个结果
Python开发环境
-->Python开发环境简备Python的优点除了其自身的各种特点外,还因为有众多第三方模块,为其扩展了各方面无数的功能。虽然大多数时候在百度上随便搜都能搜到一大把,pypi (https://pypi.python.org/pypi) 上也能列出很多,但有些特殊情况下想找特定的几个还是挺费劲的,...
分类:编程语言   时间:2014-05-15 10:33:32    阅读次数:285
如何使用git 生成patch
1,下载代码 git clone git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6.git cd bluetooth-next-2.6 2,修改代码 vi drivers/bluetooth/btusb.c 3,把代码添加到git管理仓库 git add drivers/bluetooth/...
分类:其他好文   时间:2014-05-15 02:59:38    阅读次数:386
15-5-13日记
标签<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">//声明标签标签都是成对的!<metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><!--utf-8/gb2312防止乱码--><..
分类:其他好文   时间:2014-05-15 00:42:11    阅读次数:302
在虚拟机里安装centos 6.4和centos 5.8里配置vim 7.4安装过程
下是centos6.4里安装vim配置操作命令[BEGIN]2014/5/13星期二上午10:08:54 [root@bogon~]#rpm-qa|grepvim [root@bogon~]#yumremovevimvim-enhancedvim-commonvim-minimal [root@bogon~]#wgetftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 [root@bogon~]#yumupdatewget [root@..
分类:其他好文   时间:2014-05-15 00:36:45    阅读次数:379
The server encountered an internal error () that prevented it from fulfilling this request.
这是我今天遇到的一个最棘手的问题,耗费了一下午的时间终于解决了。不知道为什么,今天做这个web项目时突然遇到下面这样一个错误:typeExceptionreport message descriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest. exception org.ap..
分类:其他好文   时间:2014-05-15 00:29:29    阅读次数:328
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session异常解决办法
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session异常解决办法为什么还会说已经存在相同的se...
分类:系统相关   时间:2014-05-14 23:40:06    阅读次数:419
Spring JPA 缺少 JAR 引起异常
记录整合中缺少 JAR 文件引起的异常版本 Spring 3+ Hibernate 4+ JPA 1、Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingExceptio....
分类:编程语言   时间:2014-05-14 23:25:27    阅读次数:488
JSON入门之二:org.json的基本用法
java中用于解释json的主流工具有org.json、json-lib与gson,本文介绍org.json的应用。 官方文档: http://www.json.org/java/ http://developer.android.com/reference/org/json/package-summary.html   1、主要类 Classes JSO...
分类:Web程序   时间:2014-05-14 20:46:28    阅读次数:484
Eclipse(MyEclipse)下安装使用VSS插件
mYEclipse整合了CVS插件而没有VSS的插件。因习惯了用VSS进行版本控制。因此网上找资料整理了一下VSS插件的使用。 下载与安装: 一、下载VSS插件 可以去官方网站下载,也可以点这个链接http://sourceforge.net/projects/vssplugin/下载最新的org.vssplugin_1.6.2 Eclipse的VSS插件。文件大小约1MB。 详细...
分类:系统相关   时间:2014-05-14 20:34:10    阅读次数:426
spring Quartz基于配置文件和注解的实现
这里只是做简单的记录如何实现。 一、基于配置文件的实现        ①编写需要调度的类 package com.study; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; //@Component public cla...
分类:编程语言   时间:2014-05-14 19:21:22    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!