自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

丁鹏程的专栏

Across the Great Wall, we can reach every corner in the world.

  • 博客(3)
  • 资源 (11)
  • 收藏
  • 关注

转载 js中undefined,null,NaN的区别

1.类型分析:js中的数据类型有undefined,boolean,number,string,object等5种,前4种为原始类型,第5种为引用类型。 var a1;var a2 = true;var a3 = 1;var a4 = "Hello";var a5 = new Object();var a6 = null;var a7 = NaN;var a8 = und

2012-11-06 16:23:56 486

原创 JS中数据的计算和转换(一)

在这里,想一步步的总结一下有关JS中数据的计算,各种数据类型相关的关键字和函数,以求能更深刻的理解JS中的数据类型,有谬误之处,希望大家斧正,菜鸟需要不断的进步。1.”+“:运算符或连接符由于”+“号既具有连接符的功能,也有运算符的功能,这就决定了它不会和其他运算符完全一样。当一个为字符串,另一个为数字时,那将为连接符。我们如果想让其执行运算符的功能,则需要将字符串转化为数字类型。

2012-11-06 16:04:51 4080 1

原创 在div中使用innerHTML的注意事项

当我们取得一个DIV对象时,向这个DIV中动态的添加内容时,会替换掉原有的DIV中的内容:比如,html:var inputObj = $("div[id$='divID']");inputObj.get(0).innerHTML = '哈哈'; 当我们执行上述代码时,整个input都将被”哈哈“所取代,我以前一直以为只是向里插入内容呢。菜鸟之路任重道远啊,

2012-11-06 15:28:39 2905

VMware10.Keymaker@解压码

VMware10.Keymaker@解压码VMware10.Keymaker@解压码VMware10.Keymaker@解压码VMware10.Keymaker@解压码

2017-12-01

Refactoring-Improving the Design of Existing Code

Refactoring-Improving the Design of Existing Code 简显易懂的介绍如何去重构代码

2016-02-15

设计模式-Head First(英文原版)

更通俗易懂的介绍设计模式,示例全部使用Java,非常棒的设计模式书籍

2016-02-15

Linux常用命令全集

Linux常用命令全集,linux常用的命令,Chinaitlab出品

2014-03-31

Android程序员指南

Android程序员指南,Android入门书籍,工具手册

2014-03-31

Andorid API docs

Andorid API docs android开发文档

2013-10-10

Java Server Pages

这是一本关于JSP的教程,非常经典。 You will learn how to use all the JSP standard elements and features, including elements for accessing JavaBeans components; separating the processing over multiple pages to increase reusability and simplify maintenance; and sharing information between pages, requests, and users. You will also learn how to use JSTL for tasks such as conditional processing, integration of database data, internationalization, and XML processing, as well as how to develop your own custom components for tasks not covered by the standard components.

2013-10-10

Java编程思想第四版完整中文高清版

Thinking in Java 看成Java书籍的圣经,经典教材,大家都知道,就不多介绍了

2013-10-10

APress Java Collections

Java数据结构相关知识,是一本非常不错的书籍。 This book is about Java's support for dealing with groups of data. Prior to the Java 2 release, the only standard support for data structures and algorithms was a few fairly basic options available through arrays, hash tables, and vectors. Many people either created their own standard data structure library or reused one of several libraries introduced to deal with collections like the Generic Collection Library for Java (JGL) from ObjectSpace. Aside from rolling their own libraries or reusing those created by others, the Collections Framework (beginning with what came with the early beta release of the Java 2 platform, version 1.2) introduced support into the core Java APIs for manipulating data collections. This book describes how to use this Collections Framework. We'll also look at some of the common alternate frameworks available.

2013-10-10

60天网站流量提高20倍

[SEO实战密码:60天网站流量提高20倍].影印版.pdf

2013-10-10

(MIT)系统结构部分的课件

有关系统结构的MIT课件 是学习系统结构的很好参考

2008-09-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除