正则 公式2024-09-042026-06-04技术/站内正则邮箱校验 /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6}$/ 内网url校验 ((http|https)://)+(([a-zA-Z0-9\._-]+\.[a-zA-Z]{2,15})|([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,2024-09-04|111|0|0
layui table 自定义表头2024-09-042026-08-10技术/站内javascript/function自定义表头-查询 js/css静态文件引用 <!-- 引入 layui.css --> <link href="//unpkg.co2024-09-04|282|0|0
el-form 使用方法整理2024-09-042026-06-04技术/站内elementel-form 基础验证和自定义验证 <template> <div> <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="180px" class="demo-ruleForm"> <e2024-09-04|153|0|0
editor.md 参数和方法2024-08-282026-06-04技术/站内function/javascript/markdownvar testEditor; $(function() { $.get('test.md', function(md){ testEditor = editormd("test-editormd", {2024-08-28|153|0|0
Excel 函数2024-08-222026-06-04技术/站内excel字符串拼接 ="INSERT into chars(chars.cr)VALUES ( "&A1&");" 长度计算 =LEN(A1) 大写 =UPPER(A1) 小写 =LOWER(A1)2024-08-22|167|0|0
Devexpressweb版的使用总结2024-08-222026-06-04技术/站内devexpress前言:国内用Devexpress 插件的几乎都是围绕着winform使用的,因为项目的特殊,公司针对老系统搞了一个web版的。照搬了一份,我把自己的使用心得整理一份放在这里吧 项目:asp.net core 层级:三层架构 MVC Dev express JS 官方文档 DevExtreme Dem2024-08-22|176|0|0
windows命令2024-08-222026-06-04技术/站内命令重启复制、粘贴进程 rdpclip.exe 启动nginx start nginx 关闭nginx nginx.exe -s stop 查看dotnet版本 dotnet --version 重启ng2024-08-22|124|0|0
MongoDB学习Windows服务器搭建2024-08-222026-06-04技术/站内mongdb/db安装Mongodb 官网链接:MongoDB Enterprise Server Download | MongoDB MongoDB版本:4.3.3 文章里出现的命令,全部是通过 cmd 实现。 ## Windows安装 按照Mongodb安装部署,具体安装流程可以借鉴Windows 平台安装 M2024-08-22|149|0|0
服务搭建随笔elasticsearch2024-08-222026-06-04技术/站内elasticsearch[codesphere 摘要生成异常:Server returned HTTP response code: 429 for URL: https://api.master-jsx.top/v1/chat/completions]2024-08-22|98|0|0
Markdown研究应用Editor2024-08-222026-06-04技术/站内markdown首言 Markdown 是一种轻量级标记语言,创始人为约翰·格鲁伯(John Gruber)。 它允许人们使用易读易写的纯文本格式编写文档,然后转换成有效的 XHTML(或者HTML)文档。这种语言吸收了很多在电子邮件中已有的纯文本标记的特性。 由于 Markdown 的轻量化、易读易写特性,并且对2024-08-22|111|0|0