在 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...
-
在 SAP CO 主檔資料中,其中一項為統計關鍵數字 Statistical Key Figures (SKF),其主要的目的是用在分配成本使用,不過於其他像是 Cost Center 是收集金額,SKF 主要是收集數量為主,舉例像是電話費通話時數、工作坪數、員工人數等,之後在針...