1. sdsf(single direction single file) 1.1 The directory tree 1.2 Sources code 1.3 Compile All 2. Single direct Multi- files 2.1 The directory tree 2.2 ...
分类:
其他好文 时间:
2018-12-20 15:40:36
阅读次数:
124
Javascript语言的执行环境是"单线程"(single thread)。 所谓"单线程",就是指一次只能完成一件任务。如果有多个任务,就必须排队,前面一个任务完成,再执行后面一个任务,以此类推。 这种模式的好处是实现起来比较简单,执行环境相对单纯;坏处是只要有一个任务耗时很长,后面的任务都必须 ...
分类:
Web程序 时间:
2018-12-20 14:36:05
阅读次数:
166
user exit: MV45AFZZ—>userexit_save_document_prepareZI_EXIT_SD_CNEMS_SAVE_PREPARE***Start of insert for S20180927143604 by crystal 20181130CLEAR:ls_xko... ...
分类:
其他好文 时间:
2018-12-20 10:27:38
阅读次数:
209
设计模式: 是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结 目的: 使用设计模式是为了可重用代码、 让代码更容易被他人理解、保证代码可靠性。 单例模式:保证实例只有一个 有些对象我们只需要一个,比如 配置文件、工具类、线程池、缓存、日志对象等 如果创造出多个实例,就会导致许多问题 ...
分类:
其他好文 时间:
2018-12-19 12:59:14
阅读次数:
144
SSO (Single sign-on)单点登陆、 aspect-oriented programming,AOP面向切面、 CORS:Cross-origin resource sharing跨域资源共享、 MIME (Multipurpose Internet Mail Extensions) ...
分类:
其他好文 时间:
2018-12-19 10:14:25
阅读次数:
157
一、compose定义 以下定义摘自docker官网:https://docs.docker.com/compose/overview/ Compose is a tool for defining and running multi-container Docker applications. W ...
分类:
其他好文 时间:
2018-12-19 00:27:22
阅读次数:
224
In a tree, nodes have a single parent node and may have many children nodes. They never have more than one parent nor point to any siblings. The most ...
分类:
编程语言 时间:
2018-12-18 11:10:08
阅读次数:
153
网赚app有很多目前来说做的比较好的赚的比较多的有四款推荐 宝石星球下载地址:http://www.baoshixingqiu.com/redPacket?key=548341 雪梨网APP下载地址 http://www.4z8039.cn/register/index/recuid/MTgyNTA ...
分类:
移动开发 时间:
2018-12-17 22:38:40
阅读次数:
350
1、单页面应用(SPA)的概念:1、single-page application是一种特殊的Web应用。它将所有的活动局限于一个Web页面中,仅在该Web页面初始化时加载相应的HTML、JavaScript、CSS。一旦页面加载完成,SPA不会因为用户的操作而进行页面的重新加载或跳转,而是利用Ja ...
分类:
其他好文 时间:
2018-12-17 16:08:23
阅读次数:
215
Linux运行级别 0 halt (Do NOT set initdefault to this) 1 Single user mode 2 Multiuser, without NFS (The same as 3, if you do not have networking) 3 Full mu ...
分类:
系统相关 时间:
2018-12-17 02:42:07
阅读次数:
239