E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
StyleGuide
Google Java Style 中文版
原版地址:http://google-
styleguide
.googlecode.com/svn/trunk/javaguide.html 一、介绍 本文档为GoogleJava编程规范的完整定
candies
·
2014-04-22 13:00
关于python的doc string 规范
PythonStyleGuide(http://www.python.org/doc/essays/
styleguide
.html)讨论了如何编写一个好的docstring。
superfly81
·
2014-02-27 20:15
python
doc-string
Google 公司的 Java 语言编写规范
链接在此:http://google-
styleguide
.googlecode.com/svn/trunk/javaguide.html 我个人认为这份代码规范的绝大部分还都是可
编走编想
·
2014-02-14 13:00
学习c++需要参考的几个网站
http://zh.cppreference.com/w/cpphttp://www.cplusplus.com/reference/http://zh-google-
styleguide
.readthedocs.org
kimiz
·
2014-01-27 21:00
Google Java编码风格
http://google-
styleguide
.googlecode.com/svn/trunk/javaguide.htmlGoogleJavaStyleLastchanged:December19,20131Introduction1.1Terminologynotes1.2Guidenotes2Sourcefilebasics2.1Filename2.2Fileencoding
ultrapro
·
2014-01-27 11:00
看看goolge的Java Code Style是否有可借鉴的地方
每个Java开发团队都有自己的代码风格,各种IDE也有默认或推荐风格,可以看一看Google的codestyle:http://google-
styleguide
.googlecode.com/svn/
zhyhang
·
2014-01-01 22:00
Google推荐的15条军规:HTML5代码规范
Google规范的原文链接大家可以访问:http://google-
styleguide
.googlecode.com/svn/trunk/htmlcssguide.xml1
chelen_jak
·
2013-12-02 09:00
Google推荐的15条HTML 5代码军规
Google规范的原文链接大家可以访问:http://google-
styleguide
.googlecode.com/svn/trunk/htmlcssguide.xml 1.协议头: 建议在指向图片或其他媒体文件
jizhonghua
·
2013-11-18 21:00
html5
Google C++ Style Guide的总结和摘抄
我阅读了两个比较成熟的规范GoogleC++
StyleGuide
(中文英文)和白杨的C++编码规范和指导主要参考Google,觉得白杨的编码规范写的太过死板和繁琐,不过变量的命名规范我很喜欢。
zuihoudebingwen
·
2013-11-14 18:00
google编码规范
google编码规范的链接: https://code.google.com/p/google-
styleguide
/看了一下,有C++、OC、Shell、JS、PYTHON等,没有PHP的,看来google
skykingf
·
2013-11-11 15:00
google-
styleguide
这是极好的项目标准,是每一个优秀程序员都应该具备的开发原则,是程序员之间合作和项目成功的基础!Everymajoropen-sourceprojecthasitsownstyleguide:asetofconventions(sometimesarbitrary)abouthowtowritecodeforthatproject.Itismucheasiertounderstandalargeco
人生想绕几个圈
·
2013-11-11 10:00
linux
嵌入式
龙芯
ARM
mips
Google 开源项目风格指南
https://github.com/brantyoung/zh-google-
styleguide
/
grushy
·
2013-09-13 11:00
JSON风格指南
https://github.com/darcyliu/google-
styleguide
/blob/master/JSONStyleGuide.mdJSON风格指南版本:0.9英文版:http://google-
styleguide
.googlecode.com
forlong401
·
2013-07-27 23:00
Google的Python代码风格指南(转)
本文转自:http://zh-google-
styleguide
.readthedocs.org/en/latest/google-python-
styleguide
/python_language_rules
u010691093
·
2013-07-17 20:00
自助订餐系统
2.实验环境本实验基于VisualStudio平台开发,参考主流的编码规范,如GoogleC++
StyleGuide
(中文版)3.1编程语言和开发工具编程语言:ANSIC/C++开发工具:VisualStu
一线涯
·
2013-07-15 21:15
C++大作业
JSON风格指南
版本:0.9英文版:http://google-
styleguide
.googlecode.com/svn/trunk/jsoncstyleguide.xml翻译:DarcyLiu译文状态:草稿简介该风格指南是对在
lxgwm2008
·
2013-07-09 14:00
json
emacs使用google-c-style
http://google-
styleguide
.googlecode.com/svn/trunk/google-c-style.el下载下来,放在emacs.d目录下,然后在.emacs配置文件中添加几行
sheismylife
·
2013-07-05 12:00
google 开源项目C++ 编码规范
http://google-
styleguide
.googlecode.com/svn/trunk/cppguide.xml#Header_Files
idoz
·
2013-06-05 00:00
iOS应用开发半年工作总结系列一:最佳实践
iOS应用开发半年工作总结の最佳实践,结合iOS项目组的实际情况和项目实际情况所得:>>>>>最佳实践>>>>> 1、Objective-C代码规范,http://google-
styleguide
.googlecode.com
bluesLf
·
2013-06-01 15:00
Coding Guidelines for Cocoa
p=106http://zh-google-
styleguide
.readthedocs.org/en/latest/googl
cm00337533
·
2013-05-17 16:17
Objective-C
Primer
Coding Guidelines for Cocoa
p=106 http://zh-google-
styleguide
.readthedocs.org/en/late
xserver
·
2013-05-17 16:00
cocoa
Python编程风格,命名
需要规范一下代码了,参考google的Python风格指导:http://google-
styleguide
.googlecode.com/svn/trunk/pyguide.html文档中还包含了除了命名规范以外的其它东西
机油战士
·
2013-04-01 10:00
命名规范
Naming
Python代码风格
#R#Google's R Style Guide
转载自:http://google-
styleguide
.googlecode.com/svn/trunk/google-r-style.html#todoGoogle'sRStyleGuideRisahigh-levelprogramminglanguageusedprimarilyforstatisticalcomputingandgraphics.ThegoaloftheRProgrammi
·
2013-02-16 13:00
Google Objective-C Style Guide
2019独角兽企业重金招聘Python工程师标准>>>http://google-
styleguide
.googlecode.com/svn/trunk/objcguide.xmlobject-c编码规范
weixin_34124939
·
2013-01-30 15:00
python
Google Objective-C Style Guide
http://google-
styleguide
.googlecode.com/svn/trunk/objcguide.xml object-c编码规范https://developer.apple.com
慎道
·
2013-01-30 15:00
html,css,javascript书写规范
html+css参考:https://github.com/
styleguide
/cssjavascript参考:https://github.com/airbnb/javascripthttps://
·
2013-01-21 10:00
JavaScript
开源的JavaScript工具和库集锦
Google开源的JavaScript工具和库集锦 1.JavaScript代码风格http://google-
styleguide
.googlecode.com/svn/trunk/javascriptguide.xml2
·
2013-01-16 14:00
JavaScript
Google 开源的JavaScript工具和库集锦
1.JavaScript代码风格http://google-
styleguide
.googlecode.com/svn/trunk/javascriptguide.xml2.ClosureCompiler
·
2013-01-16 12:00
JavaScript
Google C++ 风格指南 - 中文版
from http://code.google.com/p/google-
styleguide
/ 版本:3.133原作者:BenjyWeinbergerCraigSilversteinGregoryEitzmannMarkMentovaiTashanaLandray
zjg555543
·
2013-01-15 17:00
Google C++ Style Guide 谷歌编程风格指导
本文转自:http://google-
styleguide
.googlecode.com/svn/trunk/cppguide.xml谷歌cc++编程风格指导GoogleC++StyleGuideRevision3.199BenjyWeinbergerCraigSilversteinGregoryEitzmannMarkMentovaiTashanaLandrayEachstylepointhas
t710smgtwoshima
·
2012-10-25 16:00
【资源】c++资源积累(积累中......)
GoogleC++
StyleGuide
: http://google-
styleguide
.googlecode.com/svn/trunk/cppguide.xml
xceman1997
·
2012-10-16 16:00
C++
c
Google
值得学习Google的编程样式指南
来自CSDN: http://www.csdn.net/article/2012-10-12/2810689-Google-
styleguide
摘要:本文分享了Google众多编程语言的样式指南,其中包括
chexlong
·
2012-10-15 08:00
JavaScript
编程
xml
python
Google
语言
Google的python编程规范
完整的规范文档在这里: http://google-
styleguide
.googlecode.com/svn/trunk/pyguide.html。
bofang
·
2012-09-26 13:00
python
099 - 问,cpplint代码静态检查
(无法遵守一定说明原因)谷歌规范官网http://code.google.com/p/google-
styleguide
/各种规范:对我来说就看c++了:http://google-
styleguide
.googlec
everettjf
·
2012-08-20 01:00
【转】Google HTML5代码规范
Google规范的原文链接大家可以访问:http://google-
styleguide
.googlecode.com/svn/trunk/htmlcssguide.xml1.协议头:建议在指向图片或其他媒体文件
silianlinyi
·
2012-07-09 23:00
html
html5
XHTML
Google
character
performance
Coding Guide
CodingGuide:1.GoogleStyleGuide:http://code.google.com/p/google-
styleguide
/2.叩叮翻译文稿:http://codinn.com
penguinQ
·
2012-07-07 23:42
coding
guide
【转载】Google推荐的15条军规:HTML5代码规范
Google规范的原文链接大家可以访问:http://google-
styleguide
.googlecode.com/svn/trunk/htmlcssguide.xml1.协议头:建议在指向图片或其他媒体文件
HTML5研究小组
·
2012-07-02 21:00
HTML5
技术博文
Google推荐的15条军规:HTML5代码规范
Google规范的原文链接大家可以访问: http://google-
styleguide
.googlecode.com/sv
realic
·
2012-06-25 09:00
codingrule
谷歌HTML/CSS样式指南--通用规则
原文地址 http://google-
styleguide
.googlecode.com/svn/trunk/htmlcssguide.xml?
BuN_Ny
·
2012-05-23 00:00
html
Google C++ Style Guide
转自:http://google.github.io/
styleguide
/cppguide.htmlGoogleC++StyleGuideTableofContentsHeaderFilesSelf-containedHeadersThe
leonzhouwei
·
2012-05-21 16:00
Google C++ 风格指南
http://codinn.com/projects/google-cpp-
styleguide
/view/
Le23
·
2012-03-22 18:00
C++
Google
Google C++ 风格指南 - 中文版
from http://code.google.com/p/google-
styleguide
/ 版本:3.133原作者:BenjyWeinbergerCraigSilversteinGregoryEitzmannMarkMentovaiTashanaLandray
starstarstone
·
2012-03-21 17:00
编程
C++
Google
iterator
interface
编译器
Andy Budd的样式指南
AndyBudd的样式指南转自:http://www.cnblogs.com/JustinYoung/articles/763052.htmlkeyword:cssMastery,andyBudd,
styleGuide
iwebcode
·
2012-03-07 01:00
样式
c/c++编码规范 - 头文件
来自Googlehttp://google-
styleguide
.googlecode.com/svn/trunk/cppguide.xml#Classes1,使用#define防止重复包含如果头文件在项目
wuzh1230
·
2012-02-23 23:00
objective-c 编码规范(coding style)
GOOGLE的:http://google-
styleguide
.googlecode.com/svn/trunk/objcguide.xmlAPPLE的:http://developer.apple.com
logcabin
·
2012-01-04 10:00
Google C++ 风格指南
http://codinn.com/projects/google-cpp-
styleguide
/view/headers.html#define
ifeng
·
2011-12-31 11:00
my python FAQ
python编码规范http://google-
styleguide
.googlecode.com/svn/trunk/pyguide.html判断对象是否含有某属性 ifhasattr(object,
·
2011-12-21 17:00
python
Dojo Javascript 编程规范
原文链接: http://dojotoolkit.org/developer/
StyleGuide
。
·
2011-12-12 11:00
JavaScript
谷歌C++代码规范--翻译学习1
Cpp文件的命名是.cc而不是.cpp,这点不是很明白,为什么不用cpp,而是用cchttp://google-
styleguide
.googlecode.com/svn/trunk/cppguide.xml
hopeztm
·
2011-11-28 21:00
编程
C++
c
File
编译器
google-
styleguide
记录一下,以后备用. http://code.google.com/p/google-
styleguide
/
yangjun2
·
2011-11-16 08:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他