clang_2019-12-13-113831_crash.crash
2021-08-18 09:01:06 12KB clang
1
clang_2019-12-13-113746Mac.crash
2021-08-18 09:01:06 12KB clang
1
Java Crash Course - The Complete Beginner's Course to Learn Java Programming in 21 Clear-Cut Lessons Paperback – December 20, 2016 Are you bored of the traditional methods people tell you to use to learn programming languages? Are you bored of all those boring programming books that pile up making everything look so hard? What if we told you there's a better, more enjoyable way to learn Java programming language and grow your knowledge exponentially? Well, guess what? There is! The best way to learn Java is by following a set of step by step, clear cut, uncomplicated lessons The problem? You might feel like you don't know where to start, or you may feel lost trying to read whatever pops up on the internet. And that’s exactly why we created this book. Quick Lessons + Dozens of Practical Exercises = Faster Learning We know how difficult it may seem to learn a programming language from scratch, let alone trying to put all that learning into practice. But what you might not realize is that it's fairly easy to fully incorporate the essentials of Java programming once you frame that learning into a certain context (for example, practical exercises). The aim is to achieve all the necessary skills to learn how to actually implement Java. This e-book will guide you through the process, allowing you to expand your skills in Java more quickly than usual, making sense of ideas, understanding new concepts, and getting a better grasp of the essentials of Java programming in a relatively short period of time. Our straightforward lessons work because they eliminate the stress of forcing yourself to overcome the complexity most books present. Instead, when you go through our 21 lessons, you will learn Java without even realizing you’re learning it! Your goal is to simply focus on a lesson at a time (they only a take few minutes to read). The lessons start right from the beginning, covering the basics of Java and building up from there. We wanted these lessons to be fun, interestin
2021-08-18 08:46:48 1.69MB Java
1
基于高通平台定位kernel crash地址到文件哪一行的方法
2021-08-11 09:13:45 7KB debug
1
为嵌入式系统生成崩溃文件(回溯和日志)的通用库
2021-08-03 09:33:08 9KB 开源软件
1
Python Crash Course is a fast-paced, thorough introduction to programming with Python that will have you writing programs, solving problems, and making things that work in no time. In the first half of the book, you'll learn about basic programming concepts, such as lists, dictionaries, classes, and loops, and practice writing clean and readable code with exercises for each topic. You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online. As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and Pygal Make 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progresses Work with data to generate interactive visualizations Create and customize simple web apps and deploy them safely online Deal with mistakes and errors so you can solve your own programming problems If you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code! Table of Contents Part I: Basics Chapter 1: Getting Started Chapter 2: Variables and Simple Data Types Chapter 3: Introducing Lists Chapter 4: Working with Lists Chapter 5: if Statements Chapter 6: Dictionaries Chapter 7: User Input and while Loops Chapter 8: Functions Chapter 9: Classes Chapter 10: Files and Exceptions Chapter 11: Testing Your Code Part II: Projects Project 1: Alien Invasion Project 2: Data Visualization Project 3: Web Applications Appendix A: Installing Python Appendix B: Text Editors Appendix C: Getting Help Appendix D: Using Git for Version Control
2021-07-27 23:34:04 5.38MB Python Crash Course
1
标题 1 '#' 标题 2 '##' 标题 3 '### ' 标题 4 '#### ' 标题 5 '##### ' 标题 6 '###### ' 此文字为斜体此文字为斜体 这段文字是粗体这段文字是粗体 本文是删除线 \ 在实际规则之前。 这是一个报价 文本1 正文 2 正文 3 嵌套文本 1 嵌套文本 2 嵌套文本 1 嵌套文本 2 文本1 正文 2 嵌套文本 1 文本 3 // 它给出了适当的顺序 This is paragraph // in the previous line we are saying the language that we are using. BufferedReader br = new BufferedReader ( New InputStreamReader( System . in)); String s =
2021-07-23 18:03:42 3KB markdown readme markdown-to-html md
1
Python Crash Course, 2nd Edition,第一版销量常年在各大电商榜第一,第二版相比第一版也增加了许多实践项目,非常适合刚入门的同学,虽然是英文版但是有四级水平看起来就也不成问题啦,毕竟大部分是代码...2019年5月最新版
2021-07-21 17:29:48 25.9MB Python Pygame Data Django
1
软件是人思维的产物。智者千虑,必有一失,人的思维总有缺陷,反映到软件层面上就是程序 bug。程序 bug 的终极体现就是core dump,core dump 是软件错误无法恢复的产物。 我们经常见到的bug说“闪退、意外终止等”,这里说的大部分是指对应程序由于各种异常或者bug导致在运行过程中异常退出或者中止,并且在满足一定条件下(这里为什么说需要满足一定的条件呢?下面会分析)会产生一个叫做corefile的文件。 通常情况下,corefile文件会包含了程序运行时的内存,寄存器状态,堆栈指针,内存管理信息还有各种函数调用堆栈信息等,我们可以理解为是程序工作当前状态存储生成的一个文件,许多的程序出错的时候都会产生一个corefile文件,通过工具分析这个文件,我们可以定位到程序异常退出的时候对应的堆栈调用等信息,找出问题所在并进行及时解决。
2021-07-16 00:07:37 2.25MB Android Crash Gdb ARM
1
运行不会崩溃的测试: ./gradlew -Dtest.single=NotCrashTest test 运行会崩溃的测试: ./gradlew -Dtest.single=CrashTest test
2021-07-12 10:03:21 57KB Java
1