Loading jQuery Always try to use a CDN to include jQuery on your page. CDN Benefits <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script>window.jQuery || do
MS Dynamics AX中对编写X++提倡的最佳实践原则还是极有借鉴实用价值.因此温习而知新并借来记之. General coding principles for Microsoft Dynamics AX. Declare variables as locally as possible. Check the error conditions in the beginning; return/abort as early as possible. Have only one succes
首先你应该是在用 PHP 5.3 以上的版本,如果 PHP 版本在这之下,是时候该升级了.我建议如果有条件,最好使用最新的版本. 你应该看过 PHP The Right Way,这篇文章包含了很多内容,而且还能再扩展开.大部分的名词和概念你都需要了解. 1. PSR The idea behind the group is for project representatives to talk about the commonalities between our projects and fi
Linux kernel coding style This is a short document describing the preferred coding style for the linux kernel. Coding style is very personal, and I won't _force_ my views on anybody, but this is what goes for anything that I have to be able to mainta
Naming and Coding Standards for SQL and PL/SQL "The nice thing about standards is that you have so many to choose from." - Andrew S Tanenbaum Introduction This document is mentioned in a discussion on the OTN forums. One of the first comments be