该文被密码保护。 阅读全文
posted @ 2017-04-07 16:41 vector11248 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 在setting.xml当中修改profile <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <maven.compiler.source>1.8< 阅读全文
posted @ 2017-04-06 20:41 vector11248 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 在生活中,我们想下载秒拍的视频,但是却找不到下载的标志?这该怎么办呢? 没有关系,不要着急,今天我就一步一步地教你下载 1.首先我们打开你想要下载的秒拍的视频的网页: 2.然后对于Chrome浏览器的用户,只需要按一下F12。然后我们点击Application。 3.我们找到这个Frames-->M 阅读全文
posted @ 2017-03-29 13:34 vector11248 阅读(3772) 评论(0) 推荐(0) 编辑
摘要: hihocoder1049后序遍历 阅读全文
posted @ 2017-03-26 11:32 vector11248 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 3 4 int main() 5 { 6 int flag=1;//0 no 1 yes 7 int n;int m; 8 ... 阅读全文
posted @ 2017-03-16 19:46 vector11248 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 使用过新浪博客的人都知道,新浪博客的首页有访问量统计功能,迁移到博客园之后发现博客园却没有这项功能,所幸博客园在后台管理的设置选项中有一个公告栏和设置页首页脚代码功能,使用起来非常灵活和方便。借此我们可以通过网络上提过的其他强大的插件来为获取更加详细的访问统计信息(博客园这难道是借鉴了传统unix中 阅读全文
posted @ 2017-03-15 14:56 vector11248 阅读(421) 评论(1) 推荐(0) 编辑
摘要: 知乎上百万年薪的微软技术大牛轮子哥的技术成长之路。 阅读全文
posted @ 2017-03-13 19:01 vector11248 阅读(3550) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 #include 5 using namespace std; 6 7 int main() 8 { 9 /*在优先队列中,优先级高的元素先出队列。 10 标准库默认使用元素类型的 qi; 14 通过 q1; 19 for(int i=0;i, greater >q1; 37... 阅读全文
posted @ 2017-01-06 11:49 vector11248 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 const int MAXN=1000010; 9 vector vec[MAXN]; 10 int dep[MAXN]; 11 //int pre[MAXN]; 12 void bfs... 阅读全文
posted @ 2017-01-04 18:20 vector11248 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 简介: 端口:1 1.用于区别不同的应用程序。 2. 端口号范围0~65535 ,0~1023为系统所保留。 3.IP 地址和 端口号组成了Socket .Socket 是网络运行的程序之间双向通信链路的终点,是TCP 和UDP的基础。 4.常见的端口号 http 80 ftp:21 telnet 阅读全文
posted @ 2016-12-27 00:00 vector11248 阅读(206) 评论(0) 推荐(0) 编辑