摘要: 效果类似百度首页音乐盒。 点击音乐右边的div可以变长或者变短。 代码: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 <style> 7 *{ 8 阅读全文
posted @ 2016-02-16 00:15 织猫 阅读(4148) 评论(0) 推荐(0) 编辑
摘要: 问题描述: Given a sorted array of integers, find the starting and ending position of a given target value. Your algorithm's runtime complexity must be in 阅读全文
posted @ 2016-02-14 23:17 织猫 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Document</title> 6 </head> 7 <body> 8 <canvas id="can1" width="500" he 阅读全文
posted @ 2016-02-13 22:51 织猫 阅读(2018) 评论(0) 推荐(0) 编辑
摘要: 下载Debian系统时,出现两个选项:ADM64和i386,那么这两者的区别是什么? i386=Intel 80386。其实i386通常被用来作为对Intel(英特尔)32位微处理器的统称。 AMD64,又称“x86-64”或“x64”,是一种64位元的电脑处理器架构。它是建基于现有32位元的x86 阅读全文
posted @ 2016-02-03 12:52 织猫 阅读(37259) 评论(3) 推荐(3) 编辑
摘要: 具体情况:之前在学校是通过有线网上网,VMware中的系统打开就可以直接连上网,现在回家图方便是通过无线路由器上网,发现虚拟机系统上不来网。 解决方法:控制面板->网络和Internet->网络和共享中心->更改适配器设置,然后找到WLAN,如下图: 右键->属性-共享,把那个共享的给勾上,然后“家 阅读全文
posted @ 2016-02-02 20:42 织猫 阅读(1321) 评论(0) 推荐(0) 编辑