会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
laremehpe
新随笔
新文章
管理
上一页
1
2
3
4
5
6
···
18
下一页
2024年4月18日
thinkphp 页面寻址
摘要: http://laremehpe.test.org/index.php/index/user/index http://laremehpe.test.org: url地址 /index.php : public 目录下的入口文件 /index: application 目录下的文件夹名字 如果没有文
阅读全文
posted @ 2024-04-18 21:27 laremehpe
阅读(13)
评论(0)
推荐(0)
编辑
2024年4月13日
vue3 Could not find a declaration file for module
摘要: 检查导入的组件: 修改后:
阅读全文
posted @ 2024-04-13 10:06 laremehpe
阅读(198)
评论(0)
推荐(0)
编辑
2024年4月10日
nodejs + ts + nodemon + webpack 代码热更新
摘要: 依赖: npm i nodemon webpack webpack-cli ts-loader typescript // webpack.config.js import { default as webpack } from "webpack"; import nodeExternals fro
阅读全文
posted @ 2024-04-10 15:45 laremehpe
阅读(93)
评论(0)
推荐(0)
编辑
2024年4月2日
nodejs websocket
摘要: github: 库地址 node后端: interface msgType { from: string; to: string; msg: string; } export class Server { private ws = require("nodejs-websocket"); priva
阅读全文
posted @ 2024-04-02 11:39 laremehpe
阅读(20)
评论(0)
推荐(0)
编辑
2024年3月29日
nodejs mkdirs
摘要: import path from "path"; import fs from "fs"; //注意所传路径必须是目录 const mkdirs = (location) => { if (fs.existsSync(location)) return; mkdirs(path.dirname(lo
阅读全文
posted @ 2024-03-29 13:56 laremehpe
阅读(15)
评论(0)
推荐(0)
编辑
2024年3月21日
nodejs 实现 AMD 加载 依赖
摘要: import fs from "fs"; import path from "path"; import vm from "vm"; export class LoadComponent { componentsPath: string = path.resolve("../first/compon
阅读全文
posted @ 2024-03-21 16:27 laremehpe
阅读(18)
评论(0)
推荐(0)
编辑
2024年3月18日
ie 居中方案
摘要: <style> #root{ /*父元素*/ width: 500px; height: 500px; display: table; } #root .no1{ /*子元素*/ display: table-cell; vertical-align: middle; /*上下居中*/ text-a
阅读全文
posted @ 2024-03-18 16:32 laremehpe
阅读(4)
评论(0)
推荐(0)
编辑
ubuntu - php 多版本安装
摘要: 原文:https://techvblogs.com/blog/install-multiple-php-versions-on-ubuntu-22-04 sudo apt install software-properties-common sudo add-apt-repository ppa:o
阅读全文
posted @ 2024-03-18 10:04 laremehpe
阅读(140)
评论(0)
推荐(0)
编辑
2024年3月15日
记录一次 nginx 代理调试 ie7
摘要: worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type "text/html;charset=utf-8"; sendfile on; keepalive_time
阅读全文
posted @ 2024-03-15 11:18 laremehpe
阅读(5)
评论(0)
推荐(0)
编辑
2024年3月6日
You're using an expired Personal Access Token, please get a new PAT.
摘要: 登录Azure账号:https://dev.azure.com/ 复制生成的密钥.... 回到命令行: vsce login 发布者名字 输入密钥
阅读全文
posted @ 2024-03-06 15:20 laremehpe
阅读(12)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
18
下一页