摘要:
new Date().toLocaleString().replace('/','-').replace('/','-') 阅读全文
摘要:
var cars = ["Saab", "Volvo", "BMW"];console.log(" >" + cars.constructor) console.log(" >" + cars.length) console.log(" >" + cars.concat(cars,cars))//c 阅读全文
摘要:
1 MySql 压缩包版安装 https://blog.csdn.net/sq8706/article/details/122925954 1.管理员打开cmd,切换到mysql里的bin目录下;(或者配置MySQL环境变量) 2.输入 mysqld --initialize-insecure -- 阅读全文
摘要:
1 datepart()函数的使用 https://blog.csdn.net/weixin_43748615/article/details/103910452 /* datepart()函数的使用 * datepart()函数可以方便的取到时期中的各个部分 *如日期:2006-07--02 18 阅读全文
摘要:
public class Template { public static void main(String []args) { int[] months = null; months = new Template().getMonths(3); for(int month: months){ Sy 阅读全文
摘要:
1 el-form表单查询控件 内容查询 2 el-row 行操作控件 新增 删除 修改 导出 3 el-table 表格标签控件 主要的内容展示 4 pagination 分页控件 5 el-dialog 对话框控件 属于修改,或添加的操作的弹窗控件 包含了 el-fom 表单控件 阅读全文
摘要:
1 <el-form-item label="项目状态" align="center"> <template slot-scope="scope"> <el-switch v-model="form.runStatus" :active-value="1" :inactive-value="0" > 阅读全文
摘要:
1 Sql Server中查询今天、昨天、本周、上周、本月、上月数据 https://blog.csdn.net/q6952592/article/details/48374659?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant 阅读全文
摘要:
1 分页实现 前端基于element封装的分页组件pagination 后端基于Mybatis的轻量级分页插件pageHelper 2 @Excel 导入导出注解 3 上传 下载 4 权限注解 与或非的权限组合 // 符合system:user:list权限要求 @PreAuthorize("@ss 阅读全文
摘要:
1 常用的对象 $ tab 页签对象, 页签的刷新,关闭,修改 定义在plugins/tab.js $modal 弹窗对象 ,消息提示,对话提示,二次确认,遮罩 定义在 plugins/modal.js $auth 验证对象,验证用户是否拥有某些角色或权限 定义在 plugins/auth.js $ 阅读全文