上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: //我在vue中测试, 可行, 这个只适用于google浏览器, ie需要xObject对象 // 下载txt if (/(txt)$/.test(name[1])) { var xhr = new XMLHttpRequest() xhr.onload = function () { ;(func 阅读全文
posted @ 2021-12-16 14:24 归一山人 阅读(543) 评论(0) 推荐(0) 编辑
摘要: //这种方式不行Student::where('id', $request->student_id)->update($student); $findStudent = Student::where('id', $request->student_id)->first()->update($stud 阅读全文
posted @ 2021-12-14 12:46 归一山人 阅读(394) 评论(0) 推荐(0) 编辑
摘要: # 删除前端文件 rmdir /s/q E:\yuanbo2019\public\static del E:\yuanbo2019\public\index.html @echo off ::被复制的源文件夹 set sourceDir=C:\Users\86189\code\yuanbo_ui_2 阅读全文
posted @ 2021-12-13 12:35 归一山人 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 开启80端口 参考这篇文章 解决mac无法使用80端口问题,亲测可用 1. 防火墙设置问题 2. 网卡问题 3. 服务器地址配置问题 阅读全文
posted @ 2021-09-05 16:15 归一山人 阅读(1085) 评论(0) 推荐(0) 编辑
摘要: now := time.Now() year, month, day := now.Date() //fmt.Println(year, month, day) //2021 September 1 fmt.Println(year, uint(month), day) //2021 9 1 //获 阅读全文
posted @ 2021-09-01 21:18 归一山人 阅读(1526) 评论(0) 推荐(0) 编辑
摘要: 需求: 网页下拉太丑了,如下 度娘了一下, 发现一篇相关文档 基本解决了问题 https://juejin.cn/post/6844903940190896135#heading-2 加入如下代码即可, css即可实现 页面整体的惯性滑动, 微信没有提供相关的api文档和说明, 但当要开发游戏类, 阅读全文
posted @ 2021-08-10 20:24 归一山人 阅读(378) 评论(0) 推荐(0) 编辑
摘要: qq_36437172 2020-06-28 22:38:49 778 收藏 分类专栏: element-ui 文章标签: element-ui Select 组件 value 属性 绑定 对象类型 版权 问题描述:当 value 属性绑定的是对象类型时,回显数据是,下拉框选项都是高亮选择样式,同时 阅读全文
posted @ 2021-02-16 21:12 归一山人 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Song • 3563 次浏览 • 0 个回复 • 2017年10月简介 Redis模块负责与Redis数据库交互,并提供Redis的相关API支持; Redis模块提供redis与redis.connection这两个服务;redis.connection服务提供redis连接对象;redis服务 阅读全文
posted @ 2020-12-23 13:11 归一山人 阅读(1486) 评论(0) 推荐(0) 编辑
摘要: 坚强一点 2017-06-17 14:09:07 42904 收藏 7 分类专栏: 缓存 文章标签: redis redis set redis hset set hset 版权 redis 中存数据时,到底什么时候用 hset 相比于 set 存数据时又有什么不一样? set 就是普通的已key- 阅读全文
posted @ 2020-12-22 20:40 归一山人 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 效果如下 <uni-popup ref="bankListAll" type="dialog"> <ty-mutiple-select :multiple="false" v-model="selectedBank" :selectData="bankListAll" :duration="2000 阅读全文
posted @ 2020-12-22 12:55 归一山人 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页