※ console(cmd) Windows Terminal기반, VS Code 사용 1. 프로젝트 만들 폴더로 이동 2. flutter create --org "서비스명으로 사용할 이름" --platforms "지원할 플랫폼" "프로젝트명 -> ex : flutter create --org com.blahblah.com --platforms android,ios test_project 3. 만들어진 프로젝트 폴더로 이동 -> ex : cd test_project 4. VS Code로 프로젝트 실행 : code . (쩜까지 쳐야 함) 아직 외우지를 못해서 정리 차원에서 올려놓음
Process[] processes = null; string strCurrentProcess = Process.GetCurrentProcess().ProcessName.ToUpper(); processes = Process.GetProcessesByName(strCurrentProcess); if (processes.Length > 1) { MessageBox.Show(string.Format("'{0}' 프로그램이 이미 실행 중입니다.", rocess.GetCurrentProcess().ProcessName)); return; }
냉무
루마 버텍스 vs 레인보우 v90 v90이 좋음
1. 저장소 업데이트 - yum install epel-release -y 2. node.js, npm 설치 - yum install npm nodejs -y - 업데이트 -> yum update openssl -> npm cache clean -f -> npm install -g n stable (안정화 버전) -> reboot 3. pm2 설치 - npm install pm2 -y 4. ftp 설치 - 설치 유무 확인(#ps -ax | grep vsftpd) (#yum installed | grep vsftpd) - 설치(#yum install vsftpd -y) 4-1. ftp 설정 - vi /etc/vsftpd/vsftpd.conf - :set nu (vi 진입상태 줄번호 표시) - 변경 anon..
# cat /etc/*-release | uniq
YUM : Yellow dog Updater, Modified의 약자로 RPM 기반의 시스템 ※ RPM의 패키지 의존성 문제를 해결한 버전 yum repolist : 저장소 리스트 확인 epel-release 패키지 : 최신 저장소 추가 1) rpm -qa epel-release : 설치유무 확인 2) yum list epel-release : 설치 가능한 패키지 리스트 확인 3) yum install epel-release : epel-release 패키지 설치
1. 디렉토리 생성 - mkdir testdir - cd testdir /usr 위치에 임의로 설정 2. npm init -y - package.json 생성 3. 의존성(Dependencies) 설치 - npm i --save express react react-dom - express(Node.js 웹 프레임워크) - react(react 자바스크립트 라이브러리) - react-dom(브라우저에 렌더링하기 위한 모듈) 4. Dependencies 설치 - npm i -D babel-core babel-loader babel-plugin-transform-class-properties babel-preset-env babel-preset-react babel-preset-stage-2 clean-web..
- Total
- Today
- Yesterday
- Qt Creator
- GIT
- 중곡동
- 독산시대
- 맥
- RDS
- nodejs
- 스마트포토
- EC2
- vs code
- 몽고DB
- portrait
- tip
- 윈도우
- vscode
- mariadb
- CentOS
- electron
- MAC
- 명령어
- prebuilt
- Android
- NPM
- AWS
- flutter
- IOS
- flutter_launcher_icons
- 안드로이드 스튜디오
- windows
- 단축키
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |