米薩克
  • 首頁
  • KBtalKing Pro
  • 關於作者
  • 鍵盤
  • 滑鼠
  • 工具
  • 網站連結
  • 首頁
  • KBtalKing Pro
  • 關於作者
  • 鍵盤
  • 滑鼠
  • 工具
  • 網站連結
米薩克

Mesak 敗家、筆記、生活

分類:

程式

code

PHP

[PHP] 快速建立資料庫控制台

by Mesak 2011-08-15
written by Mesak

標題下的很奇怪

其實就是有時候需要快速的進入資料庫管理

卻又找不到伺服器的資料庫登入網址

可以用的工具

繼續閱讀
2011-08-15 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript

[JS] IE disabled select option 簡易解決方式

by Mesak 2011-02-24
written by Mesak

IE 在 disabled option 有點問題

參考了一下 http://tinyurl.com/l99f9這個的做法

其實也沒有多大參考,大概只有抄一下 CSS COLOR NAME而已

disabled 的同時 給予 option  CSS顏色

子SELECT 在選取到該顏色,就把值給清空,這樣就沒作用了

完整程式碼
http://jsfiddle.net/mesak/Nr9jH/2/

繼續閱讀
2011-02-24 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript

[腳本] Splash相簿瀏覽增強器

by Mesak 2010-11-28
written by Mesak

Splash相簿瀏覽增強器

原作者取的名字,畢竟是修改 Fix版,所以不做跟名

原作者網站
http://sunday777.pixnet.net/blog/post/31839942

腳本網址
http://userscripts.org/scripts/show/91220

繼續閱讀

2010-11-28 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript

[腳本] Comic Page 線上漫畫工具列

by Mesak 2010-10-29
written by Mesak

腳本安裝:
http://userscripts.org/scripts/show/89000

程式效果:

說明:

一般線上看漫畫的時候,都是進入一頁面讀取一張圖片

安裝這個腳本之後,在支援的網站下,讀取第一張頁面之後,自動幫你讀取下一張

但是當點擊到 工具列內的一張圖片,自動會去讀取 被點到的後五張圖片(已經讀取不會重覆載入)

點選之後會自動移動到圖片最上方,工具列也會跟著跑

繼續閱讀
2010-10-29 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
PHP

[PHP] PHP 撰寫風格(重要)

by Mesak 2010-09-08
written by Mesak

PHP 撰寫風格

此文件來自 CodeIgniter 使用手冊
http://ci.wuboy.twbbs.org/user_guide/general/styleguide.html

2010-09-08 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
PHP

[PHP] XOOPS 加入外部檔案驗證

by Mesak 2010-09-08
written by Mesak

XOOPS 寫模組有個問題….

假設模組需要用到 Jquery檔案,要載入

一般寫在 HEADER 下面就行了

$xoopsTpl->assign("xoops_module_header", '');

但是,XOOPS也是有佈景檔的,當佈景檔已經載入 JQUERY.JS 這時候就會發生小小衝突

寫了一個 函式,由PHP 判斷 ‘jquery/jquery.js’ 這隻程式是否被載入

繼續閱讀
2010-09-08 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript

[腳本] Facebook Switch Accounts 帳號切換

by Mesak 2010-07-28
written by Mesak

最近玩遊戲發現 FB 好像改了 導航欄….

這兩天有點空,把 Facebook Account Multi Login (多帳號快速切換) 給更新了一下

其實 2.0 版老早就做好了,但是卡在一登入 會跳來跳去的問題,就沒有專心開發了,想說1.5 能用就好

這次剛好 在研究 jQuery for chrome 的方法,搞了很久….

用了很多方法才搞定

2.0 先修正出來 因為全部重寫了,所以先不做多國語言版本,並且正名修改為 Facebook Switch Accounts
腳本位置為:
http://userscripts.org/scripts/show/63761

這次用到了 物件寫法,對我來說有點難….

2.0 可以支援 chrome ,因為我把 jquery 整個程式碼給包進去了

所以姑且還能用

感謝以下部落格的教學報導:

  • 分身術!一鍵切換多個 Facebook 帳號(T客邦 – 我只推薦好東西)
  • 快速切換 Facebook 使用者帳號 : Facebook Account Multi Login(@ 風月無邊 :: 痞客邦 PIXNET ::)
  • Facebook Account Multi Login (多帳號快速切換)(fREE2SW4U | fREE2 Software 4 You)
  • [GreaseMonkey] Facebook Account Multi Login ~ 讓你在多個Facebook帳號中快速切換(海芋小站)

 

2010-07-28 2 comments
0 FacebookTwitterPinterestTumblrRedditLINEEmail
JavaScript

[JS] CKEditor 解決 空格換行問題

by Mesak 2010-07-15
written by Mesak

ckeditor 編輯的時候 會讓  p 換行

