日常生活的交流与学习

首页 新随笔 联系 管理
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页

2022年10月9日 #

摘要: == 在绘图前我们需要为 ECharts 准备一个定义了高宽的 DOM 容器。 == echarts.init 方法初始化一个 echarts 实例 == 地图图例(Map Legend) == assign the object returned by CreateObject to an obj 阅读全文
posted @ 2022-10-09 17:02 lazycookie 阅读(138) 评论(0) 推荐(1) 编辑

摘要: " " = Extensions " Plug 'tpope/vim-surround' Plug 'preservim/nerdtree' " " = Basic settings " set clipboard+=unnamed set ignorecase set scrolloff=30 s 阅读全文
posted @ 2022-10-09 17:00 lazycookie 阅读(122) 评论(0) 推荐(0) 编辑

2022年10月7日 #

摘要: 问题 版本太新无法安装 Plugin 'IdeaVim' version 1.11.1 is incompatible with this installation: since build 222.0 > PC-202.7660.27 pycharm的版本 Build #PC-202.7660.2 阅读全文
posted @ 2022-10-07 21:41 lazycookie 阅读(40) 评论(0) 推荐(0) 编辑

摘要: let num = "谷(2588.7元/kwh)".replace(/[^\d.]/g, ""); console.log(num); 阅读全文
posted @ 2022-10-07 15:02 lazycookie 阅读(276) 评论(0) 推荐(0) 编辑

摘要: app.startActivity({ action: "android.intent.action.VIEW", data: "alipays://platformapi/startapp?appId=2018062060350751&page=%2Fpages%2Fweb%2Fweb%3Furl 阅读全文
posted @ 2022-10-07 13:41 lazycookie 阅读(237) 评论(0) 推荐(0) 编辑

摘要: https://blog.csdn.net/u013508278/article/details/117128016 https://blog.csdn.net/weixin_38927522/article/details/125540259?utm_medium=distribute.pc_re 阅读全文
posted @ 2022-10-07 11:23 lazycookie 阅读(707) 评论(0) 推荐(0) 编辑

摘要: auto(); //打开autojs权限 // https://pro.autojs.org/docs/#/zh-cn/coordinatesBasedAutomation?id=setscreenmetricswidth-height // 设置屏幕分辨率的坐标 setScreenMetrics( 阅读全文
posted @ 2022-10-07 11:21 lazycookie 阅读(396) 评论(0) 推荐(0) 编辑

2022年10月6日 #

摘要: 两种方法 $event变量 内联箭头函数 官网链接:https://cn.vuejs.org/guide/essentials/event-handling.html#accessing-event-argument-in-inline-handlers 如下图所示: 阅读全文
posted @ 2022-10-06 18:03 lazycookie 阅读(145) 评论(0) 推荐(0) 编辑

2022年10月4日 #

摘要: vscode的keybindings.json // Place your key bindings in this file to override the defaultsauto[] [ // 以前配置的上下左右移动按键 { "key": "alt+j", "command": "cursor 阅读全文
posted @ 2022-10-04 14:31 lazycookie 阅读(400) 评论(0) 推荐(0) 编辑

2022年9月29日 #

摘要: 源代码 #IfWinActive ahk_exe msedge.exe { ; 有道查词 `::searchWord1() ; 收集单词 !`::collectWord() } #IfWinActive ahk_exe chrome.exe { ; 有道查词 `::searchWord2() ; 收 阅读全文
posted @ 2022-09-29 22:46 lazycookie 阅读(36) 评论(0) 推荐(0) 编辑

2022年9月28日 #

摘要: html2word vue chrome 插件 mspaint up down chrome capture full 阅读全文
posted @ 2022-09-28 22:03 lazycookie 阅读(41) 评论(0) 推荐(0) 编辑

2022年9月27日 #

摘要: ; This script creates a new document to hold stuff from the clipboard. ; This script creates a new document to hold stuff from the clipboard. ; Usage 阅读全文
posted @ 2022-09-27 23:18 lazycookie 阅读(21) 评论(0) 推荐(0) 编辑

摘要: ConditionList.vue 条件列表 <template> <div class="w-full pt-2 pl-2"> <el-form ref="ruleFormRef" :model="ruleForm" :rules="rules" size="large" status-icon 阅读全文
posted @ 2022-09-27 17:10 lazycookie 阅读(44) 评论(0) 推荐(0) 编辑

2022年9月26日 #

摘要: 普通模式-->插入模式 i,表示insert a,表示append o表示oneline(暂且这样理解) 插入模式-->普通模式 esc,模式就是这个键 jj和capslock需要配置 普通模式-->可视模式 可视模式-->普通模式 v键,可以在普通模式和可视模式之间进行切换 esc,无论在哪种模式 阅读全文
posted @ 2022-09-26 23:09 lazycookie 阅读(40) 评论(0) 推荐(0) 编辑

2022年9月25日 #

摘要: token验证逻辑写在中间件里 koa中的中间件的位置 前端在header中发送token的处理 token 权限管理 等级管理 阅读全文
posted @ 2022-09-25 22:31 lazycookie 阅读(387) 评论(0) 推荐(0) 编辑

摘要: 代码执行的基本路线和异常路线的书写技巧 续上,正常线路和异常线路 代码的主流程和分支流程 正常流程和异常流程 看似一个从上往下执行代码,其实是个多分支结构的代码 就是一个分叉的树枝 看似一个线性的代码,其实是一个展开的分支结构, 最重要的是理清主线路和分支线路 阅读全文
posted @ 2022-09-25 22:29 lazycookie 阅读(30) 评论(0) 推荐(0) 编辑

摘要: 一个简单的安全校验的依赖注入 安全校验的流程和再次令牌的再次使用 依赖项注入 依赖项函数的执行原理 阅读全文
posted @ 2022-09-25 22:25 lazycookie 阅读(29) 评论(0) 推荐(0) 编辑

摘要: python init() python call() 阅读全文
posted @ 2022-09-25 22:24 lazycookie 阅读(39) 评论(0) 推荐(0) 编辑

摘要: 架构设计的思路 ![img](../ad_images/fastapi_get请求 路径参数 查询字符串参数.assets/wps16-166411474145533.jpg) 狂神大神语录 阅读全文
posted @ 2022-09-25 22:10 lazycookie 阅读(19) 评论(0) 推荐(0) 编辑

摘要: fastapi get请求 路径参数 查询字符串参数 函数的顺序就是路由顺序 比如说我就是传入一个parameters这个时候执行的就是上面一个函数 如果传入是其他名称的比如说abc,那么走的就是下面的函数,这个时候,这个函数中的parameters变量就是abc 所以说这个东西的时候需要注意一下 阅读全文
posted @ 2022-09-25 22:06 lazycookie 阅读(133) 评论(0) 推荐(0) 编辑

摘要: python -m venv <虚拟环境名称> windows环境进入虚拟环境 阅读全文
posted @ 2022-09-25 22:03 lazycookie 阅读(32) 评论(0) 推荐(0) 编辑

摘要: python读取.env文件中的配置信息 阅读全文
posted @ 2022-09-25 22:00 lazycookie 阅读(236) 评论(0) 推荐(0) 编辑

摘要: flask pymongo 配置 关系逻辑图 阅读全文
posted @ 2022-09-25 22:00 lazycookie 阅读(21) 评论(0) 推荐(0) 编辑

摘要: 使用pipenv搭建python项目环境 进入pipenv的虚拟环境,然后运行python项目 使用pipenv在当前文件夹创建虚拟环境 阅读全文
posted @ 2022-09-25 21:58 lazycookie 阅读(19) 评论(0) 推荐(0) 编辑

摘要: 静态web服务器 比如说nginx服务器 python搭建静态资源服务器 -m选项说明 使用socket创建一个简单的文件服务器 阅读全文
posted @ 2022-09-25 21:56 lazycookie 阅读(15) 评论(0) 推荐(0) 编辑

2022年9月24日 #

摘要: # python __init__()Technorati Tags: python # python __call__() 阅读全文
posted @ 2022-09-24 22:11 lazycookie 阅读(18) 评论(0) 推荐(0) 编辑

2022年9月22日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202209/1222814-20220922235402110-267893473.png) 阅读全文
posted @ 2022-09-22 23:54 lazycookie 阅读(21) 评论(0) 推荐(0) 编辑

摘要: 逻辑图 代码 # from collections import namedtuple from flask import Flask,make_response,jsonify,request from flask_mongoengine import MongoEngine # from api 阅读全文
posted @ 2022-09-22 23:27 lazycookie 阅读(73) 评论(0) 推荐(0) 编辑

摘要: 第一步 在系统变量的Path中,添加:%WherePython% 和 %WherePython%\Scripts\ 两组值,系统根据这个寻找python内容 第二部 @echo off %1 mshta vbscript:CreateObject("Shell.Application").Shell 阅读全文
posted @ 2022-09-22 16:58 lazycookie 阅读(53) 评论(0) 推荐(0) 编辑

摘要: async-generator==1.10 attrs==20.3.0 backcall==0.2.0 baidu-aip==2.2.18.0 beautifulsoup4==4.9.3 bidict==0.22.0 certifi==2020.12.5 cffi==1.14.4 chardet== 阅读全文
posted @ 2022-09-22 14:54 lazycookie 阅读(24) 评论(0) 推荐(0) 编辑

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202209/1222814-20220922114112663-89472800.png) 阅读全文
posted @ 2022-09-22 11:41 lazycookie 阅读(29) 评论(0) 推荐(0) 编辑

