自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (44)
  • 收藏
  • 关注

转载 [转]Ubuntu12.10 安装中文输入法(ibus)和开机自动启动ibus应用

转自:http://snailszzy.blog.163.com/blog/static/9439909320129261018849/ 系统升级12.10之后,一直使用不了中文。由于系统之前使用的scim输入发,但是新系统集成了ibus输入法框架。可能是因为矛盾的吧,按照网上的提示一直安装不成功。最后使用scim时候,出现浏览器只能输入中文的怪现象。搞了近一个星期,突然登录ubuntu

2013-03-30 00:34:26 1115

原创 Ubuntu 12.10使用apt安装Oracle/Sun JDK

sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java6-installer 参考:http://www.liberiangeek.net/2012/11/install-oracle-java-jrejdk-6-in-ubuntu-12-1

2013-03-27 23:53:57 2346

转载 Notepad++ 16进制编辑功能

转自:http://shandian.biz/490.html Notepad++可以编辑PE文件(二进制文件即HEX码),2进制、16进制都可以,通过附加的组件HexEditor即可实现。另外一款Notepad++自带插件TextFX也有这个功能,但实现效果不如Hex Editor。 Hex Editor实现Notepad++16进制编辑功能 Hex Editor使

2013-03-04 20:01:13 38663

原创 深入理解Java虚拟机 -- 读书笔记(4):内存分配策略

本系列为《深入理解Java虚拟机 》(周志明著)读书笔记 VM的内存分配机制大致遵循这几个原则: 对象优先在Eden分配 大多数情况下,对象中新生代的Eden区分配。当Eden区没有足够的内存时,JVM将发起一次Minor GC。 大对象直接进入老年代 这里的大对象指需要大量连续内存空间的对象,最典型的就是很长的字符串和各种数组。虚拟机提供了一个-XX:Pretenu

2013-03-04 00:06:43 996

原创 深入理解Java虚拟机 -- 读书笔记(2):常用垃圾回收算法

本系列为《深入理解Java虚拟机 》(周志明著)读书笔记 垃圾回收的核心问题有三个:(1)回收哪些内存 (2)何时回收 (3)如何回收 在Java中,需要回收的内存区域包括堆和方法区。方法区在Hotspot中又被称为“永生代”,主要收集这两方面的内容:废弃常量和无用的类。废弃常量比较容易理解,例如常量区存在“abc”的字符串常量,当系统中没有任何String指向“abc”时,则“a

2013-03-03 20:22:19 1879 1

The Life and Work of John Forbes Nash Jr

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part I

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

NEW POLYNOMIAL-TIME ALGORITHM.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

REMINISCENCES ABOUT THE ORIGINS OF LINEAR PROGRAMMING.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

The Turing Test paper and von Neumann’s EDVAC report..pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Antikythera Mechanism3.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 这篇文章有三部分,这是第三部分

2009-12-20

Antikythera Mechanism2.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 这篇文章有三部分,这是第二部分

2009-12-20

Antikythera Mechanism1.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 这篇文章有三部分,这是第一部分

2009-12-20

New Directions in Cryptography, Diffie and Hellman

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Godel's Theorem and the Birth of the Computer-goedel.pdf

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Jonathan von Neumann and EDVAC

UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/ 里面的内容我还没看,不过以前听老师讲过这篇文章,值得一读

2009-12-20

《Simulating Physics with Computers》

费曼的《Simulating Physics with Computers》,量子计算机这个概念应该就是从这篇文章提出的,UCBerkerly的一门课程的阅读材料,课程网址:http://www.eecs.berkeley.edu/~christos/classics/

2009-12-20

Pro Apache Struts with ajax

Pro Apache Struts with ajax,2006年那版,英文版,pdf格式,质量不错,非扫描。Apress出的。

2009-12-11

ibatis tutorials

ibatis的快速入门材料,英文版的,从官网上下的,官网上有中文版

2009-12-07

ibatis developer guide

从官网上下载的iBATIS developer guide,英文版的,官网上还有中文版的

2009-12-07

head first java second edition english part2

head first java第二版,非扫描pdf版。从http://www.51leifeng.net/上下载的,赞http://www.51leifeng.net/(我要雷锋) 第二部分

2009-12-02

head first java second edition (english) part1

head first java第二版,非扫描pdf版。从http://www.51leifeng.net/上下载的,赞http://www.51leifeng.net/(我要雷锋)

2009-12-02

Apress - Pro Hadoop.pdf

Pro Hadoop的英文原版,很清晰,并且有目录。 这本书我还没看,不过这是有关hadoop的不多的专著

2009-10-28

MRGIS: A MapReduce-Enabled High PerformanceWorkflow System for GIS

一篇论文,英文的。关于mapreduce技术在GIS中应用的一篇文章。貌似是华人写的,不过学校是国外的。

2009-09-01

《JavaScript语言精髓与编程实践》精简版

中文的,从infoq上下载的。是免费的在线版本,可以到网上去买正版的完整版。一共53页,主要讲了命令式语言,函数式语言和动态语言的东西。

