var breeze_prefetch = {"local_url":"https://heysaori.com","ignore_remote_prefetch":"1","ignore_list":["wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://heysaori.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://heysaori.com/wp-includes/js/jquery/jquery.min.js
https://heysaori.com/wp-includes/js/jquery/jquery-migrate.min.js
https://heysaori.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
https://heysaori.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"\u986f\u793a\u5bc6\u78bc","i18n_password_hide":"\u96b1\u85cf\u5bc6\u78bc"};
//# sourceURL=woocommerce-js-extra
https://heysaori.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_71bb955b5a26b7b6d3e6c35c8212119d","fragment_name":"wc_fragments_71bb955b5a26b7b6d3e6c35c8212119d","request_timeout":"5000"};
//# sourceURL=wc-cart-fragments-js-extra
https://heysaori.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js
跳至主要內容
我第一次接觸 MBTI 測驗是在 2018 年,當時我是 ISTJ-T。
為什麼不該用 MBTI 來識人?
人格百百種,不應該只使用 MBTI 粗略的把人們分類為 16 種人。並非說不能使用 MBTI,而是必須瞭解,即使是一個 ISTJ,也有百百種的 ISTJ,不是身邊任何一個 ISTJ 的人格表現都會無異。
那 MBTI 到底可以拿來做什麼? 對我來說這是我認識自己的一個工具, 2018 年我是 ISTJ-T,一年後我還是 ISTJ-T,但是我的數值有些微的改變。
看看 2018 年與 2019 年的結果,可以看出我的「內向型」比例明顯的減低了,我會回頭檢試過去的一年發生了什麼事情,自己的心境上有什麼改變?這些改變造成自己面對事情的反應上有什麼改變?這些改變是好是壞?要不要繼續保持?
2023 年的今天我發現了是時候來回顧一下自己這幾年的改變了,於是我又做了一次測驗,2023 年的結果是 INFJ-A, OMG 這看起來真的是個大改變吧? 但是看看數值,其實沒有變很多。 ( 16 型人格網站的長相也改變了!)
回顧一下,2023 年我的內向比例上升、本來偏向邏輯(事實)的思考方式變成更偏向感性(直覺)方式,本來很謹慎看起來也變的比較堅定了。 最後一個字母也從 T 變成了 A。
綜合過去事實經驗以及這個測驗結果,整體來說,我的處事更加圓滑,思考的方向更以人為本了。
發現了這些事實,有什麼用途?
找出這些事實後,重點是如何應用他們。在職涯規劃或者尋找工作的時候,若對自己不夠瞭解,連如何包裝自己都無從得知。若知道自己有了什麼樣的成長,在面試的時候可以多加描述,在面對某職涯難題時候,還能找到方法面對並且獲得成長;若知道自己改變方向,便可以多加包裝,將這樣的改變成為自己的優勢。
在做到這些事情的前提,是瞭解自己。
MBTI 不只是讓你快速的瞭解一個人,也可以用這樣的工具瞭解自己,找到人生的意義,及職涯的方向。
※ 說明一下 -T / -A 的差別,一般人大多只使用前面四個字來辨識自己或別人,但是最後面這個字母也是一個影響力滿大的因素。
A: Assertive 表示穩定、有自信的。 如果你最後一個字母是 A,表示你的個性很穩定,情緒有彈性。
T: Turbulent 表示不穩定、混亂的。 如果你最後一個字母是 T,表示你在面對人生各個挑戰、難題上,會有不穩定情緒的展現,可以思考一下怎麼幫助自己。
這個 A/T 搭配首四個字母又有不同的行為表現,套上這個結果來分析的話,共可以分為 32 種人。
window.REQUIRED_CODE_ERROR_MESSAGE = 'Please choose a country code';
window.LOCALE = 'en';
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "你輸入的資訊有點問題喔,請檢查一下你輸入的資料。";
window.REQUIRED_ERROR_MESSAGE = "這個是必填項目喔。 ";
window.GENERIC_INVALID_MESSAGE = "你輸入的資訊有點問題喔,請檢查一下你輸入的資料。";
window.translation = {
common: {
selectedList: '{quantity} list selected',
selectedLists: '{quantity} lists selected',
selectedOption: '{quantity} selected',
selectedOptions: '{quantity} selected',
}
};
var AUTOHIDE = Boolean(0);
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
var eztoc_smooth_local = {"scroll_offset":"30","add_request_uri":"","add_self_reference_link":""};
//# sourceURL=ez-toc-scroll-scriptjs-js-extra
https://heysaori.com/wp-content/plugins/easy-table-of-contents/assets/js/smooth_scroll.min.js
https://heysaori.com/wp-content/plugins/easy-table-of-contents/vendor/js-cookie/js.cookie.min.js
https://heysaori.com/wp-content/plugins/easy-table-of-contents/vendor/sticky-kit/jquery.sticky-kit.min.js
var ezTOC = {"smooth_scroll":"1","visibility_hide_by_default":"","scroll_offset":"30","fallbackIcon":"\u003Cspan class=\"\"\u003E\u003Cspan class=\"eztoc-hide\" style=\"display:none;\"\u003EToggle\u003C/span\u003E\u003Cspan class=\"ez-toc-icon-toggle-span\"\u003E\u003Csvg style=\"fill: #ffffff;color:#ffffff\" xmlns=\"http://www.w3.org/2000/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"\u003E\u003Cpath d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"\u003E\u003C/path\u003E\u003C/svg\u003E\u003Csvg style=\"fill: #ffffff;color:#ffffff\" class=\"arrow-unsorted-368013\" xmlns=\"http://www.w3.org/2000/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"\u003E\u003Cpath d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"/\u003E\u003C/svg\u003E\u003C/span\u003E\u003C/span\u003E","chamomile_theme_is_on":""};
//# sourceURL=ez-toc-js-js-extra
https://heysaori.com/wp-content/plugins/easy-table-of-contents/assets/js/front.min.js
var ct_localizations = {"ajax_url":"https://heysaori.com/wp-admin/admin-ajax.php","public_url":"https://heysaori.com/wp-content/themes/blocksy/static/bundle/","rest_url":"https://heysaori.com/wp-json/","search_url":"https://heysaori.com/search/QUERY_STRING/","show_more_text":"\u986f\u793a\u66f4\u591a","more_text":"\u66f4\u591a","search_live_results":"\u641c\u5c0b\u7d50\u679c","search_live_no_results":"\u627e\u4e0d\u5230\u7b26\u5408\u689d\u4ef6\u7684\u7d50\u679c","search_live_no_result":"\u627e\u4e0d\u5230\u7b26\u5408\u689d\u4ef6\u7684\u7d50\u679c","search_live_one_result":"\u60a8\u5df1\u627e\u5230 %s \u500b\u7b26\u5408\u7684. \u8acb\u6309 Tab \u9375\u4f86\u9078\u64c7\u5b83.","search_live_many_results":"\u60a8\u5df1\u627e\u5230 %s \u500b\u7b26\u5408\u7684. \u8acb\u6309 Tab \u9375\u4f86\u9078\u64c7\u5b83.","clipboard_copied":"\u5df2\u5b8c\u6210\u8907\u88fd\uff01","clipboard_failed":"\u8907\u88fd\u5931\u6557","expand_submenu":"\u5c55\u958b\u4e0b\u62c9\u9078\u55ae","collapse_submenu":"\u6536\u5408\u4e0b\u62c9\u9078\u55ae","dynamic_js_chunks":[{"id":"blocksy_ext_trending","selector":".ct-trending-block [class*=\"ct-arrow\"]","url":"https://heysaori.com/wp-content/plugins/blocksy-companion/framework/extensions/trending/static/bundle/main.js?ver=2.1.18","trigger":"click"},{"id":"blocksy_account","selector":".ct-account-item[href*=\"account-modal\"], .must-log-in a","url":"https://heysaori.com/wp-content/plugins/blocksy-companion/static/bundle/account.js?ver=2.1.18","deps":["blocksy-zxcvbn","wp-hooks","wp-i18n","password-strength-meter"],"global_data":[{"var":"wc_password_strength_meter_params","data":{"min_password_strength":3,"stop_checkout":false,"i18n_password_error":"\u8acb\u8f38\u5165\u66f4\u8907\u96dc\u7684\u5bc6\u78bc.","i18n_password_hint":"\u63d0\u793a: \u5efa\u8b70\u5bc6\u78bc\u61c9\u8a72\u81f3\u5c11\u8981\u6709 12 \u500b\u5b57\u5143\uff0c\u4e26\u5728\u5bc6\u78bc\u4e2d\u540c\u6642\u4f7f\u7528\u5927\u5c0f\u5beb\u5b57\u6bcd\u3001\u6578\u5b57\u53ca \u003Ccode\u003E! \\\" ? $ % ^ & )\u003C/code\u003E \u7b49\u7279\u6b8a\u7b26\u865f\uff0c\u4fbf\u80fd\u8b93\u5bc6\u78bc\u66f4\u5b89\u5168\u3002"}},{"var":"pwsL10n","data":{"unknown":"\u5bc6\u78bc\u5f37\u5ea6\u672a\u77e5","short":"\u975e\u5e38\u4f4e","bad":"\u4f4e","good":"\u4e2d","strong":"\u9ad8","mismatch":"\u4e0d\u76f8\u7b26"}}],"trigger":"click","deps_data":{"blocksy-zxcvbn":"https://heysaori.com/wp-includes/js/zxcvbn.min.js","wp-hooks":"https://heysaori.com/wp-includes/js/dist/hooks.min.js","wp-i18n":"https://heysaori.com/wp-includes/js/dist/i18n.min.js","password-strength-meter":"https://heysaori.com/wp-admin/js/password-strength-meter.min.js"}},{"id":"blocksy_sticky_header","selector":"header [data-sticky]","url":"https://heysaori.com/wp-content/plugins/blocksy-companion/static/bundle/sticky.js?ver=2.1.18"}],"dynamic_styles":{"lazy_load":"https://heysaori.com/wp-content/themes/blocksy/static/bundle/non-critical-styles.min.css?ver=2.1.18","search_lazy":"https://heysaori.com/wp-content/themes/blocksy/static/bundle/non-critical-search-styles.min.css?ver=2.1.18","back_to_top":"https://heysaori.com/wp-content/themes/blocksy/static/bundle/back-to-top.min.css?ver=2.1.18"},"dynamic_styles_selectors":[{"selector":".ct-header-cart, #woo-cart-panel","url":"https://heysaori.com/wp-content/themes/blocksy/static/bundle/cart-header-element-lazy.min.css?ver=2.1.18"},{"selector":".flexy","url":"https://heysaori.com/wp-content/themes/blocksy/static/bundle/flexy.min.css?ver=2.1.18"},{"selector":"#account-modal","url":"https://heysaori.com/wp-content/plugins/blocksy-companion/static/bundle/header-account-modal-lazy.min.css?ver=2.1.23"},{"selector":".ct-header-account","url":"https://heysaori.com/wp-content/plugins/blocksy-companion/static/bundle/header-account-dropdown-lazy.min.css?ver=2.1.23"}]};
//# sourceURL=ct-scripts-js-extra
https://heysaori.com/wp-content/themes/blocksy/static/bundle/main.js
https://heysaori.com/wp-includes/js/comment-reply.min.js
https://heysaori.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://heysaori.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
https://heysaori.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js