1、const用于类成员变量定义,一旦定义且不能改变其值。define定义全局常量,在任何地方都可以访问。2、define不能在类中定义而const可以。3、const不能在条件语句中定义常量if (...) { const FOO = 'BAR'; // invalid}butif (...) {...
分类:
Web程序 时间:
2014-10-30 18:48:15
阅读次数:
194
IntelliJ Idea 常用快捷键列表
Alt+D 进入/退出全屏(Enter Full Screen)
Alt+S 显示/隐藏状态栏(Status Bar)
Alt+T 显示/隐藏工具栏(Toolbar)
Alt+B 显示/隐藏工具按钮(Tool Buttons)
Alt+N 显示/隐藏导航栏(Navigation Bar)
Alt+回车 导入...
分类:
其他好文 时间:
2014-10-30 15:23:59
阅读次数:
235
function goTop() {$('html, body').animate({scrollTop:0}, 'slow'); }function goDiv(div) {var a = $("#"+div).offset().top;$("html,body").animate({scroll...
分类:
其他好文 时间:
2014-10-30 14:55:15
阅读次数:
218
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.Fo...
分类:
移动开发 时间:
2014-10-30 01:41:48
阅读次数:
169
??
1 Bar形进度
CCSprite * proBack = CCSprite::create("barback.png");
proBack->setPosition(ccp(winSize.width/2 - 100,winSize.height/2));
addChild(proBack);
CCProgressTimer * l...
分类:
其他好文 时间:
2014-10-30 00:25:57
阅读次数:
258
1.可滚动结果集: 1 conn = JdbcUtils.getConnection(); 2 st = conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, 3 ResultSet...
分类:
数据库 时间:
2014-10-29 23:54:26
阅读次数:
337
ElementSize (in points)Window (including status bar)320 x 480 ptsStatus Bar(How to hide the status bar)20 ptsView inside window(visible status bar)320...
分类:
其他好文 时间:
2014-10-29 19:01:46
阅读次数:
106
$(function() { // 设置每次滚动长度,单位 px var scroll_width = 100; var scroll_events = "mousewheel DOMMouseScroll MozMousePixelScroll"; $("body").on...
分类:
Web程序 时间:
2014-10-29 10:24:07
阅读次数:
789
2014-10-28 张云飞VIR 翻译自:https://developer.android.com/training/basics/actionbar/index.html添加活动栏(Adding the Action Bar)译者注:我找不到更好的词汇翻译action bar,虽然我也认为 活...
分类:
移动开发 时间:
2014-10-29 01:50:12
阅读次数:
234
INSSearchBar效果:An animating search bar.一个带动画效果的search bar.Originally developed for ShopNow v2. (http://www.shopnow.de)最开始这种效果是用在ShopNow v2中的.(http://w...
分类:
其他好文 时间:
2014-10-28 23:53:43
阅读次数:
263