zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[Bryan Cairns, VoidRealms, Udemy] Qt 6 Core Advanced with C++
magnet:?xt=urn:btih:ef0ea5e483f7b1cb2752156917039986ea3aebd5&dn=[Bryan Cairns, VoidRealms, Udemy] Qt 6 Core Advanced with C++
磁力链接详情
Hash值:
ef0ea5e483f7b1cb2752156917039986ea3aebd5
点击数:
203
文件大小:
5.72 GB
文件数量:
126
创建日期:
2022-1-1 19:48
最后访问:
2024-11-2 16:51
访问标签:
Bryan
Cairns
VoidRealms
Udemy
Qt
6
Core
Advanced
with
C
文件列表详情
08 Deploying/010 Building Qt Both Dynamic and Static.mp4 220.41 MB
01 Welcome to the course/001 What does this course cover.mp4 6.94 MB
01 Welcome to the course/004 Reviews and feedback.mp4 12.95 MB
01 Welcome to the course/005 What does this course not cover.mp4 9.13 MB
01 Welcome to the course/006 Challenges with advanced.mp4 13.35 MB
01 Welcome to the course/007 Who should take this course.mp4 11.5 MB
01 Welcome to the course/008 Course prerequisites.mp4 9.43 MB
01 Welcome to the course/009 If you don’t know C++ or Qt.mp4 9.89 MB
01 Welcome to the course/010 Who is the instructor.mp4 16.54 MB
01 Welcome to the course/011 Raw and unfiltered.mp4 16.39 MB
01 Welcome to the course/012 Qt overview.mp4 11.38 MB
01 Welcome to the course/013 Courses overview.mp4 6.05 MB
01 Welcome to the course/014 Qt is massive.mp4 11.13 MB
01 Welcome to the course/015 What why how recap.mp4 8.46 MB
01 Welcome to the course/016 Goals of the course.mp4 6.16 MB
01 Welcome to the course/017 What is Qt.mp4 15.71 MB
01 Welcome to the course/018 What can you make with Qt.mp4 4.93 MB
01 Welcome to the course/019 Have Qt installed.mp4 5.86 MB
01 Welcome to the course/020 Installation issues.mp4 10.81 MB
01 Welcome to the course/021 Expect issues.mp4 11.78 MB
01 Welcome to the course/022 Bugs.mp4 8.89 MB
01 Welcome to the course/023 Skipped the previous courses.mp4 7.79 MB
02 Before we begin/001 Qt configuration, kits and more.mp4 28.34 MB
02 Before we begin/002 Maintenance tool overview.mp4 22.92 MB
02 Before we begin/003 3rd party tools.mp4 12.49 MB
02 Before we begin/004 Google to the rescue.mp4 15.76 MB
02 Before we begin/005 Updating the Qt versions.mp4 32.77 MB
03 Threads/001 Synchronous code.mp4 14.98 MB
03 Threads/002 Asynchronous code.mp4 11.46 MB
03 Threads/003 Threaded code.mp4 18.75 MB
03 Threads/004 Synchronous example.mp4 19.9 MB
03 Threads/005 Asynchronous example.mp4 23.2 MB
03 Threads/006 Creating threads.mp4 60.64 MB
03 Threads/007 Inheriting QThread.mp4 49.96 MB
03 Threads/008 Thread LifeCycle.mp4 120.85 MB
03 Threads/009 QThreadPool.mp4 68.75 MB
03 Threads/010 QMutex.mp4 82.86 MB
03 Threads/011 QMutexLocker.mp4 23.5 MB
03 Threads/012 QSemaphore.mp4 71.71 MB
03 Threads/013 QWaitCondition.mp4 99.42 MB
03 Threads/014 Signals and slots in threads.mp4 114.29 MB
03 Threads/015 What is Qt Concurrent.mp4 27.16 MB
03 Threads/016 Intro to Qt Concurrent.mp4 55.84 MB
03 Threads/017 QtConcurrent.mp4 34.55 MB
03 Threads/018 QtConcurrent issues.mp4 34.82 MB
03 Threads/019 QFutureWatcher.mp4 56.88 MB
03 Threads/020 QFuture return values.mp4 32.47 MB
03 Threads/021 QFutureWatcher Slots.mp4 96.11 MB
03 Threads/022 QFutureIterator.mp4 54.3 MB
03 Threads/023 QFutureSyncronizer.mp4 33.89 MB
03 Threads/024 Threaded example.mp4 128.41 MB
04 Networking/001 What is networking.mp4 50.4 MB
04 Networking/002 Understanding networks.mp4 31.24 MB
04 Networking/003 Ports.mp4 20.78 MB
04 Networking/004 Protocols.mp4 42.35 MB
04 Networking/005 Network vs internet.mp4 29.53 MB
04 Networking/006 Clients.mp4 12.92 MB
04 Networking/007 Servers.mp4 29.32 MB
04 Networking/008 Hybrid roles.mp4 11.01 MB
04 Networking/009 Proxy Servers.mp4 20.54 MB
04 Networking/010 DNS.mp4 20.84 MB
04 Networking/011 SSL.mp4 18.49 MB
04 Networking/012 TCP.mp4 14.73 MB
04 Networking/013 UDP.mp4 13.52 MB
04 Networking/014 Async Sockets.mp4 7.31 MB
04 Networking/015 Threaded Sockets.mp4 8.46 MB
04 Networking/016 QHostAddress.mp4 107.18 MB
04 Networking/017 QUdpSocket.mp4 121.98 MB
04 Networking/018 UDP Chat Example.mp4 98.63 MB
04 Networking/019 QTcpSocket.mp4 114.86 MB
04 Networking/020 QNetworkProxy.mp4 83 MB
04 Networking/021 QSslSocket.mp4 112.53 MB
04 Networking/022 Synchronous TCP.mp4 42.35 MB
04 Networking/023 Synchronous UDP.mp4 72.9 MB
04 Networking/024 Asynchronous TCP.mp4 52.24 MB
04 Networking/025 Asynchronous UDP.mp4 33.96 MB
04 Networking/026 Threaded TCP.mp4 137.58 MB
04 Networking/027 Threaded UDP.mp4 106.87 MB
04 Networking/028 QNetworkAccessManager HTTP.mp4 156.93 MB
04 Networking/029 QNetworkAccessManager FTP.mp4 40.87 MB
04 Networking/030 QTcpServer.mp4 86.31 MB
04 Networking/031 Multi-threaded TCP Server.mp4 88.43 MB
04 Networking/032 Multi-threaded TCP Testing.mp4 133.99 MB
04 Networking/034 SSL Server – creating a certificate.mp4 71.67 MB
04 Networking/035 SSL Server – creating the server.mp4 126.16 MB
04 Networking/036 SSL Server – testing.mp4 30.22 MB
05 Libraries/001 What is a library.mp4 9.34 MB
05 Libraries/002 Why use libraries.mp4 20.71 MB
05 Libraries/003 Shared libraries.mp4 13.73 MB
05 Libraries/004 Static libraries.mp4 15.55 MB
05 Libraries/005 Shared vs static.mp4 17.57 MB
05 Libraries/006 Plugins.mp4 20.65 MB
05 Libraries/007 Dependency trees.mp4 16.92 MB
05 Libraries/008 Deployment issues.mp4 13.84 MB
05 Libraries/009 Creating a shared library.mp4 63.98 MB
05 Libraries/010 Creating a shared external library.mp4 52.23 MB
05 Libraries/011 Shared library dependencies.mp4 40.84 MB
05 Libraries/012 Static Library.mp4 50.98 MB
05 Libraries/013 Application Plugins.mp4 168.58 MB
05 Libraries/014 Overview of popular libraries.mp4 71.63 MB
06 Databases/001 Intro to databases.mp4 20.93 MB
06 Databases/002 What are databases.mp4 20.18 MB
06 Databases/003 Why use a database.mp4 14.04 MB
06 Databases/004 Understanding Qt database plugins.mp4 18.31 MB
06 Databases/005 Loading a Plugin with QPluginLoader.mp4 117.17 MB
06 Databases/006 Listing drivers with QSqlDriver.mp4 49.82 MB
06 Databases/007 QSqlDatabase and QSqlQuery.mp4 150.55 MB
06 Databases/008 Data class example.mp4 108.21 MB
07 Testing/001 What is unit testing.mp4 23.29 MB
07 Testing/002 Why use unit testing.mp4 32.52 MB
07 Testing/003 Qt Test.mp4 55.12 MB
07 Testing/004 Basic tests.mp4 21.89 MB
07 Testing/005 Testing failure.mp4 47.22 MB
07 Testing/006 Data driven tests.mp4 52.87 MB
07 Testing/007 Benchmarking.mp4 38.08 MB
07 Testing/008 Skipping tests and expecting failure.mp4 22.39 MB
08 Deploying/001 Intro to deploying applications.mp4 12.91 MB
08 Deploying/002 Deployment challenges.mp4 12.73 MB
08 Deploying/003 Deployment strategies.mp4 12.12 MB
08 Deploying/004 Shared vs Static builds.mp4 13.47 MB
08 Deploying/005 Millions of ways to deploy.mp4 49.49 MB
08 Deploying/006 Test application.mp4 22.61 MB
08 Deploying/007 Deploying on Mac.mp4 61.07 MB
08 Deploying/008 Deploying on Linux.mp4 74.15 MB
08 Deploying/009 Deploying on Windows.mp4 149.54 MB
08 Deploying/012 Qt installer framework.mp4 46.56 MB
其他位置