Sub testPaste2Mspaint()
For i = 1 To 3
Call getPicScreen
a = Shell("mspaint", 1)
Application.Wait (Now + TimeValue("00:00:01"))
Application.SendKeys "^v"
Next i
End Sub
Sub testPaste2Worksheet()
For i = 1 To 3
Call getPicScreen
ThisWorkbook.Sheets(1).Activate
Cells(i, i).Select
ActiveSheet.Paste
Next i
End Sub
Sub testSaveScreen2File()
For i = 1 To 3
Call getPicScreen
ClipboardPicToJPGFile ("d:\" & i & ".jpg")
Next i
End Sub
截图原贴http://club.excelhome.net/thread-1193134-1-1.html可以全屏截图和当前窗口截图Private Declare Sub keybd_event Lib "user32" _(ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As...
Private Declare Sub keybd event Lib “user32” (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)
Sub CopyAndPaste()
Workbooks(“拷贝源文件.xlsx”).Activate
Workbooks(“拷贝源文件.xlsx”).Sheets(1).Select
Application.Wait (Now + Tim
's$ Buttom number
'c$ Specify a location to show image
'souf$ The local path of the image file
'des$ The dest path of...
1 week ago I still in a wonderful city for business trip, that's a great trip I been through so far. So great for the city and my colleagues, I still remember it from time to time~
Welcome email to: ...
总用量 12
-rw-------. 1 root root 1491 1月 9 12:08 anaconda-ks.cfg
-rw-r--r-- 1 root root 4398 1月 9 21:49 kube-flannel.yml
[root@Master ~]# grep image kube-flannel.yml
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
image: docker.io/flannel/flannel:v0.24.0
image: docker.io/flannel/flannel:v0.24.0
[/code]
以上是flannel相关的镜像,可以直接用docker pull先下载镜像再去执行 kubectl apply -f kube-flannel.yml命令
我本地安装flannel就曾经因为无法下载flannel相关的的镜像而导致失败