Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[iOS] Swift Basic

Posted on 2021-02-16 | In iOS |
Code Structure ViewController: IBOutlet: control + click on element in storyboard and drop the mouse into viewController file, click connect IBAction ...
Read more »

[CS15-213] Bits, Bytes, and Integers

Posted on 2021-02-08 | In Operating System |
Boolean Algebra A&B = 1 when A=1 and B=1 A|B = 1 when either A=1 or B=1 ~A=1 when A=0 A^B=1 when either A=1 or B=1, but not both Example: Represe ...
Read more »

[Android] Views

Posted on 2021-01-26 | In Android |
12345678910111213141516171819202122232425262728293031// MainActivity.javapublic class MainActivity extends AppCompatActivity { private Button ...
Read more »

[CS15-213] Overview

Posted on 2021-01-12 | In Operating System |
IntroGreat Reality 1: Integers are not integers, Floats are not RealsExample 1: Is x^2 >= 0? Float: yes Ints: 50000 * 50000 < 0 Example 2: Is ...
Read more »

[OS 3 Easy Pieces] The Abstraction: The Process

Posted on 2020-12-09 | In Operating System |
ProcessProcess: The abstraction provided by the OS of a running program The OS provides an illusion of unlimited CPUs by virtualization Time Sharing i ...
Read more »

[OS 3 Easy Pieces] Introduction

Posted on 2020-12-07 | In Operating System |
How does a program run? Von Neumann model of computing: It fetches instructions from the memory, decode it, and then execute it, and move on to the n ...
Read more »

[Web Scalability] Web Services

Posted on 2020-11-23 | In Scalability , Web Services |
Designing Web Services Monolithic architecture API-First Approach API-First Approach API-first: designing and building API contract first and then bu ...
Read more »

[Web Scalability] Front-End Layer

Posted on 2020-09-30 | In Scalability , Front-End |
Managing StateStateful server: server A holds data that other servers cannot accesStateless server: servers share the same storage system Managing HTT ...
Read more »

[React Native] Environment

Posted on 2020-09-03 | In Mobile , React Native |
What is react native A collection of “special” React components Components compiled to Native Widgets Native Platform APIs exposed to Javascript Conne ...
Read more »

[Operating System] Overview

Posted on 2020-07-10 | In Operating System |
Video: https://www.youtube.com/watch?v=hry_qqXLej8&list=PLRdybCcWDFzCag9A0h1m9QYaujD0xefgM&index=2&t=16s What’s in a Search Query? Client ...
Read more »
1…345…14

Adonais0

140 posts
131 categories
112 tags
GitHub Twitter
© 2024 Adonais0
Powered by Hexo
|
Theme — NexT.Mist v7.8.0