下载地址:https://github.com/Molunerfinn/PicGo/releases
下载之后直接安装即可,此时打开会报错:Picgo.app 文件已损坏,您应该将它移到废纸篓。
这是因为 macOS 为了保护用户不受恶意软件的攻击,macOS 会阻止安装未经过苹果认证的应用程序。
此时只需要在命令行中执行一个命令即可:
1sudo xattr -d com.apple.quarantine "/Applications/PicGo.app"
[up主专用,视频内嵌代码贴在这]
.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
...
#!/usr/bin/env python“””Django’s command-line utility for administrative tasks.”””import osimport sys
def main(): “””Run administrative tasks.””” os.environ.setdefault(“DJANGO_SETTINGS_MODULE”, “teaching_platform.settings”) try: from django.core.management import execute_from_command_line except ImportError as exc: raise ImportError( “Couldn’t import Django. Are you sure it’s installed and “ “available on your PYTHONPATH environment ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment



