自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (4)
  • 问答 (2)
  • 收藏
  • 关注

原创 java 异常抛不抛出的影响

对于java中的异常问题,都知道需要try/catch操作,然而有的时候,还需要throws操作,try/catch操作可能会影响到程序的运行。public class Test { public static void main(String[] args) { add(); join(); } private static void add() {

2017-01-22 18:37:58 3954 1

原创 java 解决时间差8个小时的问题、Linux系统中时区的修改及tomcat时区的修改

一.java时间差8个小时的解决 1.在程序中添加如下代码:System.setProperty("user.timezone","****"); ****为对应时区。2.修改jdk/jre中的文件(此方法没有测试成功)进入java安装目录,打开jre文件。在jre中有zi文件夹,进入zi文件夹中。在zi文件夹中有Etc文件夹与GMT文件,进入Etc文件,选择GMT文件如果java获取的

2017-01-22 17:44:13 7776

原创 mysql更新表时同时插入的问题

mysql更新表中的字段时,存在的字段更新,不存在的字段插入mysql表中,有三种方法实现:1.update时select一下,有数据update,没数据insertps:效率不高,没必要的操作。2.使用replace into操作replace into tbl_name(col_name, ...) values(...)操作已存在的数据时(根据主键和唯一索引判断),会先删掉原有数据,再插入

2017-01-09 19:00:35 2767

原创 svn图标不显示的问题

1.文件重命名svn rename 原文件名 新文件名2.移动文件到另一个文件svn move 源文件(文件夹)新目录3.添加文件svn add 文件名4.为失败的事务清理现场svn cleanup5.检查冲突和提交 svn status svn commit

2017-01-06 09:36:36 1338

原创 Html + Css

1.文本上传控件的美化/*a upload */.a-upload { padding: 4px 10px; height: 20px; line-height: 20px; position: relative; cursor: pointer; color: #888; background: #fafafa; border:

2017-01-05 09:48:49 384

原创 sql数据库操作

1.批量insert, update操作注意使用批量操作,学会使用事务。sql写在配置文件中,容易修改。如:String sql = new Properties().getProperty("properties中的name");Connection con = null;try {con = getconnection();con.setAutocommit(false);Prepar

2017-01-05 09:47:27 489

openstack部分源码

openstack组件的client代码

2016-03-01

horizon源码

openstack中关于horizon源码

2016-03-01

spring mvc jar

com.springsource.net.sf.cglib-2.2.0

2015-09-30

javaee API

Java EE 5 Platform Packages javax.activation The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data. javax.annotation javax.annotation.security javax.ejb The javax.ejb package contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. javax.ejb.spi The javax.ejb.spi package defines interfaces that are implemented by the EJB container. javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. javax.enterprise.deploy.model Provides Tool Vendor implementation classes. javax.enterprise.deploy.model.exceptions Provides Tool Vendor exception implementation classes. javax.enterprise.deploy.shared Provides shared objects for Tool Vendor and Product Vendor implementation classes. javax.enterprise.deploy.shared.factories Provides shared factory manager object for Tool Vendor and Product Vendor implementation classes. javax.enterprise.deploy.spi Provides J2EE Product Vendor implementation classes. javax.enterprise.deploy.spi.exceptions Provides J2EE Product Vendor deployment exception implementation classes. javax.enterprise.deploy.spi.factories Provides J2EE Product Vendor deployment factory implementation classes. javax.enterprise.deploy.spi.status Provides J2EE Product Vendor deployment status implementation classes. javax.faces Top level classes for the JavaServer(tm) Faces API. javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. javax.faces.component Fundamental APIs for user interface components. javax.faces.component.html Specialized user interface component classes for HTML. javax.faces.context Classes and interfaces defining per-request state information. javax.faces.convert Contains classes and interfaces defining converters. javax.faces.el DEPRECATED Classes and interfaces for evaluating and processing reference expressions. javax.faces.event Interfaces describing events and event listeners, and concrete event implementation classes. javax.faces.lifecycle Classes and interfaces defining lifecycle management for the JavaServer Faces implementation. javax.faces.model Standard model data beans for JavaServer Faces. javax.faces.render Classes and interfaces defining the rendering model. javax.faces.validator Interface defining the validator model, and concrete validator implementation classes. javax.faces.webapp Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags. javax.interceptor The javax.interceptor package contains classes and interfaces for use with EJB interceptors. javax.jms The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. javax.jws javax.jws.soap javax.mail The JavaMailTM API provides classes that model a mail system. javax.mail.event Listeners and events for the JavaMail API. javax.mail.internet Classes specific to Internet mail systems. javax.mail.search Message search terms for the JavaMail API. javax.mail.util Utility classes. javax.management.j2ee Provides the J2EE Management Enterprise Bean component (MEJB) interfaces. javax.management.j2ee.statistics Provides the standard interfaces for accessing performance data from J2EE managed objects Package Specification JSR 77, J2EE Management Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: J2EE Tools javax.persistence The javax.persistence package contains the classes and interfaces that define the contracts between a persistence provider and the managed classes and the clients of the Java Persistence API. javax.persistence.spi The javax.persistence.spi package defines the classes and interfaces that are implemented by the persistence provider and the Java EE container for use by the container, provider, and/or Persistence bootstrap class in deployment and bootstrapping.

2015-08-05

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除