Quick Reference Cards (快速参考卡片)

原始地址: http://www.digilife.be/quickreferences/quickrefs.htm
Quick Reference Cards

 
 
Category

Download link

Comment

Author/Source
 PDFsize
Web
&
Markup
JSP Syntax71,5 KSun made a convenient syntax reference for their Java Server Pages technology.Sun Microsystems
VisiBone Web Designer's HTML Card13,1 MAmazing complete HTML reference. This 4 paged, full-coloured reference is a must-have for any web designer! Visibone Inc.
JSP Quick Reference Card27,7 KJava Server Pages (JSP) technology allows web developers and designers to rapidly develop and easily maintain, information-rich, dynamic web pages that leverage existing business systems. As part of the JavaTM family, JSP technology enables rapid development of web-based applications that are platform independent. JavaServer Pages technology separates the user interface from content generation enabling designers to change the overall page layout without altering the underlying dynamic content.Allaire corporation
 Cascading Style Sheets 1.078 KCascading Style Sheet level 1 (CSS1) is a simple style sheet mechanism that allows authors and readers to attach style (e.g. fonts, colors and spacing) to HTML and XML documents. This Quick Reference contains a list of CSS properties, units and pseudo-classes.deepx
DelphiDelphi Technical Reference Card 7.2013,8 KDelphi is the most productive, RAD tool on the market today. It is both more visual and much faster than Visual Basic, with the power of C++ and has the fastest 32bit compiler that there is on the market today.Gulf Coastal Software
AdaAda Reference Card31,2 KAda is a Pascal-like programming language. In addition to traditional programming languages it includes a complete facility for the support of real-time, concurrent programming. This card is an overview of attributes, pragma's and the standard Ada libraries.DAINA
Ada Syntax Card29,7 KThe Ada syntax specification.
CC Reference Card (ANSI)10,4 KGreat QR-card! Anyone who 's involved in ANSI C programming should have this on his desk.

Joseph H. Silverman

C++STL Quick Reference 1.26310 K

This one really is a master peace. It's a great summary of the Standard Template Library with clear examples of how to use it.

Yotam Medini
New! Microsoft Foundation Classes (MFC) Quick Reference166 KIf you are developing applications in Visual C++, then you surely know all about MFC. An overview of the class hierarchy can be consulted on this recerence card.Jialong He
New!
C
VS
CVS Quick Reference Card177 KCVS is the Concurrent Versions System, the dominant open-source network-transparent version control system.  CVS is useful for everyone from individual developers to large, distributed teams. You can find more information on http://www.cvshome.com.Andrew Ford
New! CVS Quick Reference Card (LG)91 KLaurent Gregoire
DOC++ DOC ++ Reference Card104 K

DOC++ is a documentation system for C/C++ and Java generating both, LaTeX output for high quality hardcopies and HTML output for sophisticated online browsing of your documentation. The documentation is extracted directly from the C++ header or Java class files.

Steven Gould
JavaNew! JAVA Quick Reference41 KJava is a high-level programming language developed by Sun Microsystems. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web.
Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter. Compiled Java code can run on most computers because Java interpreters and runtime environments, known as Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows. Bytecode can also be converted directly into machine language instructions by a just-in-time compiler (JIT).
Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Small Java applications are called Java applets and can be downloaded from a Web server and run on your computer by a Java-compatible Web browser, such as Netscape Navigator or Microsoft Internet Explorer.
Jialong He
New! JAVA Programming Guide - Quick Reference104 KPinnacle Software Solutions
JUnit Quick Reference203 KJUnit is an open source testing framework for Java. It provides a very simple way to express the way you intend your code to work. By expressing your intentions in code, you can use the JUnit test runners to verify that your code behaves according to your intentions.Delphi Consultants
SAX 2.0 for Java (Core)38 KSAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java, and is a ?de facto? standard. The quick reference summarises the Java classes and interfaces at the core of the SAX API.deepx
 SAX 2.0 for Java (Extensions and Helpers)40 KIn addition to the core SAX API, additional Java packages exist which provide "helper" classes and extensions to SAX2 facilities. A conformant SAX driver won't necessarily support the latter. The Quick Reference contains a description of all the Classes and Interfaces from the SAX Helpers and Extensions packages.
 EJB 2.0 Matrix96 KThe Enterprise JavaBeans (EJB) component model simplifies the development of middleware applications by providing automatic support for services such as transactions, security, database connectivity, and more. These two QRC's contributed by Eileen Saur give a valueable overview of the EJB interfaces and EJB exceptions.Eileen Sauer  
 Exception Handling in EJB 2.029 K
Perlmod_perl Quick Reference Card153 KAndrew Ford made many QR-cards which are much appreciated by Linux/Unix users.They became so popular that you can buy them in published form. Especially this Perl card has become quite popular.Andrew Ford
New! PERL Win32 Quick Reference36 KAn overview of Windows-specific functions and API-calls to use in PERL, such as accessing internet, Registry, EventLog, Service..Jialong He
Php PHP 4 Reference Card124 KPHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. Steven Gould
L
i
n
u
x
 


&


U
n
i
x

Apache Quick Reference Card233 KA great card for all the web masters who run Apache web servers.Andrew Ford
  The One Page Linux Manual96 KA summary of useful Linux commandsSquadron
Linux Security Quick Reference Guide69,5 KVery complete security guide.Dave Wreski & Benjamin Thomas
UNIX commands reference card11,7 KAfter three decades of use, the UNIX computer operating system from Bell Labs is still regarded as one of the most powerful, versatile, and flexible operating systems (OS) in the computer world. Its popularity is due to many factors, including its ability to run a wide variety of machines, from micros to supercomputers, and its portability. All of which led to its adoption by many manufacturers.University Technology Information Services
TeX Reference Card171 K