<p>
abcd<p>

參考了一下 文件,必須要設定 html 撰寫風格規則才行….
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Output_Formatting

繼續閱讀
2010-07-15 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
PHP

[PHP] JSON PHP 5.2.0以前的支援

by Mesak 2010-04-21
written by Mesak
if(!function_exists('json_decode')){
include("json.php");
$json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE);
function json_decode($arr){
global $json;
return $json->decode($arr);
}
function json_encode($arr){
global $json;
return $json->encodeUnsafe($arr);
}
}

JSON Class 的名稱為 Services_JSON

* @category
* @package &nbsp; &nbsp; Services_JSON
* @author &nbsp; &nbsp; &nbsp;Michal Migurski <[email protected]>
* @author &nbsp; &nbsp; &nbsp;Matt Knapp <mdknapp[at]gmail[dot]com>
* @author &nbsp; &nbsp; &nbsp;Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
* @copyright &nbsp; 2005 Michal Migurski
* @version &nbsp; &nbsp; CVS: $Id: JSON.php,v 1.31 2006/06/28 05:54:17 migurski Exp $
* @license &nbsp; &nbsp; http://www.opensource.org/licenses/bsd-license.php
* @link &nbsp; &nbsp; &nbsp; &nbsp;http://pear.php.net/pepr/pepr-proposal-show.php?id=198
繼續閱讀
2010-04-21 0 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
PHP

[PHP] 上傳與下載

by Mesak 2010-04-16
written by Mesak

下載 function ,google 搜尋到的 修正 IE 中文檔名會錯誤的問題

使用用法,檔名可不加,不加即為路徑檔名

dl_file("路徑","檔名")
function &nbsp;dl_file($file,$fname=""){
//First, see if the file exists
if (!is_file($file)) { die("<strong>404 File not found!</strong>"); }
//Gather relevent info about file
$filename = ($fname)? $fname:basename($file);
if(strpos($_SERVER['HTTP_USER_AGENT'] ,"MSIE")){
$filename = urlencode ($filename);
}
//Gather relevent info about file
$len = filesize($file);
$file_extension = strtolower(getExtension($file));

//This will set the Content-Type to the appropriate setting for the file
switch( $file_extension ) {
case "pdf": $ctype="application/pdf"; break;
case "exe": $ctype="application/octet-stream"; break;
case "zip": $ctype="application/zip"; break;
case "doc": $ctype="application/msword"; break;
case "xls": $ctype="application/vnd.ms-excel"; break;
case "ppt": $ctype="application/vnd.ms-powerpoint"; break;
case "gif": $ctype="image/gif"; break;
case "png": $ctype="image/png"; break;
case "jpeg":
case "jpg": $ctype="image/jpg"; break;
case "mp3": $ctype="audio/mpeg"; break;
case "wav": $ctype="audio/x-wav"; break;
case "mpeg":
case "mpg":
case "mpe": $ctype="video/mpeg"; break;
case "mov": $ctype="video/quicktime"; break;
case "avi": $ctype="video/x-msvideo"; break;
//The following are for extensions that shouldn't be downloaded (sensitive stuff, like php files)
case "php":
case "htm":
case "html":
case "txt": $ctype="application/octet-stream"; break;
default: $ctype="application/force-download";
}
//Use the switch-generated Content-Type
 &nbsp; //Force the download
header('Pragma: public');
header('Expires: 0');
header('Last-Modified: ' . gmdate('D, d M Y H:i ') . ' GMT');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header("Cache-Control: public");
header("Content-Type: $ctype");
header("Content-Description: File Transfer");
header('Content-Disposition: attachment; Filename="'.$filename.'"');
header('Content-Transfer-Encoding: binary');
header("Content-Length: ".$len);
@readfile($file);
exit;
}
繼續閱讀
2010-04-16 1 comment
0 FacebookTwitterPinterestTumblrRedditLINEEmail
較新文章
較舊文章

米薩克

米薩克

標籤

