您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Dive Into Python

  2. 新手入门的Python书籍 Chapter 1. Installing Python..........................................................................................................................................2 1.1. Which Python is right for you?................................
  3. 所属分类:Python

    • 发布日期:2009-10-05
    • 文件大小:1mb
    • 提供者:darrenfu42
  1. PHP-Indenting

  2. VIM PHP Indenting
  3. 所属分类:PHP

    • 发布日期:2007-11-12
    • 文件大小:36kb
    • 提供者:zblue78
  1. C++ Hackers Guide

  2. Table of Contents Real World Hacks................................................................................................9 Hack 1: Make Code Disappear..........................................................................10 Hack 2: Let S
  3. 所属分类:C++

    • 发布日期:2010-03-15
    • 文件大小:2mb
    • 提供者:zltension1
  1. FlexFormatter - FlashBuilder代码格式化工具

  2. #Version 0.8.9 * System Requirements: Eclipse 3.3+, JDK 1.5+. The intent is for this software to be used with FlexBuilder 3 or 4, but there are no actual dependencies. * Install (several ways to install) * Add a remote update site through Help->S
  3. 所属分类:Actionscript

    • 发布日期:2012-06-27
    • 文件大小:2mb
    • 提供者:shamuu
  1. vim 配置文件 vimrc 较适用于php开发

  2. vimrc 安装配置(前提要安装git) 按如下几步操作: 1、vimrc 放到vim 目录下 2、vimfiles 新建bundle目录 3、下载插件(https://github.com/gmarik/vundle)将vundle整个目录丢进bundle目录 4、下面见证奇迹的时刻到了 命令行输入:BundleInstall 回车 哦了 此配置包涵一下插件: Bundle 'gmarik/vundle' " My Bundles here: " " original repos on gi
  3. 所属分类:Web开发

    • 发布日期:2012-10-24
    • 文件大小:16kb
    • 提供者:vimfans
  1. Zen Coding for Dreamweaver v.0.7.5

  2. Dreamweaver extension updated to support all features from Zen Coding version 0.7. Also fixed bugs with Tab indenting multi-line selection and XSLT recognizing.
  3. 所属分类:Web开发

    • 发布日期:2013-05-15
    • 文件大小:100kb
    • 提供者:adobe40
  1. 代码编辑器 Vim 7.4 Win7

  2. 使用PHP来编写网页代码时,用这个软件非常的方便。 Vim 7.4 released! [2013-08-10] Finally, after more than a thousand patches, there is a new version of Vim. This is mostly a bug-fix release. Also, many runtime files have been improved, syntax highlighting and indenting wor
  3. 所属分类:PHP

    • 发布日期:2014-02-18
    • 文件大小:6mb
    • 提供者:wogeguaiguai
  1. NppAStyle-0.2.5-x64

  2. Artistic Style plugin for Notepad++ ----------------------------------- An Artistic Style plugin for Notepad++ to Format C, C++, C++/CLI, Objective-C, C#, and Java Source Code. Thanks to developers of Artistic Style, Scintilla and Notepad++. NOTE:
  3. 所属分类:硬件开发

    • 发布日期:2017-09-15
    • 文件大小:134kb
    • 提供者:xkxdwd
  1. Tinking in C++(TXT)

  2. This appendix is not about indenting and placement of parentheses and curly braces, although that will be mentioned. It is about the general guidelines used in this book for organizing the code listings. Although many of these issues have been intro
  3. 所属分类:C++

    • 发布日期:2009-04-18
    • 文件大小:376kb
    • 提供者:condax
  1. PHP编码规范的深入探讨

  2. 缩进与空白字符(Indenting and Whitespace)使用 2 个空格而不使用 tab 键进行代码缩进(notepad++, Eclipse 等编辑器均支持此项配置);行尾不应该有空白字符应使用 \n (Unix换行符),而不是 \r\n (Windows 换行符)所有文件均应以一个空行结尾 运算符(Operators)所有二元运算符(二个值之间的运算符),如 +, -, =, !=, ==, > 等等,在运算符两端均需留有一个空格,如应该使用 $foo = $bar 而不是
  3. 所属分类:其它

    • 发布日期:2020-12-18
    • 文件大小:94kb
    • 提供者:weixin_38746293
  1. Mac OS X中设置VIM语法高亮的方法

  2. 前言 Vim 是一款相当给力的源自UNIX平台的命令行文本编辑器,不过不给力的是,Mac OS X下并没有诸多Linux发行版上VIM那些牛逼哄哄的神马代码高亮显示啊,自动缩进之类的。 (译者注:通常Linux发行版可以通过编辑/etc/vimrc文件更改全局VIM设定或者针对某个用户的~/.vimrc进行个性化配置) 为了弥补这个缺憾,请按如下方法操作: 实现方法 主要是修改~/.vimrc文件 文件内容如下: set ai auto indenting set histo
  3. 所属分类:其它

    • 发布日期:2021-01-10
    • 文件大小:42kb
    • 提供者:weixin_38528086