Dalvik: Android特有的虚拟机,和JVM不同,Dalvik虚拟机非常适合在移动终端上使用! AVD: (android virtual machine):安卓虚拟设备,就是安卓的模拟器 ADT: (android development tools)安卓开发工具 SDK:(softwar ...
分类:
移动开发 时间:
2017-11-08 22:52:42
阅读次数:
829
qs库的npm地址:https://www.npmjs.com/package/qs 功能虽然都是序列化。假设我要提交的数据如下 qs.stringify序列化结果如下name=hehe&age=10 而JSON.stringify序列化结果如下:"{"a":"hehe","age":10}" vu ...
分类:
Web程序 时间:
2017-10-31 11:01:14
阅读次数:
1049
In Professor McGonagall's class of Transfiguration, Harry Potter is learning how to transform one object into another by some spells. He has learnt th ...
分类:
其他好文 时间:
2017-10-22 14:40:51
阅读次数:
265
介绍: 这是Cypher。纯Android的扩展。Cypher尝试保持Android的纯度,同时为用户提供有用的功能。目标是提供最高水平的表现,同时实现简单。 功能: 状态栏 - 快速下拉,智能下拉,网络流量指示器,状态栏图标自定义,运营商标签,时钟和日期批量化。快速设置 - QS行和列,Wi-Fi ...
分类:
其他好文 时间:
2017-10-13 21:24:28
阅读次数:
361
Sorting Slides Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4777 Accepted: 1867 Description Professor Clumsey is going to give an import ...
分类:
其他好文 时间:
2017-09-29 12:43:05
阅读次数:
271
getData(url,data){ this.$http({ method:'post', url:url, data:data, transformRequest:[function(data){ return qs.stringify(data) }] }).then( (response2) ...
分类:
移动开发 时间:
2017-09-26 14:54:05
阅读次数:
200
快排是我们平常敲代码和比赛的时候 经常使用到的方法 qsort是函数库中自带的函数 这是一个标准的快排函数 而sort比qsort更是好用 sort对于不同大小的数组 会使用不同的排序方法 所以我在使用sort之后 就没有使用过qsort了 我今天在这回顾一下qsort 和sort 的使用方法 qs ...
分类:
其他好文 时间:
2017-09-04 21:23:51
阅读次数:
143
问题: qs = super(BnnerCourseAdmin, self).queryset() TypeError: super(type, obj): obj must be an instance or subtype of type 出现问题原因: 在类的继承时候,super方法继承时间, ...
分类:
其他好文 时间:
2017-09-02 12:14:58
阅读次数:
1612
只交换一次的情况原来 |Suma - Sumb|交换后 Suma - xi + yj - (sumb - yj + xi) = suma - sumb + 2(yj - xi) -> 0则在确定xi的情况下 需要在 b序列里找到 最接近 xi 的 (suma - sumb) /2 + yj的 yj ...
分类:
其他好文 时间:
2017-08-30 00:50:16
阅读次数:
182
该篇作为POJ之路的起点,初学乍道,请多指教。 Problem: Maya Calendar Description During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Ma ...
分类:
其他好文 时间:
2017-08-26 13:40:20
阅读次数:
146