摘要: 采坑:之前线上的服务器内核是4.15.0,后面有的服务跑不起来,说是要升级内核,于是就升级了,然后改了/etc/default/grub的启动顺序,改错了就启动不起来了,哈哈。后面多次尝试还是改成功了,搞明白了GRUB_DEFAULT参数的意思了。这里就不赘述/etc/default/grub其他参 阅读全文
posted @ 2022-01-07 11:01 萌新入坑91 阅读(3501) 评论(0) 推荐(1) 编辑

摘要: 链接:https://pan.baidu.com/s/1gggq1p-uZSmAw49o5xfl4g 提取码:ypoj 复制这段内容后打开百度网盘手机App,操作更方便哦 1、安装pcre 解压:tar -zxvf pcre2-10.35.tar.gz进入解压目录:cd pcre2-10.35配置: 阅读全文
posted @ 2020-07-22 17:38 萌新入坑91 阅读(2770) 评论(0) 推荐(0) 编辑

摘要: 运行效果图: 阅读全文
posted @ 2019-08-07 14:53 萌新入坑91 阅读(788) 评论(0) 推荐(0) 编辑

摘要: html、js、style <!DOCTYPE html><html> <head> <meta charset="utf-8"/> <link rel="stylesheet" type="text/css" href="index.css"/> <script src="vue.js"></sc 阅读全文
posted @ 2019-08-01 14:11 萌新入坑91 阅读(385) 评论(0) 推荐(0) 编辑

2019年8月20日

摘要: --钩子函数参数-- --动态指令参数1-- Scroll down the page Stick me 200px from the to... 阅读全文
posted @ 2019-08-20 11:15 萌新入坑91 阅读(204) 评论(0) 推荐(0) 编辑
 
摘要: --选项合并-- --全局混入-- 阅读全文
posted @ 2019-08-20 10:18 萌新入坑91 阅读(200) 评论(0) 推荐(0) 编辑

2019年8月13日

摘要: --状态动画与侦听器1-- {{ animatedNumber }} ... 阅读全文
posted @ 2019-08-13 14:55 萌新入坑91 阅读(218) 评论(0) 推荐(0) 编辑

2019年8月12日

摘要: 运行效果图: 阅读全文
posted @ 2019-08-12 17:04 萌新入坑91 阅读(296) 评论(0) 推荐(0) 编辑

2019年8月9日

摘要: 运行效果图: 阅读全文
posted @ 2019-08-09 15:42 萌新入坑91 阅读(210) 评论(0) 推荐(0) 编辑
 
摘要: 运行效果图: 阅读全文
posted @ 2019-08-09 14:46 萌新入坑91 阅读(332) 评论(0) 推荐(0) 编辑

2019年8月8日

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <script src="vue.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2. 阅读全文
posted @ 2019-08-08 11:41 萌新入坑91 阅读(228) 评论(0) 推荐(0) 编辑
 
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <script src="vue.js"></script> <link href="https://cdn.jsdelivr.net/npm/animate.css@3.5.1" rel="stylesheet" type="text/css"> </head> <body> &l 阅读全文
posted @ 2019-08-08 11:06 萌新入坑91 阅读(375) 评论(0) 推荐(0) 编辑