How To Convert East-Asian Character To Unicode In Java

East-Asian character ( Chinese, Japanese, Korean ) is different from the western character. But our web application should be accessed from all over the world. So we should support display those east-Asian characters on the web page correctly. The solution to resolve the character charset issue is to use Unicode for all languages messages in […]

How To Convert East-Asian Character To Unicode In Java Read More »

How To Install Python Django In Virtual Environment

When you develop a Python application, you may want to make your develop environment-used libraries independent from other libraries that the system provided or other projects used. And then create the project in that isolated environment, so that the project can use the library it needs only and each project will not influence each other.

How To Install Python Django In Virtual Environment Read More »

Python Automation Scripts Examples Use Django And Selenium

Django is the most popular web framework in the python world. You can use it to create a website quickly and simply. Selenium is the most popular website automation testing framework, it can be used to implement website automation function testing in source code with coding language python, java, etc. This example will tell you

Python Automation Scripts Examples Use Django And Selenium Read More »