Python install Ubuntu

OS : ubuntu 17.10 Python을 이용한 개발이 필요해지는 관계로 Python의 설치부터 진행을 해보고 있다. 필요에 의해서 2.7.x 버젼과 3.6.x 또는 3.7.x 버젼이 필요한 관계로 환경설정으로 여러가지 버전을 이용하는 방법을 찾아서 적어둔다. UBUNTU 17.10 DESKTOP 64bit 버젼을 vmware 에 먼저 설치. 설치후 콘솔에서 python 명령을 입력하면 다음과 같이 나온다.   1.먼저 python이 alternatives에 등록되어 있는지 확인한다. … Python install Ubuntu 계속 읽기

Delphi 서비스 어플리케이션 개발1

http://www.tolderlund.eu/delphi/service/service.htm 프로젝트 생성(Create a service) Delphi Professional Edition 이상의 버젼에서 File -> New -> Service Application 을 선택한다. 1번과 같이 하면 TService 클래스를 사용하도록 선언된 프레임이 생성된다. Object Inspector 속성에는 Name, DisplayName, ServiceStartName 및 Password 등의 속성이 나온다. 위와같이 생성이 되었으면 코드를 작성하지 말고 서비스의 설치와 실행이 가능한지 먼저 확인한다. 프로젝트를 저장후 빌드한다.(네트워크 상에서는 서비스 … Delphi 서비스 어플리케이션 개발1 계속 읽기

IETF, RFC

네트워크 패킷을 분석할때 패킷헤더에 대한 정의등을 표시하기 위해 관련자료를 찾다보면 RFC 2553 등과 같은 문서를 볼수 있다. 이 문서들은 인터넷국제표준화기구(IETF - Internet Engineering Task Force) 에서 만든 표준규약문서라고 하면 비슷하겠다. https://www.ietf.org/ https://en.wikipedia.org/wiki/Request_for_Comments 위 사이트를 통해서 참고하면 된다.

PHP Static Code Analyzer

PHP Web Application 의 분석을 위해 필요한 툴. 오류 및 취약점 분석을 위해 필요하다. https://www.ripstech.com/blog/2016/security-compliance-with-static-code-analysis/ 참고할사이트 https://github.com/exakat/php-static-analysis-tools   http://www.icosaedro.it/articoli/php-syntax-yacc.txt BNF for PHP's grammer   구문 분석을 위해  참고해야할 자료 https://ko.wikipedia.org/wiki/Yacc https://github.com/RomanYankovsky/ndyacclex   (Parser generator toolset or Delphi)   https://cucumber.io/ http://behat.org/en/latest/ https://github.com/RomanYankovsky/DelphiAST (Abstract syntax tree builder for Delphi)   Castalia-Delphi-Parser https://github.com/jacobthurman/Castalia-Delphi-Parser      

Arduino 3.5 TFT LCD Shield

아두이노 TFT LCD중 터치스크린이 아닌 실드가 있다. 사진의 실드가 그것인데.. http://shop.boxtec.ch/tft-lcd-shield-for-arduino-unomega-ili9481-p-42762.html?language=en 여기 혹은 알리등에서 볼수 있다. 문제는 칩셋등을 알수가 없어서 검색하게 되는데 그래서 등록해둔다. https://github.com/Bodmer/TFT_ILI9341 ILI9341 계열이라고 한다. https://github.com/Bodmer/TFT_HX8357 이건 그냥 비슷한 LCD 실드인듯 하다. https://github.com/Bodmer/TFT_Touch 이건 참고용이다  

Date Time Picker garbled after Windows 10 Creators Update

Date Time Picker garbled after Windows 10 Creators Update 윈도우즈10 크리에이터 업데이트 버젼에서 사용자 지정 WPF DateTimePicker 컨트롤의 문제가 있습니다. DateTimePicker의 텍스트가 무작위로 랜더링이 됩니다. 커스텀  DateTimePicker 컨트롤은 WPF내 윈도우 폼의 DateTimePicker 를 통하여 구현되었습니다. 다른 Windows 10 버전에서는 정상적으로 작동합니다. WPF[윈도 프레젠테이션 파운데이션(Windows Presentation Foundation)] 해당문제점의 수정은 6월경이라고 하네요. 델마당 동호회의 챨리브라운님께서 알려주셔서 등록해둡니다. 개발중인 프로그램이 … Date Time Picker garbled after Windows 10 Creators Update 계속 읽기

Open Source at Microsoft

http://opensource.microsoft.com/ 총 222페이지에 달하는 리스트가 존재한다. About 페이지를 보면 그외에 관련된 리소스 커뮤니티를 소개하고 있다. 관련된 소스들은 https://github.com/Microsoft 에 있다. OfficeDev/Open-XML-SDK -> https://github.com/OfficeDev/Open-XML-SDK IIS.Administration -> https://github.com/Microsoft/IIS.Administration

uninstall old version of Flash Player AFTER Windows 10 1607 Upgrade

This Topic From ITNINJA MSI GUIDs Flash Player Windows ITNINJA Uninstall with a batch command like: 위에 내용은 윈도우10의 경우 익스플로러에 플래시플레이어가 기본으로 포함되어서 설치가 된다. 최근 익스플로러를 많이 사용을 안하는데 플래시의 보안 업데이트는 윈도우 업데이트를 통해서 되기는 하지만 플래시 자체의 업데이트는 되지 않는듯 하다. 그리고 플래시의 보안문제때문에 삭제하려고 하는 곳도 있으니 그래서 위의 배치스크립트와 … uninstall old version of Flash Player AFTER Windows 10 1607 Upgrade 계속 읽기

델파이 크로미움 임베디드 프레임웤

DCEF3를 가지고 사용을 하려다보니 버젼이 낮다고 나온다.. 확인을 해보니 최신버젼에 대해서 적용이 안되어 있던터라 이걸 직접 적용하려면 너무 오래걸릴것같아서 다시 검색을.. CEF (License: New BSD License) 프로젝트 https://code.google.com/archive/p/chromiumembedded/ 소스&매뉴얼 https://bitbucket.org/chromiumembedded/ 개발자 설계 문서 http://www.chromium.org/developers/design-documents CEF4DELPHI https://github.com/salvadordf/CEF4Delphi https://www.briskbard.com/index.php?lang=en&pageid=cef CEFSHARP https://github.com/cefsharp/CefSharp DCEF3(예전버젼이지만 참고를 위해) https://github.com/hgourvest/dcef3