(function($){$.fn.vhAlign = function(){return this.each(function(i){//获取元素的内容高度var h = Math.ceil($(this).height());//outerHeight=padding+border+height...
分类:
Web程序 时间:
2015-04-12 19:00:15
阅读次数:
214
全局变量全局变量定义在函数外面的变量是全局变量全局变量具有全局的生存期和作用域它们与任何函数无关在任何函数内部都可以使用它们#include int f(void);int gAll = 12;int main(){ printf("gAll in %s function is %d\n",_...
分类:
编程语言 时间:
2015-04-12 18:59:53
阅读次数:
180
参考网址:http://www.w3cfuns.com/article-5593688-1-1.htmldocument.querySelector("body");//返回body节点document.querySelector("#k");//返回id为k的节点document.querySel...
分类:
其他好文 时间:
2015-04-12 19:01:39
阅读次数:
140
jQuery Plugins官网:http://plugins.jquery.com/ jQuery myPlugins官网:http://www.myjqueryplugins.com/jQuery插件库:http://www.jq22.com/241个jQuery插件大全:http://blog...
分类:
Web程序 时间:
2015-04-12 19:00:18
阅读次数:
174
在web相关技术中,HTML代表了content,structure, CSS则负责styling,决定内容是如何展示的,javascript则主要负责interactive, behaviour。在网站开发中一般流程就是先写html初步决定page的结构和内容,然后定义css应用到网页,调整展示的...
分类:
Web程序 时间:
2015-04-12 18:59:18
阅读次数:
178
1、上传安装包2、解压安装包3、检查是否开启归档(开启归档)sourcedb-> sqlplus / as sysdbaSQL*Plus: Release 11.2.0.4.0 Production on Mon Apr 13 00:58:03 2015Copyright (c) 1982, 201...
分类:
其他好文 时间:
2015-04-12 18:58:28
阅读次数:
229
http://www.leleketang.com/pr/7724.shtmlhttp://www.chnxp.com.cn/e/space/?userid=131853http://www.leleketang.com/pr/7724.shtmlhttp://www.leleketang.com/...
分类:
其他好文 时间:
2015-04-12 18:58:57
阅读次数:
120
1.方法的重载(overload)是指一个类中可以定义有相同的名字,但参数不同的多个方法。调用时,会根据不同的参数表选择对应的方法。例如:public class AboutOverload { void max(int a,int b){ System.out.println(...
分类:
其他好文 时间:
2015-04-12 18:57:56
阅读次数:
108
参考网址:http://www.cnblogs.com/wayou/p/jquery_plugin_tutorial.html完整插件demo:/ *** 表格隔行变字体颜色和背景颜色,鼠标移入移出变字体颜色** HTML页面调用方法:* $(function(){* $("table").C...
分类:
Web程序 时间:
2015-04-12 18:58:07
阅读次数:
162
jQuery解析Json详解:http://www.cnblogs.com/madyina/p/3448518.htmlJSON简介及用法:http://bbs.html5cn.org/thread-87020-1-1.html不建议使用eval()函数,因为eval()接受任意的字符串,并当作Ja...
分类:
Web程序 时间:
2015-04-12 18:59:53
阅读次数:
155
最近学习操作系统中,老师布置了一个作业,运用系统调用函数删除文件夹下两个重复文本类文件,Linux玩不动,于是就只能在Windows下进行了。看了一下介绍Windows API的博客:点击打开基本就开始动手了。主要利用的函数其实就那么几个:CreateFile 创建、打开文件ReadFile ...
http://poj.org/problem?id=3262开始一直是理解错题意了!!导致不停wa。这题是农夫有n头牛在花园里啃花朵,然后农夫要把它们赶回棚子,每次只能赶一头牛,并且给出赶回每头牛需要的时间和牛在花园每分钟吃多少花朵,问你怎么安排让损失最小。这题单独按time和eat排序都不行,得按...
分类:
其他好文 时间:
2015-04-12 18:58:14
阅读次数:
108
http://www.leleketang.com/pr/7724.shtmlhttp://www.chnxp.com.cn/e/space/?userid=131853http://www.leleketang.com/pr/7724.shtmlhttp://www.leleketang.com/...
分类:
其他好文 时间:
2015-04-12 18:58:32
阅读次数:
129
非常高兴,今天开通了iGameNews的技术支持博客。亲们如果在使用应用的时候遇到BUG或者有任何疑问都可到这里留言哦~~我会以最快速度回复各位~Have a nice day!
分类:
其他好文 时间:
2015-04-12 18:57:32
阅读次数:
96
原文网址:http://stackoverflow.com/questions/4883079/usage-of-sendbroadcastsendBroadcast() - Should it be called inside Activity? I am trying to call sendB...
分类:
数据库 时间:
2015-04-12 18:57:43
阅读次数:
243