05 2021 档案

摘要:最近面试总会被问到在一堆数组中找两个数,他们的和等于目标值 我的一反应就写了一个双重循环。 function sum1(arr, dst){ for(let i = 0,j=arr.length;i<j;i++){ for(let k = i+1;k<j;k++){ if(dst arr[i] + 阅读全文
posted @ 2021-05-28 21:42 Please Call me 小强 阅读(90) 评论(0) 推荐(0) 编辑
摘要:最近两三年年都没怎么搞游戏客户端了,最近在重新找工作,有cocos的面试,于是就再扫一遍引擎源码了。 关于cocos技术, 我认为比较重要几个点: 1. 引擎工作流? 一个游戏循环,每帧渲染节点树。。 2. 渲染流? 3. 事件流? 鼠标点击, 键盘输入, 手指触摸, 重力感应 4. 不同语言的交互 阅读全文
posted @ 2021-05-23 03:05 Please Call me 小强 阅读(133) 评论(0) 推荐(0) 编辑
摘要:小程序启动下载逻辑相关: https://game.weixin.qq.com/cgi-bin/h5/static/commlib/index.html 这个是实时的。 但是貌似本地也会存储,存储路径: /var/mobile/Containers/Data/Application/B1E7B553 阅读全文
posted @ 2021-05-14 21:58 Please Call me 小强 阅读(272) 评论(0) 推荐(0) 编辑
摘要:# # Your previous Plain Text content is preserved below: # # # Boolean search is powerful in sourcing and recruiting. # We will use machine learning p 阅读全文
posted @ 2021-05-11 18:18 Please Call me 小强 阅读(263) 评论(0) 推荐(0) 编辑
摘要:去掉命令: xattr -d com.apple.quarantine xxxx xattr -c xxxx 如果以上两个命令还是没有去掉@,那么查看文件属性: 如果是com.apple.macl属性, 这个属性是受SIP保护的。 有两种方案: 1, 关闭SIP保护 查看操作步骤: https:// 阅读全文
posted @ 2021-05-08 22:58 Please Call me 小强 阅读(1380) 评论(0) 推荐(0) 编辑

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