本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- 青否云后端云
- kaizi1992
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- wallimn
- lemonhandsome
- jh108020
- ganxueyun
- Xeden
- zhanjia
- xyuma
- wangchen.ily
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- bosschen
- lyndon.lin
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
linux中fork, source和exec的区别
原文地址http://blog.chinaunix.net/uid-23622436-id-3222317.html
shell的命令可以分为内部命令和外部命令. 内部命令是由特殊的文件格式.def实现的,如cd,ls等.而外部 ...
生成jar文件的源码工具(jd-gui)
曾经因为jar文件没有源码,而花大量时间去google或者baidu找源码。今天我为大家介绍一个软件,可以反编译任何jar文件而生成源码。这也是为了让准备走出校门或者已走出校门的新手节省时间, 我向大家推荐一个jar文件反编译软件(jd-gui)。
若需要jar反编译工具请下载附件
JD分为JD-GUI、JD-Eclipse两种运行方式, ...
[eclipse]android开发如何查看源代码文件(android source)
其实有点不敢承认,接触android这么久了,还不会导入android源文件,感觉挺丢人的,截止目前我在搜索引擎中找了无数次,最后都没解决,在此记录下来,以备忘记,如果能够帮助到你,那就更好了...
首先打开Android SDK Manager ,如下图:
假如我们要用android 4.0 版本的源代码,如上图 圈出 的一项,安装一下,安装后该项后面会显示 Installed ...
Chapter 2 - Jetty读取配置文件和Loader (2)
1. XmlConfiguration的value方法
读取某个节点的值,并进行相应处理:修剪空字符串,解析并拼接结果
private Object value(Object obj, XmlParser.Node node) throws Exception
{
Object value = null;
// Get the type
...
How to get source code in Ubuntu
You must want to get the source code of some linux program when learning linux programming. eg. when write more command demo, you want the source code of the more already run on you linux system.
...
ubuntu 12.04 源 source
163源
deb http://mirrors.163.com/ubuntu/ precise main restricted
deb-src http://mirrors.163.com/ubuntu/ precise main restricted
deb http://mirrors.163.com/ubuntu/ precise-updates main restricted
d ...
UserInfo.java
/**
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th ...
新浪微博因微博已删除出现数组越界异常问题
在用新浪的API的时候,经常碰到的异常就是数组的越界异常,搞死人...
很多时候这种异常是发生在微博已经删除,或者用户已经删除的时候的,这两天在根据微博ID获取用户的id的时候就出现了这种数组越界异常,终于,看了一些帖子之后发现了问题所在。。
根据我的猜测,很多时候这种问题应该都出在Source这个类中,在使用数组时没有进行数组的判断,如下代码:
public Source(String str) ...