本文来我在知乎话题Android开发时你遇到过什么相见恨晚的工具或网站?下的回答! 在实际Android开发过程确实会有很多相见恨晚的工具或网站出现,下面是我自己的一些分享。 1、源码网站 https://github.com/googlesamples Android系统每次推出一些新特性,Goo ...
分类:
移动开发 时间:
2017-03-24 00:24:02
阅读次数:
240
一:vue基础1.1.Vue是一套构建用户界面的渐进式框架1.2.引入vue:<script src="https://unpkg.com/vue/dist/vue.js"></script>1.3.值插入:1.3.1:插入domdom:<div id="app"> {{ message }}</d ...
分类:
其他好文 时间:
2017-03-23 23:30:53
阅读次数:
271
Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes. Example: Note: There are at ...
分类:
其他好文 时间:
2017-03-23 23:28:32
阅读次数:
192
项目的github地址:https://github.com/Qunter/SearchAndCall 今天开始实现登录和注册的功能 先贴最终效果吧 PS:其实最后那一下,按照代码逻辑是不会返回到登录页面的,此处会返回应该是我没有删除之前的程序,所以在测试的时候就没有覆盖掉这些,所以导致这个fini ...
分类:
移动开发 时间:
2017-03-23 23:24:47
阅读次数:
298
Cannotdownload"https://github.com/sass/node-sass/releases/download/v3.4.2/linux-x64-14_binding.node":connectETIMEDOUT总的来说就是两种方法解决:SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/npminstall或者在~/.npmrc里添加下面这行(参考),保存后再..
分类:
Web程序 时间:
2017-03-23 22:42:56
阅读次数:
307
1 安装xcode 2 安装 brew ruby-e"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 3 安装 python brew install python ...
分类:
编程语言 时间:
2017-03-23 22:23:37
阅读次数:
155
好吧,很久没有做leetcode了,因为感觉没什么用啊,我又不找工作(别找借口了,就是懒。) 学习一下git的使用吧。。。 首先是从github上下载项目 git clone https://github.com/fffgrdcc/ucore_os_lab 然后是链接其他代码源 git remote ...
分类:
其他好文 时间:
2017-03-23 22:02:54
阅读次数:
142
摘要: 主要讲解使用 IDEA 开发 Spring MVC 的环境搭建,Maven的简单教学。 摘要: 主要讲解使用 IDEA 开发 Spring MVC 的环境搭建,Maven的简单教学。 参考1:https://my.oschina.net/gaussik/blog/385697 参考2:htt ...
分类:
编程语言 时间:
2017-03-23 21:59:33
阅读次数:
409
题目链接:https://vjudge.net/problem/UVA-11324 题意:求一个有向图中结点数最大的结点集,使得该结点集中任意两个结点u和v满足:要目u可以到达v,要么v可以到达u(相互可达也可以)。 思路:同一个强联通分量中满足结点集中任意两个结点u和v满足:要目u可以到达v,要么 ...
分类:
其他好文 时间:
2017-03-23 21:38:17
阅读次数:
244
redis入门到精通redis3.2.8学习(1)redis安装及简单测试 官网地址为:https://redis.io/download $wgethttp://download.redis.io/releases/redis-3.2.8.tar.gz $tarxzfredis-3.2.8.tar.gz $cdredis-3.2.8 $make 启动服务 $src/redis-server redis-server/root/soft/redis/sbin/r..
分类:
其他好文 时间:
2017-03-23 21:02:27
阅读次数:
227