码迷,mamicode.com
首页 >  
搜索关键字:A component require    ( 12084个结果
seajs 使用 jquery插件
define(function(require,exports,moudles){ return function(jquery){ (function($) { $.fn.pri= function() { alert...
分类:Web程序   时间:2014-04-30 00:07:13    阅读次数:634
PHP中include和require的区别详解
1、概要 require()语句的性能与include()相类似,都是包括并运行指定文件。不同之处在于:对include()语句来说,在执行文件时每次都要进行读取和评估;而对于require()来说,文件只处理一次(实际上,文件内容替换require()语句)。这就意味着如果可能执行多次的代码,则....
分类:Web程序   时间:2014-04-29 20:23:23    阅读次数:570
数学文献阅读
1. Z. Skalak, On the regularity of the solutions to the Navier-Stokes equations via the gradient of one velocity component, Nonlinear Analysis, 104 (2...
分类:其他好文   时间:2014-04-29 09:27:47    阅读次数:364
linux vncserver 远控
在Linux上启动VNC Server(如果没安装的话那就先安装) 执行vncserver命令: [root@linux root]# vncserver You will require a password to access your desktops. Password: ----为了不想任何人都可以任意遥控此计算机。因此当第 Verify: ---1次启动VNC se...
分类:系统相关   时间:2014-04-27 18:33:08    阅读次数:1009
12084条   上一页 1 ... 1207 1208 1209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!