昨天,今天,明天,每天的每天,你是否都多懂得一点点...

星期一, 十二月 30, 2019

[Youtube]峰哥教你玩正则表达式 - 第三课 - 重复符号 *, ?, + , 贪婪模式, 懒惰模式, 侵占模式



Tags: regex, regular expression, regex101, 正则, 正则表达式, 贪婪模式, 懒惰模式, 侵占模式


本节课为正则表达式入门教程, 看完本视频你将掌握:


使用特殊重复字符 *, ?, +, {}
使用贪婪模式
使用懒惰模式
使用侵占模式



 
-~-~~-~~~-~~-~-

本频道旨在分享生活中各种小技巧, 如用小米盒子看国内视频, 如何使用KODI看电影等等. 同时我也会分享一些编程的教程, 如编写Telegram机器人, 建站等。 点击进入我的频道: goo.gl/5tyxcf

🔷 订阅我的频道: goo.gl/KuF3bY
🔷 telegram电报群: t.me/fengsharegroup
🔷 我的博客: www.dengnz.com/blog
🔷 Facebook: www.facebook.com/fengnz
🔷 Twitter: https://twitter.com/fennng

觉得我的视频对你帮助很大的话, 请我喝杯咖啡吧
微信赞赏码: goo.gl/uKoE8w
-~-~~-~~~-~~-~-




星期一, 十二月 23, 2019

[Youtube]峰哥教你玩正则表达式 - 第二课 - 特殊匹配符号



Tags: regex, regular expression, regex101, 正则, 正则表达式


本节课为正则表达式入门教程, 看完本视频你将掌握:


使用特殊元字符 \d \D \b \B \w \W \s \S ^ $, 
用 [] 组建匹配字符集
用^ 制作字符的反集
匹配完整单词
匹配数字
匹配非数字
匹配英文字符
匹配非英文字符




 
-~-~~-~~~-~~-~-

本频道旨在分享生活中各种小技巧, 如用小米盒子看国内视频, 如何使用KODI看电影等等. 同时我也会分享一些编程的教程, 如编写Telegram机器人, 建站等。 点击进入我的频道: goo.gl/5tyxcf

🔷 订阅我的频道: goo.gl/KuF3bY
🔷 telegram电报群: t.me/fengsharegroup
🔷 我的博客: www.dengnz.com/blog
🔷 Facebook: www.facebook.com/fengnz
🔷 Twitter: https://twitter.com/fennng

觉得我的视频对你帮助很大的话, 请我喝杯咖啡吧
微信赞赏码: goo.gl/uKoE8w
-~-~~-~~~-~~-~-



星期四, 十二月 19, 2019

[网络技术]How to list all remote docker images in the repo?

tags: docker

If you have a private docker repo (such as azure docker registry), and would like to list all the remote images, what would you do?

If you have the portal access such as azure portal, you can see all your images easily. But if you only have the credentials for the repo, then what can you do?

It's actual very easy to do.

Docker registry provides a easy to use restful API to access images info. You can use any HTTP client to access it. In the following example, I use curl 

[code]

curl https://username:password@repo_domain/v2/_catalog  

{"repositories": ["image1", "image2", "image3" ...]}

[/code]


星期日, 十二月 08, 2019

[Youtube]如何验证, 调试正则表达式, 在线工具使用教程, 无需下载

Tags: regex, regular expression, regex101, 正则, 正则表达式

超级好用的在线正则表达式工具

本视频是此工具的使用教程

 
-~-~~-~~~-~~-~-

本频道旨在分享生活中各种小技巧, 如用小米盒子看国内视频, 如何使用KODI看电影等等. 同时我也会分享一些编程的教程, 如编写Telegram机器人, 建站等。 点击进入我的频道: goo.gl/5tyxcf

🔷 订阅我的频道: goo.gl/KuF3bY
🔷 telegram电报群: t.me/fengsharegroup
🔷 我的博客: www.dengnz.com/blog
🔷 Facebook: www.facebook.com/fengnz
🔷 Twitter: https://twitter.com/fennng

觉得我的视频对你帮助很大的话, 请我喝杯咖啡吧
微信赞赏码: goo.gl/uKoE8w
-~-~~-~~~-~~-~-


[Youtube]Windows (多种版本适用) 定时关机小技巧, 无需下载



Tags: windows, 定时, 关机, 重启

本方法支持 从 windows xp 到 windows 10 的所有windows 系统.

 
-~-~~-~~~-~~-~-

本频道旨在分享生活中各种小技巧, 如用小米盒子看国内视频, 如何使用KODI看电影等等. 同时我也会分享一些编程的教程, 如编写Telegram机器人, 建站等。 点击进入我的频道: goo.gl/5tyxcf

🔷 订阅我的频道: goo.gl/KuF3bY
🔷 telegram电报群: t.me/fengsharegroup
🔷 我的博客: www.dengnz.com/blog
🔷 Facebook: www.facebook.com/fengnz
🔷 Twitter: https://twitter.com/fennng

觉得我的视频对你帮助很大的话, 请我喝杯咖啡吧
微信赞赏码: goo.gl/uKoE8w
-~-~~-~~~-~~-~-

其它博客地址

此博客的同步博客地址: http://fengnz.wordpress.com
这里进入我的MSN SPACE.