编程语言
1 #!/usr/bin/env python2 #coding=utf-83 import traceback 4 5 try:6 1/07 except Exception, e:8 print e9 print traceback.format_exc()
分类:编程语言 时间:2014-09-25 11:41:39 收藏:0 阅读:187
logback 与 spring-mvc、jboss eap 6.3整合
分类:编程语言 时间:2014-09-25 11:40:40 收藏:0 阅读:472
This关键字:1、this指向调用该函数的对象通常情况下,定义一个变量、一个函数,都是作为window的属性、方法的Varinfo=’hello’;Functionsayhi(){This.style.color=’red’;}全局变量info其实是window.info=’hello’;调用sa...
分类:编程语言 时间:2014-09-25 11:39:59 收藏:0 阅读:262
《java.util.concurrent 包源码阅读》系列文章已经全部写完了。开始的几篇文章是根据自己的读书笔记整理出来的(当时只阅读了部分的源代码),后面的大部分都是一边读源代码代码,一边写文章。由于水平有限,在阅读源代码的时候,分析得也比较浅显,也有很多地方自己也没有研究明白,文章有的地方显得...
分类:编程语言 时间:2014-09-25 11:35:59 收藏:0 阅读:241
public String readTxtFile(String filePath) { StringBuffer appInfolistInput = new StringBuffer(); try { String encoding = "UTF8"; File file = new...
分类:编程语言 时间:2014-09-25 11:35:29 收藏:0 阅读:252
1 package com.hirain.ftp.thread; 2 3 import java.io.File; 4 import java.io.FileOutputStream; 5 import java.io.IOException; 6 import java.io.In...
分类:编程语言 时间:2014-09-25 11:33:20 收藏:0 阅读:202
Java NIO与IO的区别和比较导读J2SE1.4以上版本中发布了全新的I/O类库。本文将通过一些实例来简单介绍NIO库提供的一些新特性:非阻塞I/O,字符转换,缓冲以及通道。一. 介绍NIONIO包(java.nio.*)引入了四个关键的抽象数据类型,它们共同解决传统的I/O类中的一些问题。Bu...
分类:编程语言 时间:2014-09-25 11:31:59 收藏:0 阅读:250
一、The way of the programproblem solving: The process of formulating a problem, ?nding a solution, and expressing the solution.high-level language: A p...
分类:编程语言 时间:2014-09-25 11:30:59 收藏:0 阅读:519
本文描述下 sypro 项目中使用 springMVC+Hibernate配置,初学SpringMVC做下简单整理解。 1.web项目首先我们要使用 web.xml文件将 spring配置引入进来Xml代码 springMvc+hibernate4+easyuisypro2.02contextCon...
分类:编程语言 时间:2014-09-25 11:27:30 收藏:0 阅读:427
还是写一个这样的博客吧.Eclipse:4.3.2-jee.tomcat:7Maven:3-2-1开始:1 创建一个 Maven Project2 选择一个工程路径3 Maven插件带有很多的模板,这里选择 quickstart4 输入Group Id,Artifact Id,Version .Ma...
分类:编程语言 时间:2014-09-25 11:27:27 收藏:0 阅读:375
148515485164851751284
上一页512833下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!