22년 7월 기준. Google Marketing Platformhttps://marketingplatform.google.com 통합센터// 애널리틱스와 다른 제품을 연결. 통합은 UA만 지원하는듯. 관리// 각 제품 및 조직 관리 조직 설정-연결된 계정-Google 애널리틱스-계정-속성-...// 선택한 속성 업그레이드. 비활성화됨. 확인 필요. 조직 설정-데이터 처리 수정안 - 세부 정보// 법인정보 및 연락처. 입력안해도 상관없음. 조직 설정-태그 관리자-우측 상단+-연결// 조직에 추가 연결
cafe24 /product/detail.html?product_no=11 /product/테스트-상품1/11/category/1/display/2/ 상세페이지 url형식이 2가지 그래서 path /product/detail.html|/product/.*/category/.*/display/.*에 OR 줌. function() { var productInfo = [{ 'id': iProductNo, 'name': product_name, 'price': product_sale_price, 'category': iCategoryNo }]; return productInfo; } product_sale_price 값 없어서 제품 상세가 표시되지 않는 현상. product_price로 넣으니 됨. 배열값 안뜰..
! Configuration File for keepalived global_defs { router_id DEV99 # router_id DEV75 vrrp_skip_check_adv_addr vrrp_strict vrrp_garp_interval 0 vrrp_gna_interval 0 } vrrp_instance VI_1 { state BACKUP interface eth0 virtual_router_id 51 priority 100 advert_int 1 authentication { auth_type PASS auth_pass 1111 } virtual_ipaddress { 192.168.100.99/24 dev eth0 label eth0:1 } nopreempt } virtual_server ..
#LB ip 192.168.100.99 #server-1 192.168.100.74 #server-2 192.168.100.75 global log 127.0.0.1 local2 maxconn 4096 uid 99 gid 99 daemon log-send-hostname defaults log global mode tcp timeout connect 5000 timeout client 50000 timeout server 50000 balance roundrobin stats enable stats refresh 10s stats uri /admin frontend http-in mode http bind 192.168.100.99:8080 default_backend http_backend backen..
23년 11월 기준. 에러난 함수에서 Alt+Enter. 자동완성. File-Settings-Edit-General-Auto Import-Optimize Imports on the fly // 안드로이드 스튜디오 import 단축키 val AnalyticsWebInterface = AnalyticsWebInterface() // 클래스 초기화 Control+Shift+N // 파일 열기 Empty Activity가 아닌 Empty Views Activity로 프로젝트 생성해야 layout으로 폴더 구조 잡힘. File google-services.json is missing // json app 경로 확인 Execution failed for task ':app:checkDebugAarMetadata'...
npm install @react-navigation/native // react-navigation 설치.npm install react-native-screens react-native-safe-area-context // screens 설치.npm install @react-navigation/native-stack // stack 설치.Cannot start server in new window because no terminal app was specified// npm run start 후, android 실행.Android Gradle plugin requires Java 17 to run. You are currently using Java 11.// https://www.oracle...