yocktoを実行してドッカーの中にイメージを構築していますが、すべてのプロセスの後でautomakeに関連するエラーが発生します。 checking whether build environment is sane...
configure: error: newly created file is older than distributed files!
Check your syst
私はArduinoでデジタル時計を作ろうとしていますが、数時間後には数分後です。 4ms後にaux値を大きくしました。技術的には15000 * 4ms後に最後の1桁を増やす必要がありますか? void loop() {
// t is first hour digit
// y is the second hour digit
// u is the first mi
なぜ以下のコードがサウンドを再生しないのでしょうか? s.play()がclock()関数の外にある場合、それは機能します。 import time
import pygame
pygame.init()
s = pygame.mixer.Sound("0614.wav")
def clock():
x = input("How long to start the alarm
私は解決できない問題があります。 私は次のコードを実行すると、私はこのエラーを取得 AttributeError: 'float' object has no attribute 'root'
すべてが私の広告はA Clock.schedule コードまで正常に動作します。たとえば from kivy.app import App
from kivy.uix.floatlayout impo