本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
dfs题目这样去接题,秒杀leetcode题目
点个赞,看一看,好习惯!本文 GitHub https://github.com/OUYANGSIHAI/JavaInterview 已收录,这是我花了 3 个月总结的一线大厂 Java 面试总结,本人已拿大厂 offer。 另外,原创文章首发在我的个人博客:blog.ouyangsihai.cn,欢迎访问。
今天来聊聊 dfs 的解题方法,这些方法都是总结之后的出来的经验,有值得借鉴的 ...
FastDFS+nginx 实现http服务
上一篇已经已经介绍了如何安装fastdfs,这一篇我们就来讲讲通过整合nginx实在http访问的功能。
官方nginx:http://nginx.org/download/nginx-1.10.2.tar.gz淘宝tengine:http://tengine.taobao.org/download/tengine-2.1.2.tar.gz
淘宝tengine是淘宝团队在官方版基础上修改 ...
文件服务器防盗链--FastDFS+nginx
fastdfs的访问控制
1,设置token
2, 用http_reffer 防止盗链
nginx+fastdfs
fastdfs文件服务器
nginx实现fastdfs通过url访问---此时可以设置location拦截特征,防盗链能访问有关
前言:Nginx 是一个很牛的高性能Web和反向代理服务器, 它具有有很多非常优 ...
nyoj306 dfs+二分搜索
题目大意:中文题。
算法思路:这种思路确实对我来说很新颖,我也是看了解题报告才知道。说白了,二分最小值和最大值的差,如果这个差值能够从起点走到终点,则说明这个差值是可行的,那我们就在减小,二分左半部分,否则二分右半部分。
#include<iostream>
#include<cstring>
#include<cstdio>
using nam ...
Longest Increasing Path in a Matrix
Given an integer matrix, find the length of the longest increasing path.
From each cell, you can either move to four directions: left, right, up or down. You may NOT move diagonally or move outside of ...
Number of Islands
Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. You may assume ...
Surrounded Regions
Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.
A region is captured by flipping all 'O's into 'X's in that surrounded region.
For example,
X X X X
X O O X
X X O X
X O ...
Word Search
Given a 2D board and a word, find if the word exists in the grid.
The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or ver ...
【百度之星2014~复赛)解题报告】The Query on the Tree
声明
笔者最近意外的发现 笔者的个人网站 http://tiankonguse.com/ 的很多文章被其它网站转载,但是转载时未声明文章来源或参考自 http://tiankonguse.com/ 网站,因此,笔者添加此条声明。
郑重声明:这篇记录《 【百度之星2014~复赛)解题报告】The Query on the Tree》转载自 http://tiankonguse.co ...
【FastDFS专题】fastdfs使用实战(使用篇)
经过前面的安装、配置、启动工作,现在就可以看到FastDFS的效果了,试着上传一个文件,然后再通过http下载。后面一篇将介绍怎样使用Java的API来上传、获取、删除文件。 一、上传文件 FastDFS安装包中,自带了客户端程序,通过程序可以进行文件上传。在使用这个客户端程序之前,首先需要配置client.conf,然后再进行文件上传及下载。 1、修改client.conf文件,修改如下 ...
【FastDFS专题】fastdfs使用实战(安装篇)
目前FastDFS支持类Unix系统,在Linux和FreeBSD下测试过,本文使用的是CentOS5.5,建议安装之前先了解一下FastDFS的原理,这对后面配置部分有帮助:http://josh-persistence.iteye.com/blog/2065510
一、安装libevent FastDFS 内部绑定了 libevent 作为 http 服务器 ,在V2.X版 ...
FastDFS专题】fastdfs使用实战(概念篇)
1、FastDFS是什么 FastDFS是一个开源的轻量级分布式文件系统,纯C实现,支持Linux、FreeBSD等UNIX系统,FastDFS可以看做是基于文件的key value pair存储系统。 FastDFS有两个角色:跟踪器(tracker)和存储节点(storage)。跟踪器主要做调度工作,在访问上起负载均衡的作用。存储节点存储文件,完成文件管理的所有功能:存储、同步和 ...
初次使用fast dfs 遇到的问题记录
开发过程使用fastdfs,第一次接触,使用时遇到的问题整理如下
问题1:
在centos上安装 ./make.sh 时报错如下:
在包含自 tracker_service.c:34 的文件中:
tracker_nio.h:17:19: 错误:event.h:没有那个文件或目录
In file included from tracker_nio.h:18,
...
Directed Graph
1. Digraph: Set of vertices connected pairwise by directed edges.
2. Digraph applications :
3. Some digraph problems:
-- Path: Is there a directed path from s to t ?
-- Shortes ...