码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
Android Support Library 是什么?
这两天刚开始学习安卓,这里记录下这两天遇到的一些小问题。 首先先贴一个安卓 API 等级。 官方地址:https://developer.android.com/about/dashboards/ (可能要FQ) 上图,应该不用我解释了,相信就算是萌新也懂。 在没有接触安卓之前,听说安卓开发需要兼容 ...
分类:移动开发   时间:2019-01-04 01:11:51    阅读次数:187
python--jianja2
一:渲染模版 要渲染一个模板,通过render_template方法即可。 @app.route('/about/')def about():return render_template('about.html',**{'user':'username'}) 渲染模版时有两种传递参数的方式:用 va ...
分类:编程语言   时间:2019-01-03 19:39:23    阅读次数:176
[Debug] Diagnose a Slow Page Using Developer Tools
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
[Machine Learning with Python] Cross Validation and Grid Search: An Example of KNN
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 Canvas vs Panel
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
Chisel3 - bind - Data
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 的那些小技巧!
以下整理自知乎 Windows 有哪些你相见恨晚的技巧?和Quora(英文版) What are some secret tricks you should know about Windows? 等。。。以下测试和截图均来自win 10 pro 14393.447,如稍有不同,请自行更改。 0.找 ...
分类:Windows程序   时间:2018-12-31 13:50:09    阅读次数:263
English trip V1 - 22. My Life Teacher:Emily Key: describe talk about past
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
[Angular] ViewChild 'read' option
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
使用django的环境变量
在一个py文件中使用django的环境变量import osif __name__ == '__main__': '''' 在一个py文件中使用django的环境变量 ''' os.environ.setdefault("DJANGO_SETTINGS_MODULE", "aboutdrf.sett ...
分类:其他好文   时间:2018-12-28 10:58:47    阅读次数:179
4393条   上一页 1 ... 65 66 67 68 69 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!