自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

关注软件研发

关注软件研发

  • 博客(10)
  • 资源 (10)
  • 收藏
  • 关注

转载 E文积累_20071212_All's fair in love and war

 Alls fair in love and war.爱情和战争中人人平等。----------------------------------------------------------------------  句子的字面意思是,在爱情和战争中一切都是公平的,实际表达的含义却是:战争是残酷的,爱情是盲目的,身陷其中的人为了生存、因为冲动会不择手段甚至违背现行规则(英文解释是:People

2007-12-12 08:36:00 483

转载 E文积累_20071210_Achilles heel

English is his Achilles heel.  英文是他的致命伤。 英语口语中一些特定的表达方式往往有些历史渊源,这个“阿基琉斯之踵”(Achilles heel)就来自于希腊神话的故事,表示“致命伤、最大的弱点”之类的含义。相传,英雄Achilles还是婴儿的时候,他的母亲把他浸泡在圣河中,因此Achilles全身刀枪不入。由于是倒着浸入河中,只有脚跟露在外面,所以脚跟处成为他

2007-12-10 08:39:00 465

转载 E文积累_20071208_not much of

He is not much of a cook. 他不是个好厨师。not much of: not very good as 不很好Im not much of a mechanic, Im afraid, but Ill have a look at your car if you like.  我恐怕不是一个很熟练的技师,但如果你愿意的话,我就看看你的汽车。 

2007-12-08 09:42:00 484

转载 E文积累_20071207_put my foot in my mouth

Sorry, I put my foot in my mouth.   对不起,我说错话了。  

2007-12-07 08:34:00 443

转载 E文积累_20071202_nothing but

He had nothing but a cup of tea this morning.  他今天早上只喝了杯茶。nothing but: nothing except; only; nothing else but 只;不过Its nothing but an ordinary watch. 这只是块普通的表。 

2007-12-05 09:18:00 513

转载 E文积累_20071204_9 to 5

I am only a regular 9-to-5er. 我只是一个平凡的朝九晚五上班族。I dont want to work 9 to 5 for the rest of my life.  我不想下半辈子都做朝九晚五的工作。 

2007-12-04 09:01:00 375

转载 E文积累_20071202_pay up

The monthly installments on the car were paid up. 买汽车的月还款已经付清。 pay up:pay in full付清My goods have vanished and the insurance company will have to pay up. 我那批货丢失了,保险公司要偿付所有的保险金。

2007-12-03 09:03:00 581

原创 导出Excel文件到iframe子页面中下载时的一个怪异问题

今天在项目中碰到一个很怪异的问题,弄了我一上午,都没找到问题原因所在。项目需要作一个统计功能,统计查询条件在一个父页面中,而统计结果呈现在一个IFRAME子页面中,并且需要在这个子页面中提供一个导出统计结果为EXCEL文件的链接。现在的问题是,点击这个链接下载完文件后,再作第二次统计时,IFRAME子页面就无法呈现新的统计结果,始终停留在前一次统计的页面。当前使用的下载组件是jspsmar

2007-12-02 12:09:00 4646

转载 E文积累_20071202_nothing succeeds like success

Nothing succeeds like success.一顺百顺,一通百通。----------------------------------------------------------------------  一句英语中常见的习语,很地道的英文。英文对这个的解释是“Success breeds more success(成功孕育更多的成功),A person who has a sm

2007-12-02 08:56:00 544

转载 E文积累_20071201_a n. of a n.

Thats a hell of a thing to do! 那简直是地狱一样的事!用“a + 名词1 + of a + 名词2”表示比较,将名词2表示的内容比成名词1表示的内容。We are all afraid of him, he is a tyrant of a father. 我们都怕他。他是个暴君一样的父亲。 What a devil of a name that is!

2007-12-01 08:43:00 521

O'Reilly.Java.Cookbook.2nd.Edition

O'Reilly.Java.Cookbook.2nd.Edition.Java Cookbook, 2nd Edition gets you to the heart of what you need to know when you need to know it. The completely revised and updated recipes in Java Cookbook, 2nd Edition cover all of the major APIs from Java 1.4 as well as the new 1.5 version. It includes many specialized APIs--like those for working with Struts, Ant, and other Open Source tools--and delivers expanded Mac OS coverage.

2014-09-12

Effective Java 2nd Edition

Effective Java 2nd Edition, English edition. 英文版。清晰完整。 THIS book is designed to help you make the most effective use of the Java™ programming language and its fundamental libraries, java.lang, java.util, and, to a lesser extent, java.util.concurrent and java.io. The book discusses other libraries from time to time, but it does not cover graphical user interface programming, enterprise APIs, or mobile devices. This book consists of seventy-eight items, each of which conveys one rule. The rules capture practices generally held to be beneficial by the best and most experienced programmers. The items are loosely grouped into ten chapters, each concerning one broad aspect of software design. The book is not intended to be read from cover to cover: each item stands on its own, more or less. The items are heavily cross-referenced so you can easily plot your own course through the book. Many new features were added to the platform in Java 5 (release 1.5). Most of the items in this book use these features in some way.

2014-09-11

Head First Design Patterns 中文版

Head First Design Patterns 中文版。完整清晰。 《深入浅出设计模式》(影印版)的编写运用许多最新的研究,包括神经生物学、认知科学以及学习理论,这使得《深入浅出设计模式》(影印版)能够将这些设计模式深深地烙印在你的脑海中,不容易被遗忘。你将会更擅长于解决软件设计中的问题,并能够和你的团队成员用模式的语言来更好地沟通。

2014-09-11

Microsoft.Computer.Dictionary.Fifth.Edition

绝对专业的计算机专业词汇查询手册! The Microsoft Computer Dictionary, Fifth Edition is designed to be a comprehensive and authoritative source of definitions for computer-related terms and abbreviations. The dictionary includes terms drawn from a wide variety of topics relevant to computer users, including software, hardware, networking, data storage, graphics, games, information processing, the Internet and the World Wide Web, gaming, history, jargon and slang, organizations, programming, and standards. Although this book covers nearly every aspect of computing, it does not include entries on most companies or on most makes and models of computers, nor does it contain entries on most application software products. The few exceptions to this rule of thumb are key companies and products that have a historical or universal importance within the computing industry. This dictionary emphasizes terminology that the average computer user will encounter in documentation, online help, computer manuals, marketing and sales materials, the popular media, and the computer trade press. Because most computer users operate personal computers and desktop systems at home, work, or both, the majority of the entries in this dictionary cover the terminology used in describing and working with these systems. However, some specialized or highly technical language is included that pertains to areas of industry, academia, software and hardware development, and research. These terms have been included because they have a bearing on more common computer terminology or because they are of historical significance.

2014-09-05

Oracle To Postgres

Oracle与Postgres之间的不同。很好很详细。从Oracle转Postgres的时候非常需要的一个文档。 If you are starting to use PostgreSQL or you will migrate from Oracle database server, I hope this document helps. If you have Java applications and use JDBC, the “Data types and JDBC” section will be particularly useful. Oracle and PostgreSQL both conform to standard SQL. However, they contain several extensions and implementation details that differentiate one from the other. The most important differences are listed in this document.

2014-09-05

Addison.Wesley.Java.Concurrency.in.Practice

Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them. However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant. This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

2014-09-04

Head First Design Patterns

Head First Design Patterns. Java. 英文原版。完整清晰。

2014-09-04

Python_Cookbook_3rd_Edition

Python_Cookbook_3rd_Edition。英文原版,完整版。

2014-09-04

Head First Python

Head First Python English Edition。Head First Python英文完整版。

2014-09-04

Core.Python.Programming,2nd.Edition

Core.Python.Programming,2nd.Edition。完整英文版。

2014-09-04

空空如也

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

TA关注的人

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