MySQL Add Index To Existing Table

ALTER TABLE `table` ADD INDEX `index_name` (`column_name`) . . . selengkapnya>>

A jQuery-like Library For Python

Pyquery allows you to make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation. This is not (or at least not yet) a library to produce or interact with javascript code. ref : https://github.com/gawel/pyquery/ . . . selengkapnya>>

Python Apps Not On Path

Last week when i installed some python application it says that it is installed but not on path, the message shown WARNING: The script xxxx is installed in '/home/myusername/.local/bin' which is not on PATH. This error happen because the script is not installed on system PATH, for temporary fix you could run PATH=$PATH:$HOME/.local/bin For permanent change you. . . selengkapnya>>

Structured analysis, acting upon the analysis and iterating. This is DevOps. It’s not magic, it’s a mindset.

Structured analysis, acting upon the analysis and iterating. This is DevOps. It’s not magic, it’s a mindset ref : https://blog.jayway.com/2021/09/15/the-real-benefit-of-devops/ . . . selengkapnya>>

Free Interior Design Application

Sweet Home 3D is a free interior design application which helps you draw the plan of your house, arrange furniture on it and visit the results in 3D. You may download Sweet Home 3D to install it on your computer (Windows, Mac, Linux) and/or use it online within your browser. https://www.sweethome3d.com/ . . . selengkapnya>>

zuka.one
©2011