一、打开IDEA 二、点击Fils>点击Settings 三、点击Editor>点击Color Scheme>点击选择主题颜色 四、点击Classic Light即可设置白色主题 五、点击Material Darker即可设置黑色主题 ...
分类:
其他好文 时间:
2021-01-08 10:28:42
阅读次数:
0
django入门到精通⑥消息管理器的升级处理,对关键词进行过滤示例# 安装分词工具(python37_django2) D:\python\message_test>pip install jieba 设置message_test/settings.py 1.自定义分词工具app/templatet ...
分类:
其他好文 时间:
2021-01-07 12:05:08
阅读次数:
0
转自:https://djangostars.com/blog/configuring-django-settings-best-practices/ 一个很不错的实践 This article is intended for engineers who use the Django framewo ...
分类:
其他好文 时间:
2021-01-06 11:38:52
阅读次数:
0
参考资料: https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/account-lockout-threshold 当你找到这个博客的时候,说明你遇到了和我一样的尴尬 ...
分类:
其他好文 时间:
2021-01-05 10:56:25
阅读次数:
0
import redis.clients.jedis.Jedis;public class A { public static void main(String[] args) throws Exception { Jedis jedis = new Jedis("localhost", 6379) ...
分类:
其他好文 时间:
2021-01-05 10:52:53
阅读次数:
0
获取当前设置能使用的打印机: 1 foreach (string sPrint in PrinterSettings.InstalledPrinters)//获取所有打印机名称 2 { 3 prints.Add(sPrint); 4 } 获取所有的打印机 获取打印机下的纸盒: 1 PrinterSe ...
class User { int _id; public int Id { get { return _id; } set { _id = value; } } string _name; public string Name { get { return _name; } set { _name ...
分类:
其他好文 时间:
2021-01-01 12:10:52
阅读次数:
0
课程demo DELETE message PUT message { "settings": { "number_of_shards": 20 } } GET message POST message/_doc?routing=1 { "content":"good" } POST message ...
分类:
其他好文 时间:
2021-01-01 11:43:15
阅读次数:
0
POST blogs/_search { "query": { "dis_max": { "queries": [ { "match": { "title": "Quick pets" }}, { "match": { "body": "Quick pets" }} ], "tie_breaker" ...
分类:
其他好文 时间:
2020-12-31 12:51:02
阅读次数:
0
解决selenium报错--unknown error: DevToolsActivePort file doesn't exist 解决方案: 给Chrome() 配置ChromeOptions from selenium import webdriver option = webdriver.C ...
分类:
编程语言 时间:
2020-12-28 11:53:28
阅读次数:
0