https://stackoverflow.com/questions/11569535/python-nested-loop-with-gen...
如果为13位时间戳,需要除以1000=TEXT((单元格/1000+83600)/86400+70365+19,"yyyy-mm-dd hh:m...
运行带有匹配查找的SQL语句时,有%匹配符号,但python会认为 % 为格式化字符,所以python中运行SQL时,要将 % 变为 %% ,即...
使用 PyInstaller,安装方法pip install pyinstaller 之后打开python安装路径中的script文件夹,pyi...
win下: 写一powershell脚本,内容为D:\你的安装路径\bin\Rscript.exe C:\你的脚本路径\some_script....
查看环境变量 echo $PATH 将路径添加到环境变量 修改 /etc/profile 文件,在文件末尾加上:PATH=$PATH:xxxxx...
应该是代理设置有误,注意pycharm里的proxy设置,将其设置为与系统proxy一致,即可连接成功
安装redis,直接yum安装吧yum -y install redis使用redis-cli打开客户端,运行config set stop-w...
用root用户登陆后 创建用户并授权:adduser newUser (创建用户)passwd newUser (设置该用户的密码) 修改 su...