yepnope.js 是一个超高速的按条件异步加载资源的加载器,允许你只加载使用到的资源(css及js)。 yepnope.js的一个典型实例: ? 1 2 3 4 5 yepnope({ test : Modernizr.geolocation, yep : 'normal.js', nope : ...
分类:
Web程序 时间:
2020-02-20 10:30:59
阅读次数:
94
Yep, my first home work, i am happy that i worked #13 out independently:) ...
分类:
其他好文 时间:
2019-07-04 17:46:58
阅读次数:
124
This is about GM Tech 2 scan tool for Hummer troubleshooting and programming. Can I have a cheap Tech 2 for Hummer? Yep. Both the original and HQ clon ...
分类:
其他好文 时间:
2018-09-06 16:21:29
阅读次数:
166
Introduction For those who wish to alter the various aspects of the main menu commands without needing to touch the source code can use this plugin to ...
分类:
编程语言 时间:
2018-07-25 14:33:06
阅读次数:
339
java编译命令:ant -Doffline='yep' -Dskip-npm-clean=true -Dskip-minify=true -Dskip-javadoc=true full-build-deploy-compile-time-weaving jsp编译命令:ant -Doffline ...
分类:
其他好文 时间:
2017-12-06 15:12:12
阅读次数:
128
咦,性能?我们又回到这个永恒的话题上了。Yep,大部分程序猿都对性能有着不懈追求。某国最喜欢“多快好省”,“多”和“省”我们是很难做到了,但让自己的程序跑得又快又好,则是我们最乐意干的活。干同样一件事情,别人的程序要跑1分钟,而自己的程序只要几秒钟,这是多爽的一件事啊(您打败了全国99%的程序猿…… ...
分类:
其他好文 时间:
2016-09-14 20:36:27
阅读次数:
143
var i = 2;
Number.prototype.valueOf = function() {
return i++;
};
var a = new Number( 42 );
if (a == 2 && a == 3) {
console.log( "Yep, this happened." );
}
============================
"0...
分类:
编程语言 时间:
2015-06-12 10:11:08
阅读次数:
129
经过一番周折,终于查到了使用YEP考试券参加的“Oracle Database 11g Administrator Certified Professional”,即11g OCP升级考试的成绩。确实现在有说法:“Paper OCP”、“含金量不高”,关键看你如何看待,是以结果为导向,还是以过程为导向,当然,两者兼顾是最好的。对于我来说,我不是一个DBA,也不是一个专职的数据库开发人员,我只是对O...
分类:
其他好文 时间:
2015-04-29 00:41:11
阅读次数:
163
很幸运被推荐参与到了Oracle YEP计划,虽然和各位相比,我的实际经验和能力还有很大的不足,但至少是对自己的一种激励,坚持兴趣、坚持梦想,即使困难重重,总会能看到一些不一样的风景。
感谢康杰、Marshall,感谢ACOUG,感谢secoolear,更要感谢dbsnake,是你们的经历时刻鼓励着我、感染着我。
继续努力了!...
分类:
数据库 时间:
2015-01-20 20:35:52
阅读次数:
218
昨天 yep 问了一个问题:
For two positive integers a and b, the Ulam sequence U(a,b) is defined by U(a,b)1 = a, U(a,b)2 = b and for k > 2, U(a,b)k is the smallest integer greater
than U(a,b)(k-1) which can...
分类:
其他好文 时间:
2014-08-31 20:07:21
阅读次数:
359