随笔 - 292  文章 - 3 评论 - 0 阅读 - 73043
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

01 2021 档案
前端练习
摘要:要实现这个网站的功能和样式: https://www.cnblogs.com/zhou1304187196/p/4584695.html 阅读全文
posted @ 2021-01-29 09:37 Beautytoloveme 阅读(30) 评论(0) 推荐(0) 编辑
git上传tp5项目时thinkphp文件夹无法上传
摘要:明明thinkphp文件夹及里面的各种文件远程仓库里面没有,本地有,但是怎么git add . git commit -m 都表明没有文件 网上搜索原因: https://blog.csdn.net/oncealong/article/details/96446417 参考: https://sta 阅读全文
posted @ 2021-01-28 12:52 Beautytoloveme 阅读(871) 评论(0) 推荐(0) 编辑
linux系统忘记宝塔面板入口
摘要:通过SSH终端查看面板入口 SSH终端: 输入查询命令:/etc/init.d/bt default 结果已经出来了 通过SSH 终端查看面板入口 pp通过SSH 终端查看面板入口 通过 SSH 终端连接服务器后执行以下命令: 阅读全文
posted @ 2021-01-28 10:03 Beautytoloveme 阅读(816) 评论(0) 推荐(0) 编辑
linux系统查询服务器外网ip
摘要: 阅读全文
posted @ 2021-01-28 09:56 Beautytoloveme 阅读(87) 评论(0) 推荐(0) 编辑
如何自己开发一个编译器
摘要:https://jingyan.baidu.com/article/08b6a591972aa514a8092225.html 阅读全文
posted @ 2021-01-27 09:14 Beautytoloveme 阅读(755) 评论(0) 推荐(0) 编辑
tp5查询数据时排除某个字段
摘要:数据表字段20多个,其中只有少数不要的,如果在field()方法里面写的话,太麻烦。 有没有什么方法。 方法一:全部取出,再用unset去除 不推荐 方法二:用field()方法的第二个参数 如: $user = Db::name('log') -> where('id','<',100) ->fi 阅读全文
posted @ 2021-01-21 10:04 Beautytoloveme 阅读(1290) 评论(0) 推荐(0) 编辑
git提交冲突
摘要: 阅读全文
posted @ 2021-01-19 20:48 Beautytoloveme 阅读(44) 评论(0) 推荐(0) 编辑
宝塔面板设置定时计划
摘要:有需要频繁添加定时任务,可以用这个面板 任务类型有多种: 比如选择访问URL: 填写名称,选择执行周期, 填写url 点击添加任务,完成。 添加的任务在下方的任务列表展示: 最右边提供了常用操作,执行,编辑,日志,删除等。 阅读全文
posted @ 2021-01-19 20:00 Beautytoloveme 阅读(743) 评论(0) 推荐(0) 编辑
伪静态设置
该文被密码保护。
posted @ 2021-01-18 16:35 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
mysql定时执行任务
该文被密码保护。
posted @ 2021-01-14 19:41 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
Git 单独pull某个文件
摘要: 阅读全文
posted @ 2021-01-14 09:53 Beautytoloveme 阅读(134) 评论(0) 推荐(0) 编辑
mysql存储过程中的循环语句
摘要:https://www.cnblogs.com/duanxz/p/3936618.html 阅读全文
posted @ 2021-01-13 17:29 Beautytoloveme 阅读(158) 评论(0) 推荐(0) 编辑
mysql定时执行任务
该文被密码保护。
posted @ 2021-01-13 09:17 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
linux安装使用git(https方式)
摘要:提示安装过了, 把远程仓库代码拉取到linux服务器 git init git clone 远程仓库地址 输入用户名,密码 拉取完成 发现不是需要的分支 查看分支: 切换分支:git checkout -b develop 用错命令了,在本地新创建了一个develop分支,没有拉取远程分支 拉取远程 阅读全文
posted @ 2021-01-11 13:01 Beautytoloveme 阅读(664) 评论(0) 推荐(0) 编辑
服务器登不上被谁攻击怎么处理
摘要:说一下情况: 上午11点app页面打不开,网站不能用, xshell登陆服务器发现账户密码不管用,猜测被人修改 尝试登陆宝塔面板,发现打不开, 解决思路: 服务器如果有快照 直接返回上一个正常快照节点, 然后登陆修改账户密码信息, 不必要的端口关闭,相关账户密码都修改一次 杀一遍毒, 服务器如果没快 阅读全文
posted @ 2021-01-11 11:16 Beautytoloveme 阅读(167) 评论(0) 推荐(0) 编辑
navicat试用期过了怎么办
摘要:https://www.php.cn/tool/navicat/428872.html 阅读全文
posted @ 2021-01-11 10:15 Beautytoloveme 阅读(1531) 评论(0) 推荐(0) 编辑
linux 宝塔安装
摘要:宝塔linux 官网 https://www.bt.cn/download/linux.html 安装教程地址 https://www.bt.cn/bbs/thread-19376-1-1.html 新买一台linux服务器 99元一年 服务器是干净的 没有安装过新的编程环境 服务器是腾讯云的,需要 阅读全文
posted @ 2021-01-08 14:14 Beautytoloveme 阅读(146) 评论(0) 推荐(0) 编辑
预测请求 options
摘要:HTTP 的 OPTIONS 方法 用于获取目的资源所支持的通信选项。客户端可以对特定的 URL 使用 OPTIONS 方法,也可以对整站(通过将 URL 设置为“*”)使用该方法。 Request has body No Successful response has body Yes Safe 阅读全文
posted @ 2021-01-08 10:49 Beautytoloveme 阅读(102) 评论(0) 推荐(0) 编辑
php递归
摘要: 阅读全文
posted @ 2021-01-07 17:16 Beautytoloveme 阅读(34) 评论(0) 推荐(0) 编辑
Cloud Studio使用
该文被密码保护。
posted @ 2021-01-06 17:10 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
coding 平台仓库使用
摘要:网址:https://coding.net/ 第一步:注册账户,我是用微信登录的 ,然后填了邮箱,密码,每填手机号 第二步:建立项目 第三步:建立仓库 第四部:使用。 由于项目不是有0开始的,已经有几百M的文件,所以不能直接浏览器拉取,限制单个文件20m, 考虑用git 如果源码是公开仓库直接拉取就 阅读全文
posted @ 2021-01-06 16:44 Beautytoloveme 阅读(685) 评论(0) 推荐(0) 编辑
DevOps
摘要: 阅读全文
posted @ 2021-01-06 14:56 Beautytoloveme 阅读(51) 评论(0) 推荐(0) 编辑
Elasticsearch 完结
摘要:Elasticsearch 阅读全文
posted @ 2021-01-06 11:46 Beautytoloveme 阅读(51) 评论(0) 推荐(0) 编辑
Elasticsearch《十四》
摘要:十四 阅读全文
posted @ 2021-01-06 11:45 Beautytoloveme 阅读(49) 评论(0) 推荐(0) 编辑
kafaka《一》
摘要:一 阅读全文
posted @ 2021-01-06 11:43 Beautytoloveme 阅读(52) 评论(0) 推荐(0) 编辑
Elasticsearch《十三》
摘要:十三 阅读全文
posted @ 2021-01-06 11:42 Beautytoloveme 阅读(54) 评论(0) 推荐(0) 编辑
Elasticsearch《十二》
摘要:十二 阅读全文
posted @ 2021-01-06 11:40 Beautytoloveme 阅读(55) 评论(0) 推荐(0) 编辑
Elasticsearch《十一》
摘要:十一 阅读全文
posted @ 2021-01-06 11:39 Beautytoloveme 阅读(66) 评论(0) 推荐(0) 编辑
Elasticsearch《十》
摘要:十 阅读全文
posted @ 2021-01-06 11:37 Beautytoloveme 阅读(35) 评论(0) 推荐(0) 编辑
Elasticsearch《九》
摘要:九 阅读全文
posted @ 2021-01-06 11:35 Beautytoloveme 阅读(39) 评论(0) 推荐(0) 编辑
Elasticsearch《八》
摘要:八 阅读全文
posted @ 2021-01-06 11:32 Beautytoloveme 阅读(111) 评论(0) 推荐(0) 编辑
Elasticsearch《七》
摘要:七 阅读全文
posted @ 2021-01-06 11:28 Beautytoloveme 阅读(78) 评论(0) 推荐(0) 编辑
Elasticsearch《六》
摘要:六 阅读全文
posted @ 2021-01-06 11:26 Beautytoloveme 阅读(54) 评论(0) 推荐(0) 编辑
Elasticsearch《五》
摘要:五 阅读全文
posted @ 2021-01-06 11:23 Beautytoloveme 阅读(77) 评论(0) 推荐(0) 编辑
Elasticsearch 《四》
摘要:四 阅读全文
posted @ 2021-01-06 11:21 Beautytoloveme 阅读(44) 评论(0) 推荐(0) 编辑
Elasticsearch《三》
摘要:三 阅读全文
posted @ 2021-01-06 11:19 Beautytoloveme 阅读(58) 评论(0) 推荐(0) 编辑
Elasticsearch 《二》 可视化工具之cerebro
摘要:可视化工具之cerebro 阅读全文
posted @ 2021-01-06 11:02 Beautytoloveme 阅读(91) 评论(0) 推荐(0) 编辑
Elasticsearch 《一》
摘要:安装 https://blog.csdn.net/he19970408/article/details/107359861/ https://www.cnblogs.com/weibanggang/p/11589464.html 第一步: 先新建一个用户(出于安全考虑,elasticsearch默认 阅读全文
posted @ 2021-01-06 11:00 Beautytoloveme 阅读(76) 评论(0) 推荐(0) 编辑
php之trait特性
摘要:项目中代码: 声明: 引用: 介绍: https://www.jianshu.com/p/fc053b2d7fd1 阅读全文
posted @ 2021-01-06 08:14 Beautytoloveme 阅读(58) 评论(0) 推荐(0) 编辑
微信+支付宝支付
该文被密码保护。
posted @ 2021-01-06 07:51 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
jquery 轮询
该文被密码保护。
posted @ 2021-01-05 10:57 Beautytoloveme 阅读(0) 评论(0) 推荐(0) 编辑
git pull 时速度很慢,感觉几分钟不动
摘要:git config --global http.postBuffer 524288000 问题解决: 下载速度很快 阅读全文
posted @ 2021-01-05 09:39 Beautytoloveme 阅读(1853) 评论(0) 推荐(0) 编辑
git 冲突
摘要:git pull origin + 分支 时报错 解决方式: git clean -d -fx 即可。可能很多人都不明白-d,-fx到底是啥意思,其实git clean -d -fx表示:删除 一些 没有 git add 的 文件; git clean 参数 -n 显示将要删除的文件和目录; -x 阅读全文
posted @ 2021-01-04 18:01 Beautytoloveme 阅读(49) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示