DevOps Hints
  • Privacy Policy

Month: February 2021

Convert timestamp value into date value in oracle table query

February 13, 2021 admin

SELECT to_date(‘19700101′,’yyyymmdd’) + (TIMESTAMP_VALUE/1000/24/60/60) AS date_time FROM TABLENAME;

Read More
oracleLeave a Comment on Convert timestamp value into date value in oracle table query

Solutions for ‘Intellij IDEA Java classes not auto compiling on save’

February 13, 2021 admin

Try some options below: 1. mvn idea:idea 2. cd yourporject/path, rm *.iml *.ipr *.iws, the reopen idea, maven build again 3. Alt+shift+A, Type:Registry choose compiler.automake.allow.when.app.running to check

Read More
IdeaLeave a Comment on Solutions for ‘Intellij IDEA Java classes not auto compiling on save’

Recent Posts

  • Convert timestamp value into date value in oracle table query
  • Solutions for ‘Intellij IDEA Java classes not auto compiling on save’
  • Change fields order when using XStream
  • Change blob to clob,vice versa in oracle
  • Apple script: Backup Mac Notes to PDFs

Recent Comments

  • SEO Referral Program on Mac shell devops

Archives

  • February 2021
  • August 2020
  • July 2020
  • January 2020
  • November 2019
  • May 2019
  • March 2019
  • February 2019
  • December 2018

Categories

  • Apple script
  • Docker
  • Git
  • gRPC
  • Hana
  • hcl
  • Idea
  • Java
  • Jenkins
  • Linux
  • Maven
  • Mockito
  • nomad
  • oracle
  • Selenium
  • Sona
  • springboot
  • Tomcat
  • VirtualBox
  • VMWare
  • VPN
  • XML

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

bidvertiser

Proudly powered by DevOpsHints