最新发布第2132页
How to generate Java Getters and Setters with Lombok (Part 2)-拾光赋

How to generate Java Getters and Setters with Lombok (Part 2)

How to generate Java Getters and Setters with Lombok (Part 2),Quick Summary The Lombok Project is a java library that helps a developer generate boilerplate code like 'getter' and ...
Setting up a Python Development Environment with and without Docker-拾光赋

Setting up a Python Development Environment with and without Docker

Setting up a Python Development Environment with and without Docker,This article was originally posted on Feb 20th 2018 at: https://nickjanetakis.com/blog/setting-up-a-python-devel...
JVM Architecture 101: Get to Know Your Virtual Machine-拾光赋

JVM Architecture 101: Get to Know Your Virtual Machine

JVM Architecture 101: Get to Know Your Virtual Machine,Java applications are all around us, they’re on our phones, on our tablets, and on our computers. In many programming langua...
How to Make A Todo App with Flask + Hyperapp-拾光赋

How to Make A Todo App with Flask + Hyperapp

How to Make A Todo App with Flask + Hyperapp,こんにちは、あんはるです。 Flask + HyperappでTodoアプリを作りました Flaskとは? Python製の軽量Webアプリケーションフレームワーク。Rubyで...
Prevent Multiple Sessions for a User in your Django Application-拾光赋

Prevent Multiple Sessions for a User in your Django Application

Prevent Multiple Sessions for a User in your Django Application,Welcome to my first tutorial on this platform. In this one i'm going to show you how to prevent a user account from ...
Test organization in Python-拾光赋

Test organization in Python

Test organization in Python,For quite some time now Python has been my hacking and proof-of-concept language of choice. As such, testing in Python never really was an important iss...
OpenOffice docs and Python-拾光赋

OpenOffice docs and Python

OpenOffice docs and Python, Writing ODT by Python When creating my little Python utility I realized, that writing data to txt via print (console) will not be enough. To make my pin...
How to generate Java Getters and Setters with Lombok (Part 1)-拾光赋

How to generate Java Getters and Setters with Lombok (Part 1)

How to generate Java Getters and Setters with Lombok (Part 1),Quick Summary The Lombok Project is a java library that helps a developer generate boilerplate code like 'getter' and ...
PyCaribbean: Behind the scenes-拾光赋

PyCaribbean: Behind the scenes

PyCaribbean: Behind the scenes,The 17th and 18th of february were very special days in the Caribbean because PyCaribbean (the biggest event of python in the Caribbean) was being ce...
Data Structures in Python: Lists and The Avengers-拾光赋

Data Structures in Python: Lists and The Avengers

Data Structures in Python: Lists and The Avengers,Also featured on my personal blog here Introduction Alright, I saw Infinity War and it was awesome. It was shocking, ridiculous an...
mypy: A Quick Look into Static Type Checking in Python-拾光赋

mypy: A Quick Look into Static Type Checking in Python

mypy: A Quick Look into Static Type Checking in Python,I'm tired of people wrongly implement some class, not according to the base class interface, like adding new positional argum...
Flask Libraries for Building Awesome Real World RESTful APIs-拾光赋

Flask Libraries for Building Awesome Real World RESTful APIs

Flask Libraries for Building Awesome Real World RESTful APIs,This article was originally posted on Mar 27th 2018 at: https://nickjanetakis.com/blog/flask-libraries-for-building-awe...