let items = [
{ name: ''リンゴ", price: 150 },
{ name: 'バナナ', price: 80 },
];
items.forEach(function(item, index) {
console.log(index)
console.log(item.name)
console.log(item.price)
});
パソコンや開発、Linuxやデータベースのことなど
cat /sys/class/thermal/thermal_zone0/temp
27800 -> 27.8度C
-----
yum install lm_sensors
sensors
S | M | T | W | T | F | S |
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |