| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 950 |
353 d 21 h |
liveuser |
/trunk/usr/lib64/qbpwcf/ |
-- Power by QBPWCF
'cp usr/lib to usr/lib64 for rpmbuild compatiable' |
|
| 915 |
357 d 18 h |
liveuser |
/trunk/usr/lib/qbpwcf/ |
-- Power by QBPWCF
'mv usr/lib to usr/lib/qbpwcf' |
|
| 911 |
357 d 18 h |
liveuser |
/trunk/user_lib_qbpwcf_lib/ |
-- Power by QBPWCF
'prepare prepare mv usr/lib ro usr/lib/qbpwcf/lib' |
|
| 910 |
357 d 18 h |
liveuser |
/trunk/usr_lib_qbpwcf/ |
-- Power by QBPWCF
'prepare mv usr/lib ro usr/lib/qbpwcf/lib' |
|
| 891 |
361 d 16 h |
liveuser |
/trunk/usr/lib/ |
-- Power by QBPWCF
'cp qbpwcf to usr/lib' |
|
| 868 |
369 d 18 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'修正 cmd.php 檔案的 cmd 類別的 checkFileExist 函式判斷目標是否存在的方式. [test]' |
|
| 842 |
412 d 18 h |
liveuser |
/trunk/qbpwcf/ |
-- Power by QBPWCF
'commit part' |
|
| 733 |
696 d 17 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 13 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 |
764 d 18 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'增加 external.php 檔案的 external 類別的 callShell 函式回傳的 escape 內容的 array 元素,裡面放 cmd 跟 argu 的參考。儲存為一維陣列.'
'新增 libreoffice.php 檔案,提供 libreoffice 類別,提供libreoffice指令應用.' |
|
| 646 |
768 d 19 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 |
793 d 17 h |
liveuser |
/trunk/qbpwcf/ |
-- Power by QBPWCF
'not end' |
|
| 548 |
904 d 23 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 |
1004 d 16 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'修正 external.php 檔案的 external 類別的 callShell 函式檢查 cmd 參數是否存在的方式.' |
|
| 499 |
1009 d 20 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'修正 external.php 檔案的 external 類別的 processStatus 函式 變數不存在的問題.'
'update README file' |
|
| 497 |
1012 d 2 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'修正 external.php 檔案的 external 類別的 processStatus 函式,沒有 grep 到結果會報錯的問題.' |
|
| 486 |
1019 d 1 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 |
1033 d 20 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 4 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 |
1044 d 17 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 參數.' |
|