日常生活的交流与学习

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

2022年11月6日 #

摘要: es6 import方式导入 three.js采用import导入,需要导入three.module.js,而不是three.js 阅读全文
posted @ 2022-11-06 21:23 lazycookie 阅读(19) 评论(0) 推荐(0) 编辑

摘要: 3D场景加载2D标签 2D的html标签 <div id="tag">计数器:{{ count }}</div> <button type="button" class="btn" @click="increment">+1</button> 通过CSS2DObject将2D的html标签转换成3D 阅读全文
posted @ 2022-11-06 21:22 lazycookie 阅读(88) 评论(0) 推荐(0) 编辑

2022年11月4日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202211/1222814-20221104183441161-1689689900.png) 阅读全文
posted @ 2022-11-04 18:35 lazycookie 阅读(63) 评论(0) 推荐(0) 编辑

2022年11月2日 #

摘要: three.js绘制站点 阅读全文
posted @ 2022-11-02 22:45 lazycookie 阅读(29) 评论(0) 推荐(0) 编辑

2022年10月31日 #

摘要: https://books.seer-group.com/public/netprotocol/3.3/zh/dev-integration/netprotocol/tcp-ip/index.html 阅读全文
posted @ 2022-10-31 14:10 lazycookie 阅读(32) 评论(0) 推荐(0) 编辑

2022年10月30日 #

摘要: 基本结构 代码 import * as THREE from 'three' import Stat from 'three/examples/jsm/libs/stats.module' import { OrbitControls } from 'three/examples/jsm/contr 阅读全文
posted @ 2022-10-30 15:06 lazycookie 阅读(183) 评论(0) 推荐(0) 编辑

摘要: http://zuoben.top/#7-1 阅读全文
posted @ 2022-10-30 10:16 lazycookie 阅读(44) 评论(0) 推荐(0) 编辑

2022年10月28日 #

摘要: 加上冰顿顿 阅读全文
posted @ 2022-10-28 17:03 lazycookie 阅读(17) 评论(0) 推荐(0) 编辑