3D 3D Print 3D Printer 3DPrintMill 80%鍵盤 A.O.Smith Acer Amacrox amazon amd anacomda Android Android App AORUS APC APS asus atom printer AutoHotKey AverMedia AZIO B.Friend backbone BenQ big5 blog BOX軸 CAMPFIRE AUDIO Cherry CHOC軸 chrome cloud CM Storm CM插針 CODE Codeigniter Computex Cooler Master Corsair cr-30 CSS cube CyberPower DAC DAREU delux DEMON ART DIP Switch DIY docker DSI DTS Ducky dyson EarSonics EaseUS Editor Elecom elos emeditor Ender Ender2s ENERMAX es6 Everything Excel eye tracking Facebook Fidget Figma Filco firefox FLASH Flux Fostex frontend genki Gigabyte git gitea Google Gorilla Gravastar GreaseMonkey GX1 GX7 HomeAssistant HTC i-rocks InFocus Intel ione IROCKS JAKI javascript joke jQuery JVC Kaspersky KBParadise KBT KBtalKing keyboard KS軸 KT軸 laravel LEOPOLD LG LINDY line linebot linux mabinogi macro mdn Mesh Wi-Fi Miracast MMCX moft Mokibo mootools mp3 MSI music MXM n8n Nanotol Netgear Nintendo Switch Noble Audio notebook NS NUARL nuc NVIDIA O-Zone online open overna O環 PaMu Panasonic pbt Perixx Phorus Photoimpact php PING pink plays POIEMA POJUN POJUN 波軍 Print PROXXON QNAP Qualcomm quasar Razer Realforce Redragon RGB RGB 機械式鍵盤 Roccat Rocktek rog Rosewill Router samsung SANWA snapmaker Sony SSD Steel Series step switch sybase Synology t-bone Tampermonkey Tesoro TEX Tobii TP-LINK TSA 密碼鎖 TSA 海關鎖 Tt eSPORTS UPS USB 擷取卡 userscript utf8 V-MODA varmilo vba VentureCraft video Vinpok VJJB vue vuex WASD Whizzer WiDi WiFi WiFi 5 WiFi 6 WIFI 遙控冷氣 Wiha Wii Wizard Wooting Wordpress Wowstick Wowstick Drill Wowstick Mini Wowstick SD XFastest xoops XYZprint XYZprinting youtube ZIPPY zoeao Zowie Zyxel 一氧化碳偵測器 中刻 二色成型 亞立田 人體工學 代買 代購 代運 任天堂 側刻 側背包 光碟機 光磁微動 光軸 免治馬桶 入耳式耳機 全家 凱華 凱酷 利民 剪刀 創想三維 募資 包包 化石 半高軸 印表機 吉米家居 吸塵器 咖啡 喇叭 單機 圖 圖片 多彩 太豪 太陽軸 套筒 家用清潔 家用鍍膜 小米 尖嘴鉗 展碁 工作台 工具箱 工具車 巧克力軸 平衡 廚餘機 彩光 微動開關 微軟 恆溫熱水器 手工具 手把 手柄 手機架 手錶 手鑽 打磨機 扳手 掃地機器人 插座 搖桿 撲克牌 擴香石 擷取卡 攝影 改裝 教學 散打機 文公尺 文具 文字 斜口鉗 旋剛 木頭椅 桌遊 棘輪 椅子 標籤雲 模型 機器人 機械鍵盤 氣炸鍋 沙發 波軍 洗脫烘洗衣機 活動扳手 派美特 淘寶 清潔 減肥 滑板 滑鼠 滑鼠墊 濾壓式 濾紙式 灰軸 烤爐 無刻 無線 無線充電 無線滑鼠 無線熱熔膠槍 無線熱熔膠筆 無線鍵盤 熱水器 熱熔膠 熱熔膠槍 熱熔膠筆 燈 瘋金剛 發光鍵盤 白光 白軸 相機 相機包 真無線藍牙 瞬熱飲水機 矮軸 磁碟分區 積木 積木鍵盤 空氣 空氣淨化器 空氣清淨機 立架 筆記型電腦 簡報 米家 米物 系統轉移 紅光 紅軸 紅龍 紫光 綠光 綠軸 繪圖卡 羅技 美工刀 美洲獅 翻譯 老虎鉗 老貓 耳塞式耳機 耳機 耳罩式耳機 背光鍵盤 自動製冰冰箱 舒壓 英刻 茶軸 茶館 薄膜鍵盤 藍光 藍牙 藍牙4 藍牙5 藍牙喇叭 螢幕 螺絲起子 行動電源 觸控板 設計 變形機構 貼耳式耳機 資料備份 資料救援 走走家具 軌跡球 軟體 迷你魔 遊戲耳機 郵局 酒 鉗子 銀軸 鋼彈 鍍膜 鍵帽 鍵盤 鑰匙圈 防水 集貨 集資 雷射 雷雕 電動 電動起子 電器架 電子鍋 電池 電競 電競椅 電競滑鼠 電競耳機 電競鍵盤 電鑽 電鑽筆 青軸 靜電容鍵盤 靜音 靜音滑鼠 頸掛式 頸掛式喇叭 顯示卡 食記 飲料 骨頭 高腳椅 麥克風 黑軸

近期文章

  • [教學] 利用 n8n 建立 LINE 聊天機器人
  • [開箱] IROCKS K103R 熱插拔無線機械式鍵盤
  • [開箱] IROCKS-K85R 無線機械鍵盤
  • [開箱] IROCKS K75M 銀色上蓋機械式鍵盤
  • [開箱] IROCKS M31E 粉紅色光學遊戲滑鼠

