在IE中可以自定义滚动条的样式 ,基于webkit的浏览器现在也可以自定义其样式:::-webkit-scrollbar {/* 1 */}::-webkit-scrollbar-button {/* 2 */}::-webkit-scrollbar-track {/* 3 */}...
分类:
Web程序 时间:
2014-12-29 08:52:14
阅读次数:
127
MariaDB是基于二机制包安装的,不需要编译一、数据磁盘准备我们在虚拟机上另外挂一块磁盘,大小自己定,这里的是2G的创建分区查看新加的磁盘位置[root@localhost~]#fdisk-l
Disk/dev/sda:137.4GB,137438953472bytes
255heads,63sectors/track,16709cylinders
Units=cylindersof..
分类:
数据库 时间:
2014-12-29 06:43:44
阅读次数:
309
Front-end changes:app.js: Uinsg $resource/** * Created by Answer1215 on 12/9/2014. */'use strict';function MainCtrl(People) { var vm = this; vm....
分类:
移动开发 时间:
2014-12-28 07:06:44
阅读次数:
140
HTML5不允许写结束标记的元素
1、area
2、base
3、br
4、col
5、command
6、embed
7、img
8、hr
9、keygen
10、link
11、meta
12、param
13、source
14、track
15、in...
分类:
Web程序 时间:
2014-12-27 21:48:28
阅读次数:
871
在IE中可以自定义滚动条的样式 ,基于webkit的浏览器现在也可以自定义其样式:::-webkit-scrollbar {/* 1 */}::-webkit-scrollbar-button {/* 2 */}::-webkit-scrollbar-track {/* 3 */}...
分类:
Web程序 时间:
2014-12-26 16:08:07
阅读次数:
158
Originally posted on:http://ph0b.com/android-studio-gradle-and-ndk-integration/With the recent changes (release 0.7.3 around Dec 27), thenew Android B...
分类:
移动开发 时间:
2014-12-26 14:28:37
阅读次数:
322
chmod [options] mode files
只能文件属主或特权用户才能使用该功能来改变文件存取模式。mode可以是数字形式或以who opcode permission形式表示。who是可选的,默认是a(所有用户)。只能选择一个opcode(操作码)。可指定多个mode,以逗号分开。
options:
-c,--changes
...
分类:
系统相关 时间:
2014-12-25 13:07:24
阅读次数:
135
git库版本与本地库版本冲突:个人定义为就是git库版本与本地库版本不匹配,详细地说就是我们从git库clone克隆下来的版本,经过修改后提交并合并成新版本,但是后来又将git库的该版本撤销了,而本地没有撤销该版本,此时就是本地库拥有此版本而git库中没有此版本。这样在使用git pull或git pull origin master可能会出现:“Your local changes to the...
分类:
其他好文 时间:
2014-12-24 16:28:56
阅读次数:
271
In my recent codeproject article on the DataGrid I described a number of techniques for handling the updates to DataTables which are bound to the grid...
With ECMAScript 6 now feature complete, any further changes to the core of JavaScript will happen in ECMAScript 7. I’m pretty excited about the change...
分类:
其他好文 时间:
2014-12-22 22:30:08
阅读次数:
508