为您找到相关结果123,053个
详解Python GUI工具取色器_python_脚本之家
self.ui.t.cancel() self.ui.start = False self.ui.setcounts = self.ui.setcounts%12 +1 self.set_colors() self.ui.buttonrgb[self.ui.setcounts%12 -1] = self.ui.rgb self.ui.buttonrgb1[self.ui.setcounts%12 -1] = self.ui.rgb1 if __name__ == "__main__": app = QApplicatio...
www.jb51.net/article/2156...htm 2025-4-18
C++中HTTP 代理服务器的设计与实现详解_C 语言_脚本之家
bool Get(const std::string& url, char* response, size_t& start, size_t& responseSize); // 读取缓存 bool Put(const std::string& url, const char* response, size_t responseSize, size_t& start); // 保存缓存 private: std::string cacheDirectory_; // 存放缓存的文件目录 std...
www.jb51.net/program/311237k...htm 2025-4-19
Java中关于http请求获取FlexManager某设备分组监控点_java_脚本之家
"ttext": "1", "ftext": "0" }, "memo": "VW400", "encoding": 1, "stringByteOrder": 0, "charCount": 1, "deviceChanged": false, "tagChanged": false, "firmwareSupport": true, "executeOnEdge": false, "valueTransform": { "type": 0, "maxValue": 0, "minValue": 0, "scal...
www.jb51.net/article/2647...htm 2025-4-17
Pygame坦克大战游戏开发实战详解代码_python_脚本之家
tfont=pygame.font.Font('./font/simkai.ttf', width//4) cfont=pygame.font.Font('./font/simkai.ttf', width//20) title=tfont.render(u'坦克大战',True, (255,0,0)) content1=cfont.render(u'按1键进入单人游戏',True, (0,244,222)) ...
www.jb51.net/article/2378...htm 2025-4-18