::-webkit-scrollbar { width: 12px;} /* Track */::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border...
分类:
Web程序 时间:
2015-05-19 18:51:39
阅读次数:
166
以当前虚拟机里的系统为宿主机,为其增加一块新的虚拟硬盘(后缀为vmdk的)创建为单个文件用fdisk命令查看新的硬盘信息Disk/dev/sda:21.4GB,21474836480bytes
255heads,63sectors/track,2610cylinders
Units=cylindersof16065*512=8225280bytes
DeviceBootStartEndBlocksIdSys..
分类:
系统相关 时间:
2015-05-19 07:19:38
阅读次数:
221
忽略某些文件 项目中经常会生成一些Git系统不需要追踪(track)的文件。典型的是在编译生成过程中 产生的文件或是编程器生成的临时备份文件。当然,你不追踪(track)这些文件,可以 平时不用"git add"去把它们加到索...
分类:
其他好文 时间:
2015-05-18 13:09:41
阅读次数:
137
用css设置webkit内核浏览器的滚动条主要设置以下7个属性:
1.::-webkit-scrollbar /*滚动条整体部分,可以设置宽度高度*/
2.::-webkit-scrollbar-button /*滚动条两端的按钮*/
3.::-webkit-scrollbar-track /*外层轨道*/
4.::-webkit-scrollbar-track-piece /*内层滚...
分类:
Web程序 时间:
2015-05-18 12:55:23
阅读次数:
117
介绍Android内存分析主要使用的几个工具,Memory Monitor,Allocation Track,Heap Tool和LeakCanary。...
分类:
移动开发 时间:
2015-05-13 16:53:21
阅读次数:
214
一.第一种方式安装grub1.首先要确定你的系统所在的分区[root@RedHat-5boot]#fdisk-l
Disk/dev/sda:21.4GB,21474836480bytes
255heads,63sectors/track,2610cylinders
Units=cylindersof16065*512=8225280bytes
DeviceBootStartEndBlocksIdSystem
/dev/sda1*12520078183Linux
..
分类:
其他好文 时间:
2015-05-12 01:53:06
阅读次数:
216
.....首先看下 LZ 的分区情况:>$ sudo fdisk -lDisk /dev/sda: 120.0 GB, 120034123776 bytes255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectorsUni...
分类:
系统相关 时间:
2015-05-09 21:57:11
阅读次数:
256
布局抄自MonoLite_Plus_0_4_3_by_Junior_Spirit,皮肤也是用的他的 Track List: //背景颜色 播放、播放+焦点、焦点、奇偶 $if(%el_isplaying%, $if(%el_focused%,$puts(backgroung_color,%B_col...
分类:
其他好文 时间:
2015-05-07 12:16:18
阅读次数:
308
How can I (automatically) move to the currently playing track in the playlist?[edit] By default, double-clicking the status bar will highlight the cur...
分类:
其他好文 时间:
2015-05-07 11:55:03
阅读次数:
224
在linux系统下面经常要使用到fdisk对硬盘进行分区一、查看系统硬盘信息[root@zabbix-c1~]#fdisk-l
Disk/dev/sda:214.7GB,214748364800bytes
255heads,63sectors/track,26108cylinders
Units=cylindersof16065*512=8225280bytes
Sectorsize(logical/physical):512bytes/512byte..
分类:
系统相关 时间:
2015-05-04 15:52:44
阅读次数:
158