TeX is a typesetting system written by Donald E. Knuth, who says in the Preface to his book on TeX that it is "intended for the creation of beautiful books - and especially for books that contain a lot of mathematics". It is a fully programmable macro language used to specify how a document should be typeset. High level features for optical markup, as represented by Plain TeX, allow one to build additional levels leading to full logical markup.

Joseph H. Silverman
AMSTeX Reference Card110 KAt the moment, AMSTeX is one of the most widespread macro packages for logical markup. This package, introduced by the American Mathematical Society (AMS) is built on top of Plain TeX to greater or lesser extents and the user can use the optical markup of Plain TeX in addition to logical markup if desired. This results in the effect that the author can use a mixture of structural information and explicit layout information.
vi Reference Card (HP)5,05 MThe VI editor is a screen-based editor used by many Unix users. The VI editor has powerful features to aid programmers, but many beginning users avoid using VI because the different features overwhelm them.HP
New! Vi Reference Card57 KDonaldJ.Bindner
Updated! vi Quick Reference27 KUnknown
VIM Quick Reference Card100 KVIM (Vi IMproved) is an almost compatible version of the UNIX editor Vi. Many new features have been added: multi level undo, syntax highlighting, command line history, on-line help, filename completion, block operations, etc. Laurent Gregoire
XEmacs Reference Card79,4 K

XEmacs is a highly customizable open source text editor and application development system. It is related to other versions of Emacs, in particular GNU Emacs. Its emphasis is on modern graphical user interface support and an open software development model, similar to Linux. XEmacs has an active development community numbering in the hundreds, and runs on Windows 95 and NT, Linux and nearly every other version of Unix in existence

Stephen Gildea
GNU Calc Reference Card95,0 KGNU Calc is an advanced calculator and mathematical tool that runs as part of the GNU Emacs environment. Very roughly it is based on the HP-28/48 series of calculators.Dave Gillespie and Stephen Gildea
Bash Quick Reference380 KBash (The Bourn Again Shell) is the shell of the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn Shell (ksh) and C Shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
It offers functional improvements over sh for both programming and interactive use; these include command line editing, unlimited size command history, job control, shell functions and aliases, indexed arrays of unlimited size, and integer arithmetic in any base from two to sixty-four. In addition, most sh scripts can be run by Bash without modification.
Arnold Robbins
New! LINUX System Call Quick Reference Linux is a free Unix-type operating system originally created by Linus Torvalds with the assistance of developers around the world. Developed under the GNU General Public License , the source code for Linux is freely available to everyone.Jialong He
New! LINUX Admin Quick Reference 
SQLMySQL-4.02a33 KThe MySQL (TM) software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. The Quick Reference summarises the MySQL reference manual, which documents MySQL Version 4.0.2-alpha.deepx
New! Oracle Server Architecture413 KOracle Corporation is the world's leading supplier of software for information management, and the world's second largest independent software company. Oracle's relational database was the world's first to support the Structured Query Language, now an industry standard. Today, the Oracle DBMS is supported on over 80 different operating environments, ranging from IBM mainframes and DEC VAX minicomputers, to UNIX-based minicomputers and Windows NT platforms. All 10 of the world's largest Web sites- from Amazon.com to Yahoo! - use Oracle.Dr. Lars Ditzel
New! ORACLE Server 8i Quick Reference Card275 K
UML UML Quick Reference Card45,0 KThe Unified Modeling Language? (UML) is the industry-standard language for specifying, visualizing, constructing, and documenting the artifacts of software systems. It simplifies the complex process of software design, making a "blueprint" for construction. Laurent Gregoire
UML Reference Card31,3 KThis card is based on the UML-website of Allen I. HolubAllen  I. Holub
New!
XML
XML Syntax Quick Reference87,8 KThe Extensible Markup Language (XML) is the universal format for structured documents and data on the WebMulberry Technologies, Inc.
XSLT and XPath Quick Reference93,4 KXSLT is a language for transforming XML documents into other XML documents.
XSLT is designed for use as part of XSL, which is a style sheet language for XML. In addition to XSLT, XSL includes an XML vocabulary for specifying formatting. XSL specifies the styling of an XML document by using XSLT to describe how the document is transformed into another XML document that uses the formatting vocabulary.
XPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer.
 XML - Data Structures19,7 KEXtensible Markup Language (XML) is a simple, very flexible text format derived from SGML (ISO 8879). Originally designed to meet the challenges of large-scale electronic publishing, XML is also playing an increasingly important role in the exchange of a wide variety of data on the Web.D Vint Productions
 XML - Data Types38,8 K
Extensible Stylesheet Language (XSL) 1.040 KXSL is a language for expressing stylesheets for XML documents. It consists of two parts: a language for transforming XML documents, and an XML vocabulary for specifying formatting semantics. The Quick Reference summarises the latter.deepx
XSL Transformations (XSLT) 1.090 KXSLT is a language for transforming XML documents into other XML documents. The Quick Reference contains all XSLT elements and functions.
XML Path Language 1.091 KXPath is a language for addressing parts of an XML document, designed to be used by both XSLT and XPointer. This Quick Reference contains Location Paths Expressions and the Core Function Library.

转载于:https://www.cnblogs.com/Icebird/archive/2006/10/12/QuickReferenceCards.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值