上一页 1 2 3 4 5 6 ··· 18 下一页
2024年4月18日
摘要: 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 阅读(5) 评论(0) 推荐(0) 编辑
2024年4月13日
摘要: 检查导入的组件: 修改后: 阅读全文
posted @ 2024-04-13 10:06 laremehpe 阅读(104) 评论(0) 推荐(0) 编辑
2024年4月10日
摘要: 依赖: 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 阅读(44) 评论(0) 推荐(0) 编辑
2024年4月2日
摘要: 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 阅读(4) 评论(0) 推荐(0) 编辑
2024年3月29日
摘要: 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 阅读(12) 评论(0) 推荐(0) 编辑
2024年3月21日
摘要: 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 阅读(5) 评论(0) 推荐(0) 编辑
2024年3月18日
摘要: <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) 编辑
摘要: 原文: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 阅读(74) 评论(0) 推荐(0) 编辑
2024年3月15日
摘要: 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 阅读(3) 评论(0) 推荐(0) 编辑
2024年3月6日
摘要: 登录Azure账号:https://dev.azure.com/ 复制生成的密钥.... 回到命令行: vsce login 发布者名字 输入密钥 阅读全文
posted @ 2024-03-06 15:20 laremehpe 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 18 下一页