会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李傲强
李傲强
博客园
首页
新随笔
联系
管理
订阅
[置顶]
mysql入门
摘要: mysql入门 sql语言
阅读全文
posted @ 2017-09-16 21:31 李傲强
阅读(284)
评论(0)
推荐(0)
2021年1月10日
虚拟机安装docker
摘要: https://www.cnblogs.com/imok-blog/p/12369057.html
阅读全文
posted @ 2021-01-10 20:36 李傲强
阅读(69)
评论(0)
推荐(0)
2019年9月12日
Creating Server TCP listening socket *:6379: listen: Unknown error
摘要: 解决方法:在命令行中运行 redis cli.exe 127.0.0.1:6379 shutdown not connected exit 然后重新运行redis server.exe redis.windows.conf,启动成功!
阅读全文
posted @ 2019-09-12 11:02 李傲强
阅读(3548)
评论(0)
推荐(0)
2019年9月10日
cron的添加
摘要: 1.crontab e进入文档进行编辑 2.添加一行: /usr/local/php/bin/php /data/wwwroot/article service/artisan schedule:run /dev/null 2 &1 3.tail f /var/log/cron查看当前的任务执行实况
阅读全文
posted @ 2019-09-10 15:51 李傲强
阅读(327)
评论(0)
推荐(0)
2019年9月4日
CentOS7下升级PHP版本为7.2
摘要: yum provides php 自带的只有5.4版本 rpm Uvh https://mirror.webtatic.com/yum/el7/epel release.rpm 更新源 rpm Uvh https://mirror.webtatic.com/yum/el7/webtatic rele
阅读全文
posted @ 2019-09-04 10:56 李傲强
阅读(1608)
评论(0)
推荐(0)
测试一下啊
摘要: 测试一下啊测试一下啊
阅读全文
posted @ 2019-09-04 10:03 李傲强
阅读(115)
评论(0)
推荐(0)
2019年7月26日
浏览器禁止复制怎么办
摘要: 在浏览器的控制台的console中输入document.body.innerText回车
阅读全文
posted @ 2019-07-26 17:55 李傲强
阅读(427)
评论(0)
推荐(0)
2019年7月6日
Hardware assisted virtualization and data execution protection must be enabled in the BIOS
摘要: 如果启用了所述功能,则问题在于已禁用Hyper V或未运行Hypervisor代理 解决方案A(如果Hyper V完全禁用或未安装) 以管理员身份打开PowerShell 启用Hyper V dism.exe /Online /Enable Feature:Microsoft Hyper V /Al
阅读全文
posted @ 2019-07-06 14:06 李傲强
阅读(14536)
评论(0)
推荐(1)
2019年6月18日
Lumen报错: Unresolvable dependency resolving [Parameter #0 [ <required> $app ]] in class Illuminate\Filesystem\FilesystemManager
摘要: 这个意思是Illuminate\Filesystem\FilesystemManager这个类的参数无法自动注入 解决办法: 在bootstrap/app.php中添加:
阅读全文
posted @ 2019-06-18 23:08 李傲强
阅读(3456)
评论(0)
推荐(1)
2019年6月15日
重复键违反唯一约束
摘要: 这种情况一般出现在,将.sql文件导入本地的postgresql数据库后,然后创建或更新数据时候会报错:
阅读全文
posted @ 2019-06-15 12:17 李傲强
阅读(3591)
评论(0)
推荐(3)
2019年3月13日
PHP中让json_encode不自动转义斜杠“/”的方法
摘要: json_encode
阅读全文
posted @ 2019-03-13 20:06 李傲强
阅读(1716)
评论(0)
推荐(0)
下一页
公告