摘要: <IfModule mod_rewrite.c>Options +FollowSymlinks -MultiviewsRewriteEngine onRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewri 阅读全文
posted @ 2020-07-31 11:42 羽鱼 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 菜单栏=》窗口-》首选项-》DBeaver-》驱动-》Maven 添加 阿里云 maven镜像 http://maven.aliyun.com/nexus/content/repositories/central/ 阅读全文
posted @ 2020-05-28 00:14 羽鱼 阅读(1718) 评论(0) 推荐(0) 编辑
摘要: 右键链接-》链接设置-》驱动属性 设置 serverTimezone=UTC 阅读全文
posted @ 2020-05-28 00:11 羽鱼 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 安装npm-check-updates $npm install -g npm-check-updates更新依赖文件配置 $ncu -u $npm install 阅读全文
posted @ 2020-04-23 14:53 羽鱼 阅读(720) 评论(1) 推荐(1) 编辑
摘要: https://blog.csdn.net/qq_34817440/article/details/96482818 this.$set(this.$refs.tableDom.store.states.lazyTreeNodeMap, id, []); 阅读全文
posted @ 2020-01-02 17:28 羽鱼 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: $('a').unbind('mouseenter').unbind('mouseleave'); 阅读全文
posted @ 2019-10-09 16:07 羽鱼 阅读(749) 评论(0) 推荐(0) 编辑
摘要: 修改hosts(HOSTS文件路径:C:\Windows\System32\drivers\etc\hosts) 1.打开Dns查询 - 站长工具 http://tool.chinaz.com/dns/ 2.搜索http://github.com 3.把TTL值最小的IP输入到hosts里 其他网站 阅读全文
posted @ 2019-09-28 21:54 羽鱼 阅读(1100) 评论(0) 推荐(0) 编辑
摘要: 在使用 vue-cli3 build的时候,使用非子目录需要在 vue.config.js 中添加如下代码:module.exports = { baseUrl: process.env.NODE_ENV 'production' ? '/dist/' : '/', } nginx 的配置,把 40 阅读全文
posted @ 2019-09-25 15:50 羽鱼 阅读(931) 评论(0) 推荐(0) 编辑
摘要: 右键事件 contextmenu 阅读全文
posted @ 2019-09-09 11:50 羽鱼 阅读(189) 评论(0) 推荐(0) 编辑
摘要: bigint 从 -2^63 (-9223372036854775808) 到 2^63-1 (9223372036854775807) 的整型数据(所有数字)。存储大小为 8 个字节。 int 从 -2^31 (-2,147,483,648) 到 2^31 – 1 (2,147,483,647) 阅读全文
posted @ 2019-08-15 09:27 羽鱼 阅读(219) 评论(0) 推荐(0) 编辑