我尝试用pip包管理器安装Python2.7的tensorflow==1.1.0,但是在运行命令时会出现以下错误:
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip
我已经写了下面的函数来设置一个cookie.Here $.$domain持有域名。
function $cookie(name,value,lifeTime,path,domain,secure){//lifetime in hours
if(typeof name == 'undefined' || name == '' ){
alert('ERROR !!!\n Name of the cookie is not passed \n');
return false;