上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 38 下一页
摘要: Promise 承诺 fetch 提取 async 异步 gather 收集 expression 表达式 variable 变量 templates 模板 offset 偏移;偏移量 pr(pull requests) 为开源项目提交自己的代码 prepary 准备,起草 compiler 编译 阅读全文
posted @ 2023-03-16 15:24 __username 阅读(97) 评论(0) 推荐(1) 编辑
摘要: 复习巩固下: 1、python中类函数、成员函数、静态函数、类变量、成员变量 ​ 在Python中,类函数、成员函数和静态函数都是类的函数,它们的不同之处在于它们的作用域和调用方式。 2、unittest前后置 ​ 在编写单元测试时,经常需要在测试方法执行前或执行后执行某些特定的代码。这些代码通常称 阅读全文
posted @ 2023-03-16 14:04 __username 阅读(550) 评论(0) 推荐(1) 编辑
摘要: 安装 PyExecJS2, PyExecJS一代已经不更新了! 调用之前,需要安装node,python调用js需要node环境 pip install PyExecJS2 ctx = execjs.compile(open('Other/学习/10有道.js', 'r', encoding='ut 阅读全文
posted @ 2023-03-15 01:55 __username 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 其他参考链接:https://blog.csdn.net/weixin_50941083/article/details/125590486 输入输出 package main import "fmt" func main() { /** 输入和输出:fmt包 输出: fmt.Println() / 阅读全文
posted @ 2023-03-13 23:15 __username 阅读(19) 评论(0) 推荐(1) 编辑
摘要: # 一:介绍 conda国内镜像源: ~~~cmd conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mir 阅读全文
posted @ 2023-03-12 21:04 __username 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 3.12 # coding=gbk # -*- coding:uft-8 -*- # @Time: 2023/3/12 # @motto: Become a code whiz # @FileName: python异步之asyncio import asyncio import random as 阅读全文
posted @ 2023-03-12 16:08 __username 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 使用vscode编写 例子1: dim a,b a=10 b=20 msgbox a + b 例子2: # 输入输出 dim str str = inputbox("please input your name here","Title","hahahhahah") # 第一个参数弹框提示信息,第二 阅读全文
posted @ 2023-03-11 00:10 __username 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1、工具 JS加解密 https://www.bejson.com/enc/eval_package/ Ob混淆 https://github.com/Tsaiboss/decodeObfuscator AST 混淆还原框架 https://github.com/sml2h3/ast_tools C 阅读全文
posted @ 2023-03-11 00:09 __username 阅读(2338) 评论(0) 推荐(0) 编辑
摘要: 持续更新 1、一行命令查看WiFI和密码 // 查看wifi netsh wlan show profile // 查看配置 netsh wlan show profile name=WiFi名称 key=clear 2、清理磁盘大小 在命令提示符下输入:powercfg -h off 即可关闭磁盘 阅读全文
posted @ 2023-03-09 23:36 __username 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 一行命令实现内网穿透 内网穿透,也即 NAT 穿透,进行 NAT 穿透是为了使具有某一个特定源 IP 地址和源端口号的数据包不被 NAT 设备屏蔽而正确路由到内网主机。下面就相互通信的主机在网络中与 NAT 设备的相对位置介绍内网穿透方法 (1)本地启动web服务 from flask import 阅读全文
posted @ 2023-03-09 21:55 __username 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 38 下一页

本文作者:DIVMonster

本文链接:https://www.cnblogs.com/guangzan/p/12886111.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。