彙整

  • 2025 年 6 月
  • 2025 年 3 月
  • 2024 年 4 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 11 月
  • 2022 年 7 月
  • 2022 年 5 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 9 月
  • 2017 年 8 月
  • 2017 年 6 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 9 月
  • 2016 年 8 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 11 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 7 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 4 月
  • 2014 年 3 月
  • 2014 年 2 月
  • 2014 年 1 月
  • 2013 年 12 月
  • 2013 年 11 月
  • 2013 年 9 月
  • 2013 年 8 月
  • 2013 年 7 月
  • 2013 年 6 月
  • 2013 年 5 月
  • 2013 年 4 月
  • 2013 年 3 月
  • 2013 年 2 月
  • 2013 年 1 月
  • 2012 年 12 月
  • 2012 年 11 月
  • 2012 年 10 月
  • 2012 年 9 月
  • 2012 年 8 月
  • 2012 年 7 月
  • 2012 年 6 月
  • 2012 年 5 月
  • 2012 年 4 月
  • 2012 年 3 月
  • 2012 年 2 月
  • 2012 年 1 月
  • 2011 年 12 月
  • 2011 年 11 月
  • 2011 年 10 月
  • 2011 年 9 月
  • 2011 年 8 月
  • 2011 年 7 月
  • 2011 年 6 月
  • 2011 年 5 月
  • 2011 年 4 月
  • 2011 年 3 月
  • 2011 年 2 月
  • 2010 年 11 月
  • 2010 年 10 月
  • 2010 年 9 月
  • 2010 年 7 月
  • 2010 年 4 月
  • 2010 年 3 月
  • 2009 年 11 月
  • 2008 年 12 月
  • 2008 年 10 月
  • 2008 年 9 月
  • 2008 年 8 月
  • 2008 年 7 月
  • 2008 年 6 月
  • 2008 年 4 月
  • 2008 年 3 月
  • 2008 年 2 月
  • 2008 年 1 月
  • 2007 年 12 月
  • 2007 年 11 月
  • 2007 年 10 月
  • 2007 年 9 月
  • 2007 年 8 月
  • 2007 年 7 月
  • 2007 年 6 月
  • 2007 年 5 月
  • 2007 年 4 月
  • 2007 年 3 月
  • 2007 年 2 月
  • 2007 年 1 月
  • 2006 年 12 月
  • 2006 年 11 月
  • 2006 年 10 月
  • 2006 年 9 月
  • 2006 年 8 月
  • 2006 年 7 月
  • 2006 年 6 月
  • 2006 年 5 月
  • 2006 年 3 月
  • 2006 年 2 月
  • 2006 年 1 月
  • 2005 年 12 月
  • 2005 年 11 月
  • 2005 年 10 月
  • 2005 年 9 月
  • 2005 年 8 月

分類

  • 個人配件
  • 咖啡
  • 家用主機
  • 居家
    • 家具
    • 家電
  • 工具
    • 文具
  • 影音
  • 玩具
  • 硬體
    • 3D Printer
    • 其他周邊
    • 喇叭
    • 手把
    • 手機
    • 滑鼠
    • 相機
    • 耳機
    • 鍵盤
    • 電源
  • 碎碎念念
  • 程式
    • Chrome extensions
    • JavaScript
    • PHP
    • Python
    • Vue
    • WordPress
  • 網路資訊
  • 美食
  • 軟體
  • 遊戲
  • 遊玩
  • 運動

書籤

  • SayDigi | 點子生活
  • Sinchen 部落格 電腦3C開箱文與使用心得分享兼美食攝影
  • Chibc’blog 暗月之鏡的部落格
  • MUKI space* 文具,lomo,攝影,電影,生活,設計
  • 樂在設計 提供Wordpress之設定、佈景、外掛相關教學,網頁設計、網站架設、軟體教學、硬體教學、開箱文為主要文章類別,以專業詳細的態度撰寫文章!
  • 老貓測3C 電腦3C科技硬體軟體相關測試與分享
  • 台灣小吃札記  想吃什麼、去哪吃、怎麼吃?歡迎翻開台灣小吃札記。
  • 波蘿日報|Polonews 明星臉,撞臉,臣姦新聞,惡搞轉蛋,各式面具,奇妙商品
  • 3C 達人廖阿輝

About

Mesak

mesak

http://about.me/mesak

Contact:

Mesak Gmail

Histats:

Online:

2025 年 7 月
一 二 三 四 五 六 日
 123456
78910111213
14151617181920
21222324252627
28293031  
« 6 月    
  • Facebook
  • Twitter

@2020- All Right Reserved. Designed and Developed by PenciDesign


Back To Top
米薩克
  • 首頁
  • KBtalKing Pro
  • 關於作者
  • 鍵盤
  • 滑鼠
  • 工具
  • 網站連結
@2020- All Right Reserved. Designed and Developed by PenciDesign