我創建一個應用程序,它會做this video - The Everything Formula 顯示我建議你看它理解這個公式。我試圖複製視頻的一部分,然後獲取'k'(y座標)。我將圖像的每個像素都放入一個包含二進制版本的字符串中。二進制數的長度非常大,我不能將它存儲爲int或long。 現在,這裏是我無法解決的部分。 我該如何將包含二進制數字的字符串轉換爲字符串格式的基本10數字? 我不能使用l
kurzor_databaza.execute("SELECT c0,c3,c6,c9,c12,c15,c18,c21 FROM teplota_tuv WHERE datum=(%s);",(datetime_object,))
rows=kurzor_databaza.fetchall()
hodnoty_databaza={}
for row in rows:
Private Sub Check()
For rwIndex = 2 To 227
If (Len(Cells(rwIndex, 1).Value) > 0) Then
If (Cells(rwIndex, 3).Value < 6000) Then
Cells(rwIndex, 6).Value = " Below 6M Is Not Accept
說,例如,我有以下字符串和輸入4.0,它代表秒: John Time Made 11:05:20 in 2010
5.001 Kelly #1
6.005 Josh #8
,並希望以下結果: John Time Made 11:05:24 in 2010 #Input 4.0 is added to the seconds of 11:05:20
1.001 Kelly #1 #4.0