Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Add sbt-assembly as a dependency in project/assembly.sbt:
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Add sbt-assembly as a dependency in project/assembly.sbt:
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
pyodbc only supports qmark
https://github.com/mkleehammer/pyodbc/wiki
This issues arises in Python3 but not Python2, so the simplest way is to use Python2 if …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
app.run(host= '0.0.0.0')
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
sudo add-apt-repository ppa:webupd8team/java
If you are behind a firewall and has to communicate to the internal via a proxy,
you can first export the environment vairables http_proxy
and https_proxy …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Unlike Teradata SQL,
a select
statement in Oracle must have the from
keyword.
The dual
table can be used if you do not really want to select from a table.
select …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://plot.ly/python/offline/