간단한 암호화 복호화 함수 > IT 기술백서
[code] define(‘SECRET_KEY’, ‘1234567890’); define(‘SECRET_IV’, ‘#@$%^&*()_+=-‘); function Encrypt($str) { $key = hash(‘sha256’, SECRET_KEY); $iv = hex2bin(substr(hash(‘sha256’, SECRET_IV), […]
[code] define(‘SECRET_KEY’, ‘1234567890’); define(‘SECRET_IV’, ‘#@$%^&*()_+=-‘); function Encrypt($str) { $key = hash(‘sha256’, SECRET_KEY); $iv = hex2bin(substr(hash(‘sha256’, SECRET_IV), […]
1. 기존에 설치되었으면 삭제 [code] npm uninstall tailwindcss postcss autoprefixer [/code] 2. 설치 : postcss8 이 지원되지 않기때문에 7
[code] import Vue from ‘vue’ import Router from ‘vue-router’ import Home from ‘./views/Home.vue’ import _ from ‘lodash’ Vue.use(Router) const router
appium 자체의 set_clipboard, get_clipboard 를 이용하면 아래와 같은 에러를 뱉어내며 동작을 하지 않는다. [code] NotYetImplementedError: Method has not yet been
[code] SELECT * FROM test ORDER BY RAND() * 100 + weight LIMIT 1 [/code] weight 는 가중치가 들어있는 필드
PC와 휴대폰 동기화 프로그램 https://www.vysor.io/ 폰과 pc 양쪽에서 컨트롤 가능하고 속도가 엄청나게 빠르다. 아래는 pc의 화면이다.
1. 현재 실행중인 앱의 패키지명 확인하기 [code] $ adb shell “dumpsys activity | grep top-activity” [/code] Proc # 0: fore
5 제목입니다1 홍길동 2021-11-17 123 4 제목입니다2 홍길동 2021-11-17 2 3 제목입니다3 홍길동 2021-11-17 34 2 제목입니다4 홍길동 2021-11-17 5