会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
八戒vs
代码改变世界QQ群:453011886
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
2020年5月11日
https免费证书申请
摘要: 网址:https://freessl.cn/
阅读全文
posted @ 2020-05-11 12:03 八戒vs
阅读(296)
评论(2)
推荐(1)
2020年5月9日
markdown在线编辑工具
摘要: https://pandao.github.io/editor.md/
阅读全文
posted @ 2020-05-09 15:37 八戒vs
阅读(240)
评论(0)
推荐(0)
js延迟执行代码的方法
摘要: 1,第一种 Window setTimeout() 方法 3 秒(3000 毫秒)后弹出 "Hello" : setTimeout(function(){ alert("Hello"); }, 3000); "点击打开链接" 2,第二种 jQuery delay() 方法 $("button").c
阅读全文
posted @ 2020-05-09 15:28 八戒vs
阅读(6392)
评论(0)
推荐(0)
2020年5月8日
thinkphp判断pc还是手机端访问不同模块
摘要: 应用场景,当一个网站,需要区分pc用户还是手机用户访问不同模块时,可以使用如下方法: 在入口文件index.php里面加个判断 // + // [ 应用入口文件 ] namespace think; require __DIR__ . '/../vendor/autoload.php'; // 执行
阅读全文
posted @ 2020-05-08 10:47 八戒vs
阅读(646)
评论(0)
推荐(0)
2020年5月7日
mysql存储表情
摘要: 1,设置字段字符集为utf8mb4,如图 指定单个字段的编码方式 2,关于字符集问题,可以先查看当前数据库字符集 修改数据库字符集 修改表字符集 修改完之后,可以正常存储表情啦,另外,需要主要代码上连接数据库的时候,是否设置了默认字符集 如图:如果是utf8请修改成utf8mb4
阅读全文
posted @ 2020-05-07 17:23 八戒vs
阅读(311)
评论(0)
推荐(0)
2020年4月30日
git第一次提交代码至远程仓库
摘要: 1,打开git命令行界面,进入项目目录 2,执行一下命令初始化git 3,配置账号邮箱 `git config global user.email "admin@example.com"` 4,配置远程仓库链接 使用以下命令查看是否配置成功 如图: 5,添加代码至缓冲区,并提交 `git commi
阅读全文
posted @ 2020-04-30 17:19 八戒vs
阅读(5555)
评论(0)
推荐(0)
jenkins+gitlab构建php项目
摘要: 环境介绍,centos8+php+jenkins+gitlab jenkins安装: https://www.cnblogs.com/stronger xsw/p/12795888.html gitlab安装: https://www.cnblogs.com/stronger xsw/p/12802
阅读全文
posted @ 2020-04-30 15:58 八戒vs
阅读(1259)
评论(0)
推荐(0)
2020年4月29日
gitlab访问:Whoops, GitLab is taking too much time to respond.
摘要: gitlab访问提示502错误:如图: 原因: 机器内存太小,百度说最小需要小号2G内存 解决办法 关闭虚拟机 增加机器处理内存,如图 突然发现再次访问还是不行 所以8080端口会不会是被占用了,所以我打开配置文件,修改端口 将external_url添加一个未被使用的端口 external_url
阅读全文
posted @ 2020-04-29 18:49 八戒vs
阅读(13092)
评论(0)
推荐(0)
GitLab external URL must include a schema and FQDN, e.g. http://gitlab.example.com/
摘要: 介绍,安装gitlab使用ip或者url时报错 解决办法 将 改成 如图:
阅读全文
posted @ 2020-04-29 18:05 八戒vs
阅读(2271)
评论(0)
推荐(0)
centos8安装gitlab
摘要: 1,安装依赖 yum install y curl policycoreutils python openssh server centos8没有policycoreutils python yum源,不用管 2,启动ssh并设置为开机自启动 3,添加http服务到firewalld,pemmane
阅读全文
posted @ 2020-04-29 14:36 八戒vs
阅读(11817)
评论(1)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
公告