上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 33 下一页
摘要: 打开命令面板: F1 或 Ctrl+Shift+P代码格式化: Shift+Alt+F向上向下复制一行: Shift+Alt+Up Shift+Alt+Down在当前行上下边插入一行:Ctrl+Shift+Enter Ctrl+Enter 搜索行数:Ctrl+G 同时选中所有匹配: Ctrl+Shi 阅读全文
posted @ 2020-05-22 09:29 左岸丶 阅读(275) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/6bd6869631d9 阅读全文
posted @ 2020-05-20 17:30 左岸丶 阅读(128) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/linybo/p/12034051.html 阅读全文
posted @ 2020-05-10 17:40 左岸丶 阅读(664) 评论(0) 推荐(0)
摘要: 装饰器原理理解 def html_tags(tag_name): def wrapper_(func): # @wraps(func) def wrapper(*args, **kwargs): content = func(*args, **kwargs) return "<{tag}>{cont 阅读全文
posted @ 2020-05-06 09:57 左岸丶 阅读(93) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ivy-blogs/p/10475825.html 阅读全文
posted @ 2020-04-30 15:08 左岸丶 阅读(334) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/cicaday/p/python-decorator.html#_caption_3 阅读全文
posted @ 2020-04-27 16:19 左岸丶 阅读(217) 评论(0) 推荐(0)
摘要: 以前的方法>>> name = 'Runoob'>>> 'Hello %s' % name'Hello Runoob'python3.6 之后版本f-string 格式化字符串以 f 开头,后面跟着字符串,字符串中的表达式用大括号 {} 包起来,它会将变量或表达式计算后的值替换进去>>> name 阅读全文
posted @ 2020-04-23 16:30 左岸丶 阅读(782) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/amoscn/article/details/77074403 阅读全文
posted @ 2020-04-22 17:45 左岸丶 阅读(376) 评论(0) 推荐(0)
摘要: jenkins钉钉插件报错keywords not in content关键字不在内容中创建钉钉机器人时会输入一个关键词,然后你发消息时必须得带有这个关键词才行{"msgtype": "text", "text": { "content": "zl我就是我, 是不一样的烟火" } } 阅读全文
posted @ 2020-04-21 09:47 左岸丶 阅读(2361) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_44907813/article/details/105003621 阅读全文
posted @ 2020-04-20 16:58 左岸丶 阅读(128) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 33 下一页