有關

目前分類:電腦經驗 (66)

瀏覽方式: 標題列表 簡短摘要
yum update – TypeError: unsubscriptable object

yum update出現TypeError: unsubscriptable object錯誤

abort 發表在 痞客邦 留言(0) 人氣()

1.先安裝好憑證
2.預設的GUI無法設定 domain name
3.改用adsutil.vbs來設定domain name,達到安裝多個SSL(443)網站
4.cscript adsutil.vbs set /w3svc/844934796/SecureBindings ":443:mysite.sharepoint.com"

abort 發表在 痞客邦 留言(0) 人氣()

#AutoIt3Wrapper_Icon=RedFish.ico ;Filename of the Ico file to use

#include <File.au3>
#include <Array.au3>
#include <String.au3>

abort 發表在 痞客邦 留言(0) 人氣()

Windows遠端桌面複製貼上功能失效,重新啟用方法

1.開啟工作管理員
2.強制停止rdpclip.exe

abort 發表在 痞客邦 留言(0) 人氣()

'Date: 2012/6/19
'Author: test
'Description: 

Dim IE

abort 發表在 痞客邦 留言(0) 人氣()

// 露天批次加入追蹤的javascript
// 整理清單用的regex
// 搜尋目標 .* (\()(\d+)(\)).*
// 取代成為 \2

abort 發表在 痞客邦 留言(0) 人氣()

encrypt

$blockSize = 4; //區塊大小
if(empty($plainText))
return '';

abort 發表在 痞客邦 留言(0) 人氣()

HipHop
https://github.com/facebook/hiphop-php/wiki/

Thrift

abort 發表在 痞客邦 留言(0) 人氣()

SQLServer 2000 發生錯誤1069 由於登入失敗而無法啟動服務 解法

1.
[控制台]->[系統管理工具]->[服務],[MSSQLSERVER],再按滑鼠右鍵

abort 發表在 痞客邦 留言(0) 人氣()

命令列輸出日期格式YYYYMMDD



abort 發表在 痞客邦 留言(0) 人氣()

WINDOWS 呼叫螢幕虛擬鍵盤



abort 發表在 痞客邦 留言(0) 人氣()

APACHE限制EXE附檔名存取


<Files ~ "\.exe$">

abort 發表在 痞客邦 留言(0) 人氣()

Function retWord(ByVal Num As Decimal) As String
'This two dimensional array store the primary word convertion of number.
retWord = ""
Dim ArrWordList(,) As Object = {{0, ""}, {1, "One"}, {2, "Two"}, {3, "Three"}, {4, "Four"}, _

abort 發表在 痞客邦 留言(0) 人氣()

T-SQL COALESCE 範例
--------------------------------------------------------------------------------

A.標準用法

abort 發表在 痞客邦 留言(0) 人氣()

1.Ghost pqservice磁區到新的硬碟
2.Ghost win7隱藏磁區到新的硬碟(可選)
3.用windows的硬碟管理工具或其他分割出安裝win7的磁區
4.開機時按alt+F10進入acer build-in的還原介面

abort 發表在 痞客邦 留言(0) 人氣()


Startup.cmd
---------------------------------------------------------------------
imdisk -a -t vm -f D:\CustomTools\RAMDISK\Ramdisk.img -m R:

文章標籤

abort 發表在 痞客邦 留言(0) 人氣()

1.在執行程式端加上該權限帳號

2.在遠端加上權限
chmod +r ./* -R
文章標籤

abort 發表在 痞客邦 留言(0) 人氣()

在執行設定加
echo "umask 002" >> /etc/sysconfig/httpd
service httpd restart

文章標籤

abort 發表在 痞客邦 留言(0) 人氣()

vnstat

可以統計網卡流量可惜不含ip分析

安裝vnstat

1.

文章標籤

abort 發表在 痞客邦 留言(0) 人氣()

Automounting (Ubuntu Server)
By default, disk drives do not automount in Ubuntu Server Edition. If you are looking for a lightweight solution that does not depend on HAL/DBUS, you can install "usbmount".

預設不會自動mount

abort 發表在 痞客邦 留言(0) 人氣()