Subversion Repositories qbpwcf-lib(archive)

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
950 354 d 5 h liveuser /trunk/usr/lib64/qbpwcf/ -- Power by QBPWCF

'cp usr/lib to usr/lib64 for rpmbuild compatiable'
 
915 358 d 2 h liveuser /trunk/usr/lib/qbpwcf/ -- Power by QBPWCF

'mv usr/lib to usr/lib/qbpwcf'
 
911 358 d 3 h liveuser /trunk/user_lib_qbpwcf_lib/ -- Power by QBPWCF

'prepare prepare mv usr/lib ro usr/lib/qbpwcf/lib'
 
910 358 d 3 h liveuser /trunk/usr_lib_qbpwcf/ -- Power by QBPWCF

'prepare mv usr/lib ro usr/lib/qbpwcf/lib'
 
891 362 d 1 h liveuser /trunk/usr/lib/ -- Power by QBPWCF

'cp qbpwcf to usr/lib'
 
868 370 d 3 h liveuser /trunk/ -- Power by QBPWCF

'修正 cmd.php 檔案的 cmd 類別的 checkFileExist 函式判斷目標是否存在的方式. [test]'
 
842 413 d 3 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'commit part'
 
733 697 d 1 h liveuser /trunk/ -- Power by QBPWCF

'修正 external.php 檔案的 external 類別的 callShell 函式對於 username 參數的應用.'

'修正 fileAccess.php 檔案的 fileAccess 類別的 getList 函式使用 fileAccess::fileInfo 的方式.'

'修正 csInformation.php 檔案的 csInformation 類別的 runner 函式於 container 會無法判別自己是哪個 user 的問題.'

'新增 sample/csInformation::getConnectionInfo.php 檔案,用於測試 csInformation::getConnectionInfo 功能.'
 
709 724 d 22 h liveuser /trunk/ -- Power by QBPWCF

'修正 external.php 檔案的 external 類別 callShell 函式的 escapeshellarg 參數若為 "false",則回傳結果就不會有 "escape" 元素存在.'

'變更 arrays.php 檔案的 arrays 類別的 arrayToString 函式的 spiltSymbol 參數可以允許為空字串.'

'新增 samplePage/config::server/20240317 檔案,存放使用 config::server 的 20240317 範例.'

'新增 samplePage/config::server/initial 檔案,存放使用 config::server 的第一版範例.'

'修改 samplePage/config::server.php 檔案,使之可以依照 $nameOfSample 的內容呈現不同範例.'

'新增 samplePage/config::server 資料夾,存放使用 config::server 的範例檔案.'
 
652 765 d 3 h liveuser /trunk/ -- Power by QBPWCF

'增加 external.php 檔案的 external 類別的 callShell 函式回傳的 escape 內容的 array 元素,裡面放 cmd 跟 argu 的參考。儲存為一維陣列.'

'新增 libreoffice.php 檔案,提供 libreoffice 類別,提供libreoffice指令應用.'
 
646 769 d 3 h liveuser /trunk/ -- Power by QBPWCF

'修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式於 web 參數為 "false" 時,會回傳不必要且不正確的 varNameWebPath 資訊問題.'

'新增 sample/time::caculate.php 檔案,用於驗證 time::caculate 功能.'

'新增 time.php 檔案的 time 類別的 caculate 函式,提供計算小時分鐘加總的功能.'

'新增 search.php 檔案的 search 類別的 getMeetMultiConditionsString 函式,用於搜尋符合多個可能開頭與結尾關鍵字的字串.'

'增加 variableCheck.php 檔案的 variableCheck 類別的 checkArguments 函式的可省略參數 disallowAllSkipableVarNotExist ,用來設定是否允許可省略參數都可以不存在.'

'變更 search.php 檔案的 search 類別的 findKeyInArray 函式為 public static.'

'修正 search.php 檔案的 search 類別的 findManyKeyWordsFromManyString 函式的註解.'

'調整 search.php 檔案的 search 類別的 getMeetConditionsString 函式,對於關鍵字比被搜尋字串長的情況,不會視為錯誤.'

'code clean'
 
630 794 d 1 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'not end'
 
548 905 d 8 h liveuser /trunk/ -- Power by QBPWCF

'增加 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式判斷服務正常啟動與否的依據,可選的依據有ip:port/protocol、unix domain socket address、program name.'

'新增 sample/parser:ss.php 檔案,用來驗證解析 ss 指令的輸出.'

'增加 sample/video:html5.php 檔案中的寫 log 的例外處理.'

