上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 74 下一页

2023年7月28日

Python-1-Python起步

摘要: 1-1 选择python的理由 相对于其它语言,Python容易上手,语法通俗易懂;复杂的概念已经封装好,不需要考虑内存的释放与申请,其它语言上百行代码解决的问题,Python只需要几十行甚至更短的代码。Python设计哲学:优雅、明确、简单 //打印print("Hello World");//交 阅读全文

posted @ 2023-07-28 22:28 Hello-World3 阅读(47) 评论(0) 推荐(0)

2023年7月26日

ProcessRecord 学习笔记

摘要: 一、成员变量 class ProcessRecord implements WindowProcessListener { static final String TAG = TAG_WITH_CLASS_NAME ? "ProcessRecord" : TAG_AM; ... final Stri 阅读全文

posted @ 2023-07-26 14:43 Hello-World3 阅读(137) 评论(0) 推荐(0)

2023年7月9日

QNX-9—QNX官网文档翻译—Resource Managers—Advanced topics

摘要: 注:翻译自:QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managers --> Advanced topicshttp://www.qnx. 阅读全文

posted @ 2023-07-09 21:40 Hello-World3 阅读(442) 评论(0) 推荐(0)

QNX-9—QNX官网文档翻译—Resource Managers—Examples

摘要: 注:本文翻译自QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managershttp://www.qnx.com/developers/docs 阅读全文

posted @ 2023-07-09 21:20 Hello-World3 阅读(733) 评论(0) 推荐(0)

QNX-9—QNX官网文档翻译—Resource Managers—Alphabetical listing of connect and I/O functions

摘要: 注:本文翻译自QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managershttp://www.qnx.com/developers/docs 阅读全文

posted @ 2023-07-09 21:00 Hello-World3 阅读(652) 评论(0) 推荐(0)

QNX-9—QNX官网文档翻译—Resource Managers—Handler routines

摘要: 注:本文翻译自QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managershttp://www.qnx.com/developers/docs 阅读全文

posted @ 2023-07-09 20:43 Hello-World3 阅读(207) 评论(0) 推荐(0)

QNX-9—QNX官网文档翻译—Resource Managers—Writing a resource manager

摘要: 注:本文翻译自QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managershttp://www.qnx.com/developers/docs 阅读全文

posted @ 2023-07-09 20:34 Hello-World3 阅读(648) 评论(0) 推荐(0)

QNX-9—QNX官网文档翻译—Resource Managers—The resource manager library

摘要: 注:本文翻译自QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managershttp://www.qnx.com/developers/docs 阅读全文

posted @ 2023-07-09 18:43 Hello-World3 阅读(537) 评论(0) 推荐(0)

QNX-9—QNX官网文档翻译—Resource Managers—What is a resource manager?

摘要: 注:本文翻译自QNX Software Development Platform --> Programming --> Getting Started with QNX Neutrino --> Resource Managers http://www.qnx.com/developers/doc 阅读全文

posted @ 2023-07-09 18:39 Hello-World3 阅读(174) 评论(0) 推荐(0)

QNX-9—QNX官网文档翻译—Resource Managers—开篇

摘要: 注:本文翻译自:http://www.qnx.com/developers/docs/7.1/index.html#com.qnx.doc.neutrino.getting_started/topic/s1_resmgr.html 一、本章前言 在本章中,我们将了解编写资源管理器需要了解的内容。 资 阅读全文

posted @ 2023-07-09 18:35 Hello-World3 阅读(329) 评论(0) 推荐(0)

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 74 下一页

导航