这两天刚开始学习安卓,这里记录下这两天遇到的一些小问题。 首先先贴一个安卓 API 等级。 官方地址:https://developer.android.com/about/dashboards/ (可能要FQ) 上图,应该不用我解释了,相信就算是萌新也懂。 在没有接触安卓之前,听说安卓开发需要兼容 ...
分类:
移动开发 时间:
2019-01-04 01:11:51
阅读次数:
187
一:渲染模版 要渲染一个模板,通过render_template方法即可。 @app.route('/about/')def about():return render_template('about.html',**{'user':'username'}) 渲染模版时有两种传递参数的方式:用 va ...
分类:
编程语言 时间:
2019-01-03 19:39:23
阅读次数:
176
Your page is showing high CPU usage and spinning up your laptop fan, but nothing is visibly happening. What is it doing, and why is it so slow? This l ...
分类:
其他好文 时间:
2019-01-02 17:21:48
阅读次数:
142
Train model: Show parameters of best model: Show the score of train set: Fit on test set: Show the score of test set: More about GridSearchCV: https:/ ...
分类:
编程语言 时间:
2019-01-02 10:35:02
阅读次数:
192
Unity guys specifically gave a performance talk about UI Canvases on some of the past Unite(s). You won't have trouble finding it on Unity's YouTube c ...
分类:
编程语言 时间:
2019-01-01 14:58:43
阅读次数:
336
https://mp.weixin.qq.com/s/ENJVkz88sGgyODRNCu9jhQ 介绍Data类中的binding的定义和用法。 Binding stores information about this node's position in the hardware graph. ...
分类:
其他好文 时间:
2018-12-31 23:43:50
阅读次数:
230
以下整理自知乎 Windows 有哪些你相见恨晚的技巧?和Quora(英文版) What are some secret tricks you should know about Windows? 等。。。以下测试和截图均来自win 10 pro 14393.447,如稍有不同,请自行更改。 0.找 ...
In this lesson you will learn to talk about the past. 课上内容(Lesson) I was born in 1986. I started school at 6 years old. I comleted my school life at 2 ...
分类:
其他好文 时间:
2018-12-30 10:39:29
阅读次数:
172
It is not clear in the Docs about {read: xx} option for @ViewChild. Based on the Source code, @ViewChild as view as Component, ElementRef, TemplateRef ...
分类:
其他好文 时间:
2018-12-28 19:23:17
阅读次数:
194
在一个py文件中使用django的环境变量import osif __name__ == '__main__': '''' 在一个py文件中使用django的环境变量 ''' os.environ.setdefault("DJANGO_SETTINGS_MODULE", "aboutdrf.sett ...
分类:
其他好文 时间:
2018-12-28 10:58:47
阅读次数:
179