上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 49 下一页
摘要: 一、效果图 阅读全文
posted @ 2020-04-24 09:59 样子2018 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 二、代码 import json import time from tkinter import messagebox from threading import Thread from socketClient import SocketClient from LoginWindow 阅读全文
posted @ 2020-04-24 09:51 样子2018 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: 一、基本使用 import logging if __name__ == '__main__': logging.basicConfig(level = logging.DEBUG,format = '%(asctime)s - %(name)s - %(levelname)s - %(messag 阅读全文
posted @ 2020-04-18 16:15 样子2018 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 一、服务端 import socketserver import time conn_poll = [] class MyServer(socketserver.BaseRequestHandler): def handle(self): print('... connected from {}'. 阅读全文
posted @ 2020-04-18 08:44 样子2018 阅读(1054) 评论(0) 推荐(0) 编辑
摘要: 一、服务端 import socket from threading import Thread import socketserver g_socket = None g_conn_pool = [] def handle_client(): while True: client, addr = 阅读全文
posted @ 2020-04-17 15:56 样子2018 阅读(5022) 评论(0) 推荐(1) 编辑
摘要: 一、socket socket类型 描述 socket.AF_UNIX 只能够用于单一的Unix系统进程间通信 socket.AF_INET 服务器之间网络通信 socket.AF_INET6 IPv6 socket.SOCK_STREAM 流式socket , for TCP socket.SOC 阅读全文
posted @ 2020-04-16 15:50 样子2018 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 一、更新 二、效果图 阅读全文
posted @ 2020-04-15 08:42 样子2018 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 一、更新 2020-08-28 修复admin/model/admin.php代码 2020-04-14 修复账号启用问题 2020-04-09 初版本完成 二、效果图 三、获取源码 注意:部署配置虚拟主机 QQ:2575404985 微信:yangyang92428 github:https:// 阅读全文
posted @ 2020-04-09 21:26 样子2018 阅读(2469) 评论(0) 推荐(0) 编辑
摘要: 一、下载uni-app插件 下载地址:https://ext.dcloud.net.cn/plugin?id=183 二、示例 <view class="content padding-lr"> <uParse :content="goodsInfo.content" :imageProp="ima 阅读全文
posted @ 2020-04-03 14:38 样子2018 阅读(12535) 评论(1) 推荐(0) 编辑
摘要: 一、截图 二、解决 修改application\database.php // 数据集返回类型 'resultset_type' => 'array', 改为 // 数据集返回类型 'resultset_type' => 'collection', 阅读全文
posted @ 2020-03-27 14:52 样子2018 阅读(9522) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 49 下一页