라라벨 미들웨어에서 특정 주소들 제외하기 > IT 기술백서
[code]
기술백서
[code] function resizeIframe() { const iframes = $(‘.view-content iframe’); iframes.each(function (idx, ele) {
[code] class Josa { private static function execute($str, $firstVal, $secondVal) { try {
[code] const idx = [].indexOf.call(document.querySelectorAll(‘.btn’), this); [/code]
쿠팡 크롤링시 요청헤더가 맞지 않으면 작동을 안한다. 이것저것 해보고 성공한 헤더값 [code] header = { ‘Referer’: ‘https://www.google.com/’,
[code] function downloadImage($url) { require_once( ABSPATH . ‘wp-admin/includes/image.php’ ); require_once( ABSPATH . ‘wp-admin/includes/file.php’ );
[code] add_action(‘admin_init, my_init); // 액션에 아래 3개를 차례로 설정해주면 사용할 준비가 된다. function my_init() { 1. register_setting()
[code] color = “ffaa” a = color.ljust(6, ‘0’) print(a) [/code] 결과 ffaa00 [code] color = “ffaa” a = color.rjust(6,