码迷,mamicode.com
首页 >  
搜索关键字:loaded    ( 1419个结果
[Vue] Preload Data using Promises with Vue.js and Nuxt.js
Nuxt.js allows you to return a Promise from your data function so that you can asynchronously resolve data before displaying the page. This allows the ...
分类:Web程序   时间:2016-12-09 00:28:22    阅读次数:341
java监控之ManagementFactory分析
The ManagementFactory class is a factory class for getting managed beans for the Java platform. This class consists of static methods each of which re ...
分类:编程语言   时间:2016-12-05 22:53:55    阅读次数:451
1、rhel 6.5 系统准备
1、启动、关闭、重置服务 (rhel7 为 systemctl)[root@rhel-6 ~]# service atd status #关闭atd服务 atd 已停[root@rhel-6 ~]# service atd start ... ...
分类:其他好文   时间:2016-12-05 14:47:34    阅读次数:353
[Angular2 Router] Guard: CanLoad
'canLoad' guard can decide whether a lazy load module can be loaded or not. app.routers.ts: So if user not login, app won't load home module. ...
分类:其他好文   时间:2016-12-04 06:57:29    阅读次数:147
python系统模块
Python中大多数系统接口都集中在两个模块:sys和os.这么说有点过于简单化 还有一些其他的表转模块也属于这个领域他们包括: glob 用于文件名的扩展 socket 用于网络连接和进程间通信(IPC) threading,_threading,queue 用于运行和同步话并发线程 time,t ...
分类:编程语言   时间:2016-12-04 00:34:17    阅读次数:262
【.NET跨平台】mac上安装VS for mac步骤详解
安装过程中提示以下内容 提示原文如下 按照上面的原文下载所以安装包操作 搞定! ...
分类:Web程序   时间:2016-12-04 00:07:07    阅读次数:676
DOMReady
...
分类:其他好文   时间:2016-12-03 23:56:24    阅读次数:406
ningx配置ModSecurity重启出现兼容性问题:ModSecurity: Loaded PCRE do not match with compiled!的解决方法
nginx开启错误日志,然后重启nginx,出现如下信息: 2016/12/03 09:40:38 [notice] 18858#0: ModSecurity for nginx (STABLE)/2.9.1 (http://www.modsecurity.org/) configured.2016 ...
分类:其他好文   时间:2016-12-03 12:18:06    阅读次数:569
ExecuteOrDelayUntilScriptLoaded 还是 SP.SOD.executeFunc?
SharePoint 客户端 JS 开发时,要等待 SharePoint 对象都加载完毕再调用自己的方法(myFunction),可以有两种方式: 用哪一个? Jony 的答案是: 如果代码是嵌在 Publishing Page 里面的,用第2个; 否则,可以用第1个。 ...
分类:其他好文   时间:2016-12-02 18:49:10    阅读次数:138
html5 canvas常用api总结(一)
1.监听浏览器加载事件。 window.addEventListener("load",eventWindowLoaded,false); load事件在html页面加载结束时发生。 第三个参数设置函数是否在事件传递到DOM对象树的底层对象之前捕捉此种类型的事件。 2.引入canvas方法 <can ...
分类:Windows程序   时间:2016-11-28 09:03:00    阅读次数:245
1419条   上一页 1 ... 93 94 95 96 97 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!