01 2022 档案
摘要:="res.add(new Order("""&A1&""","""&B1&""","""&C1&""",new Date(),new Date(),"&D1&"L,"&E1&"L));"
阅读全文
摘要:方案一 第一步: 按win+r快捷键,输入services.msc,点击确定 服务列表找到 VMware Authorization Service 并双击 修改启动类型为自动或手动,点击应用 然后点击启动,等待启动完成后,点击确定即可 方案二 右键VMware以管理员权限打开
阅读全文
摘要:vue 拖拽 <template> <transition-group tag="div" class="container"> <div class="item" v-for="(item) in items" :key="item.key" :style="{background:item.co
阅读全文
摘要:Turf.js主要用实现在网页端来空间几何对象关系的计算,点、线、面之间包含、相交等一系统运算。 js版本下载地址:https://unpkg.com/@turf/turf@5.1.6/ 官网文档:http://turfjs.org/
阅读全文
摘要:https://github.com/pdfarranger/pdfarranger/releases
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:let list = [ [464.1, 884.4], [1.1, 884.4], [1.1, 23.4], [204.1, 23.4], [464.1, 23.4], ]; function a(list) { let area = 0.0; let Gx = 0.0; let Gy = 0.0
阅读全文
摘要:1.使用v-if //store.state.authIds 为该用户所有的权限 格式为数组 ['home','admin'] <div v-if='authRequest("***")'> </div> authRequest(auth) { if (auth && !store.state.au
阅读全文