怪物回收公司

首页 新随笔 联系 管理

01 2023 档案

摘要:D:\code3\socketio_express_mongodb\ExpressJS-SocketIO-Boilerplate\config.js /** * Web server port */ const SERVER_PORT = 3005; /** * Session settings * 阅读全文
posted @ 2023-01-31 23:30 Song的学习笔记 阅读(29) 评论(0) 推荐(0)

摘要:E:\song2\fastapi_socketio_chatroom\app.py # socketio import socketio # fastapi from fastapi import FastAPI, WebSocket, Request, WebSocketDisconnect fr 阅读全文
posted @ 2023-01-30 09:04 Song的学习笔记 阅读(152) 评论(0) 推荐(0)

摘要:socketio的小练习 服务端 # socketio import socketio # fastapi from fastapi import FastAPI, WebSocket, Request, WebSocketDisconnect from fastapi.responses impo 阅读全文
posted @ 2023-01-29 17:07 Song的学习笔记 阅读(264) 评论(0) 推荐(0)

摘要:代码 import socketio from fastapi import FastAPI from fastapi.middleware.cors import CORSMiddleware from fastapi.responses import RedirectResponse # app 阅读全文
posted @ 2023-01-29 10:55 Song的学习笔记 阅读(238) 评论(0) 推荐(0)

摘要:D:\code_gitee\fastapi-socketio-example-main\fastapi-socketio-example-main\app.py import os import pathlib import secrets import time from typing impor 阅读全文
posted @ 2023-01-28 19:41 Song的学习笔记 阅读(268) 评论(0) 推荐(0)

摘要:D:\code_gitee\flask_socketio_online-ping-demo-master\online-ping-demo-master\python3\app.py #!/usr/bin/python3 # -*- coding: utf-8 -*- from flask impo 阅读全文
posted @ 2023-01-15 20:34 Song的学习笔记 阅读(79) 评论(0) 推荐(0)

摘要:D:\code_gitee\html_crostest\htmo_crostest\index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg 阅读全文
posted @ 2023-01-15 20:32 Song的学习笔记 阅读(33) 评论(0) 推荐(0)

摘要:D:\code_gitee\python_get_msedge_history\新建文件夹\cnblog2anki.py from base64 import encode import os import re import shutil import easygui import request 阅读全文
posted @ 2023-01-14 23:01 Song的学习笔记 阅读(51) 评论(0) 推荐(0)

摘要:代码逻辑图 E:\song\下载的文件\fastapi-socketio-example-master\backend\asgi.py import uvicorn from api import config, app if __name__ == '__main__': uvicorn.run( 阅读全文
posted @ 2023-01-12 19:23 Song的学习笔记 阅读(291) 评论(0) 推荐(0)

摘要:absl-py==1.2.0 altgraph==0.17.3 anyio==3.6.2 APScheduler==3.9.1.post1 argon2-cffi==21.3.0 argon2-cffi-bindings==21.2.0 asgiref==3.5.2 asttokens==2.0.8 阅读全文
posted @ 2023-01-10 17:06 Song的学习笔记 阅读(62) 评论(0) 推荐(0)

摘要:D:\code_gitee\python_socket\agvServer.ts import { createServer } from "net"; const server = createServer(); server.listen(19204, "localhost"); server. 阅读全文
posted @ 2023-01-09 22:47 Song的学习笔记 阅读(40) 评论(0) 推荐(0)

摘要:解压文件和创建两个文件夹 配置一个文件 将上面的两个文件夹路径添加到文件中 同时添加npm的淘宝镜像源 cache=D:\node-v16.17.0-win-x64\node_cache prefix=D:\node-v16.17.0-win-x64\node_global registry=htt 阅读全文
posted @ 2023-01-09 17:20 Song的学习笔记 阅读(114) 评论(0) 推荐(0)

摘要:![image](https://img2023.cnblogs.com/blog/1222814/202301/1222814-20230106225233178-1224567576.png) 阅读全文
posted @ 2023-01-06 22:52 Song的学习笔记 阅读(17) 评论(0) 推荐(0)

摘要:https://tieba.baidu.com/p/8001363205?fr=ala0&pstaala=2&tpl=5&fid=18710361 阅读全文
posted @ 2023-01-05 19:40 Song的学习笔记 阅读(494) 评论(0) 推荐(0)

摘要:https://code.visualstudio.com/docs/editor/portable 阅读全文
posted @ 2023-01-05 19:39 Song的学习笔记 阅读(103) 评论(0) 推荐(0)

摘要:![image](https://img2023.cnblogs.com/blog/1222814/202301/1222814-20230103153858116-1954892502.png) 阅读全文
posted @ 2023-01-03 15:39 Song的学习笔记 阅读(53) 评论(0) 推荐(0)

摘要:#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev 阅读全文
posted @ 2023-01-03 13:47 Song的学习笔记 阅读(66) 评论(0) 推荐(0)

摘要:![image](https://img2023.cnblogs.com/blog/1222814/202301/1222814-20230103085655672-1452781008.png) ![image](https://img2023.cnblogs.com/blog/1222814/202301/1222814-20230103095650596-2058731149.png) ![ 阅读全文
posted @ 2023-01-03 08:57 Song的学习笔记 阅读(31) 评论(0) 推荐(0)