码迷,mamicode.com
首页 >  
搜索关键字:track nqa    ( 2299个结果
css之-webkit-scrollbar
在IE中可以自定义滚动条的样式 ,基于webkit的浏览器现在也可以自定义其样式:::-webkit-scrollbar {/* 1 */}::-webkit-scrollbar-button {/* 2 */}::-webkit-scrollbar-track {/* 3 */}...
分类:Web程序   时间:2014-12-26 16:08:07    阅读次数:158
ng-repeat循环输出出现Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique
使用ng-repeat循环输出对象的时候出现如下错误: Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: c in shopCount, Duplicate key: undefined:undefined 应该在循环是加以下...
分类:其他好文   时间:2014-12-22 12:59:55    阅读次数:223
linux LVM
[root@qing~]#fdisk-l#查看磁盘信息Disk/dev/sda:42.9GB,42949672960bytes255heads,63sectors/track,5221cylindersUnits=cylindersof16065*512=8225280bytesDeviceBootStartEndBlocksIdSystem/dev/sda1*11310439183Linux/dev/sda2145221418332608eLinuxLVMDisk/dev/sdb:5368MB,..
分类:系统相关   时间:2014-12-12 19:27:20    阅读次数:251
Entity Framework Code First - Change Tracking
In this post we will be discussing about change tracking feature of Entity Framework Code First. Change tracking allows Entity framework to keep track...
分类:其他好文   时间:2014-12-12 12:58:39    阅读次数:195
vs2010自动展开选中当前代码所在的文件位置的功能
这个功能相当好,自动在Solution Explorer中展开并定位到当前代码所在的文件,免得自己找位置要找很久。设置方法:tool>>options>>projects and solutions>> 取消 track active item in solution explorer>>OK 保存...
分类:其他好文   时间:2014-11-24 15:00:43    阅读次数:154
git 的分支使用
之前师兄在git上创建了一个新的branch,自己看到了,不过没怎么记得操作,后来师兄帮忙弄了一下,也是了解了一些大概先交上代码,最近有点忙,随后有时间再添加注释,下面是dos窗口的一些命令。(主要是关于pull中的fetch跟merge,以及创建远程分支的track)具体还是需要看廖雪峰的Git教...
分类:其他好文   时间:2014-11-21 23:03:41    阅读次数:376
FastDFS安装
FastDFS安装 FastDFS是一个国产开源的轻量级分布式文件系统,它对文件进行管理,功能包括:文件存储、文件同步、文件访问(文件上传、文件下载)等,解决了大容量存储和负载均衡的问题.特别适合以文件为载体的在线服务,如相册网站、视频网站等等.FastDFS服务端有两个角色:跟踪器(track.....
分类:其他好文   时间:2014-11-19 20:05:01    阅读次数:145
POJ3280 Cheapest Palindrome 【DP】
Cheapest Palindrome Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 6013   Accepted: 2933 Description Keeping track of all the cows can be a tricky task so...
分类:其他好文   时间:2014-11-19 11:01:46    阅读次数:183
poj 3280 Cheapest Palindrome(区间DP)
Cheapest PalindromeTime Limit:2000MSMemory Limit:65536KTotal Submissions:5995Accepted:2922DescriptionKeeping track of all the cows can be a tricky tas...
分类:其他好文   时间:2014-11-11 22:33:09    阅读次数:193
eXtremeDB -- the shared memory 80error
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found.  Release notesdescribed as follows: These names ...
分类:数据库   时间:2014-11-10 10:00:31    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!