摘要:
--简单实用全局唯一标识DECLARE @myid uniqueidentifierSET @myid = NEWID()PRINT 'Value of @myid is: '+ CONVERT(varchar(255), @myid)--结果集Value of @myid is: 6F9619FF... 阅读全文
摘要:
>Erlang machine stopped instantly (distribution name conflict?). The service is not restarted as OnFail is set to ignore.-报错解决方案 原来是NNND。。。 RabbitMQ安装... 阅读全文
摘要:
This article describes how to configure the FastCGI module and PHP to host PHP applications on IIS 7 and above. IMPORTANT: This article provides instr... 阅读全文