02 2019 档案

摘要:https://blog.csdn.net/qq_39195042/article/details/81327897 总而言之就是先想办法下载channel_v3.json这个文件 "https://files.cnblogs.com/files/mangmangbiluo/channel_v3.z 阅读全文
posted @ 2019-02-11 22:29 茫茫碧落 阅读(98) 评论(0) 推荐(0) 编辑
摘要:1,首先要安装java环境 2,tools->build system->new build system... 3,新建helloworld.java ctrl+shift+b 编译然后运行即可 阅读全文
posted @ 2019-02-11 11:10 茫茫碧落 阅读(814) 评论(1) 推荐(0) 编辑
摘要:leetcod79题在矩阵中寻找某个单词 用深度优先搜索,首先找到首单词,因为矩阵中的单个元素只能用一次所以要记录路径,还要记录当前位置, 阅读全文
posted @ 2019-02-10 17:59 茫茫碧落 阅读(103) 评论(0) 推荐(0) 编辑
摘要:"""97. Interleaving StringHard Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. Example 1: Input: s1 = "aabcc", s2 = "dbb 阅读全文
posted @ 2019-02-10 09:37 茫茫碧落 阅读(101) 评论(0) 推荐(0) 编辑