sudo apt-get updatesudo apt-get full-upgrade
sudo raspi-config- Choose
2. Hostnameand enter new hostname sudo reboot
| sudo apt install ddclient |
| // <-- スラッシュを二つ打てば、そのあとのテキストはコードとして解釈されないから、メモやコメントが書ける | |
| // この一行は必須 | |
| import React, { Component } from 'react' | |
| // ここで利用するパーツをリストアップする | |
| import { StyleSheet, Text, View, Image } from 'react-native' | |
| // 新しいパーツを作って、Appという名前をつける | |
| export default class App extends Component { |
| // Playground - noun: a place where people can play | |
| import UIKit | |
| import PlaygroundSupport | |
| struct Pokemon { | |
| let id: UInt | |
| let name: String | |
| } | |
| class PokedexViewController: UITableViewController { |