2009-09-01

The Swift Java Compiler: Design and Implementation(英文)

一篇关于java编译器的论文 作者:Daniel J. Scales Keith H. Randall Sanjay Ghemawat Jeff Dean

2009-09-01

深入浅出struts2(infoq免费版,中文版)

深入浅出struts2(infoq免费版),95页。是个免费在线版本,可以到http://infoq.com/cn/minibooks/starting-struts2查看具体信息

2009-09-01

NetBeans IDE 6.1 快捷键和代码模板(中文版)

NetBeans IDE 6.1 快捷键和代码模板,2页纸,内容很实用,适合常用netbeans做开发的程序员

2009-09-01

Sun云计算白皮书(中文版)

Sun的官网上下载的一份关于云计算的白皮书,中文版的

2009-09-01

tomcat启动的时序图

这是一份tomcat5启动时的时序图,对于理解tomcat的结构很有帮助

2009-09-01

GUIDE to USING OPEN-SOURCE SOFTWARE to DEVELOP WEB APPLICATIONS

SUN的一份使用开源软件开发网络应用的白皮书

2009-09-01

Structure and Interpretation of Computer Programs(2nd edition)

这是MIT的一门经典课程所用的课本,课程视频是可以下载的,尽管那时1986年的视频,但由于这门课不是,关于技术细节的,因此不受什么影响

2009-07-28

Foundations of Rapid Mashup Development

Foundations of Rapid Mashup Development

2009-02-12

web mappingn illustrated

With the help of the Internet and accompanying tools, creating and publishing online maps has become easier and rich with options. A city guide web site can use maps to show the location of restaurants, museums, and art venues. A business can post a map for reaching its offices. The state government can present a map showing average income by area. Developers who want to publish maps on the web often discover that commercial tools cost too much and hunting down the free tools scattered across Internet can use up too much of your time and resources. Web Mapping Illustrated shows you how to create maps, even interactive maps, with free tools, including MapServer, OpenEV, GDAL/OGR, and PostGIS. It also explains how to find, collect, understand, use, and share mapping data, both over the traditional Web and using OGC-standard services like WFS and WMS. Mapping is a growing field that goes beyond collecting and analyzing GIS data. Web Mapping Illustrated shows how to combine free geographic data, GPS, and data management tools into one resource for your mapping information needs so you don't have to lose your way while searching for it. Remember the fun you had exploring the world with maps? Experience the fun again with Web Mapping Illustrated. This book will take you on a direct route to creating valuable

2008-10-09

.Professional.Android 4 Application Development

清晰英文版的pdf,不是扫描版。有书签来标记章节。

2013-09-24

h264的结构说明,英文版

有关h.264的一个很不错的ppt,对于理解h264代码有帮助。它分不同层次地对h264的数据流和运算流进行了解释,可以方便地对照编解码器的源代码来看。

2011-11-15

Using OpenMP

MIT出版的经典OpenMP教程,英文版,pdf

2011-10-31

jubincn博文“GDB简单教程”中的示例程序

jubincn博文“GDB简单教程”中的示例程序,http://blog.csdn.net/jubincn/article/details/6774524

2011-09-14

算法导论第三版 英文版

Before there were computers, there were algorithms. But now that there are com- puters, there are even more algorithms, and algorithms lie at the heart of computing. This book provides a comprehensive introduction to the modern study of com- puter algorithms. It presents many algorithms and covers them in considerable depth, yet makes their design and analysis accessible to all levels of readers. We have tried to keep explanations elementary without sacrificing depth of coverage or mathematical rigor. Each chapter presents an algorithm, a design technique, an application area, or a related topic. Algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The book contains 244 figures—many with multiple parts—illustrating how the algorithms work. Since we emphasize efficiency as a design criterion, we include careful analyses of the running times of all our algorithms.

2010-12-01

GIS:A Computing Perspective 第一版 chm格式

Worboys的经典著作,不过是第一版的。我一直想找第二版的,但没找到,哪位温拿如果有的话,麻烦分享下。

2010-07-13

Introduction to Spring2. and JPA

IBM Developerworks 上的文章,英文版本

2010-05-07

Apress.Beginning.Apache.Struts.From.Novice.to.Professional.Feb.2006.pdf

struts从入门到精通的英文版,我还没看,也不清楚struts的版本,但这份文档的质量不错

2009-12-18

Vi-iMproved.pdf

有关vim的一本pdf书,英文的,500多页,喜欢vim的同学可以下载看下

2009-12-18

Linux必学的60个命令v1.0.1.pdf

70多页的一个pdf文档,里面列举了常用的Linux命令,可以做参考手册用

2009-12-18

Berkeley计算机经典阅读材料

从Berkeley上下载的他们一门计算机经典阅读材料课的资料,里面的内容都是英文的论文,包括哥德尔的,纳什的等。强烈建议喜欢计算机科学的同学看一下。

2009-12-18

空空如也

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

TA关注的人

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