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
maintainable
RESTful Architecture
SimplyputIntherealmofwebapplications,REST(RepresentationalStateTransfer)architecturehasemergedasacornerstonefordesigningscalable,
maintainable
卢延吉
·
2024-02-12 03:53
New
Developer
软件工程
&
ME
&
GPT
Spring.IO
&
GPT
&
ME
restful
OSDI 2023: Encrypted Databases Made Secure Yet
Maintainable
我们使用以下六个研究分类标准来分析本文的研究选题:1.EDB架构:整个DBMS引擎保护:将整个数据库管理系统(包括数据、查询和操作)放在受信任的域中(例如,IntelSGX安全区)。即使对于DBA来说,数据也保持加密状态,这提供了强大的安全性,但如果DBA角色被消除,维护操作将变得具有挑战性。示例:Enclavedb、Operon。操作员级保护:此方法侧重于加密和保护仅用于查询加密数据的特定操作员
结构化文摘
·
2024-02-01 12:00
操作系统
OSDI
安全
数据库
攻击面
访问控制
Reliable, Scalable, and
Maintainable
Applications 高可靠、易扩展、易运维应用
寻找翻译本书后续章节合作者微信:18600166191----------------------------------PARTIFoundationsofDataSystems第一部分:数据系统基础Thefirstfourchaptersgothroughthefundamentalideasthatapplytoalldatasystems,whetherrunningonasinglema
wuhuaiyu
·
2020-09-12 11:47
分布式理论
架构
[转][C++ 11]override and final - write clean and
maintainable
C++ code
原文:http://arne-mertz.de/2015/12/modern-c-features-override-and-final/TodayIwriteaboutapairoflessoftendiscussed,lesscomplicatedfeaturesintroducedinC++11,whichareneverthelessuseful.Bothcanprovidesomeadd
weixin_34390996
·
2020-08-25 15:09
编写可维护的javascript (
Maintainable
Javascript)读书笔记(一)第一部分 编程风格
第一部分编程风格经常碰到的两个术语:styleguideline和codecenvention两个经常使用的检查编程风格的工具:JSLint和JSHint这两个工具都是直接在网络上使用,其中JSHint是JSLint的一个分支。JSLint地址http://www.jslint.com/Crockford博客地址http://crockford.com/JSHint地址http://www.jsh
Gextreme
·
2020-07-29 04:41
前端开发
Android APP Architecture
这里介绍这样一个工程模板,让你快速搭建健壮(strong),易扩展(scalable),易测试(testable),易维护(
maintainable
)的Android工程。
JasonXiao
·
2020-07-28 07:46
Using the full potential of Jython to build compact and
maintainable
wsadmin scripts
IntroductionWiththedeprecationofJaclasasupportedlanguageforwsadminscriptsinIBMWebSphereApplicationServerV6.1,Jythonbecomesthescriptinglanguageofchoice.MostadministratorswhocometoJythonfromJacl,perhaps
FredLzy
·
2020-07-16 03:38
程序员必读的入门到大牛高效书单
良好的程序设计能力:掌握常用的数据结构和算法;理解计算机科学的核心概念;熟悉至少两门以上编程语言;●专业的软件开发素养:具备良好的编程实践,能够编写可测试(Testable),可扩展(Extensible),可维护(
Maintainable
编程星球
·
2020-06-21 17:22
编程语言
软件开发
React Native组件
可重用(Reusable):每个组件都是具有独立功能的,它可以被使用在多个UI场景;可维护(
Maintainable
):每个小
Viknando
·
2020-02-29 00:38
技能树
、编译原理和计算机网络);熟悉至少两门以上编程语言(例如C++,Java,C#和Python);软件开发具备良好的编程实践,能够编写可测试(Testable),可扩展(Extensible),可维护(
Maintainable
BigShark
·
2020-02-10 07:48
编写可维护软件的10大要则(Building
Maintainable
Software)之一 ————编写短小的代码
任何人都能编写计算机能够理解的代码,而好的程序员编写人能理解的代码。——MartinFowler在未学习过软件测试之前,我一直是随心所欲的编写自己的代码,力求实现功能就好了,但是学习了一部分的软件测试之后,才发现之前的做法是十分无知和愚蠢的。一个复杂的方法(函数)是非常难以进行测试的,而一个优秀的程序员,也应该是一个合格的软件测试人员。倘若你从不在动手编写之前,想过如何测试自己的代码,那么你可能真
Dongfang_HU
·
2018-12-29 15:08
编程之道
【译】《Clean C#》
《CleanC#》的副标题是Readable,
Maintainable
,Pleasurable,本书旨在提供一些编写具有良好可读性与可维护性代码的建议。
雪飞鸿
·
2018-10-27 17:00
利用ESLint检查代码质量
原文发表于作者的个人博客:http://morning.work/page/
maintainable
-nodejs/getting-started-with-eslint.html其实很早的时候就想尝试
低调走过
·
2016-12-28 20:46
Building
Maintainable
Software-java篇之 Write Clean Code
BuildingMaintainableSoftware-java篇之WriteCleanCodeWritingcleancodeiswhatyoumustdoinordertocallyourselfaprofessional.—RobertC.MartinGuideline:•Writecleancode.•Dothisbynotleavingcodesmellsbehindafterdeve
doctor_who2004
·
2016-02-16 23:00
Building
Maintainable
Software-java篇之Automate Tests
BuildingMaintainableSoftware-java篇之AutomateTestsKeepthebargreentokeepthecodeclean.—ThejUnitmottoGuideline:•Automatetestsforyourcodebase.•Dothisbywritingautomatedtestsusingatestframework.•Thisimprovesm
doctor_who2004
·
2016-02-16 22:00
Building
Maintainable
Software-java篇之Keep Your Codebase Small
BuildingMaintainableSoftware-java篇之KeepYourCodebaseSmallProgramcomplexitygrowsuntilitexceedsthecapabilityoftheprogrammerwhomustmaintainit.—7thLawofComputerProgrammingGuideline:•Keepyourcodebaseassmall
A_Beaver
·
2016-02-16 22:56
java
写代码的艺术
写代码的艺术
Building
Maintainable
Software-java篇之Keep Your Codebase Small
BuildingMaintainableSoftware-java篇之KeepYourCodebaseSmallProgramcomplexitygrowsuntilitexceedsthecapabilityoftheprogrammerwhomustmaintainit.—7thLawofComputerProgrammingGuideline:•Keepyourcodebaseassmall
doctor_who2004
·
2016-02-16 22:00
Building
Maintainable
Software-java篇之Keep Architecture Components Balanced
BuildingMaintainableSoftware-java篇之KeepArchitectureComponentsBalancedBuildingencapsulationboundariesisacrucialskillinsoftwarearchitecture. —GeorgeH.FairbanksinJustEnoughArchitectureGuideline:
doctor_who2004
·
2016-02-16 00:00
Building
Maintainable
Software-java篇之Couple Architecture Components Loosely
BuildingMaintainableSoftware-java篇之CoupleArchitectureComponentsLooselyTherearetwowaysofconstructingasoftwaredesign:onewayistomakeitsosimplethatthereareobviouslynodeficiencies,andtheotherwayistomakeits
doctor_who2004
·
2016-02-15 23:00
Building
Maintainable
Software-java篇之Separate Concerns in Modules
BuildingMaintainableSoftware-java篇之SeparateConcernsinModules Inasystemthatisbothcomplexandtightlycoupled,accidentsareinevitable.—CharlesPerrow’sNormalAccidentstheoryinonesentenceGuideline:•Avoidlargem
doctor_who2004
·
2016-02-13 14:00
Building
Maintainable
Software-java篇之Keep Unit Interfaces Small
BuildingMaintainableSoftware-java篇之KeepUnitInterfacesSmallBunchesofdatathathangaroundtogetherreallyoughttobemadeintotheirownobject. —MartinFowlerGuideline:•Limitthenumberofparametersperu
doctor_who2004
·
2016-02-13 13:00
Building
Maintainable
Software-java篇之Write Code Once
BuildingMaintainableSoftware-java篇之WriteCodeOnceNumberoneinthestinkparadeisduplicatedcode.—KentBeckandMartinFowler,BadSmellsinCodeGuideline:•Donotcopycode.•Dothisbywritingreusable,genericcodeand/orcal
doctor_who2004
·
2016-02-13 12:00
Building
Maintainable
Software-java篇之Write Simple Units of Code
BuildingMaintainableSoftware-java篇之WriteSimpleUnitsofCodeEachproblemhassmallerproblemsinside.—MartinFowlerGuideline:•Limitthenumberofbranchpointsperunitto4.•Dothisbysplittingcomplexunitsintosimplerone
A_Beaver
·
2016-02-12 14:05
java
写代码的艺术
java不一样的基础
写代码的艺术
Building
Maintainable
Software-java篇之Write Simple Units of Code
BuildingMaintainableSoftware-java篇之WriteSimpleUnitsofCode Eachproblemhassmallerproblemsinside. —MartinFowlerGuideline:•Limitthenumberofbran
doctor_who2004
·
2016-02-12 14:00
Building
Maintainable
Software-java篇之Write Short Units of Code
BuildingMaintainableSoftware-java篇之WriteShortUnitsofCodeAnyfoolcanwritecodethatacomputercanunderstand.Goodprogrammerswritecodethathumanscanunderstand. —MartinFowlerGuideline:•Limitthelengt
doctor_who2004
·
2016-02-12 12:00
the clean architecture
参考原文链接四层详细讲解qualitysoftwarecouldbe:notonlyaboutsatisfyingrequirements,alsoshouldberobust,
maintainable
u014099894
·
2015-11-26 22:00
框架
ASP.NET MVC 2 Preview 2 已经发行
ASP.NET MVC 2 is a framework for developing highly testable and
maintainable
Web applications by leveraging
·
2015-11-12 23:03
asp.net
如何书写高效、可维护、组件化的CSS。
原文地址:http://www.slideshare.net/maxdesign/efficient-
maintainable
-css-presentation 原文作者:Russ Weakley
·
2015-11-12 21:56
css
Javascript Patterns--读书笔记2
Writing
Maintainable
code 有人愿意修bug吗?这不是废话吗?
·
2015-11-12 09:31
JavaScript
A Step-by-Step Guide to Your First AngularJS App
JavaScript MVC framework developed by Google that lets you build well structured, easily testable, and
maintainable
·
2015-11-11 15:47
AngularJS
Maintainable
HashCode and Equals Using Apache Commons
Java hashCode and equals methods can be tricky to implement correctly. Fortunately, all majors IDEs allow generating them. For example, this is how they look like for a class with two attributes when
·
2015-11-11 15:34
apache commons
###
Maintainable
C++
点击查看Evernote原文。 #@author: gr #@date: 2014-08-15 #@email:
[email protected]
记录一些标准规范。让自己的编码更可读,更可维护。(代码风格尽量统一) 一、Contents 1. tab or spaces 尽量使用spaces取代tab,tab键可能在不同编辑器缩进不同
·
2015-11-11 14:16
main
编写优秀代码的10个技巧
稳定可靠(Robustness) 可维护且简洁(
Maintainable
and Simple Code) 高效(Fast) 简短(Small) 共享性(Reusable) 可测试性
·
2015-11-11 10:17
代码
Maintainable
JavaScript读书笔记-JavaScript 代码风格
前段时间就把《
Maintainable
JavaScript》看完了,为了对的起它的价格,现在把读书笔记稍微整理一下。
·
2015-11-10 22:05
JavaScript
Maintainability可维护性
Just as application software must be designed in order to be
maintainable
over its useful life, so must
·
2015-11-08 16:08
main
javascript book
JavaScript Design Patterns)和《JavaScript编程模式》(JavaScript Patterns)两本书填补了这方面的空白,而在编程风格领域,这本《编写可维护的JavaScript》(
Maintainable
·
2015-11-08 10:48
JavaScript
Writing Better Code
Writing
maintainable
code is an art form that should be practiced by every developer because if the code
·
2015-11-07 13:23
code
违反“Don’t Modify Objects You Don’t Own”原则对SharePoint页面带来的影响
最近看了一本相当不错的JavaScript书,《
Maintainable
JavaScript》(中文版叫做《编写可维护的JavaScript》),“Don’t Modify Objects You Don
·
2015-11-06 07:33
SharePoint
如何编写可维护面向对象的JavaScript代码
gg602402.aspx 中文:http://hi.baidu.com/zhangchu0702/blog/item/f59f1af8db19631bd8f9fd22.html Writing
maintainable
·
2015-11-02 19:13
JavaScript
U-Boot Design Principles
Keep it
Maintainable
9
·
2015-11-02 17:01
design
如何编写可维护的面向对象JavaScript代码
英文原文:How to Write
Maintainable
OO JavaScript Code 能够写出可维护的面向对象 JavaScript 代码不仅可以节约金钱,还能让你很受欢迎。
·
2015-10-31 15:49
JavaScript
编程好习惯
软件的质量属性 鲁棒 - Solid and Robust Code 简洁 -
Maintainable
and Simple Code 高效 - Fast Code 简短 - Small Code
·
2015-10-31 13:07
编程
MVVM and jQuery: Designing
Maintainable
, Fast and Versatile Sites
MVVM and jQuery: Designing
Maintainable
, Fast and Versatile Sites Saar Yahalom | June 15, 2011 Developing
·
2015-10-30 16:58
jquery
A summary of OO Priciples
years many bright programmers have built up a collection of rules that help to build well designed
maintainable
·
2015-10-28 08:05
SUM
Building a Pub/Sub Message Bus with Wcf,Msmq,IIS
there has been a lot of talk about event-driven architecture as a technique to build more scalable and
maintainable
·
2015-10-21 12:06
message
CSS Secrets 翻译笔记 01: CSS coding tips
Minimizecodeduplication保证代码的不重复(DRY)以及可维护(
maintainable
)是软件开发中最大的挑战,对于CSS开发,也是一样的。
官文祥
·
2015-08-30 14:00
A Highly
Maintainable
Design is a Key for coding
IfwegetusedtotheOOP,weknowthatitoftenmentionedtheconceptabout"Reusable",actuallythatbringdifferentlayersofmeaningsaboutsoftwaredesign,onecouldbe,ifit'sreusable,thenwewillbeabletouseitinnewsoftwarewith
自由之信
·
2015-08-02 11:00
编程之美读书笔记1
第一章软件架构是什么软件架构应该...asoftwarearchitectthatthesystemshouldbefriendlyandresponsivetotheuser,
maintainable
山庄来客
·
2014-05-12 21:00
编程
读书
System
authorization
Components
structure
《编写可维护的JavaScript》读书笔记第6章:避免使用全局变量
1.全局变量带来的问题命名冲突代码的脆弱性难以测试2.意外的全局变量function doSomething() { var count = 10; title = "
Maintainable
张前程
·
2013-12-22 23:00
JavaScript
编程风格
Maintainable
JavaScript-Chapter 6 Note
Avoid Globals JS执行环节有很多独特之处相对于其他语言来说,如全局变量和函数的使用。 JS本身的初始执行环境就是有多种多样的全局变量所定义的,这些全局变量在环境创始之初就存在了。 全局对象是一个神秘的对象,表示脚本的最外层上下文。 浏览器中 window对
未雨绸缪
·
2013-07-21 13:00
JavaScript
上一页
1
2
下一页
按字母分类:
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
其他