'修正 mail.php 檔案中的 mail 類別的 curlSmtp 函式只有第一個收件人收得到信件的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 永遠找不到關鍵字的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 時可能因為找不到關鍵字而出錯的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 時無法結束執行的問題.'

'增加 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式回傳的結果 argu.'

'修正 search.php 檔案的 search 類別的 getMeetConditionsString 函式使用 tailWord 參數卻沒有找到關鍵字時會卡住的問題.'

'修正 sample/stringProcess::getContentBetweenKeyWord.php 無法在網站上運行的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrAfterKeyWord 函式在修正 delStrBeforeKeyWord 函式後失效的問題.'
 
504 1005 d 0 h liveuser /trunk/ -- Power by QBPWCF

'修正 external.php 檔案的 external 類別的 callShell 函式檢查 cmd 參數是否存在的方式.'
 
499 1010 d 4 h liveuser /trunk/ -- Power by QBPWCF

'修正 external.php 檔案的 external 類別的 processStatus 函式 變數不存在的問題.'

'update README file'
 
497 1012 d 10 h liveuser /trunk/ -- Power by QBPWCF

'修正 external.php 檔案的 external 類別的 processStatus 函式,沒有 grep 到結果會報錯的問題.'
 
486 1019 d 9 h liveuser /trunk/ -- Power by QBPWCF

'修正 cmd.php 檔案的 cmd 類別的 makeZstFile 函式對於 path 參數的處理.'

'修正 cmd.php 檔案的 cmd 類別的 makeZstFile 函式沒有使用到給予的 fileArgu 參數問題.'

'變更 allInOneConfig.php 檔案的 資料庫連結用資訊註解方式.'

'增加 allInOneForCI.php、allInOneCmd.php、allInOneJson.php、allInOneForSOAP.php、allInOneFull.php 檔案的 dbPort 變數, 提供預設的資料庫 tcp port, 提供覆蓋預設值的功能.'

'增加 allInOneConfig.php 檔案的 dbPort 變數,提供預設的資料庫 tcp port.'

'增加 usr/bin/backupDb.php 檔案的 backupFilesToKeep 參數,預設至多保留7天份的備份檔案.'

'新增 sample/fileAccess::ls.php 檔案.'

'新增 fileAccess.php 檔案的 fileAccess 類別的 ls 函式,提供詳細的目錄底下檔案與資料夾資訊.'

'新增 sample/fileAccess::listInfo.php 檔案.'
 
472 1034 d 4 h liveuser /trunk/ -- Power by QBPWCF

'新增 usr/bin/packetFromSvnToRemoteServer.php 程式,提供 將指定的svn目錄輸出、打包、壓縮、上傳到目標Server,然後解壓縮、安裝、移除伺服端跟local端安裝檔案 的功能.'

'新增 sample/external::callShellHelper.php 檔案.'

'新增 external.php 檔案的 external 類別的 callShellHelper 函式,協助將陣列儲存的指令與參數轉換成給 callShell 函式使用的 command、argu 參數.'
 
471 1034 d 12 h liveuser /trunk/ -- Power by QBPWCF

'新增 sample/cmd::createBatch.php 檔案.'

'增加 external.php 檔案的 external 類別的 execByteCode 函式的回傳結果 ["escapedCmd"] 代表實際執行的指令.'

'增加 external.php 檔案的 external 類別的 execByteCode 函式的回傳結果 ["error"]["returnCode"] 代表執行結束後的代碼.'

'更新 external.php 檔案的 external 類別的 execByteCode 函式註解.'

'增加 cmd.php 檔案的 cmd 類別的 checkCmdExist 回傳的 cmdFullPath 結果.'

'取消 cmd.php 檔案的 cmd 類別的 checkCmdExist 函式無法在命令列執行的問題.'

'新增 cmd.php 檔案的 cmd 類別的 createBatch 函式,提供建立要執行的腳本檔案.'

'修改 cmd.php 檔案的 cmd 類別的 makeZstFile 函式的 commentsArray 參數為可省略參數.'

'新增 sample/cmd::makeTarZstFile.php 檔案.'

'新增 cmd.php 檔案的 cmd 類別的 makeTarZstFile 函式,提供打包成 tar 並壓縮成 zst 檔的功能.'

'新增 sample/cmd::makeTarFile.php 檔案.'

'新增 cmd.php 檔案的 cmd 類別的 makeTarFile 函式,提供打包成 tar 檔的功能.'

'改寫 cmd.php 檔案的 cmd 類別的 packetFromSvnToRemoteServer 函式.'
 
462 1045 d 1 h liveuser /trunk/ -- Power by QBPWCF

'新增 sample/external::callShellInBg.php 檔案.'

