上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: <归并排序思想> <递归不好想啊> <虚拟头结点技巧> 题目 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes o 阅读全文
posted @ 2019-07-23 22:05 remly 阅读(147) 评论(0) 推荐(0)
摘要: <题意理解困难><字符串遍历出界> 题目 The count-and-say sequence is the sequence of integers with the first five terms as following: 1. 1 2. 11 3. 21 4. 1211 5. 111221 阅读全文
posted @ 2019-07-22 15:08 remly 阅读(139) 评论(0) 推荐(0)
摘要: <p>&lt;&gt;</p><h1 style="text-align: center;">题目描述</h1><hr /><p>&nbsp;</p><h1>&nbsp;</h1><h1 style="text-align: center;">我的思路&nbsp;</h1><hr /><p>&nbs 阅读全文
posted @ 2019-07-18 16:48 remly 阅读(245) 评论(0) 推荐(0)
摘要: 通信:父组件 -> 子组件 阅读全文
posted @ 2019-07-04 08:40 remly 阅读(133) 评论(0) 推荐(0)
摘要: 1.已经配置好git runner,但是git push后在pipelines没有记录。 1.yml文件名的问题 yml-test.yml -> .gitlab-ci.yml 2.yml文件中stage在三个默认阶段中选择:build、test、deploy 2. sudo: no tty pres 阅读全文
posted @ 2019-06-26 09:40 remly 阅读(116) 评论(0) 推荐(0)
摘要: 1.查看所有运行的服务 service --status-all 2.查看隐藏文件 ll -a 文件夹的详细信息,包括权限、大小、用户、组等 ls -a 文件夹的简略信息,只有文件(夹)的名称,以"."开头的都是隐藏文件。 vim多行整体左移,右移 1.点击“esc”键进入命令模式,使用":set 阅读全文
posted @ 2019-06-14 21:40 remly 阅读(167) 评论(0) 推荐(0)
摘要: 需求分析 1.小程序主页/index/index.js初加载时需要从服务器请求数据 2.请求功能封装在utils/util.js里面,在主页的onLoad里面调用 问题 1.由于在util.js中的请求是异步方式,返回时间不确定,导致onLoad的时候取不到值 阅读全文
posted @ 2019-05-21 21:26 remly 阅读(578) 评论(0) 推荐(0)
摘要: 问题描述: 时序图描述: 解决方案 解决方案时序图: 总结 1.巧用回调函数 参考:https://blog.csdn.net/zjw_python/article/details/80641963 阅读全文
posted @ 2019-04-14 18:26 remly 阅读(3950) 评论(1) 推荐(0)
摘要: 1.小程序云开发查询数据库where查询无效_解决方案 原因是权限不对,在云开发控制台修改权限。 2.Promise写法的问题 初次用Promise,还需再去看看文档,终于不用写层层回调了 3.reduce的写法 4.父组件向子组件异步传值,子组件取到空值的解决办法 用小程序的observers方法 阅读全文
posted @ 2019-04-13 22:23 remly 阅读(144) 评论(0) 推荐(0)
摘要: 目录结构 解决方案 先在微信开发者工具->详细->使用npm 1.cd到\WeChatProject\miniprogram文件夹 2.npm init 3.npm install 4.npm install mockjs --production 5.微信开发者工具,清掉各种缓存 6.编译一下 7 阅读全文
posted @ 2019-04-10 14:27 remly 阅读(2311) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页