pip3 install --user pyqt5
sudo apt-get install python3-pyqt5
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%-- | |
Document : AjaxSCBC | |
Created on : Jul 5, 2022, 10:02:02 AM | |
Author : Muhammad Farras Ma'ruf | |
--%> | |
<%@page contentType="application/json" pageEncoding="UTF-8"%> | |
<%@page import="dbase.DBBIC"%> | |
<%@page import="dbase.DBconnection"%> | |
<%@page import="java.io.IOException"%> | |
<%@page import="java.util.ArrayList"%> |