날리지/언어 썸네일형 리스트형 우분투에서 pptp vpn block 될 때 -A ufw-before-input -p 47 -j ACCEPT syslog에서 vpn 관련 로그가 ufw 에서 blocking 될 때에 위의 한 줄을 /etc/ufw/before.rules 의 # drop INVALID packets 다음 줄에 추가해주고 source 로 환경변수 반영한 다음, sudo ufw reload 하면정상으로 회복된다. 더보기 Pycharm에서 flask로 개발할 때, 포트 변경하는 방법 Pycharm에서 flask로 개발할 때, 포트 변경하는 방법 Additional options Parameters of the flask run command. --host – the IP address of the web server to run your Flask application on. The default value is '127.0.0.1'. To make your web server externally visible, use the '0.0.0.0' value for this parameter. --port – the port of the web server. The default value is 5000 or it is the port number set in the SERVER_NAM.. 더보기 Pycharm에서 Unresolved Reference 에러 문제 해결 Pycharm을 이용하여 Python 개발을 하다보면 from ** import ** 구문에서 에러 메시지가 뜰 때가 종종 있다. 강박증이 있는 나로서는 코딩하는 내내 이 에러를 보자니 어지간히 괴로운 게 아니다. 그래서 찾아봤다. 아래는 해결 방법이다.pycharm 2019.03버전 기준이다. 1. File - settings - Build,Excution,Deployment-Console-Python Console 아래에 Add Source roots to PYTHONPATH에 체크 2. File - settings - Project:project - ProjectStucture 클릭하면 우측에 프로젝트 소스트리가 보일 것이다. 에러가 나는 파이썬 패키지를 우클릭하고 sources를 해준다. 3. A.. 더보기 eclipse 에서 gradle svn checkout 하는 방법 https://blog.csdn.net/qysh123/article/details/89597164 더보기 Can't compile project when I'm using Lombok under IntelliJ IDEA IntelliJ에서 lombok 플러그인을 설치해주고, Annotaion Compile processing을 체크해주어도 에러가 난다. 특히 2019.2.1 이후 버전대면 무조건 그렇다. 위의 처리를 다 해준 다음 아래의 처리도 해주어야 한다. For IDEA 2019.2.1, depending on how the project is configured, installing the Project Lombok plugin may not be sufficient. Here is another way to use Project Lombok with IntelliJ IDEA: Visit https://projectlombok.org/downloadDownload the JAR file into the proje.. 더보기 SpringBoot에서 전자정부프레임워크 사용 가능 여부 안녕하세요. 저희 회사에서는 Spring Boot 를 적용해서 사용중인데, 이걸 활용해서 전자정부 라이브러리 추가후 적용하려는데 적용기준을 정확히 모르겠어서 검색 후 문의글 남깁니다. * Controller - 상단 @Controller 선언 - Method @GetMapping, @PostMapping, @PutMapping, @DeleteMapping 사용 * Service - 상단 @Service 선언, EgovAbstractServiceImpl 상속 * DB - MyBatis Mapper Interface 방식 - JPA Interface 방식 * View - Thyemeleaf * 전자정부 라이브러리 - egovframework.rte.ptl.mvc-x.x.x.jar - egovframework.. 더보기 이전 1 2 3 4 5 ··· 7 다음 목록 더보기