自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

天道酬勤

Mama said, life's like a box of chocolate, you never know what you gonna get next.

  • 博客(2)
  • 资源 (7)
  • 收藏
  • 关注

转载 sikuli

MIT的研究人员设计了一种新颖的图形脚本语言Sikuli,计算机用户只须有最基本的编程技能(比如会写print"hello world"),他不需要去写出一行行代码,而是用屏幕截图的方式,用截出来的图形元素组合出神奇的程序。   根据MIT研究人员的论文(PDF)描述,使用者只要对Python语言有基本的了解,Sikuli可以利用图形用户界面的截图元素自动的完成大多数编程任务。用研究人员

2012-01-28 10:13:49 809

转载 ORACLE 常用SQL语句总结

如何远程判断Oracle数据库的安装平台     select * from v$version;     查看表空间的使用情况     select sum(bytes)/(1024*1024) as free_space,tablespace_name     from dba_free_space     group by tablespace_name;

2012-01-20 15:50:06 606

Code Generation in Action

 Developers using code generation are producing higher quality code faster than their hand-coding counterparts. And, they enjoy other advantages like maintainability, consistency and abstraction. Using the new CG methods they can make a change in one place, avoiding multiple synchronized changes you must make by hand.

2009-12-16

Working Effectively with Legacy Code

Working Effectively with Legacy Code By Michael C. Feathers Publisher : Prentice Hall PTR Pub Date : September 22, 2004 ISBN : 0-13-117705-2 Pages : 456 Slots : 1.0 Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control

2009-11-04

实用英语系列--美国生活英语笔记

介绍一些在美国生活的实用英语。 很实用的介绍哦

2009-11-04

access 2007 for starters the missing manual

This fast-paced book teaches you the basics of Access 2007 so you can start using this popular database program right away. You'll learn how to work with Access' most useful features to design databases, maintain them, search for valuable nuggets of information, and build attractive forms for quick-and-easy data entry.

2008-12-01

navigating your it career

This content was adapted from Internet.com's Datamation, ServerWatch, and IT Career Planet Web sites. Contributors: James Maguire, Jennifer Zaino, Paul Rubens, Katherine Spencer Lee, and George Spafford.

2008-10-01

clr via C#, second edition

这是一本很经典的C#的读物。相信读后你一定能从中得到许多有益的体会。

2008-09-30

空空如也

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

TA关注的人

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