摘要:
芸芸众生,我只是一个码农,我正在努力的一步一个台阶。。。 改编至:http://www.cnblogs.com/edisonfeng/p/3571870.html 阅读全文
摘要:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>JS闭包</title> <script t 阅读全文
摘要:
$(function(){ //1 var rec = new Rectangle(5, 10); //alert(rec.width + "*" + rec.height + "=" + rec.area()); //alert(rec.hasOwnProperty("width")); //al 阅读全文
摘要:
我们都过分崇拜别人的代码,那是因为你在看不在写!!! 版权声明:本文为博主原创文章,未经博主允许不得转载。 阅读全文
摘要:
java8大基本数据类型: 整型: byte 字节型 1字节 数据范围:-27 ~ 27- 1 即:-128 ~ 127 short 短整型 2字节 数据范围:-215 ~ 215- 1 int 整型 4字节 数据范围:-231 ~ 231- 1 long 长整型 8字节 数据范围:-263 ~ 2 阅读全文