'增加 external.php 檔案的 external 類別的 callShellInBg 函式的 leftLogFile 參數,可以指定是否要保留log檔案.'

'修正 external.php 檔案的 external 類別的 processStatus 函式實做.'

'新增 sample/cmd::makeZstFile.php 檔案.'

'修正 external.php 檔案的 external 類別的 callShellInBg 函式會找不到輸出 log 的檔案的問題.'

'修正 cmd.php 檔案的 cmd 類別的 makeZstFile 函式實做.'

'增加 cmd.php 檔案的 cmd 類別的 makeZstFile 函式的 overwrite 參數.'
 
454 1049 d 7 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'update'
 
451 1054 d 3 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'update comment'

'修正 cmd.php 檔案的 cmd 類別的 svnci 函式使用 "svn ls" 會出錯的問題.'
 
442 1054 d 6 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF

'增加 external.php 檔案的 external 類別的 callShell 函式對於 ";" 跟 "`" 的支援'
 
409 1096 d 8 h liveuser /trunk/ -- Power by QBPWCF

增加 external.php 檔案的 external 類別的 callShell 函式的檢查機制,如果要執行的指令找不到也會回傳錯誤.

修正 cmd.php 檔案的 cmd 類別的 chmod 函式的參數檢查出錯問題.

修正 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式的回傳變數找不到問題.

調整 fileAccess.php 檔案的 fileAccess 類別的 delFile 函料的回傳內容格式.

增加 fileAccess.php 檔案的 fileAccess 類別的 delFile 函料允許刪除資料夾或軟連結的參數.

調整 fileAccess.php 檔案的 fileAccess 類別的 getInternetAddressV2 函式的說明.

新增 fileAccess.php 檔案的 fileAccess 類別的 getRelativePath 函式的 baseFrom 參數,提供取得相對於 baseFrom 的相對位置.

修正 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式建立的軟連結指向目標錯誤的問題.

修正 fileAccess.php 檔案的 fileAccess 類別的 checkMultiFileExist 函式會將找不到目標的軟連結視為不存在的問題.

修正 fileAccess.php 檔案的 fileAccess 類別的 createMultiLinkInDir 函式的語法.
 
402 1102 d 3 h liveuser /trunk/ -- Power by QBPWCF

新增 install.php 檔案,提供自動安裝套件的功能.

新增 fileAccess.php 檔案的 fileAccess 類別的 createLink 函式,提供建立軟連結的功能.

增加 external.php 檔案的 external 類別的 callShellMulti 函式的 sameShell 參數,提供在同 shell 環境下執行指令的功能.

修改 external.php 檔案的 external 類別的 callShellMulti 函式的回傳結果.

重新實作 cmd.php 檔案的 cmd 類別的 cp 函式,加強安全性.

新增 cmd.php 檔案的 cmd 類別的 chmod 函式,提供 linux 下的 chmod 指令功能.

標準化 fileAccess.php 檔案的 fileAccess 類別的 writeMultiLine 函式的註解.

新增 fileAccess.php 檔案的 fileAccess 類別的 updateFile 函式,提供更新檔案內容的功能.

修正 fileAccess.php 檔案的 fileAccess 類別的 getList 函式的註解內容.

新增 fileAccess.php 檔案的 fileAccess 類別的 createMultiLinkInDir 函式,提供依照目錄建立多個軟連結的功能.

新增 cmd.php 檔案的 cmd 類別的 uuid 函式,提供 linux 下的 uuid 指令功能.

增加 cmd.php 檔案的 cmd 類別的 systemd 函式的 reload daemon 功能.
 
382 1114 d 14 h liveuser /trunk/ -- Power by QBPWCF

新增 fileAccess.php 檔案的 fileAccess 類別的 tildeToPath 函式,提供將當前 shell 的 ~ 轉換成路徑目錄的功能.

增加 external.php 檔案的 external 類別的 callShell 函式的註解,提供使用含有 ~ 的參數要如何處理的說明.
 
355 1140 d 3 h liveuser /trunk/ -- Power by QBPWCF
修正 external.php 檔案的 external 類別的 callShell 函式中的 pre 參數處理方式.
 
327 1153 d 4 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
324 1153 d 4 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
323 1153 d 5 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
322 1153 d 5 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
321 1153 d 5 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
319 1153 d 6 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
318 1153 d 6 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
310 1153 d 14 h liveuser /trunk/ -- Power by QBPWCF
update
 
309 1155 d 3 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
307 1155 d 3 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
306 1155 d 4 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
fix bug
 
305 1155 d 4 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug
 
304 1155 d 4 h liveuser /trunk/qbpwcf/ -- Power by QBPWCF
debug