码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
【入门】touchgfx 之 《Tutorial 3: Applications with multiple screens》
步骤1:设置两个屏幕 多屏应用 在本教程中,您将学习如何在应用程序中创建多个屏幕以及如何在两个屏幕之间共享数据。我们将创建一个模拟时钟的应用程序,它将使用一个屏幕设置小时和分钟,并将设置的时间传递给另一个带有运行时钟的屏幕。 您还将学习如何使用TouchGFX Designer根据交互(例如屏幕更改 ...
分类:移动开发   时间:2020-02-04 10:23:16    阅读次数:102
学习进度2020.02.03
学习进度2020.02.03 https://www.runoob.com/w3cnote/android-tutorial-linearlayout.html https://www.runoob.com/w3cnote/android-tutorial-relativelayout.html 今 ...
分类:其他好文   时间:2020-02-04 00:11:33    阅读次数:90
Matplotlib 容器教程
原文:Artist tutorial 译者:飞龙 协议:CC BY-NC-SA 4.0 matplotlib API 有三个层级。 matplotlib.backend_bases.FigureCanvas是绘制图形的区域,matplotlib.backend_bases.Renderer是知道如何 ...
分类:其他好文   时间:2020-02-03 19:16:34    阅读次数:75
Vulkan 学习资料汇总
1、知乎 Vulkan-高性能渲染 2、Life of a triangle - NVIDIA's logical pipeline 3、Round Robin 算法 4、NVIDIA Developer Vulkan 5、Vulkan SDK Tutorial 6、Vulkan In 30 Min ...
分类:其他好文   时间:2020-02-03 10:17:02    阅读次数:96
学习进度2020.02.02
学习进度2020.02.02 View与ViewGroup的概念 学习地址: https://www.runoob.com/w3cnote/android-tutorial-view-viewgroup-intro.html 在Android APP中,所有的用户界面元素都是由View和ViewGr ...
分类:其他好文   时间:2020-02-02 23:21:41    阅读次数:81
JMeter压测MongoDB
1、下载mongo-java-driver驱动 官方驱动: https://mongodb.github.io/mongo-java-driver/ 或者Maven: https://mvnrepository.com/artifact/org.mongodb/mongo-java-driver < ...
分类:数据库   时间:2020-02-02 01:43:12    阅读次数:99
学习进度2020.02.01
学习进度2020.02.01 https://www.runoob.com/w3cnote/android-tutorial-eclipse-adt-sdk-app.html 学习使用Eclipse + ADT + SDK开发Android APP 熟悉了该平台的环境,并简单使用此平台开发了一个简单 ...
分类:其他好文   时间:2020-02-02 01:15:44    阅读次数:54
PHP MySQLi Prepared Statements Tutorial to Prevent SQL Injection
https://websitebeaver.com/prepared statements in php mysqli to prevent sql injection introduction One Row $result fetch_assoc() Fetch an associative a ...
分类:数据库   时间:2020-02-01 16:41:15    阅读次数:97
IDEA系列(九)Intellij IDEA界面介绍 - 哲也的博客
原文出处:https://github.com/judasn/IntelliJ-IDEA-Tutorial 首次打开 重点说明: IntelliJ IDEA 是没有类似 Eclipse 的工作空间的概念(Workspaces ),最大单元就是 Project。如果你同时观察多个项目的情况,Intel... ...
分类:其他好文   时间:2020-02-01 12:39:39    阅读次数:80
【Unity|C#】基础篇(10)——泛型(Generic)/ 泛型约束条件(where)
【学习资料】 > 在线文档 官方文档:https://docs.microsoft.com/zh-cn/dotnet/csharp/ 菜鸟教程(高级教程):https://www.runoob.com/csharp/csharp-tutorial.html > 视频教程 腾讯学院、Siki学院 > ...
分类:编程语言   时间:2020-01-31 01:09:47    阅读次数:241
3034条   上一页 1 ... 20 21 22 23 24 ... 304 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!