码迷,mamicode.com
首页 >  
搜索关键字:easy ui dialog jquery javascript    ( 129868个结果
jQuery实现圆盘活动抽奖程序效果
http://www.xwcms.net/js/qttx/92745.html
分类:Web程序   时间:2014-04-29 19:23:59    阅读次数:482
AsyncTask详解
http://blog.csdn.net/liuhe688/article/details/6532519在Android中实现异步任务机制有两种方式,Handler和AsyncTask。Handler模式需要为每一个任务创建一个新的线程,任务完成后通过Handler实例向UI线程发送消息,完成界面...
分类:其他好文   时间:2014-04-29 19:20:54    阅读次数:658
c语言学习之 程序基本结构
一个最基本的C程序由五个部分组成: 头文件 (Preprocessor commands) 函数 (function) 变量 (variable) 语句块 (statement 和 expression) 注释 (comments)例如: #include int mai...
分类:编程语言   时间:2014-04-29 19:17:50    阅读次数:457
jquery颜色选择器
本站下载第二种:纯JAVASCRIPT:DW调色板
分类:Web程序   时间:2014-04-29 19:13:41    阅读次数:708
ActionProxy相关实现类
package com.opensymphony.xwork2;import com.opensymphony.xwork2.config.Configuration;import com.opensymphony.xwork2.config.ConfigurationException;impor...
分类:其他好文   时间:2014-04-29 19:12:40    阅读次数:729
Codeforces Round #243 (Div. 2) C. Sereja and Swaps
思路来源:http://blog.csdn.net/sf____/article/details/24626739题目给出数据上限为200, 所以可以暴利所有区间。解题思路:for i in range(n): for j in range(n): create priority_queue...
分类:其他好文   时间:2014-04-29 19:11:37    阅读次数:526
让提示界面始终保持在页面的最前端(页面置顶)
UIView *parentView = nil; NSArray* windows = [UIApplication sharedApplication].windows; UIView* window = [windows objectAtIndex:0]; ...
分类:其他好文   时间:2014-04-29 19:09:34    阅读次数:994
C语言-getopt函数
#includeint getopt(int argc,char *const argv[],const char *optstring); extern char *optarg; extern int optind,opterr,optopt;optstring为一个字符列表,每个字符代表一个单...
分类:编程语言   时间:2014-04-29 19:07:30    阅读次数:568
Google Chrome 浏览器禁用缓存
在使用 Google Chrome 浏览器调试 js 时,会发现修改完 js 不会立即生效,这是由于 chrome 浏览器缓存的原因,而在火狐下没有这个问题。经常使用 chrome 浏览器调试 js 的朋友一定会发现 chrome 下调试 js 更加顺手,那么就让我们看看怎么在 chrome 下禁止...
分类:其他好文   时间:2014-04-29 19:06:28    阅读次数:411
Binary Tree Preorder Traversal
借助堆栈完成迭代形式的先序遍历。
分类:其他好文   时间:2014-04-29 19:03:25    阅读次数:474
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!