Chinaunix首页 | 论坛 | 博客
  • 博客访问: 88093
  • 博文数量: 70
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 417
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-11 10:48
文章分类

全部博文(70)

发布时间:2014-05-07 23:09:54

    如果使用桌面版的Ubuntu系统的话开机默认进入桌面,如果是服务器版本的话为了节省服务器资源会进入命令行。如果想让桌面版的Ubuntu系统开机也直接进入命令行的话那么需要进行一些必要的设置:    #sudo vi /etc/default/grub    将    GRUB.........【阅读全文】

阅读(689) | 评论(0) | 转发(0)

发布时间:2014-05-07 22:55:54

    PhantomJS 1.5 "Ghost Flower"blablabla...    Pure headless (no X11) on Linux    While it's always possible to customize the build of PhantomJS Linux without X11 (in particular since the last 1.4 release), it's a tedious adventure. Beginning f.........【阅读全文】

阅读(1476) | 评论(0) | 转发(0)

发布时间:2014-05-06 16:40:43

一、string.js 内 StringConcat 方法// ECMA-262, section 15.5.4.6function StringConcat() {    if (IS_NULL_OR_UNDEFINED(this) && !IS_UNDETECTABLE(this)) {        throw MakeTypeError("called_on_null_or_undefined", ["String.prototype.concat"]); .........【阅读全文】

阅读(531) | 评论(0) | 转发(0)

发布时间:2014-05-06 16:11:27

代码:var div = document.createElement('div');div.innerHTML = '';alert(div.innerHTML)IE6-8中 alert 结果为 空。尝试分析依次修改代码div.innerHTML = '';div.innerHTML = '';div.innerHTML = .........【阅读全文】

阅读(311) | 评论(0) | 转发(0)

发布时间:2014-05-04 17:30:05

    1. JDK1.5新增的功能    2. 字符流和字节流的区别,使用场景,相关类    3. 线程安全的概念,实现线程安全的几种方法    4. 抽象类和接口的区别,使用场景    5. hash算法的实现原理,hashcode的实现原理    6. error和exception的区别,R.........【阅读全文】

阅读(250) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册