SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000249
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: 551108
Run Time: 0.000660
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: 13
Run Time: 0.000712
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 >= 60 AND post.position < 80)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 551108
Run Time: 0.002414
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | range | thread_id_post_date,thread_id_position | thread_id_position | 8 | | 14 | Using index condition; Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.user_id | 1 | Using where |
SIMPLE | session_activity | ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 11 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327889
Run Time: 0.000298
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327890
Run Time: 0.000279
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327891
Run Time: 0.000270
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327892
Run Time: 0.000254
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327893
Run Time: 0.000284
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327894
Run Time: 0.000255
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327895
Run Time: 0.000236
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327896
Run Time: 0.000230
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327897
Run Time: 0.000232
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327898
Run Time: 0.000230
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327899
Run Time: 0.000236
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327900
Run Time: 0.000260
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327901
Run Time: 0.000239
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 327902
Run Time: 0.000234
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 551108
Run Time: 0.000350
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(13))
ORDER BY field.materialized_order
Run Time: 0.001034
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 1 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(13))
ORDER BY field.materialized_order
Run Time: 0.000258
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 1 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000210
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000177
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params:
Run Time: 0.000191
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | ALL | | | | | 62 | Using where |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000184
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000182
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 10777, haravan.vn
Run Time: 0.000249
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_thread_approve WHERE userid = 10777 AND threadid = 551108 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000231
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
Params: 10777, webcall.vn, 1
Run Time: 0.000270
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 13 AND thread.sticky = 1 AND thread.thread_id <> 551108 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001237
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using index condition; Using temporary; Using filesort |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 13 AND thread.sticky <> 1 AND thread.thread_id <> 551108 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 4
Run Time: 0.003616
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | PRIMARY | 4 | | 851862 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 13
Run Time: 0.000327
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_quicklink | ref | node_id | node_id | 2 | const | 8 | Using where; Using filesort |
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=551108&page=4, 1653081755,
Run Time: 0.000430
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000245
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
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, 12647574, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:24:"yozshida, post: 12638848";s:8:"original";a:2:{i:0;s:34:"[quote="yozshida, post: 12638848"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:208:"cho em hỏi em thuận tay trái,tay trái rất linh hoạt.nhưng tay phải thì ôi thôi...bó tay,muốn hoc lắm nhưng mà cầm lên,tay phải ko gảy được cứng đơ.giờ chả biết sao.";}}i:1;s:608:"
Nó cứng thì bạn tập nhiều ở tay phải nó sẽ tự động mềm ra, đầu tiên là tập với ngón cái ( thời gian đầu thì sẽ bị rát, phồng, dộp ) sau này ngón cái sẽ bị chai 1 góc :still_dreaming:. Rồi tập móc ngón trỏ, rồi tới ngón giữa, ngón áp út, rồi tập 2 móc 2 ngón, 3 ngón xen kẽ ( free stroke ) , rồi tập ép dây ( rest stroke ) để cho bản nhạc nó giàu tình cảm và có bè chính phụ rõ ràng. cứ tập từ từ và đều đặn.
chẳng ai mới nhảy vô tập mà tay đã nhuyễn cả :21_002:";}, 1631068078, 1653081755
Run Time: 0.000501
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, 12685624, a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:13:"DarkSlateGray";s:8:"original";a:2:{i:0;s:21:"[COLOR=DarkSlateGray]";i:1;s:8:"[/COLOR]";}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:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:22:"sawyer, post: 12647574";s:8:"original";a:2:{i:0;s:32:"[quote="sawyer, post: 12647574"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:606:"Nó cứng thì bạn tập nhiều ở tay phải nó sẽ tự động mềm ra, đầu tiên là tập với ngón cái ( thời gian đầu thì sẽ bị rát, phồng, dộp ) sau này ngón cái sẽ bị chai 1 góc :still_dreaming:. Rồi tập móc ngón trỏ, rồi tới ngón giữa, ngón áp út, rồi tập 2 móc 2 ngón, 3 ngón xen kẽ ( free stroke ) , rồi tập ép dây ( rest stroke ) để cho bản nhạc nó giàu tình cảm và có bè chính phụ rõ ràng. cứ tập từ từ và đều đặn.
chẳng ai mới nhảy vô tập mà tay đã nhuyễn cả :21_002:";}}i:1;s:129:"
Bro học đàn của ai vậy?Mình thix móc lốp(rải ngón) lắm mà không biết học ai?Bro chỉ giùm nhé:48_002:
";}}}}}, 1631068078, 1653081755
Run Time: 0.000413
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, 12749082, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"bumbumn, post: 12685624";s:8:"original";a:2:{i:0;s:33:"[quote="bumbumn, post: 12685624"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:13:"DarkSlateGray";s:8:"original";a:2:{i:0;s:21:"[COLOR=DarkSlateGray]";i:1;s:8:"[/COLOR]";}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:129:"
Bro học đàn của ai vậy?Mình thix móc lốp(rải ngón) lắm mà không biết học ai?Bro chỉ giùm nhé:48_002:
";}}}}}}i:1;s:223:"
:53_002: học rừng, chủ yếu là dựa vào youtube :53_002: bạn lên youtube có nhiều bài hướng dẫn lắm, xem rồi làm theo thôi :65: à quên, còn tập theo Pumping Nylon của Scott Tennant nữa";}, 1631068078, 1653081755
Run Time: 0.000495
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, 12784978, a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:108:"ACE quan tâm cũng nhiều nhỉ, ké với, em cũng định làm 1 khoá để về đàn cho bx nghe :D
";}}}, 1631068078, 1653081755
Run Time: 0.000437
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, 13244412, a:1:{i:0;s:612:"Hì mình i chang bạn thôi.Mới cầm đàn dc 2 tháng chưa đi đâu học.Lý do học là do bửa wa nha thằng bạn trọ gần trường với mấy nhỏ bạn,thấy nó đánh đàn bọn con gái mê tít,tư nhiên thấy mình lép wa,nên về cắt máu ăn thề tập cho dc :).Giờ bập bẽ mãi mới đệm hát dc hòn đá cô đôn với cô bé mùa đông.Mong sao đánh đàn dc như nhóc Sungha Jung mới 10t là dc roi,hì.Tiện thể bạn kím dc chổ nào học hú mình cái nhà mình gần Đầm Sen,có gì qua mình cho mượn tài liệu photo tự học :D";}, 1631068078, 1653081755
Run Time: 0.000466
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, 13284446, a:3:{i:0;s:92:"share cho bạn 1 trang web hay có tieng viet + video dành cho nguoi mới bik về đàn ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[url]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:21:"http://www.vn4000.com";}}i:2;s:3:" :)";}, 1631068078, 1653081755
Run Time: 0.000323
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, 13285995, a:1:{i:0;s:186:"1 cây đàn guitar khoảng nhiêu tiền vậy mấy bro .?
học đàn guitar có khó ko mấy bro ?
em cũng đam mê đàn lắm , mà ngặt nỗi em ngu về mấy nốt nhạc .";}, 1631068078, 1653081755
Run Time: 0.000422
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, 13423221, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"jay_2_u, post: 13285995";s:8:"original";a:2:{i:0;s:33:"[quote="jay_2_u, post: 13285995"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:186:"1 cây đàn guitar khoảng nhiêu tiền vậy mấy bro .?
học đàn guitar có khó ko mấy bro ?
em cũng đam mê đàn lắm , mà ngặt nỗi em ngu về mấy nốt nhạc .";}}i:1;s:236:"
bạn mới chơi mua cây tàm tạm chừng 200-->300K thui.Học guitar chủ íu do đam mê à ko bik khó hay dễ :).Mới chơi chịu khó đau ngón tay trái 1 tí.Bro ở đâu wa ben nhà văn hóa thíu nhi Q11 hoc này.";}, 1631068078, 1653081755
Run Time: 0.000422
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, 13556178, a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:13:"DarkSlateGray";s:8:"original";a:2:{i:0;s:21:"[COLOR=DarkSlateGray]";i:1;s:8:"[/COLOR]";}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:40:"Vẫn chưa tìm được thầy giỏi
";}}}}}, 1631068078, 1653081755
Run Time: 0.000388
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, 23954785, a:1:{i:0;s:104:"cũng đang tìm thầy
có ai biết khu vực quanh quận 7 có chỗ nào học ko
vietdoan20062006";}, 1631068078, 1653081755
Run Time: 0.000324
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, 57640415, a:1:{i:0;s:132:"Ai biết chỗ nào dạy tốt giá rẻ hú mình đi học chung với nhé. Thích mấy cái vụ này lắm
Y!h: duonglinh991";}, 1631068078, 1653081755
Run Time: 0.000350
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, 57760269, a:1:{i:0;s:998:"Đàn thì mình góp ý thế này,các bạn nào đã đam mê và có y định học rồi thì thứ 1 hãy xác định được trường phái bạn muốn tâp: Classical,modern,solo,flamenco rồi bắt đầu học căn bản, Từ nhạc lý đến luyện ngón đến rãi cái hợp âm, rồi những bài tập đơn giản, chơi đàn tưởng chừng như đơn giản mà thực ra 1 người đan hay người ta đã bỏ bao nhiu công sức ra học rồi nên mới đc như vậy. Thời gian đầu học rất khó,mau nãn vì các bài tập nghe nhàm chán,khó đàn và cũng ko thấy hứng thú.Nếu các bạn có ý chí + thêm niềm đam mê thì sẽ vựơt qua đc và từ lúc đó kỹ năng đàn sẽ đẩy lên 1 cách nhanh chóng và có hứng thú tập. Đây là kinh nghiệm mình đã đi học được 5 tháng và trích từ lời của thầy dành cho các bạn.Hy vọng sẽ bổ ích !
P/s: Ai đào mộ vậy :what::what:";}, 1631068078, 1653081755
Run Time: 0.000322
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, 60137473, a:12:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:15:"Times New Roman";s:8:"original";a:2:{i:0;s:22:"[FONT=Times New Roman]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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:2:{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:5:"color";s:6:"option";s:3:"red";s:8:"original";a:2:{i:0;s:11:"[COLOR=red]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:35:"Dạy Đàn Guitar – 091.8469.400";}}}}i:1;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:5:"color";s:6:"option";s:4:"blue";s:8:"original";a:2:{i:0;s:12:"[COLOR=blue]";i:1;s:8:"[/COLOR]";}s:8:"children";a:2:{i:0;s:217:"Dạy Đàn mọi lứa tuổi - trình độ - thời gian linh động .
Đội ngũ giáo viên chuyên nghiệp – nhiệt tình
Luyện Thi vào Các Trường : Nhạc Viện – Đại Học – Cao Đẳng .
";i:1;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:63:"Mua Bán – Sửa Chữa Đàn Piano – Organ – Mới Cũ .";}}}}}}}}}}i:1;s:6:"
";i:2;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:15:"Times New Roman";s:8:"original";a:2:{i:0;s:22:"[FONT=Times New Roman]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#FF0066";s:8:"original";a:2:{i:0;s:15:"[COLOR=#FF0066]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:55:"CỬA HÀNG NHẠC CỤ - LỚP NHẠC : NỤ HỒNG ";}}}}}}}}i:3;s:3:"
";i:4;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:15:"Times New Roman";s:8:"original";a:2:{i:0;s:22:"[FONT=Times New Roman]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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: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:5:"color";s:6:"option";s:4:"blue";s:8:"original";a:2:{i:0;s:12:"[COLOR=blue]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:1:"
";}}}}i:1;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: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:5:"color";s:6:"option";s:3:"red";s:8:"original";a:2:{i:0;s:11:"[COLOR=red]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:12:"Liên hệ :";}}}}}}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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:5:"green";s:8:"original";a:2:{i:0;s:13:"[COLOR=green]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:71:"80 Lê Hoàng Phái - Phường 17 - Quận : Gò Vấp - Tp.Hcm .";}}}}}}}}i:5;s:3:"
";i:6;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:15:"Times New Roman";s:8:"original";a:2:{i:0;s:22:"[FONT=Times New Roman]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"blue";s:8:"original";a:2:{i:0;s:12:"[COLOR=blue]";i:1;s:8:"[/COLOR]";}s:8:"children";a:2:{i:0;s:8:" ";i:1;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:57:"( Gần Ngã Tư : Nguyễn Oanh – Lê Đức Thọ )";}}}}}}}}}}i:7;s:3:"
";i:8;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:15:"Times New Roman";s:8:"original";a:2:{i:0;s:22:"[FONT=Times New Roman]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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: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:5:"color";s:6:"option";s:4:"blue";s:8:"original";a:2:{i:0;s:12:"[COLOR=blue]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:19:"Điện Thoại : ";}}}}i:1;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:5:"color";s:6:"option";s:3:"red";s:8:"original";a:2:{i:0;s:11:"[COLOR=red]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:11:"0918469400 ";}}}}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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"blue";s:8:"original";a:2:{i:0;s:12:"[COLOR=blue]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:1:" ";}}}}}}}}i:9;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:15:"times new roman";s:8:"original";a:2:{i:0;s:22:"[FONT=times new roman]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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:4:{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:8:"– 0982";}}i:1;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: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:3:"013";}}i:3;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:4:".406";}}}}}}}}i:10;s:1:"
";i:11;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:15:"Times New Roman";s:8:"original";a:2:{i:0;s:22:"[FONT=Times New Roman]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"blue";s:8:"original";a:2:{i:0;s:12:"[COLOR=blue]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:32:"( Thầy Cường & Cô Ánh )";}}}}}}}}}, 1631068078, 1653081755
Run Time: 0.000541
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, 94342199, a:34:{i:0;s:7:"CENTER]";i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:9:"DarkGreen";s:8:"original";a:2:{i:0;s:19:"[COLOR="DarkGreen"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:10:"[SIZE="4"]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:25:"Khuyến nhạc Sông Thu";}}}}i:2;s:2:"
";i:3;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"Teal";s:8:"original";a:2:{i:0;s:14:"[COLOR="Teal"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:48:"Chia sẻ đam mê_ chia sẻ niềm vui sống.";}}}}i:4;s:3:"
";i:5;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:3:"Red";s:8:"original";a:2:{i:0;s:13:"[COLOR="Red"]";i:1;s:8:"[/COLOR]";}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:10:"[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:34:"KHÓA GUITAR MODERN ( ĐỆM HÁT)";}}}}}}i:6;s:11:"[/CENTER]
";i:7;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"Blue";s:8:"original";a:2:{i:0;s:14:"[COLOR="Blue"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:10:"[SIZE="4"]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:12:"THỜI GIAN:";}}}}i:8;s:2:" ";i:9;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"2";s:8:"original";a:2:{i:0;s:10:"[SIZE="2"]";i:1;s:7:"[/SIZE]";}s:8:"children";a:0:{}}i:10;s:2:"
";i:11;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"DarkRed";s:8:"original";a:2:{i:0;s:17:"[COLOR="DarkRed"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[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:18:"* Khóa 2 tháng.";}}}}}}i:12;s:1:" ";i:13;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"2";s:8:"original";a:2:{i:0;s:10:"[SIZE="2"]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:51:"Thời gian học 3 buổi/tuần, 60 phút/buổi.";}}i:14;s:2:"
";i:15;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"DarkRed";s:8:"original";a:2:{i:0;s:17:"[COLOR="DarkRed"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[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:36:"* Khóa 1 tháng (khoá cấp tốc)";}}}}}}i:16;s:56:".Thời gian học 3 buổi/tuần, 90 phút/buổi.
";i:17;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:6:"Purple";s:8:"original";a:2:{i:0;s:16:"[COLOR="Purple"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[SIZE="3"]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:384:"- Thời gian đăng ký học Sáng từ 8h-11h, chiều từ 17h-21h, t ừ thứ 2 đến thứ 7.
- Gi ảm h ọc ph í cho HS_SV đ ăng k ý theo nh óm (từ 2 h ọc vi ên )
- Hỗ trợ 1 tháng cho các học viên thường xuyên công tác hoặc không theo kịp chương trình học.
- Có thể đăng kí giờ học linh động";}}i:1;s:1:" ";}}i:18;s:2:"
";i:19;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"Blue";s:8:"original";a:2:{i:0;s:14:"[COLOR="Blue"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[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:11:"HỌC PHÍ:";}}}}}}i:20;s:19:" ";i:21;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:3:"Red";s:8:"original";a:2:{i:0;s:13:"[COLOR="Red"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:10:"[SIZE="4"]";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:2:{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:0:{}}i:1;s:17:"860.000đ/1 khóa";}}}}}}i:22;s:2:"
";i:23;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"Blue";s:8:"original";a:2:{i:0;s:14:"[COLOR="Blue"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:13:"GIÁO TRÌNH:";}}}}}}i:24;s:3:" ";i:25;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:8:"SeaGreen";s:8:"original";a:2:{i:0;s:18:"[COLOR="SeaGreen"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[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:71:"Phương pháp dạy và học guitar modern-Khuyến nhạc Sông Thu ";}}}}}}i:26;s:43:"
";i:27;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:8:"SeaGreen";s:8:"original";a:2:{i:0;s:18:"[COLOR="SeaGreen"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:49:"Giáo trình Trung tâm khuyến nhạc Sông Thu";}}i:28;s:2:"
";i:29;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[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;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"Blue";s:8:"original";a:2:{i:0;s:14:"[COLOR="Blue"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:27:"NỘI DUNG CHƯƠNG TRÌNH:";}}}}}}i:30;s:2:"
";i:31;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:6:"Purple";s:8:"original";a:2:{i:0;s:16:"[COLOR="Purple"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:10:"[SIZE="3"]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:326:"1. Lý thuyết âm nhạc căn bản.
2. Thực hành các điệu thông dụng: Valse, Tango, Bolero, Slowrock…
3. Kỹ thuật sử dụng ngón, các thế âm giai.
4. Cách viết hợp âm đơn giản cho ca khúc.
5. Thực hành nghe và nhận biết điệu, tông, đệm hát những ca khúc bất kì…";}}}}i:32;s:4:"
";i:33;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: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:4:"size";s:6:"option";s:1:"6";s:8:"original";a:2:{i:0;s:10:"[SIZE="6"]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:3:"Red";s:8:"original";a:2:{i:0;s:13:"[COLOR="Red"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:65:"Chỉ có 2 tháng để có ngày mới vui tươi hơn ! ! !";}}}}}}}}}}}, 1631068078, 1653081755
Run Time: 0.000677
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000214
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000221
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000212
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000916
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000207
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000206
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000190
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000186
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000194
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000190
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1653080855)
ORDER BY session_activity.view_date DESC
Run Time: 0.003328
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1980 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |