Robot | Path | Permission |
GoogleBot | / | ✔ |
BingBot | / | ✔ |
BaiduSpider | / | ✔ |
YandexBot | / | ✔ |
Title | Welcome to |
Description | test.serial(’branch insert branch’, async (t: ExecutionContext) => { try { serial_test_branch_id = await branchService.insert_branch({ note_id: ’test_n |
Keywords | N/A |
WebSite | |
Host IP | 49.234.75.49 |
Location | China |
Site | Rank |
US$1,592
Last updated: 2023-05-20
shenjun.site has Semrush global rank of 0. shenjun.site has an estimated worth of US$ 1,592, based on its estimated Ads revenue. shenjun.site receives approximately 183 unique visitors each day. Its web server is located in China, with IP address 49.234.75.49. According to SiteAdvisor, shenjun.site is safe to visit. |
Purchase/Sale Value | US$1,592 |
Daily Ads Revenue | US$1 |
Monthly Ads Revenue | US$44 |
Yearly Ads Revenue | US$529 |
Daily Unique Visitors | 12 |
Note: All traffic and earnings values are estimates. |
Host | Type | TTL | Data |
shenjun.site. | A | 600 | IP: 49.234.75.49 |
shenjun.site. | NS | 86400 | NS Record: cocktail.dnspod.net. |
shenjun.site. | NS | 86400 | NS Record: field.dnspod.net. |
test.serial(’branch insert branch’, async (t: ExecutionContext) => { try { serial_test_branch_id = await branchService.insert_branch({ note_id: ’test_note’, parent_note_id: test_root_note_id, }); t.truthy(serial_test_branch_id); } catch (e) { t.fail(); return; } const branch = await branchService.get_branch(serial_test_branch_id); if (branch === null) { t.fail() return; } t.is(branch.note_id, ’test_note’); t.is(branch.parent_note_id, test_root_note_id); }); test.serial(’branch get children expanded tree’, async (t: ExecutionContext) => { const tree = await branchService.get_children_expanded_tree(test_root_note_id); t.truthy(tree); }); test.serial(’set branch expanded state’, async (t: ExecutionContext) => { try { await branchService.set_branch_expanded_state({ branch_id: serial_test_branch_id, is_expanded: true, }) const branch = await branchService.get_branch(serial_test_branch_id); t.is(branch?.is_expanded, true); } catch (e) { console.error(e); t.fail(); } }) test(’branch |
HTTP/1.1 200 OK Server: nginx/1.20.1 Date: Wed, 18 Jan 2023 08:59:21 GMT Content-Type: text/html Content-Length: 5598 Last-Modified: Mon, 11 Jul 2022 14:00:50 GMT Connection: keep-alive ETag: "62cc2d12-15de" Accept-Ranges: bytes |