SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.000350
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | ALL | PRIMARY | | | | 37 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000109
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using index condition |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000095
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
NULL AS thread_read_date,
0 AS thread_reply_banned,
0 AS thread_is_watched,
'' AS draft_message, NULL AS draft_extra
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 14965
Run Time: 0.000503
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 36
Run Time: 0.000147
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT post.*
,
bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
session_activity.view_date AS last_view_date,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = post.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = post.user_id)
LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
LEFT JOIN xf_session_activity AS session_activity ON
(post.user_id > 0 AND session_activity.user_id = post.user_id)
WHERE post.thread_id = ?
AND (post.position >= 0 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 14965
Run Time: 0.001947
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 1 | Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,tugrghshosting_diendanduoc.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,tugrghshosting_diendanduoc.post.user_id | 1 | Using where |
SIMPLE | session_activity | ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.post.user_id | 11 | Using where |
INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 14965
Run Time: 0.000094
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: c5cf61679b6496114266a56d0b17989e, , 1653233408
Run Time: 0.000161
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date),
robot_key = VALUES(robot_key)
Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=14965, 1653229808,
Run Time: 0.000340
INSERT INTO xf_bb_code_parse_cache
(content_type, content_id, parse_tree, cache_version, cache_date)
VALUES (?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
cache_version = VALUES(cache_version),
cache_date = VALUES(cache_date)
Params: post, 15841, a:29:{i:0;a:4:{s:3:"tag";s:6:"center";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[CENTER]";i:1;s:9:"[/CENTER]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"6";s:8:"original";a:2:{i:0;s:8:"[SIZE=6]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:57:"Chi phí vận hành hệ thống xử lý nước thải";}}}}}}i:1;s:682:"
Chi phí đầu tư xây dựng và vận hành hệ thống xử lý nước thải là một chi phí thể hiện trách nhiệm của doanh nghiệp tới việc bảo vệ và duy trì hệ sinh thái hiện hữu. Do không nằm trong các chi phí đầu tư cho quá trình sản xuất nên thường chưa được quan tâm đúng mức.
Để tìm hiểu về chi phí vận hành hệ thống xử lý nước thải để nhà đầu tư, chủ doanh nghiệp hoặc các nhà hoạch định chi phí nắm sơ bộ về các chi phí phát sinh khi vận hành hệ thống xử lý thì Công ty Môi trường Bình Minh đưa ra các loại chi phí như sau
";i:2;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:168:"https://sp-ao.shortpixel.ai/client/to_avif,q_glossy,ret_img,w_960,h_1280/http://bunvisinh.com/wp-content/uploads/2021/07/Chi-phi-van-hanh-he-thong-xu-ly-nuoc-thai-3.jpg";}}i:3;s:2:"
";i:4;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:94:"Hình 1. Chi phí vận hành hệ thống xử lý nước thải – Kiểm tra bùn vi sinh";}}}}i:5;s:51:"
Hotline : 0917 34 75 78 – Mr Thành – Email : ";i:6;a:4:{s:3:"tag";s:5:"email";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[email]";i:1;s:8:"[/email]";}s:8:"children";a:1:{i:0;s:21:"kythuat.bme@gmail.com";}}i:7;s:2:"
";i:8;a:4:{s:3:"tag";s:4:"list";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[LIST=1]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:800:"
[*]Chi phí điện năng : Bao gồm điện năng để duy trì hệ thống bơm, máy thổi khí…
[*]Chi phí hóa chất : Bao gồm các loại hóa chất để duy trì, vận hành hệ thống xử lý nước thải. Các loại hóa chất cơ bản bao gồm NaOH, PAC, Polymer, Mật rỉ, NaHCO3, Chlorin, Javen…
[*]Chi phí nhân công : Chi phí nhân sự vận hành hệ thống, kiểm tra hệ thống và pha hóa chất định kỳ.
[*]Chi phí bảo trì hệ thống xử lý nước thải : Chi phí để nhân sự bảo trì, thay thế thiết bị khi tới hạn hoặc thuê nhà thầu bảo trì hệ thống xử lý.
[*]Chi phí phân tích nước thải : Chi phí để phân tích nhanh hoặc gửi mẫu tới trung tâm phân tích định kỳ.
";}}i:9;s:1:"
";i:10;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:3:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:167:"https://sp-ao.shortpixel.ai/client/to_avif,q_glossy,ret_img,w_696,h_321/http://bunvisinh.com/wp-content/uploads/2021/07/Chi-phi-van-hanh-he-thong-xu-ly-nuoc-thai-1.jpg";}}}}i:1;s:1:"
";i:2;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:35:"Hình 2. Nước thải chăn nuôi";}}}}i:11;s:1:"
";i:12;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:38:"Ngoài ra còn có chi phí khác như";}}}}i:13;s:907:"
Chi phí xử lý bùn thải định kỳ : tùy theo lượng bùn thải phát sinh mà sẽ được bơm ngược lại bể tự hoại, bể biogas, thuê hút định kỳ hoặc ép bùn.
Chi phí khấu hao đầu tư ban đầu : Khấu hao 5% chi phí xây dựng cụm bể xử lý nước thải/năm, khấu hao 10% chi phí thiết bị xử lý/năm.
Các chi phí ngoài luồng : ….
Với nhiều năm kinh nghiệm trong quá trình vận hành hệ thống xử lý nước thải thì Công ty Môi trường Bình Minh đã tổng hợp sơ bộ chi phí vận hành hệ thống xử lý nước thải trong bảng sau.
Đây chi phí là nước thải chế biến thực phẩm vận hành đạt cột B theo QCVN 40. Để đạt cột A thì chi phí hóa chất tăng từ 20 – 50%. Ngoài ra chi phí xử lý bùn thải dự tính khoảng 1 – 3,000 vnđ/m3
";i:14;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:168:"https://sp-ao.shortpixel.ai/client/to_avif,q_glossy,ret_img,w_1280,h_591/http://bunvisinh.com/wp-content/uploads/2021/07/Chi-phi-van-hanh-he-thong-xu-ly-nuoc-thai-2.jpg";}}i:15;s:2:"
";i:16;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:34:"Hình 3. Nhân công thực hiện";}}}}i:17;s:445:"
Ngoài ra, Công ty môi trường Bình Minh là công ty chuyên xử lý các loại nước thải cũng như vận hành hệ thống xử lý nước thải tại TP HCM và các tỉnh Bình Dương, Đồng Nai, Long An…. Hệ thống bạn đang cần công ty vận hành đạt hiệu quả xử lý, chuyên nghiệp, chi phí thấp thì hãy liên hệ ngay đến công ty môi trường Bình Minh để được hỗ trợ.
";i:18;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:168:"https://sp-ao.shortpixel.ai/client/to_avif,q_glossy,ret_img,w_1280,h_591/http://bunvisinh.com/wp-content/uploads/2021/07/Chi-phi-van-hanh-he-thong-xu-ly-nuoc-thai-5.jpg";}}i:19;s:290:"
Hình 4. Nhân công bảo trì
Ngoài ra công ty Môi trường Bình Minh còn thực hiện các dịch vụ sau :
Hướng dẫn nuôi cấy vi sinh hoạt tính sử dụng bùn vi sinh hoạt tính dạng ly tâm.
Báo giá hệ thống xử lý nước thải chi phí thấp
";i:20;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:64:"http://bunvisinh.com/xu-ly-nuoc-thai-chan-nuoi-chi-phi-thap.html";s:8:"original";a:2:{i:0;s:72:"[URL='http://bunvisinh.com/xu-ly-nuoc-thai-chan-nuoi-chi-phi-thap.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:51:"Xử lý nước thải chăn nuôi chi phí thấp";}}}}i:21;s:2:"
";i:22;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:47:"Bảo trì hệ thống xử lý nước thải";}}i:23;s:2:"
";i:24;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:70:"Phương pháp xử lý nước thải sinh hoạt hiệu quả nhất";}}i:25;s:2:"
";i:26;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:48:"Vận hành hệ thống xử lý nước thải";}}i:27;s:138:"
Thiết kế thi công, nâng cấp, bảo trì hệ thống xử lý nước thải
Hotline : 0917 34 75 78 – Mr Thành – Email : ";i:28;a:4:{s:3:"tag";s:5:"email";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[email]";i:1;s:8:"[/email]";}s:8:"children";a:1:{i:0;s:21:"kythuat.bme@gmail.com";}}}, 1586268963, 1653229808
Run Time: 0.000407
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000127
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 22 | Using filesort |
SELECT content_id, cache_value
FROM xf_permission_cache_content
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000084
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content | ref | PRIMARY | PRIMARY | 31 | const,const | 29 | Using index condition |
SELECT thread.*
,
user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
node.title AS node_title, node.node_name
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
LEFT JOIN xf_node AS node ON
(node.node_id = thread.node_id)
WHERE ((thread.node_id IN (3, 34, 36)) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1652797808)
ORDER BY thread.view_count DESC
LIMIT 15
Run Time: 0.002774
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | node_id_last_post_date,node_id_sticky_state_last_post,post_date | post_date | 4 | | 272 | Using index condition; Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.thread.user_id | 1 | |
SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.thread.node_id | 1 | |
SELECT node.*, forum.*
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
WHERE node.node_id IN (36, 36, 34, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36)
Run Time: 0.000226
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | range | PRIMARY | PRIMARY | 4 | | 2 | Using index condition |
SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 4 | tugrghshosting_diendanduoc.node.node_id | 1 | |