随笔分类 -  工具-软件

摘要:pip freeze > requirements.txt pip install -r requirements.txt 阅读全文
posted @ 2020-09-14 12:57 该显示昵称已被使用了 阅读(113) 评论(0) 推荐(0)
摘要:后期 javascript:(function(){var script=document.createElement('script');script.src='https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js';document.body.ap 阅读全文
posted @ 2020-09-09 11:19 该显示昵称已被使用了 阅读(157) 评论(0) 推荐(0)
摘要:后台启动 @echo off if "%1"=="h" goto begin start mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin redis-server.exe 阅读全文
posted @ 2020-09-08 22:26 该显示昵称已被使用了 阅读(157) 评论(0) 推荐(0)
摘要:https://greasyfork.org/zh-CN AC-baidu Bilibili Evolved (https://github.com/the1812/Bilibili-Evolved) Popup Search Search By Image Endless Google 阅读全文
posted @ 2020-09-08 18:29 该显示昵称已被使用了 阅读(141) 评论(0) 推荐(0)
摘要:博客园目录生成和页面优化 https://www.cnblogs.com/zhiqiang_zhang/p/11176628.html #侧边栏广告加入 $('sideCatalogBtn').on('click', function() { document.getElementById("sid 阅读全文
posted @ 2020-09-06 11:05 该显示昵称已被使用了 阅读(127) 评论(0) 推荐(0)
摘要:博客园相关操作 博客的图片缩放 修改我的博客字体和行距 $(".day").css({'line-height':'1','font-size':'8pt','width':'90%' }) 阅读全文
posted @ 2020-07-06 19:14 该显示昵称已被使用了 阅读(160) 评论(0) 推荐(0)
摘要:有些地方,在 Markdown 语法中,两个空行才是换行,不能换行的同学多加个回车应该就好啦。 flow st=>start: 闹钟响起 op=>operation: 与床板分离 cond=>condition: 分离成功? e=>end: 快乐的一天 st->op->cond cond(yes)- 阅读全文
posted @ 2020-07-05 17:55 该显示昵称已被使用了 阅读(164) 评论(0) 推荐(0)