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
Guidelines
Coding
Guidelines
for Cocoa
首先从代码风格说起,对于我这种有强迫症的人来说,看到别人或者自己写的代码风格凌乱时,心情也会跟着凌乱T_T这里只挑几个要点记录一下:空格:操作符两边必须留一个空格!点操作符:点操作符不应该连续使用,如myView.frame.size.height,型如这样的表达式最多在末尾使用一次点操作符,如[[myViewframe]size].height缩写:除了“AcceptableAbbreviat
云傲black
·
2011-12-25 21:32
cocoa
职场
iPhone
休闲
代码风格
Android SDK 2.1 - Dev Guide - Best Practives - UI
Guidelines
- Activity and Task Design - 中文/Chinese
转自:http://blog.csdn.net/sirdonker/article/details/5647625Activity和task的设计摘要Activity是Android应用的主要组成部分。除了自己写Activity之外,你还可以利用intent,轻松地重用其它应用的Activity。你可以让你应用里的Activity能被其它应用通过intent使用。系统的Activity栈几乎可以处
qjbagu
·
2011-12-24 16:00
UI
android
calendar
application
Gmail
任务
Android SDK 2.1 - Dev Guide - Best Practives - UI
Guidelines
- Menu Design - 中文/Chinese
转自:http://blog.csdn.net/sirdonker/article/details/5684702菜单设计指南菜单设计quickviewOptionsMenu是为了放对当前Activity的整体起作用的命令的。ContextMenu是为了放对当前选择项起作用的命令的。把最常用的操作排到菜单前面。只把最最重要的命令放到屏幕上(而不是菜单里)。长按某界面元素弹出来的ContextMen
qjbagu
·
2011-12-24 16:00
UI
android
dialog
email
menu
电话
Android SDK 2.1 - Dev Guide - Best Practives - UI
Guidelines
- Icon Design - 中文/Chinese
转自:http://blog.csdn.net/sirdonker/article/details/5687348图标设计指南图标设计Quickview在一个Android应用中有很多种类型图标。你的图标应该尽量遵循本文档的建议。Android平台提供了一批标准图标,你的应用也可以通过引用drawable资源来使用它们。Inthisdocument桌面图标菜单图标状态栏图标标签页图标对话框图标列表
qjbagu
·
2011-12-24 16:00
android
UI
平台
menu
templates
distance
iphone——iOS Human Interface
Guidelines
Tip
PlatformCharacteristics TheDisplayIsParamount,RegardlessofItsSize; DeviceOrientationCanChange; AppsRespondtoGestures,NotClicks:tap,drag,flick,swipe,doubletape,pinch,touch&hold,shake;
lingedeng
·
2011-12-19 11:00
ios
application
iPhone
interface
features
hierarchy
Apple's New App Store Review
Guidelines
Annotated & Explained
原文:http://appadvice.com/appnn/2010/09/apples-app-store-review-
guidelines
-annotated-explainedAswerecentlyannounced
volcan1987
·
2011-12-13 19:00
apple
application
System
features
interface
notifications
Security Policy
securitypolicy>│Acceptable_Encryption_Policy.doc│Acceptable_Use_Policy.doc│Analog_Line_Policy.doc│Anti-virus_
Guidelines
.doc
rinehartguozy
·
2011-12-05 20:09
职场
Security
休闲
policy
Security Policy
securitypolicy>│Acceptable_Encryption_Policy.doc│Acceptable_Use_Policy.doc│Analog_Line_Policy.doc│Anti-virus_
Guidelines
.doc
rinehartguozy
·
2011-12-05 20:09
职场
security
休闲
Security
Policy
Java性能 - Java Programming
Guidelines
这一部分包含了Java编码和性能方面的问题, 这个
guidelines
不是专门针对应用服务器的,但这是一些在很多情况下的偶通用的规则,如需了解Java
jackguo1123
·
2011-12-02 18:00
性能
Java6
图标命名规范
A: Below are
guidelines
for handling icon files for iPhone-
ydbc
·
2011-11-07 11:00
命名规范
openSUSE:Specfile
guidelines
原文链接:http://en.opensuse.org/openSUSE:Specfile_guidelinesspecfile模板sudozypper-phttp://download.opensuse.org/repositories/devel:/tools/openSUSE_11.3-vinoscrpmdevtoolscd.../MYPROJECT oscmkpacMYPACK cdMYP
forestarmy
·
2011-10-25 21:00
openSUSE:Packaging
guidelines
基本规则不要包含预编译的二进制文件或者库。二进制文件或者库只能从源码包中编译出来,有如下原因:1安全性。预编译的包可能包含危险的东西,不好补丁或者修正。2编译选项。预编译的包可能不包含标准的opensuse的安全和优化编译选项使用不开源组件编译包也是不允许的。额外须知1使用预编工具链或者开发环境的需要联系opensuse确认2二进制固件问题。避免多工程必须有SPEC文件架构支持可重定位包不鼓励生成
forestarmy
·
2011-10-25 11:00
优化
工具
Cisco Nexus 7000 connectivity solutions for Cisco UCS
LastsummerIwasinvitedbytheNexus7000productmanagementteamatCiscotohelpco-authorawhitepapercoveringgeneral
guidelines
天使之城
·
2011-09-24 16:15
职场
休闲
nexue
7k
[repost]Oracle RDBMS:Generic Large Object (LOB) Performance
Guidelines
Oracle的GiriMandalika给我们介绍了LOB大型对象的一些调优注意事项,之前我一直对_shared_io_pool_size这个undocumented参数不甚了解,以为它是一个sharedpool相关的参数,根本原因是甚至没有任何一个公开的MosNote介绍了这几个隐藏参数。而这篇文章给出了比较好的解释,这里引用一下:Thisblogpostisgenericinnatureand
maclean_007
·
2011-09-11 22:29
oracle
parameter
performance
hidden
LOB大对象
pool_size
Transforming a non-OSGi JAR file into an Standard OSGi Bundle
IMPORTING PACKAGES The following
guidelines
is adopted when handle the Import-Package
SpringsFeng
·
2011-08-20 11:00
transform
Writing
Guidelines
-01-Reasons for Unclear Writing
Unclear written communication in business can cause misunderstandings, delays, and damaged relationships. But what makes writing unclear? Many people will answer this question by saying, "Gramm
zhuorulin
·
2011-08-06 10:00
clear
guide for pl/sql programming
1.set standards and
guidelines
before writing any code. 2.ask for help after 30 minutes on a problem
wking_forever
·
2011-07-29 13:00
programming
fedora9下NetLink bcm57788 驱动安装
kernel-devel后,解压tg3压缩包,按照README.txt中描述安装,其中介绍了2种方法,我采用的是下面这中rpm的方式: The following are general
guidelines
ttsky138
·
2011-07-14 17:45
职场
驱动
休闲
fedora9
bcm57788
Windows Phone - 返回键
WindowsPhone应用程序需要符合一些列的
Guidelines
,其中"返回键"是一个容易出问题的地方。
jameszhou
·
2011-06-29 12:00
【转】
Guidelines
to port webkit
Asiwritethisblogthewebkitisportedtoatleast8platformslikegtk,qt,mac,symbian,haiku,wince,android,eflandmanymoretocome..IfsomeoneisnewtowebkitandwantstoknowwheretostartportingfromIwilltryandputsomebasicg
dlmu2001
·
2011-06-16 15:00
Build
webkit
plugins
WinCE
gtk
networking
UIKit Fragment
Custom Icon and Image Creation
Guidelines
: https://developer.apple.com/library/ios/#documentation/UserExperience
xserver
·
2011-06-08 08:00
java
Android SDK 2.1 - Dev Guide - Best Practives - UI
Guidelines
- Activity and Task Design - 中文/Chinese
转自:http://blog.csdn.net/sirdonker/archive/2010/06/04/5647625.aspx (自己翻译的,转载请注明,谢谢。缺图、排版问题以及无效链接,我会慢慢修正,之前请和AndroidSDK文档对照来看)Activity和task的设计摘要Activity是Android应用的主要组成部分。除了自己写Activity之外,你还可以利用intent,轻松地
L_serein
·
2011-06-06 16:00
android
UI
calendar
application
Gmail
任务
GNU的C++代码书写规范,C语言之父Dennis Ritchie亲自修订
C++ Standard Library Style
Guidelines
DRAFT 1999-02-26 ---------------------------
灵动的水
·
2011-06-01 15:00
ios
C++
c
C#
Go
5.18
WMl(wirelessmarkuplanguage) 和XML wap2.0标记语言 文档 XHTML_
Guidelines
_v1_2_zh_ch.pdf XHTMLMP(mobileprofile
zhaoweixing1989
·
2011-05-18 16:00
MonoMac为Cocoa开发提供了.NET风格的API
这是通过为Cocoa API提供一层遵循.NET Framework Design
Guidelines
的厚的包装做到的。
star65225692
·
2011-04-01 10:00
.net
cocoa
Objective-C
C#
silverlight
IBM Social computing
guidelines
IBMSocialcomputingguidelinesInthespringof2005,IBMersusedawikitocreateasetofguidelinesforallIBMerswhowantedtoblog.Theseguidelinesaimedtoprovidehelpful,practicaladvicetoprotectbothIBMbloggersandIBM.In20
xindy
·
2011-03-31 11:00
《Linux Performance and Tuning
Guidelines
》
《LinuxPerformanceandTuningGuidelines》发现一本好书需要靠缘分,如果你不小心发现了它,那么祝贺你,细细的读它,和它交流吧。 英文版下载地址:http://www.redbooks.ibm.com/abstracts/redp4285.html ,justenjoyit!
liu_19870727
·
2011-03-30 19:05
linux
职场
系统
休闲
Some basic
guidelines
for setting the J2EE Application Server JVM memory
Please refer to WDK/Webtop deployment guide (version 6.5 sp1/sp2) and the recommended parameters should be applicable to WDK-based application versions 5.3x and 6.x. Note see the section on "Set
kyh8408
·
2011-03-21 14:00
jvm
tomcat
C++
weblogic
C#
Interface Builder nib2objc ibtool
实际上Mac OS X下所有的用户界面元素都可以使用代码直接生成;但IB能够使开发者简单快捷的开发出符合Mac OS X human-interface
guidelines
的GUI。
mmdev
·
2011-03-19 21:00
interface
Interface Builder nib2objc ibtool
实际上Mac OS X下所有的用户界面元素都可以使用代码直接生成;但IB能够使开发者简单快捷的开发出符合Mac OS X human-interface
guidelines
的GUI。
linuxstuding
·
2011-03-19 21:00
interface
Guidelines
, Patterns, and Code for End-to-End Java Applications
JavaBlueprintsGuidelinesProjectConventionsforEnterpriseApplicationsEarlyAccess1ThisdocumentcontainsrecommendedconventionsforstructuringapplicationsdevelopedusingJava2Platform,EnterpriseEdition(J2EEpla
aa100044535
·
2011-03-11 22:00
java
sql
Web
ant
server
sun
Object-C命名规范
1.参考苹果的文档 “Coding
Guidelines
for Cocoa” http://developer.apple.com/library/mac/#documentation/Cocoa
hulefei29
·
2011-03-09 09:00
编程
C++
c
cocoa
C#
How to prolong lithium-based batteries
How to prolong lithium-based batteries Simple
Guidelines
* Avoid frequent full
sunlightbattery
·
2011-03-08 09:00
long
Guidelines
for Implementing ACLs 实施ACL准则
GuidelinesforImplementingACLsFollowingaresomegeneralguidelinestoconsiderwhenimplementingACLs:ACLscanbeappliedtomultipleinterfacesonadevice.OnlyoneACLisallowedperprotocolperinterfaceperdirection.Thisme
weber213
·
2011-02-25 10:34
职场
acl
休闲
WCF服务编程设计规范
General Design
Guidelines
通用设计规范 1.
·
2011-02-18 11:00
WCF
Case Study: The Web
Guidelines
详细见http://drupal.org/node/938586 几个module: http://drupal.org/project/semanticviews This Views plugin makes unformatted styles, field row styles and other output more readily configurable without n
isiqi
·
2010-12-01 23:00
html
PHP
Web
UI
Go
【ETL】INFORMATICA BASIC TUNING
GUIDELINES
DanLinstedt Beyondthis-theperformanceproblems/issuesmaylieinthedatabase-partitioningtables,dropping/re-creatingindexes,stripingraidarrays,etc...Withoutsuchalargesetofresultstodealwith,you'reaveragetim
paopaomm
·
2010-11-12 22:00
session
database
basic
performance
parallel
Components
The Asterisk Coding
Guidelines
The Asterisk Coding
Guidelines
attempts to explain the use, basic styles and formatting of code used
javatoyou
·
2010-10-29 17:00
ide
creating efficient layouts
The following points include some best practice
guidelines
for creating efficient layouts.
jacky-zhang
·
2010-10-21 14:00
android
2010.10.15 Google Android Workshop Note
Developer's Guide: App fundamentals UI
guidelines
Design for performance  
hanover
·
2010-10-20 17:00
jvm
虚拟机
android
Google
performance
最近读书情况
近阶段已经读过的书如下: 《 Linux Performance and Tuning
Guidelines
pengpeng
·
2010-10-08 10:00
编程
linux
虚拟机
互联网
读书
WeakReference 与 PhantomReference 加入ReferenceQueue时机的疑惑
阅读了
Guidelines
for using the Java 2 reference classes 与 Understanding Weak References 之后,
leonzhx
·
2010-10-01 13:00
jdk
编程
sun
Guidelines
for using the Java 2 reference classes
Whenthejava.lang.refpackage,whichincludestheSoftReference,WeakReference,andPhantomReferenceclasses,wasfirstintroducedintheJava2platform,itsusefulnesswasarguablyover-hyped.Theclassesitcontainscanbeusef
leonzhx
·
2010-10-01 12:00
java
jvm
IBM
idea
XSL
Guidelines
for Writing Secure Code(安全代码编写准则)
Thefollowingguidelinesprovideseveraltechniquesforwritingsecurecode.RequiredUsecodeanalysistools.VisualStudioPremium includescodeanalysistoolsthatcangreatlyincreasethepossibilityoffindingsecuritybugsin
g5dsk
·
2010-09-21 02:00
Security
Microsoft
validation
input
Cryptography
代码分析
App Store Review
Guidelines
——苹果大慈大悲啊
这份文件真的该读十遍 App Store Review
Guidelines
- App Store Resource Center https://developer.apple.com
·
2010-09-10 10:00
app store
App Store Review
Guidelines
——苹果大慈大悲啊
这份文件真的该读十遍 App Store Review
Guidelines
- App Store Resource Center https://developer.apple.com
61party
·
2010-09-10 10:00
app store
Icon Design
Guidelines
-android 图标设计指导
阅读更多Android在研究Android的icon设计之前,有必要先了解Android的界面是如何适配多样化屏幕的。适配性由于同一个UI元素(如100x100像素的图片)在高精度的屏幕上要比低精度的屏幕上看起来要小,为了让这两个屏幕上的图片看起来效果差不多,可以采用以下两种方法:程序将图片进行缩放,但是效果较差。为这两个精度屏幕的手机各提供一个图片。但是屏幕的参数多样化,为每一个精度的屏幕都设计
isiqi
·
2010-08-19 11:00
Android
Blend
音乐
UI
Icon Design
Guidelines
-android 图标设计指导
Android在研究Android的icon设计之前,有必要先了解Android的界面是如何适配多样化屏幕的。适配性由于同一个UI元素(如100x100像素的图片)在高精度的屏幕上要比低精度的屏幕上看起来要小,为了让这两个屏幕上的图片看起来效果差不多,可以采用以下两种方法:程序将图片进行缩放,但是效果较差。为这两个精度屏幕的手机各提供一个图片。但是屏幕的参数多样化,为每一个精度的屏幕都设计一套ic
isiqi
·
2010-08-19 11:00
UI
android
音乐
Blend
Icon Design
Guidelines
-android 图标设计指导
阅读更多Android在研究Android的icon设计之前,有必要先了解Android的界面是如何适配多样化屏幕的。适配性由于同一个UI元素(如100x100像素的图片)在高精度的屏幕上要比低精度的屏幕上看起来要小,为了让这两个屏幕上的图片看起来效果差不多,可以采用以下两种方法:程序将图片进行缩放,但是效果较差。为这两个精度屏幕的手机各提供一个图片。但是屏幕的参数多样化,为每一个精度的屏幕都设计
isiqi
·
2010-08-19 11:00
Android
Blend
音乐
UI
Framework Design
Guidelines
读书笔记
FrameworkDesignGuidelines读书笔记这本书虽然是讲述.net框架设计的一些规范,不过仍然有一些通用的设计准则可以参考 命名规范:这些只有在用于公开暴露给外界的API时才是必需的 标识符大小写规则:1.要把PascalCasing用于由多个单词构成的名字空间,类型以及成员的名字2.要把camelCasing用于参数的名字3.不要把闭合形式的复合词中每个单词的首字母大写,比如ca
白云哥
·
2010-08-07 00:00
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他