草庐IT

xposition

全部标签

ios - 无法在 iOS 的 Realm 数据库中存储 Double 值

我只是想了解Realm并遇到了一个问题。我有一个这样的模型classTemplate:Object{dynamicvarid=NSUUID().UUIDStringvarpages=List()}classTemplatePage:Object{varxPosition:Double=0.0varyPosition:Double=0.0}现在,我正在执行以下代码:classViewController:UIViewController{letrealm=try!Realm()vartemplatePages=[TemplatePage]()overridefuncviewDidLoad

python - Tkinter 全屏应用

我正在创建一个应用程序。我需要它是一个真正的全屏应用程序。我的意思是顶部或周围没有标题栏。这是我的代码的基本版本:fromtkinterimport*window=Tk()canvas=Canvas(window,width=1400,height=820,bg="SteelBlue2")canvas.pack()xposition=0yposition=0temperature="46"message="Thetemperaturerightnowis"+temperatureindepth="Itsaclearnight"defmoveleft(event):globalyposi