上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页
摘要: 改成<input v-for="a in as" @change="change(...arguments, a)" //最主要的是这句:disabledDate="(current)=>disabledDate(current, a)" > change(date,dateString){ }di 阅读全文
posted @ 2022-06-07 14:37 porter_代码工作者 阅读(396) 评论(0) 推荐(0)
摘要: //同步内容 ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys://设置权限chmod 600 ~/.ssh/authorized_keyschmod 700 -R .ssh //我遇到的原因: root 用户创建的 id_rsa.pub, xshell 用 其 阅读全文
posted @ 2022-05-20 10:14 porter_代码工作者 阅读(2784) 评论(0) 推荐(0)
摘要: docxtemplater 语法 {%img} 图片 {#list}{/list} 循环、if判断 {#list}{/list}{^list}{/list} if else {str} 文字 复杂的数据,例如需要多选打√的,就需要使用docxtemplater 的条件判断语法来实现。 {#multi 阅读全文
posted @ 2022-05-16 15:28 porter_代码工作者 阅读(4596) 评论(1) 推荐(1)
摘要: 在unity完成一个自定义分辨率的游戏,打包成 PC 版本时,经常会遇到一个问题,就是明明已经在 build setting 中设定了分辨率,为什么打包后运行时却失效了?本文将讲解如何解决打包时分辨率失效的问题。 为什么分辨率会重置?当你用 Unity 构建一个新的游戏时,他会为你在 Player 阅读全文
posted @ 2022-05-16 10:40 porter_代码工作者 阅读(1739) 评论(0) 推荐(0)
摘要: TSGF框架诞生记 其实一开始只是想做个对战小游戏的,可又是服务端又是客户端的,发现里面的门道挺多,并且很多理念都是通用的. 于是想到为何不封装一套联机游戏的全栈框架呢? 也可以让更多的人快速的实现自己的联机游戏。 于是 ts-gameframework 81 诞生了! https://forum. 阅读全文
posted @ 2022-05-07 13:36 porter_代码工作者 阅读(163) 评论(0) 推荐(0)
摘要: Unity UGUI 设置 left 、right、top、bottom 通过RectTransform 的属性offsetMin,offsetMax来实现; right,top要传入负数; offsetMin 是vector2(left,bottom); offsetMax 是vector2(ri 阅读全文
posted @ 2022-04-20 20:40 porter_代码工作者 阅读(1165) 评论(0) 推荐(0)
摘要: Vue使用import ... from ...来导入组件,库,变量等。而from后的来源可以是js,vue,json。这个是在webpack.base.conf.js中设置的: module.exports = { resolve: { extensions: ['.js', '.vue', '. 阅读全文
posted @ 2022-04-10 14:12 porter_代码工作者 阅读(3439) 评论(0) 推荐(0)
摘要: npm ERR! Error while executing:npm ERR! D:\soft\Git\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.gitnpm ERR!npm ERR! Host ke 阅读全文
posted @ 2022-04-06 16:59 porter_代码工作者 阅读(2142) 评论(0) 推荐(0)
摘要: 总结用rowIndex, columnIndex 找到要合并的开始单元格return {rowspan: 1,colspan: 1 } 表示表格不变return {rowspan: 2,colspan: 1 } 表示表格向下合并一个单元格return {rowspan: 1,colspan: 2 } 阅读全文
posted @ 2022-04-02 13:49 porter_代码工作者 阅读(935) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/linxinfa/article/details/119731272 https://linxinfa.blog.csdn.net/article/details/121244430 阅读全文
posted @ 2022-03-22 13:44 porter_代码工作者 阅读(36) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页