-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
It's strongly recommended to set a private CDN as the image source which can improve the stablity and reduce the pressure on the server side.
-
go to http://www.cloudinary.com and sign up a Free account. (and don't forget to check the register mail!)
访问 http://www.cloudinary.com 并注册一个免费账户。(记得检查确认邮件!不然帐号会被停用!) -
login in your account and copy the "cloud name" "api key" and "api secret".
登录账户并记下你的 cloud name、api key 以及 api secret
-
fill your "cloud name" "api key" and "api secret".
填入你的 cloud name、api key 以及 api secret。
-
apply the change.
确认更改设置。
7.done.
搞定!
Activity
[-]How to get the Cloud Name (of http://cloudinary.com/) ?[/-][+]How to get the Cloud Name (of cloudinary.com) ?[/+]bitdust commentedon Aug 8, 2016
施工占楼
[-]How to get the Cloud Name (of cloudinary.com) ?[/-][+]How to set CDN as the image source?[/+]codexss commentedon Sep 16, 2016
看起来腾讯云的万象优图也有免费的CDN,并且支持镜像源映射

免费配额为50G的储存空间和50G流量
https://www.qcloud.com/product/ci.html
bitdust commentedon Sep 23, 2016
@codexss
刚才试了一下,似乎没有cloudinary注册使用的流程友好,所以我就不把他加成默认的图片源了。不过我考虑增加一个自定义图片源的选项,来满足诸君的探索心 😄 。
mingyuerujing commentedon Oct 11, 2016
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.IO.FileNotFoundException: G:\EarthLiveSharp\images\0_0.png
在 System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
在 EarthLiveSharp.scraper.JoinImage()
在 EarthLiveSharp.mainForm.startLogic()
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
mscorlib
程序集版本:4.0.0.0
Win32 版本:4.6.1080.0 built by: NETFXREL3STAGE
基本代码:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
EarthLiveSharp
程序集版本:1.0.0.0
Win32 版本:1.0.0.0
基本代码:file:///G:/EarthLiveSharp/EarthLiveSharp.exe
System.Windows.Forms
程序集版本:4.0.0.0
Win32 版本:4.6.1038.0 built by: NETFXREL2
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
程序集版本:4.0.0.0
Win32 版本:4.6.1081.0 built by: NETFXREL3STAGE
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Drawing
程序集版本:4.0.0.0
Win32 版本:4.6.1078.0 built by: NETFXREL3STAGE
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Configuration
程序集版本:4.0.0.0
Win32 版本:4.6.1038.0 built by: NETFXREL2
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core
程序集版本:4.0.0.0
Win32 版本:4.6.1038.0 built by: NETFXREL2
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Xml
程序集版本:4.0.0.0
Win32 版本:4.6.1064.2 built by: NETFXREL3STAGE
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
System.resources
程序集版本:4.0.0.0
Win32 版本:4.6.1038.0 built by: NETFXREL2
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.resources.dll
System.Windows.Forms.resources
程序集版本:4.0.0.0
Win32 版本:4.6.1038.0 built by: NETFXREL2
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
mscorlib.resources
程序集版本:4.0.0.0
Win32 版本:4.6.1038.0 built by: NETFXREL2
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
junliangi commentedon Dec 18, 2016
cloudinary网址打不开什么鬼,还是我这边代理问题
bitdust commentedon Dec 20, 2016
@junliangi 我这里没问题
不行切orgin暂时用着
或者留个邮箱,我共享你一个ID号
junliangi commentedon Dec 22, 2016
@bitdust 邮箱:xxxxx@xxxx.com Thank
mengzilym commentedon Feb 17, 2017
是不是要一直打开着软件才能更新壁纸?
bitdust commentedon Feb 18, 2017
@mengzilym 是这样,不过这个小程序会自动随系统启动,后台运行。
而且开销极低,不占内存。
wasas commentedon Feb 21, 2017
这个存图片的网站, 免费的好像只有 2G 空间, 一不小心就满了.. 怎么清空呢?
chermy commentedon Feb 22, 2017
@wasas 联系客服下工单, 之后客服会回复你邮件确认, 回复即可. 最好在晚上操作. 回复很快.
wasas commentedon Feb 28, 2017
@chermy 感谢...
目前使用这位的清空软件 win 版 #29
我有 VPS, 路由也能运行一些脚本, 不过没弄明白 py 版本应该怎么使用..
31 remaining items
junliangi commentedon Jan 7, 2018
不知为什么这几天使用cdn不同步了 只能切换orgin了
ZhongXinlin commentedon Aug 12, 2018
我的不更新了,有谁也遇到这个问题了吗
WangLeGeWang commentedon Sep 13, 2018
支持阿里云的对象储存吗?
bitdust commentedon Sep 17, 2018
不支持
halo67 commentedon Mar 27, 2019
额,用了CDN每次开机还是会跳到这个界面吗
bitdust commentedon Mar 28, 2019
亲,用了CDN就不会跳了呢。
halo67 commentedon Mar 28, 2019
重启过后它确实还是会自动跳转到github。。。
halo67 commentedon Mar 29, 2019
重启会跳,关机再开机不会跳了
Wangzhiran commentedon Aug 21, 2019
可以,很高清,之前在52下的汉化修改版win10存在兼容问题,谢谢
bitdust commentedon Aug 22, 2019
@Wangzhiran 汉化版不是我做的。。这么个小工具配一次就不用管了,所以个人认为汉化不是很有必要。
junliangi commentedon Jul 12, 2020
最近不知道啥原因显示同步新图像之后刷新几次或者等一会就自动换成这个图像了,以为是版本问题换成最新的还是这样。有跟我一样的嘛

EnochZhangY commentedon Sep 5, 2020
你好作者
我运行3.9的时候会出现远程服务器返回错误: (404) 未找到
再换了3.85老版本时候出现这个问题[himawari8 connection error]
是我的网速问题吗?
运行之前所有的版本都不行,都会出现远程服务器返回错误: (404) 未找到
所以 @ bitdust
期望你的解答,谢谢
doug4567 commentedon Mar 7, 2022
作者你好..突然發現目前資料抓取有問題..我是用CDN做為圖源..不過目前似乎一直抓不到最新的圖..不知道是什麼原因就是了
EnochZhangY commentedon Mar 8, 2022
doug4567 commentedon May 23, 2022
這陣子又無法自動更新圖資了...有好幾天都是這樣的情形