在 SAP Screen 中加入 Textbox 不像一般 Visual Studio 把 Textbox multiline 設為 True 即可,需要先建立 Custom Control,再透過 Customer Control 建立 cl_gui_custom_container 用來裝載 cl_gui_textedit。
2017年12月30日 星期六
2017年12月8日 星期五
Python - Using Python With Oracle Database 11g
要使用 Python 連線 Oracle,基本上要準備以下工具,目前要使用的是 Python 2.7 進行 Oracle 11g 的連線
1. Python 2.7 : https://www.python.org/download/releases/2.7/
2. Oracle Client : http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html
3. cx_oracle : https://pypi.python.org/pypi/cx_Oracle/5.2.1
4. Oracle Instance Client : http://www.oracle.com/technetwork/database/features/instant-client/index.html
4. Oracle Instance Client : http://www.oracle.com/technetwork/database/features/instant-client/index.html
上敘 1, 2 點基本安裝在本文就不說明,從 3, 4 進行說明
cx_oracle 主要是 python 擴充的 Library 用於 Oracle 資料庫的連線存取,而 Oracle Instance Client 則是連線時會需要使用到 oci.dll, oraociei12.dll 這兩個 dll 檔
首先先到 https://pypi.python.org/pypi/cx_Oracle/5.2.1 下載 cx_oracle,目前我使用的是 32bit windows 7 且 Python 2.7,因此選擇的版本是 32bit
訂閱:
文章 (Atom)
How to install & specified python version or distreibtuion package version in google colab
在買了 RTX 3080 要來 挖礦... 嗯~是跑機器學習後,結果發現了 GOOGLE COLAB,其實之前在「GAN 對抗式生成網路」一書就有看到,但資訊人就是什麼都想自己安裝,在本機用 Anaconda + pyCharm 弄了 GPU 環境,結果有天從新竹回家發現家裡沒...
-
在 SAP Screen 中加入 Textbox 不像一般 Visual Studio 把 Textbox multiline 設為 True 即可,需要先建立 Custom Control,再透過 Customer Control 建立 cl_gui_custom_contai...
-
在工作上有時會有使用者需求,要去捉取某個網頁上特定的資訊以供廠內系統使用 (講白話就是公司不想花錢請廠商直接提供,做 IT 只要硬著頭皮自己去網站捉 .... XD),最常見像是海關三旬匯率,或目前即時股票即時資訊,以下就教你一步一步做到捉取網頁上特定欄位資訊