2022年9月21日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202209/1222814-20220921231331394-212219975.png) 阅读全文
posted @ 2022-09-21 23:13 lazycookie 阅读(15) 评论(0) 推荐(0) 编辑

摘要: 关系图 main.py # @bekbrace # FARMSTACK Tutorial - Sunday 13.06.2021 from fastapi import FastAPI, HTTPException from model import Todo from database impor 阅读全文
posted @ 2022-09-21 22:57 lazycookie 阅读(678) 评论(0) 推荐(0) 编辑

摘要: 主干部门 提交代码评论的逻辑 阅读全文
posted @ 2022-09-21 19:40 lazycookie 阅读(13) 评论(0) 推荐(0) 编辑

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202209/1222814-20220921184624546-459552543.png) 阅读全文
posted @ 2022-09-21 18:46 lazycookie 阅读(43) 评论(0) 推荐(0) 编辑

2022年9月20日 #

摘要: 链接 https://tailwindcss.com/docs/object-position 图示 阅读全文
posted @ 2022-09-20 22:37 lazycookie 阅读(92) 评论(0) 推荐(0) 编辑

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202209/1222814-20220920223538959-1265113196.png) 阅读全文
posted @ 2022-09-20 22:35 lazycookie 阅读(24) 评论(0) 推荐(0) 编辑

摘要: 获取滚动条的位置 子组件发送事件,重置滚动条 阅读全文
posted @ 2022-09-20 20:39 lazycookie 阅读(24) 评论(0) 推荐(0) 编辑

2022年9月19日 #

摘要: 目录结构 引用逻辑图 阅读全文
posted @ 2022-09-19 22:21 lazycookie 阅读(46) 评论(0) 推荐(0) 编辑

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202209/1222814-20220919215744895-2147146005.png) 阅读全文
posted @ 2022-09-19 21:58 lazycookie 阅读(30) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页