This file contains hidden or 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
:: First, make oracle services start manually | |
:: Run servinces.msc | |
:: Right click oracle* service > Properties | |
:: Change startup type to manual | |
:: Run this script if you want to start oracle database | |
:: PS. Need run as administrator to works | |
net start OracleVssWriterORCL | |
net start OracleDBConsoleorcl |
This file contains hidden or 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
<div class="container-box"> | |
<canvas id="base" class="chart-bar" | |
chart-data="data" | |
chart-labels="labels" | |
chart-colors="colors" | |
chart-dataset-override="datasetOverride" | |
chart-options="options" | |
height="300" width="500"> | |
</canvas> | |
</div> |
This file contains hidden or 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
import com.intellij.database.model.DasTable | |
import com.intellij.database.util.Case | |
import com.intellij.database.util.DasUtil | |
import java.awt.datatransfer.StringSelection | |
import java.awt.Toolkit | |
import java.awt.datatransfer.* | |
/* | |
* Available context bindings: |
This file contains hidden or 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
import com.intellij.database.model.DasTable | |
import com.intellij.database.util.Case | |
import com.intellij.database.util.DasUtil | |
import java.awt.datatransfer.StringSelection | |
import java.awt.Toolkit | |
import java.awt.datatransfer.* | |
/* | |
* How to use: |
OlderNewer