1-04 917 views
阅读全文 0
import random
alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+="
print "\n", alphabet
alphabet = bytearray( alphabet )
random.shuffle(alphabet)
print alphabet.decode("utf-8")
11-16 1,128 views
import random
alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+="
print "\n", alphabet
alphabet = bytearray(...
Start.bat
@echo off
tasklist|find /i "A.exe" >nul && (echo A is already running... & pause)
tasklist|find /i "A.exe" >nul || A -native=60b381720748
Stop.bat
@echo off
taskkill /F /IM A.exe >nul 1>nul 2>nul
echo Stop A...
11-11 848 views
Start.bat
@echo off
tasklist|find /i "A.exe" >nul && (echo A is already running... & pause)
tasklist|find /i "A.exe" >nul || A ...
http://zhidao.baidu.com/question/1605506173053820467.html?qbl=relate_question_0&word=.p12%D6%A4%CA%E9%D4%F5%C3%B4%C9%FA%B3%C9
https://www.comodo.com/
9-23 1,078 views
http://zhidao.baidu.com/question/1605506173053820467.html?qbl=relate_question_0&word=.p12%D6%A4%CA%E9%D4%F5%C3%B4%C9%FA%B3%C9
https://www.comodo.c...
OS CentOS 6.3
Couldn’t send emails
after some reserch turned out that SELinux is blocking the communication
SELinux is activated and configured by default. As such SELinux does not allow Apache (httpd,phpmailer) to use the sendmail function and m...
9-19 1,109 views
OS CentOS 6.3
Couldn’t send emails
after some reserch turned out that SELinux is blocking the communication
SELinux is activated and configured by...