id
name
processing priority
4
site type
0 (generic, awaiting analysis)
review version
11
html import
20 (imported)
first seen date
2024-03-05 07:34:03
expired found date
-
created at
2024-07-03 08:33:08
updated at
2026-01-19 21:21:07
length
11
crc
17353
tld
2644
nm parts
0
nm random digits
0
nm rare letters
0
deleted subdomains
0
page imported products
0
page imported random
0
page imported parking
0
count skipped due to recent timeouts on the same server IP
0
count content received but rejected due to 11-799
0
count dns errors
0
count cert errors
0
count timeouts
0
count http 429
0
count http 404
0
count http 403
0
count http 5xx
0
next operation date
-
server bits
—
server ip
-
mp import status
20
mp rejected date
-
mp saved date
-
mp size orig
40812
mp size raw text
4678
mp inner links count
7
mp inner links status
10 (links queued, awaiting import)
title
Jiang Wu
description
A humble programmer. Email: masterwujiang_at_gmail_dot_com
image
site name
Tumblr
author
updated
2026-02-27 12:10:18
raw text
Jiang Wu Jiang Wu -- open your heart Ask me anything Mar 11, 2019 Cancellation in Golang Cancellation is very common, but a bit hard to implement. Golang provides cancellation to ease the effort. Let’s take a example, I want to traverse a directory, and stop while I have listed enough files. max := 5 numbers := make(chan int) ctx := context.Background() ctx, cancel := context.WithCancel(ctx) Here I created max files to list, a channel to print numbers, and a context for cancellation. count := 0 for num := range numbers { fmt.Printf("count: %d, num: %d\n", count, num) count++ if count >= max { fmt.Println("cancel") cancel() } } Print numbers is simple, when maxFiles reaches, invoke cancel function to stop producer feeding in numbers channel. outer: for i := start; i < end; i++ { select { case
redirect type
0 (-)
block type
0 (no issues)
detected language
1 (English)
category id
index version
1
spam phrases
0
text nonlatin
836
text cyrillic
0
text characters
3578
text words
671
text unique words
384
text lines
88
text sentences
30
text paragraphs
11
text words per sentence
22
text matched phrases
0
text matched dictionaries
0
links self subdomains
0
links other subdomains
0
links other domains
4 - octopus.com, huaxia.com, baike.com
links spam adult
0
links spam random
0
links spam expired
0
links ext activities
0
links ext ecommerce
0
links ext finance
0
links ext crypto
0
links ext booking
0
links ext news
0
links ext leaks
0
links ext ugc
6 - slideshare.net, goko9.wordpress.com, tumblr.com, dailymeh.tumblr.com
links ext klim
0
links ext generic
0
dol status
0
dol updated
2026-02-27 12:10:18
rss path
rss status
1 (priority 1 already searched, no matches found)
rss found date
-
rss size orig
0
rss items
0
rss spam phrases
0
rss detected language
0 (awaiting analysis)
inbefore feed id
-
inbefore status
0 (new)
sitemap path
sitemap status
34 (reserved: import paused pending content quality/relevance assessment after importing first 500 pages)
sitemap review version
2
sitemap urls count
9
sitemap urls adult
0
sitemap filtered products
0
sitemap filtered videos
0
sitemap found date
2024-03-03 04:27:15
sitemap process date
2024-12-23 20:08:20
sitemap first import date
-
sitemap last import date
2026-01-19 21:21:07