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 | |
/** | |
* 加密 hash,生成发送给用户的 hash 字符串 | |
* | |
* @param array $hash_data | |
* @param string $hash_key | |
* @return string | |
*/ | |
function encode_hash($hash_data, $hash_key = false) |
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
# git | |
alias g='git' | |
alias gl='git pull' | |
alias gco='git checkout' | |
alias gb='git branch' | |
alias gba='git branch -a' | |
alias gst='git status' | |
alias gr='git remote' | |
# dir |
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
;################################################### | |
; NOTE | |
;#################################################### | |
; change your curl.ini on /etc/php.d/curl.ini | |
; | |
;This config was only tested on amazon AMI | |
;Please check if /etc/ssl/certs/ca-bundle.crt exists | |
; | |
;If you don't have the ca-bundle root certificate you | |
; can get this in |
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
[ | |
{ "keys": ["f12"], "command": "htmlprettify"}, | |
{ "keys": ["f1"], "command": "fold" }, | |
{ "keys": ["f2"], "command": "unfold" }, | |
{ "keys": ["alt+/"], "command": "auto_complete" }, | |
{ "keys": ["alt+/"], "command": "replace_completion_with_auto_complete", "context": | |
[ | |
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" }, | |
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }, |
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
招商银行 https://app.cmbchina.com/cevs/checkmain.aspx 企业 | |
招商银行 https://app.cmbchina.com/pevs/pccheck.aspx 个人 | |
建设银行 https://b2bstatic.ccb.com/B2Bdzhd.HTM | |
中国银行 https://ebsnew.boc.cn/boccp/elecbillvalidate.html?lan=C | |
工商银行 https://mybank.icbc.com.cn/icbc/perbank/e_bill/ebill_verify_query.jsp?isClose=1 | |
交通银行 http://www.bankcomm.com/BankCommSite/shtml/jyjr/cn/7924/9484/list.shtml?channelId=7158 | |
兴业银行 https://corporatebank.cib.com.cn/firm/cash/receipt/receiptQuery!openPrint.do | |
平安银行 https://ebank.sdb.com.cn/corporbank/validateElectronicBillInput.do | |
浦发银行 http://ebank.spdb.com.cn/net/eBillValidateInput.do |
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
IDM Cleaner.bat | |
:: IDM Registry Cleaner | |
:: Completely cleans registry of all IDM fake serial leftovers | |
@ECHO OFF | |
@TITLE IDM Registry Cleaner | |
@COLOR 0E | |
@ECHO :: IDM Registry Cleaner | |
@ECHO :: Compeletely cleans registry of all IDM fake serial leftovers | |
@ECHO. |
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 | |
Title IDM Trial Reset by http://arabia-geeks.blogspot.com/ & Color 57 | |
@Echo Resetting your IDM License Brought to you by http://arabia-geeks.blogspot.com/ | |
@Echo. | |
@Echo. | |
Pause | |
TASKKILL /F /IM IDMan.exe | |
@ECHO. | |
@echo Off HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC} [7] >permdel.txt |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>items</key> | |
<array> | |
<dict> | |
<key>assets</key> | |
<array> | |
<dict> |
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
//https://gist.github.com/1368507 | |
import System; | |
import System.Windows.Forms; | |
import Fiddler; | |
import System.Text.RegularExpressions; | |
// INTRODUCTION | |
// This is the FiddlerScript Rules file, which creates some of the menu commands and | |
// other features of Fiddler. You can edit this file to modify or add new commands. |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>items</key> | |
<array> | |
<dict> | |
<key>assets</key> | |
<array> | |
<dict> |
OlderNewer