{ "msg":"数据获取成功", "success":true, "data":[ { "id":40, "name":"美术", "parentId":4, "photoUrl":"art@2x.png", "enable":1, ... ...
分类:
Web程序 时间:
2017-11-07 21:01:06
阅读次数:
296
https://www.52ml.net/20145.html 1 特征工程是什么? 有这么一句话在业界广泛流传:数据和特征决定了机器学习的上限,而模型和算法只是逼近这个上限而已。那特征工程到底是什么呢?顾名思义,其本质是一项工程活动,目的是最大限度地从原始数据中提取特征以供算法和模型使用。通过总结 ...
分类:
其他好文 时间:
2017-11-06 21:29:17
阅读次数:
160
小队名称:PHILOSOPHER 小组成员 目录 1、总体描述 2、具体需求 3、验收验证标准 4、NABCD 5、原型设计:https://modao.cc/app/NJdSpeYcxR5GM7e4VWJ3VbAJKrzKFmw 1.总体描述 1.1产品描述 教辅宝是一款为用户提供学习机构网站的平 ...
分类:
其他好文 时间:
2017-11-05 18:29:22
阅读次数:
295
Stop trying to find a rewind. It's life, not a movie. 别妄想倒带,这是生活,不是电影。 There is no need to go back to yesterday, even we can do that, we may find ever ...
分类:
其他好文 时间:
2017-11-05 16:29:43
阅读次数:
152
吴吉键(组长)201421122007 魏修祺 201421122008 孙劲林 201421122022 一、需求分析(NABCD) 1、N(Need 需求) 课堂助理上教师完成测验之后需要对测验进行讲解,该功能将测验中的题目与答案逐一显示,便于教师讲解测验题目。 2、A(Approach 做法) ...
分类:
其他好文 时间:
2017-11-04 13:40:46
阅读次数:
125
1 ############################################################################ 2 # 3 # Copyright (c) 2015 PX4 Development Team. All rights reserved. 4... ...
分类:
其他好文 时间:
2017-11-03 17:10:52
阅读次数:
161
问题描述:使用Glide加载RecyclerView的Item中的图片,RecyclerView使用了瀑布流展示图片,但是滚动时图片会不断的加载,并且大小位置都会改变,造成显示错乱。 解决方法:使用瀑布流,我们可以根据要展示的列数来将屏幕宽度等分,从而获得Item的宽度。知道了宽度,那么我们就可以使 ...
分类:
其他好文 时间:
2017-11-02 00:58:59
阅读次数:
1050
<body class="easyui-layout"> 父容器 <div class="easyui-layout" id="subWrap" fit="true" style="width:100%;height:100%;"> 子容器 <div region="north" style="he ...
分类:
其他好文 时间:
2017-10-31 20:07:33
阅读次数:
148
122. Best Time to Buy and Sell Stock II Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to ...
分类:
编程语言 时间:
2017-10-29 20:18:35
阅读次数:
184
一、工厂模式(Factory)二、建造模式(Builder)三、原始模型模式(Prototype)四、单例模式(Singleton)五、适配器(Adapter)六、桥梁模式(Bridge)七、合成模式(Composite)八、装饰模式(Decorator)九、门面模式(Facade)十、享元模式(F ...
分类:
编程语言 时间:
2017-10-27 23:55:40
阅读次数:
418