码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Android学习之Drawable(一)
Drawable有很多种,它们表示一种图像概念,但它们不全是图片。Drawable是什么呢?下面是Google Android API中的定义: A Drawable is a general abstraction for “something that can be drawn.” Most o
分类:移动开发   时间:2016-03-10 23:21:28    阅读次数:314
理解WSGI
个人理解,不对的地方,欢迎指正 1、WSGI web service gate intervice WSGI itself is a protocol or convention that ensures that your web application can speak with the we
分类:其他好文   时间:2016-03-10 14:12:00    阅读次数:150
lintcode-easy-Unique Paths
A robot is located at the top-left corner of a m x ngrid (marked 'Start' in the diagram below). The robot can only move either down or right at any po
分类:其他好文   时间:2016-03-10 07:06:00    阅读次数:137
falut error failure 的区别与理解
Fault的定义:可能导致系统或功能失效的异常条件(Abnormal condition that can cause an element or an item tofail.),可译为“故障”。 Error的定义:计算、观察或测量值或条件,与真实、规定或理论上正确的值或条件之间的差异(Discr
分类:其他好文   时间:2016-03-09 23:50:34    阅读次数:489
软件测试[2]falut error failure 的区别与理解
Fault的定义:可能导致系统或功能失效的异常条件(Abnormal condition that can cause an element or an item tofail.),可译为“故障”。 Error的定义:计算、观察或测量值或条件,与真实、规定或理论上正确的值或条件之间的差异(Discr
分类:其他好文   时间:2016-03-09 23:50:33    阅读次数:154
MySQL: ERROR13(HY000):Can't get stat of
在mysql中load data数据 mysql> load data infile '/home/a.txt' into table table_a;ERROR 13 (HY000): Can't get stat of '/home/a.txt' (Errcode: 13) 我们用perror命
分类:数据库   时间:2016-03-09 12:30:10    阅读次数:205
[RxJS] Reactive Programming - Sharing network requests with shareReplay()
Currently we show three users in the list, it actually do three time network request, we can verfiy this by console out each network request: var resp
分类:Web程序   时间:2016-03-09 06:56:33    阅读次数:185
329. Longest Increasing Path in a Matrix
Given an integer matrix, find the length of the longest increasing path. From each cell, you can either move to four directions: left, right, up or do
分类:其他好文   时间:2016-03-08 21:24:13    阅读次数:189
解决UIScrollView中添加子控件出现“UIScrollView Scrollable Content Size Ambiguity”的办法
来自StackOverflow的帖子,原文见这里。 So I just sorted out in this way: Add in the UIScrollView a UIView (we can call that contentView); In this contentView, set
分类:其他好文   时间:2016-03-08 16:27:32    阅读次数:198
3dmax中如何增加场景撤销的步数?
in the top menu,customize-preferences-scenes undo -levels.you can change the scenes undo steps here. 在最上边的菜单栏上,自定义菜单下>首选项>常规>左上角第一个,场景撤销级别,默认是撤销20步,可以
分类:其他好文   时间:2016-03-08 16:11:29    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!