Web开发人员常用速查手册推荐

  【IT168 评论】不管你是多么优秀的程序员,你都不可能记住一切。在你编写程序的过程中碰到问题需要查阅手册的时候,若有现成的手册可参考则可以为你节省很多时间。为了方便各位朋友,本文收集了一些对Web开发人员非常有用的手册,记得推荐一下哦。

1

  HTML 速查手册

  HTML/XTML in one page

  HTML5: The Evolution of Web Standards by James Sugrue

  (X)HTML Elements and Attributes

  Doctype Declarations (DTDs)

  XHTML Character Entity Reference

  GoSquared HTML Help Sheet

1

  CSS 速查手册

  CSS in one page

  CSS Properties and Values

  All CSS Properties Listed Alphabetically

  CSS Shorthand Guide

  GoSquared CSS Help Sheet

1

  JavaScript 速查手册

  JavaScript in one page

  JavaScript Cheat Sheet

  Addison-Wesley’s JavaScript Reference Card

1

  jQuery 速查手册

  jQuery Cheatsheet

  jQuery 1.3 Visual Cheat Sheet by Antonio Lupetti

  jQuery Selectors by Bear Bibeault & Yehuda Katz

1

  Adobe Flash 速查手册

  Flash Cheat Sheet

  Flash CS3 Keyboard Shortcuts

 

 2

  ASP.NET 速查手册

  Core ASP.NET

  ASP.NET MVC Framework Cheat Sheet

  ASP.NET MVC View Cheat Sheet

2

  PHP 速查手册

  PHP Basics Quick Reference Sheet

  PHP Cheat Sheet

  PHP Security Cheat Sheet

  PHP Variable and Array Tests

  GoSquared PHP Help Sheet

2

  MySQL 速查手册

  MySQL Cheat Sheet by Dave Child

  MySQL Database Quick Reference

  SQL Statements Cheat Sheet

2

  Unicode 速查手册

  The Unicode Character Code

  HTML Characters, Numeric Codes, 0-65535 by Bob Stein

2

  XML 速查手册

  XML in one page

  XML 1.0 Syntax Quick Reference by Mulberry Technologies

2

  mod_rewrite 和 .htaccess 速查手册

  mod_rewrite Cheat Sheet by Dave Child

  htaccess Cheatsheet

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
CSS中文速查手册 CSS Properties Reference 样式表属性   字体 Font fontcolorfont-familyfont-sizefont-size-adjustfont-stretchfont-stylefont-weighttext-decorationtext-underline-positiontext-shadowfont-varianttext-transformline-heightletter-spacingword-spacing  文本 Text text-indenttext-overflowvertical-aligntext-alignlayout-flowwriting-modedirectionunicode-bidiword-breakline-breakwhite-spaceword-wraptext-autospacetext-kashida-spacetext-justifyruby-alignruby-positionruby-overhangime-modelayout-gridlayout-grid-charlayout-grid-char-spacinglayout-grid-linelayout-grid-modelayout-grid-type  背景 Background backgroundbackground-attachmentbackground-colorbackground-imagebackground-positionbackground-positionXbackground-positionYbackground-repeatlayer-background-colorlayer-background-image  定位 Positioning positionz-indextoprightbottomleft  尺寸 Dimensions heightmax-heightmin-heightwidthmax-widthmin-width  布局 Layout clearfloatclipoverflowoverflow-xoverflow-ydisplayvisibility  外补丁 Margins marginmargin-topmargin-rightmargin-bottommargin-left  轮廓 Outlines outlineoutline-coloroutline-styleoutline-width  边框 Borders borderborder-colorborder-styleborder-widthborder-topborder-top-colorborder-top-styleborder-top-widthborder-rightborder-right-colorborder-right-styleborder-right-widthborder-bottomborder-bottom-colorborder-bottom-styleborder-bottom-widthborder-leftborder-left-colorborder-left-styleborder-left-width  内容 Generated Content include-sourcequotescontentcounter-incrementcounter-reset  内补丁 Paddings paddingpadding-toppadding-rightpadding-bottompadding-left  列表项目 Lists list-stylelist-style-imagelist-style-positionlist-style-typemarker-offset  表格 Table border-collapseborder-spacingcaption-sideempty-cellstable-layoutspeak-header  滚动条 Scrollbars scrollbar-3d-light-colorscrollbar-highlight-colorscrollbar-face-colorscrollbar-arrow-colorscrollbar-shadow-colorscrollbar-dark-shadow-colorscrollbar-base-color  打印 Printing pagepage-break-afterpage-break-beforepage-break-insidemarksorphanssizewidows  声音 Aural voice-familyvolumeelevationazimuthstressrichnessspeech-ratecuecue-aftercue-beforepausepause-afterpause-beforepitchpitch-rangeplay-duringspeakspeak-numeralspeak-punctuation  其它属性 Classification behaviorzoomcursorfilter
Python是一种高级编程语言,具有简单易学、开发效率高等优点,因此在数据处理、科学计算、软件开发等领域得到广泛应用。在Python编程中,经常需要用到各种函数来完成任务。Python常用函数速查手册记录了Python语言中常见的函数及其用法,方便开发者在需要时快速查找资料。 Python常用函数速查手册中包含了常见的内置函数、标准库函数、第三方库函数等。例如,内置函数print()用于输出信息,input()用于获取用户输入信息;标准库中的math库提供了各种数学函数,如计算平方根的sqrt()函数、计算三角函数的sin()、cos()、tan()函数等;常用的第三方库如Numpy、Pandas、Matplotlib等也提供了各种常用函数,用于处理数据、可视化数据等。 Python常用函数速查手册不仅提供了函数名称及简单介绍,还展示了函数的具体用法及相关参数。例如,sum()函数的用法是对可迭代对象求和,可以指定参数start表示求和的初始值;字符串函数split()用于将字符串按指定分隔符切分为列表,可以指定参数maxsplit表示切分次数;文件处理函数open()用于打开文件,支持指定参数mode表示打开文件的模式等。 Python常用函数速查手册的编写是为了提高Python编程的效率,减少开发者的查找工作。使用手册可以让Python开发人员更好地掌握函数的用法,提高编程效率,缩短开发周期,在数据科学、机器学习、Web开发、自然语言处理等领域有着广泛的应用。

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值