摘要: zh: { 'menubar/file': '文件', 'menubar/file/new': '新建', 'menubar/file/import': '导入', 'menubar/file/export/geometry': '导出几何体', 'menubar/file/export/objec 阅读全文
posted @ 2022-10-28 14:39 lazycookie 阅读(170) 评论(0) 推荐(0) 编辑

2022年10月25日 #

摘要: https://sketchfab.com/3d-models?features=downloadable&sort_by=-likeCount&cursor=cD0yMzMx 阅读全文
posted @ 2022-10-25 19:31 lazycookie 阅读(240) 评论(0) 推荐(0) 编辑

摘要: C:\Users\Administrator>node -v v16.17.0 C:\Users\Administrator>yarn -v 1.22.19 C:\Users\Administrator>pnpm -v 7.13.5 C:\Users\Administrator>ts-node -v 阅读全文
posted @ 2022-10-25 08:18 lazycookie 阅读(19) 评论(0) 推荐(0) 编辑

2022年10月24日 #

摘要: const res = search([1, 2, 3, 4, 534, 34, 2], 34) console.log(res) function search(nums: number[], target: number): number | void { // [left,right] : 左 阅读全文
posted @ 2022-10-24 23:18 lazycookie 阅读(163) 评论(0) 推荐(0) 编辑

摘要: 函数中代码的结构,三个循环结构嵌套一个分支结构 就是我们在看分支结构的时候,习惯了将分支结构看成一个线性的结构,也就是顺序结构,虽然执行顺序上类似线性结构,但是我们在看代码的要将其看成分支结构,如下图高亮的三个代码部分,三个高亮部分可以理解成三个并行的结构,打个比喻,一条河流走到这里,然后分成三条支 阅读全文
posted @ 2022-10-24 20:01 lazycookie 阅读(31) 评论(0) 推荐(0) 编辑

摘要: https://www.shouce.ren/example/show/s/6869 阅读全文
posted @ 2022-10-24 15:40 lazycookie 阅读(65) 评论(0) 推荐(0) 编辑

摘要: export {}; const result = letterCombinations("23"); console.log(result); function letterCombinations(digits: string) { const map:string[] = [ "", "", 阅读全文
posted @ 2022-10-24 11:23 lazycookie 阅读(41) 评论(0) 推荐(0) 编辑

2022年10月23日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202210/1222814-20221023184221823-2087549271.png) 阅读全文
posted @ 2022-10-23 18:43 lazycookie 阅读(22) 评论(0) 推荐(0) 编辑

摘要: Pyinstaller -F setup.py //打包exe,待控制台 Pyinstaller -F -w setup.py //不带控制台的打包 Pyinstaller -F -i xx.ico setup.py //打包指定exe图标打包 阅读全文
posted @ 2022-10-23 10:00 lazycookie 阅读(403) 评论(0) 推荐(0) 编辑

2022年10月21日 #

摘要: settings.json // "vim.leader": "<space>", "vim.useSystemClipboard": true, "vim.hlsearch": true, "vim.highlightedyank.enable": true, "vim.foldfix": tru 阅读全文
posted @ 2022-10-21 13:23 lazycookie 阅读(214) 评论(0) 推荐(0) 编辑

2022年10月20日 #

摘要: 参与本项目,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们收益! 17.电话号码的字母组合 力扣题目链接 给定一个仅包含数字 2-9 的字符串,返回所有它能表示的字母组合。 给出数字到字母的映射如下(与电话按键相同)。注意 1 不对应任何字母。 示例: 输入:"23" 输出:["ad", 阅读全文
posted @ 2022-10-20 18:38 lazycookie 阅读(39) 评论(0) 推荐(0) 编辑

摘要: const countSubstrings = (s) => { const strLen = s.length; let numOfPalindromicStr = 0; // 初始化一个二维数组 let dp = Array.from(Array(strLen), () => Array(str 阅读全文
posted @ 2022-10-20 09:40 lazycookie 阅读(18) 评论(0) 推荐(0) 编辑

摘要: 以行进行遍历 const arrList = [ ["100", "200", "300"], ["400", "500", "600"], ["700", "800", "900"], ]; // for 循环的初始值,控制着起始位置,约束条件控制着结束位置 for (let i = 0; i < 阅读全文
posted @ 2022-10-20 09:26 lazycookie 阅读(27) 评论(0) 推荐(0) 编辑

2022年10月19日 #

摘要: const arrList = [ ["100", "200", "300"], ["400", "500", "600"], ["700", "800", "900"], ]; // for 循环的初始值,控制着起始位置,约束条件控制着结束位置 for (let i = 0; i < 3; i++ 阅读全文
posted @ 2022-10-19 19:32 lazycookie 阅读(30) 评论(0) 推荐(0) 编辑

2022年10月18日 #

摘要: Uncap Map Caps Lock key to Escape key, or any to any key, on Windows systems. Apart from documenting how Uncap works on Windows, this README contains 阅读全文
posted @ 2022-10-18 22:09 lazycookie 阅读(70) 评论(0) 推荐(0) 编辑

摘要: node版本 C:\Users\Administrator>node -v v16.17.0 C:\Users\Administrator>npm -v 8.15.0 阅读全文
posted @ 2022-10-18 08:29 lazycookie 阅读(24) 评论(0) 推荐(0) 编辑

摘要: setting.json // vscode 的vim配置 "vim.easymotion": true, "vim.incsearch": true, "vim.leader": "<space>", "vim.useSystemClipboard": true, "vim.useCtrlKeys 阅读全文
posted @ 2022-10-18 06:47 lazycookie 阅读(454) 评论(0) 推荐(0) 编辑

摘要: settins.json { // Vim "vim.autoSwitchInputMethod.defaultIM": "normal", "vim.cursorStylePerMode.replace": "underline-thin", "vim.easymotion": true, "vi 阅读全文
posted @ 2022-10-18 06:45 lazycookie 阅读(212) 评论(0) 推荐(0) 编辑

2022年10月17日 #

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

摘要: settings.json "vim.leader": "<space>", "vim.useSystemClipboard": true, "vim.hlsearch": true, "vim.highlightedyank.enable": true, "vim.foldfix": true, 阅读全文
posted @ 2022-10-17 19:08 lazycookie 阅读(331) 评论(0) 推荐(0) 编辑

2022年10月15日 #

摘要: autoit password book #include <GUIConstantsEx.au3> #include "GUIScrollbars_Ex.au3" Global $buttonList[100] = [0] ; Create GUI with red background $hGU 阅读全文
posted @ 2022-10-15 17:46 lazycookie 阅读(21) 评论(0) 推荐(0) 编辑

摘要: func (this Person) 和 func (this *Person)的区别 func (this Person) package main import ( "fmt" ) type Person struct { name string age int } func (this Per 阅读全文
posted @ 2022-10-15 17:20 lazycookie 阅读(49) 评论(0) 推荐(0) 编辑

2022年10月11日 #

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202210/1222814-20221011224432701-1158624106.png) 阅读全文
posted @ 2022-10-11 22:45 lazycookie 阅读(22) 评论(0) 推荐(0) 编辑

摘要: == 如何在某个变量的结尾插入新的内容: 1. 一般来说都是 ea 这个命令组合,意思就是去到一个单词结尾end,然后append 扩展,如何在某行结尾插入新的内容: 1. 所以要熟悉这个 La 这个命令组合,可以快速的定位到一行的行尾,然后插入新的内容。 扩展,ea这个命令其实还可以和其他命令进行 阅读全文
posted @ 2022-10-11 19:37 lazycookie 阅读(20) 评论(0) 推荐(0) 编辑

摘要: "pasteImage.path": "${currentFileDir}/imgs/${currentFileName}", "pasteImage.basePath": "${currentFileDir}/imgs", "pasteImage.forceUnixStyleSeparator": 阅读全文
posted @ 2022-10-11 08:52 lazycookie 阅读(189) 评论(0) 推荐(0) 编辑

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202210/1222814-20221011071002995-1277851481.png) 阅读全文
posted @ 2022-10-11 07:11 lazycookie 阅读(35) 评论(0) 推荐(0) 编辑

2022年10月10日 #

摘要: == vscode中查看函数定义和引用: gd go definition gr go reference == vim中折叠代码: zc zip close zo zip open 衍生(不常用): zC zip close 递归折叠 zO zip open 递归打开 == pycharm中打开项 阅读全文
posted @ 2022-10-10 19:57 lazycookie 阅读(47) 评论(0) 推荐(0) 编辑

摘要: PyCharm 2022.2.1 EAP (Edu) Build #PE-222.4167.41, built on September 24, 2022 Runtime version: 17.0.4+7-b469.53 amd64 VM: OpenJDK 64-Bit Server VM by 阅读全文
posted @ 2022-10-10 11:03 lazycookie 阅读(34) 评论(0) 推荐(0) 编辑

2022年10月9日 #

摘要: GroupAdd remoteKey, ahk_exe msedge.exe GroupAdd remoteKey, ahk_exe chrome.exe GroupAdd remoteKey, ahk_exe 哔哩哔哩.exe GroupAdd remoteKey, ahk_exe bdcam.e 阅读全文
posted @ 2022-10-09 21:37 lazycookie 阅读(31) 评论(0) 推荐(0) 编辑

摘要: chrome 查词 截图 收集单词 #IfWinActive ahk_exe msedge.exe { ^!`::screen() ; 有道查词 `::searchWord1() ; 收集单词 !`::collectWord() } #IfWinActive ahk_exe chrome.exe { 阅读全文
posted @ 2022-10-09 21:35 lazycookie 阅读(46) 评论(0) 推荐(0) 编辑

摘要: 参考一 """ Add source vimrc source C:/Users/jaime/.vimrc set idearefactormode=keep set visualbell set noerrorbells set noideadelaymacro set clipboard+=id 阅读全文
posted @ 2022-10-09 20:58 lazycookie 阅读(190) 评论(0) 推荐(0) 编辑

摘要: 自己的配置 " " = Extensions " Plug 'tpope/vim-surround' Plug 'preservim/nerdtree' " " = Basic settings " set clipboard+=unnamed set ignorecase set scrollof 阅读全文
posted @ 2022-10-09 20:34 lazycookie 阅读(54) 评论(0) 推荐(0) 编辑

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