User Activity

  • Posted a comment on discussion Help on uniCenta POS

    Hello everyone. I use the scale. How do I remove decimals from the source code? I want to add a number value without decimals. I hope to find help here.

  • Modified a comment on discussion Open Discussion on uniCenta POS

    Auto Backup zip

  • Modified a comment on discussion Open Discussion on uniCenta POS

    .

  • Posted a comment on discussion Open Discussion on uniCenta POS

    Where is this code placed File zipFile = new File(backupDir, fileName + ".zip"); try (FileOutputStream fos = new FileOutputStream(zipFile); java.util.zip.ZipOutputStream zos = new java.util.zip.ZipOutputStream(fos)) { try (FileInputStream fis = new FileInputStream(sqlFile)) { java.util.zip.ZipEntry zipEntry = new java.util.zip.ZipEntry(sqlFile.getName()); zos.putNextEntry(zipEntry); byte[] buffer = new byte[4096]; int len; while ((len = fis.read(buffer)) > 0) { zos.write(buffer, 0, len); } zos.closeEntry();...

  • Modified a comment on discussion Open Discussion on uniCenta POS

    This code automatically Backup database. I want to Backup the database to a zip file. public static void autoBackup() { try { if (getExistedFile()) { PropertyUtils props = new PropertyUtils(); String path = AppConfig.getInstance().getProperty("mysql.path"); String userDirectory = AppConfig.getInstance().getProperty("backup.path"); String db_Type = AppConfig.getInstance().getProperty("db.engine"); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd_HH_mm"); String datetime = sdf.format(new Date());...

  • Posted a comment on discussion Open Discussion on uniCenta POS

    This code automatically Backup database. I want to Backup the database to a zip file. public static void autoBackup() { try { if (getExistedFile()) { PropertyUtils props = new PropertyUtils(); String path = AppConfig.getInstance().getProperty("mysql.path"); String userDirectory = AppConfig.getInstance().getProperty("backup.path"); String db_Type = AppConfig.getInstance().getProperty("db.engine"); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd_HH_mm"); String datetime = sdf.format(new Date());...

  • Modified a comment on discussion Help on uniCenta POS
  • Posted a comment on discussion Help on uniCenta POS

    This will cost you money.

View All

Personal Data

Username:
fanzam
Joined:
2018-10-15 06:15:26

Projects

  • No projects to display.

Skills

This is a list of skills that Fanzam possesses:

  • C++
  • JavaScript
  • PHP
  • Unix Shell
  • C
  • JSP
  • Microsoft Access
  • C#
  • AppleScript
  • ActionScript
  • Ada
  • ASP.NET
  • GLSL (OpenGL Shading Language)
  • Visual Basic .NET
  • AspectJ
  • Emacs-Lisp
  • Python
  • Mathematica
  • Cygwin
  • BSD
  • PalmOS PDB
  • Project is a tool for a proprietary database file format
  • Cassandra
  • Microsoft SQL Server
  • HSQL
  • IBM DB2
  • PostgreSQL (pgsql)
  • MySQL
  • SQLite
  • Oracle
  • Java
  • Business

Personal Tools

MongoDB Logo MongoDB