码迷,mamicode.com
首页 >  
搜索关键字:anything    ( 347个结果
判断jquery是否已经加载,如果没有动态加载
方法一:// Only do anything if jQuery isn't definedif (typeof jQuery == 'undefined') { if (typeof $ == 'function') { // warning, global var ...
分类:Web程序   时间:2015-01-02 17:31:37    阅读次数:222
ConcurrentModificationException and a HashMap
This is not a synchronization problem. This will occur if the underlying collection that is being iterated over is modified by anything other than the...
分类:其他好文   时间:2014-12-17 20:12:38    阅读次数:184
Jquery 固定悬浮层以及固定表头
/* =========================================================== * jquery.autofix_anything.js v1 * =====================================================...
分类:Web程序   时间:2014-12-16 14:55:27    阅读次数:248
关于 weChat 页面开发过程中遇到的问题总结
1. 页面中不能有 `style` tag, 如果有, 则下面写法的不会调起轮播: AnyThing android don't work ios is ok2. 如果标签中有 `img` tag, 属性不能有百分比, 例如不能有 `width="100%"` 标记 ...
分类:其他好文   时间:2014-12-15 10:15:36    阅读次数:195
sublime Text 3实用功能和常用快捷键收集
下面是我通过网上视频教程或文本资料学习sublime Text3时收集的一些实用功能和常用快捷键,现在分享出来,如果还有其它的好用的功能可以在下面留言,以便互相学习。PS:ST3在Mac OX与Windows不同平台下的快捷键差别很大。下面是针对windows平台的解说。1. 可以直接打开图片版本3有个很好的特性(对于前端来说):可以直接在ST3中打开图片。2. Goto Anything功能 —...
分类:其他好文   时间:2014-12-08 15:39:04    阅读次数:209
“墨菲定律”、“帕金森定理”和“彼德原理”
不能脱俗,周末去看了时下巨火的Imax《星际穿越》,对其中提到的墨菲定律很是熟悉,所以上来复习巩固一下这些有意思的人类结晶,才发现我知道的其实是墨菲定律最著名的变体--菲纳格定律: If anything can go wrong,it will.(会出错的,终将会出错。)墨菲定律 是一种心...
分类:其他好文   时间:2014-12-05 10:32:32    阅读次数:219
Java Interview 基本概念
1. abstract classabstract class can have anything a normal class can have plus abstract methodpublic abstract class Test11 { public int a; priva...
分类:编程语言   时间:2014-11-09 07:29:55    阅读次数:154
poj 1384 Piggy-Bank(全然背包)
http://poj.org/problem?id=1384Piggy-BankTime Limit:1000MSMemory Limit:10000KTotal Submissions:7900Accepted:3813DescriptionBefore ACM can do anything, ...
分类:其他好文   时间:2014-11-05 21:15:50    阅读次数:229
hdu - 4782 - Beautiful Soup(模拟)
题意:输出一堆乱排版的html标签,去多余空字符,转换为按缩进输出。 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4782 ——>>2013年成都区赛题目,当时挺多做不出最后一题的队伍做出了此题,而我,无限WA到比赛结束。。今天,我AC了。。 题目中有一句话非常重要:you shouldn’t change anything of any t...
分类:其他好文   时间:2014-11-05 07:03:30    阅读次数:254
Macro and SQL
If you’ve developed anything in the supply chain area, you’ve most probably come across InventDimJoin. InvenDimJoin is a macro and it’s mostly used to...
分类:数据库   时间:2014-10-30 14:57:44    阅读次数:234
347条   上一页 1 ... 30 31 32 33 34 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!