码迷,mamicode.com
首页 >  
搜索关键字:amp    ( 86777个结果
requestAnimationFrame 兼容不同浏览器
简单兼容: window.requestAnimFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFr ...
分类:其他好文   时间:2017-02-15 18:28:31    阅读次数:218
MinGW版Qt如何搭建lua环境?(详细步骤)
操作系统是windows,lua是Lua for Windows 5.1.4包含了这三个头文件 <ignore_js_op> 在.pro里加了includepath: <ignore_js_op> http://www.qter.org/forum.php?mod=viewthread&tid=33 ...
分类:其他好文   时间:2017-02-15 18:21:08    阅读次数:125
希腊字母、拉丁字母、Markdown、拼写与读音中英对照表
大写 小写 中文名 英文 英语音标注音 大写Markdown 小写Markdown 意义 A" role="presentation" style="font-size: 100%; display: inline-block; position: relative;">A &#x03B1;" ro... ...
分类:其他好文   时间:2017-02-15 15:27:18    阅读次数:864
ZOJ 3211 Dream City(线性DP)
JAVAMAN is visiting Dream City and he sees a yard of gold coin trees. There are n trees in the yard. Let's call them tree 1, tree 2 ...and tree n. At ...
分类:其他好文   时间:2017-02-15 15:08:13    阅读次数:181
微信公众号开发
路由配置代码参考: //首页 .state('app.home', { url: '/home?code&testopenid', templateUrl: 'home/home.html', controller: 'HomeController as vm', resolve: { load: ...
分类:微信   时间:2017-02-15 15:02:25    阅读次数:297
Spring AOP中pointcut expression表达式解析
转:http://blog.csdn.net/kkdelta/article/details/7441829/ Pointcut 是指那些方法需要被执行"AOP",是由"Pointcut Expression"来描述的.Pointcut可以有下列方式来定义或者通过&& || 和!的方式进行组合. a ...
分类:编程语言   时间:2017-02-15 14:46:10    阅读次数:274
you don't know js -- up &going 笔记
Code A program, often referred to source code or just code , is a set of special instructions to tell the computer what tasks to perform. Usually, the ...
分类:Web程序   时间:2017-02-15 14:39:51    阅读次数:306
Vbs脚本经典教材
转载:http://www.cnblogs.com/BeyondTechnology/archive/2011/01/10/1932440.html Vbs脚本经典教材(最全的资料还是MSDN) —为什么要使用Vbs? 在Windows中,学习计算机操作也许很简单,但是很多计算机工作是重复性劳动,例 ...
分类:其他好文   时间:2017-02-15 12:10:26    阅读次数:218
ogg 监控脚本
section 1:#! /bin/shPATH=/usr/local/bin:$PATHORACLE_SID=statdb ORAENV_ASK=NO. oraenv > /dev/null 2>&1cd /home/oracle/utility/OGG_delaysqlplus "/ as sy ...
分类:其他好文   时间:2017-02-15 12:08:18    阅读次数:316
Java 实现深度遍历和广度遍历数及其应用
一、深度遍历和广度遍历原理及实现 1、深度优先 英文缩写为DFS即Depth First Search.其过程简要来说是对每一个可能的分支路径深入到不能再深入为止,而且每个节点只能访问一次。对于上面的例子来说深度优先遍历的结果就是:A,B,D,E,I,C,F,G,H.(假设先走子节点的的左侧)。 深 ...
分类:编程语言   时间:2017-02-15 11:54:54    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!