본문 바로가기

Programming

(9)
Legacy Spring MVC on a Eclipse JavaEE IDE Eclipse IDE with Spring tool 3 from eclipse market place doesn't works well.( Version confilict error,  dynamic web project disappeard, or so ... ) So what?1. Use spring tool suite older version or,2. Just create maven project(or gradle) from current EclipseIDE, then add a dependency.    dependency>         groupId>org.springframeworkgroupId>         artifactId>spring-webmvcartifactId>         v..
Gradle User Manual PDF files For offline reference. Download address:https://docs.gradle.org/current/userguide/userguide.pdf(At the time of writing, current version is 8.10)
Legacy Spring - 스프링 MVC 하루만에 배우기 Good blog for take a glance look of old SPRING basics. https://ysedeveloper.tistory.com/category/스프링%20MVC%20하루만에%20배우기%20개정판?page=13
How to Install Python 3.8 on Ubuntu 18.04 Installing Python 3.8 on Ubuntu with Apt # Installing Python 3.8 on Ubuntu with apt is a relatively straightforward process and takes only a few minutes: Run the following commands as root or user with sudo access to update the packages list and install the prerequisites: sudo apt update``sudo apt install software-properties-common Add the deadsnakes PPA to your system’s sources list:When prompt..
Boost Library for windows with Msys2 Boost library for windows header files works well with msys2 clang compiler. Build option should include Boost Library. clang++.exe -I boost_home_dir -o output.exe test.cpp
MySQL Connector Developer's Guide MySQL Connector/C++ 1.1 Developer Guide https://dev.mysql.com/doc/connector-cpp/1.1/en/ MySQL :: MySQL Connector/C++ 1.1 Developer Guide MySQL Connector/C++ 1.1 Developer Guide Abstract This manual describes how to install and configure MySQL Connector/C++ 1.1, which provides a C++ interface for communicating with MySQL servers, and how to use Connector/C++ to develop database applications. dev...
Boost Library Document https://www.boost.org/doc/libs/1_72_0/more/getting_started/windows.html#id29 Boost Getting Started on Windows - 1.72.0 Change your current directory to the Boost root directory and invoke b2 as follows: For a complete description of these and other invocation options, please see the Boost.Build documentation. Be sure to read this note about the appearance of ^, More? and q www.boost.org
Python's witty THIS If you 'import this' in python, what happens? You can read Python's thinking. I find this today. Did you all know this already? You're genious.