摘要:
*******INSTRUCTION FOR GETING RECORDS FROM JIRA by cURL*****************Jira supply RESTfull API, so we can use cURL to get data. Below is the steps,1... 阅读全文
摘要:
云计算分层:Infrastructure(基础设施)-as-a-Service,Platform(平台)-as-a-Service,Software(软件)-as-a-Service。基础设施在最下端,平台在中间,软件在顶端。别的一些“软”的层可以在这些层上面添加。IaaS: Infrastruct... 阅读全文
摘要:
不小心误删了mysql.user 表里的记录,导致mysql无法登陆。怎么办?看下面。1.net stop mysql //停止mysql服务(以管理员身份,在cmd命令行下运行)2. mysqld –skip-grant-tables //启动mysql数据库不关闭以... 阅读全文