摘要:
在使用QNetworkAccessManager类时,用到线程了, 运行后提示: QObject: Cannot create children for a parent that is in a different thread. Parent is QNetworkAccessManager(0 阅读全文
摘要:
比如using System;class MyClass{ private int id; public int Id { get {return id;} set {id=value;} }}在set中可以添加一些内容 比如public int Id{ get {return... 阅读全文