抽象类(abstract class) 描述抽象的事物, 比如人类(human), 就是一个抽象类.
对于人类这个抽象类, 具体的就是某一个人, 比如张三(男)啊, 小红(女)啊,虽然说人都会eat,
可是男人和女人的eat似乎又是不一样的.男人一般都是大口大口的吃, 而女人比较慢条斯理. ...
分类:
编程语言 时间:
2014-05-01 00:10:59
阅读次数:
439
内容 内容 内容内容$("span").click(function(){
alert($(this).index()+1);});
分类:
Web程序 时间:
2014-05-01 00:10:00
阅读次数:
463
废话少说,上代码 测试 查找下一个元素 一级菜单A A的子菜单 A的子菜单 A的子菜单...
分类:
Web程序 时间:
2014-05-01 00:02:52
阅读次数:
455
转载地址:http://blog.csdn.net/woohooli/article/details/39547921
概述本文档主要介绍了Tomcat的性能调优的原理和方法。可作为公司技术人员为客户Tomcat系统调优的技术指南,也可以提供给客户的技术人员作为他们性能调优的指导手册。2
调优分类由...
分类:
其他好文 时间:
2014-04-30 23:58:45
阅读次数:
732
public class SubStrHelper { /// /// 截取字符串长度,中文二字节
/// /// /// 字节长度 /// public static strin...
分类:
其他好文 时间:
2014-04-30 23:51:33
阅读次数:
441
今天继续研究js,发现一个代码载入后立即执行函数的写法。(function asd(){
cc.log(3); //输出3})(); 下面是一个待商榷的问题var myTest = function(){};myTest.prototype = {
theOne:function(){...
分类:
其他好文 时间:
2014-04-30 23:47:23
阅读次数:
419
A - IslandsTime Limit: 30000/10000MS
(Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatusDeep in the
Carribean, there is an island eve....
分类:
其他好文 时间:
2014-04-30 23:40:13
阅读次数:
518
菜品原价为0,说明菜品没有原价.菜品原价大于0,则显示菜品原价.并以删除线删去.每个菜品都是直接取的数据库字段.
1 View Code 1 3 4 5 ...
分类:
数据库 时间:
2014-04-30 23:37:06
阅读次数:
549
【创建目录】using
System.IO;Directory.CreateDirectory(FilePath);【使用WriteFile下载文件】private string
fileName = HttpContext.Current.Server.UrlEncode("规范.rar"); p...
分类:
其他好文 时间:
2014-04-30 23:34:03
阅读次数:
443