07 2018 档案
摘要:#include int main() { system("TASKKILL /F /IM Gate.exe"); system("pause"); }
阅读全文
摘要:批处理.bat @echo off :en tasklist |find "Gate"||start Gate ping -n 5 127.0.0.1>nul goto en http://python.jobbole.com/84338/ https:/...
阅读全文
摘要:本地计算机 目标计算机 http://www.cnblogs.com/tengs2000/articles/1070760.html
阅读全文
摘要:数据库设置和字符集问题不是utf8的字符串 报错不是utf8的字符串 报错修改 。inimy.ini# For advice on how to change settings please see# http://dev.mysql.com/doc/refm...
阅读全文