会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WHY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2020年5月8日
laravel 安装调试
摘要: 下载安装 Composer-Setup.exe 切换国内镜像 composer config -g repo.packagist composer https://packagist.phpcomposer.com 安装前更新compoaer update,否则laravel各种报错 compose
阅读全文
posted @ 2020-05-08 10:23 why_set
阅读(105)
评论(0)
推荐(0)
2020年5月7日
js图片放大
摘要: //调用 $(function(){ $(".pimg").click(function(){ var _this = $(this);//当前图片 imgShow("#outerdiv", "#innerdiv", "#bigimg", _this); }); }); //方法 function
阅读全文
posted @ 2020-05-07 15:33 why_set
阅读(650)
评论(0)
推荐(0)
js隐藏元素
摘要: document.getElementById('元素ID').style.display='block'; document.getElementById('元素ID').style.display='none';
阅读全文
posted @ 2020-05-07 14:10 why_set
阅读(1726)
评论(0)
推荐(0)
2020年5月6日
python框架
摘要: 1.Django: Python Web应用开发框架 Django 应该是最出名的Python框架,GAE甚至Erlang都有框架受它影响。Django是走大而全的方向,它最出名的是其全自动化的管理后台:只需要使用起ORM,做简单的对象定义,它就能自动生成数据库结构、以及全功能的管理后台。 2.Di
阅读全文
posted @ 2020-05-06 14:40 why_set
阅读(231)
评论(0)
推荐(0)
2020年4月29日
div 鼠标放上样式
摘要: cursor:pointer; 手势 cursor:auto;正常
阅读全文
posted @ 2020-04-29 11:46 why_set
阅读(571)
评论(0)
推荐(0)
2020年4月27日
navigator调用摄像头pc
摘要: navigator 调取摄像头async 异步请求方式await 等待Promise请求完成//开启摄像头async function startCamera() { let video = document.getElementById("video"); let stream = await n
阅读全文
posted @ 2020-04-27 11:02 why_set
阅读(903)
评论(0)
推荐(0)
2020年4月20日
aws上传文件及配置
摘要: php.in 最后一页 配置cacert.pem证书文件,否则解析不了aws存储桶的路由 curl.cainfo = D:/phpstudy_pro/cacert.pem 引入 use Aws\S3\S3Client;use Aws\S3\Exception\S3Exception; //aws认证
阅读全文
posted @ 2020-04-20 10:15 why_set
阅读(1537)
评论(0)
推荐(0)
2020年3月24日
Git 常用命令
摘要: 查看、添加、提交、删除、找回,重置修改文件 git help <command> # 显示command的help git show # 显示某次提交的内容 git show $id git co -- <file> # 抛弃工作区修改 git co . # 抛弃工作区修改 git add <fil
阅读全文
posted @ 2020-03-24 14:33 why_set
阅读(287)
评论(0)
推荐(0)
2020年3月19日
fuelphp 更新数据
摘要: 1.查找数据id=1 $action=Model_Action()::find(1); 2.修改字段 $action->name='测试'; 3.保存数据 $action->save();
阅读全文
posted @ 2020-03-19 16:43 why_set
阅读(112)
评论(0)
推荐(0)
2020年3月9日
lnmp1.6 mysql升级
摘要: 执行 ./upgrade.sh mysql 输入mysql密码 *http://dev.mysql.com/downloads/mysql/ 查询mysql版本 输入要升级的mysql版本号回车 确认y
阅读全文
posted @ 2020-03-09 14:17 why_set
阅读(523)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告