https://blog.csdn.net/weixin_40481076/article/details/101594705?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1. ...
分类:
编程语言 时间:
2020-08-03 23:30:50
阅读次数:
92
一、Java开发 1.J2EE架构及主流框架,spring4、spring boot、spring MVC、spring Security、spring cloud、struct2、hibernate5、mybatis3、maven、shiro等。2.前端:HTML5、Javascript、css、 ...
分类:
编程语言 时间:
2020-08-03 14:48:13
阅读次数:
85
在dependencies中添加 androidTestCompile('com.android.support:support-annotations:26.1.0') { force = true} 添加后的效果: ...
分类:
移动开发 时间:
2020-07-31 21:46:18
阅读次数:
108
前言前几天公司生产环境一个服务由于流量上升触发了Sentinel的流控机制,然后用户反馈访问慢,定位发现是task定时任务导致,后面task优化之后发布,流量恢复正常。这是一个再正常不过的生产问题,可能大部分同学都经历过,经历过的大多数是解决问题之后就不了了之,导致事故还有再次发生的可能,最终对用户造成了不好的体验。所以我觉得所有的生产问题都需要进行复盘,当然复盘的目的不是为了追责,而是防止下次再
分类:
其他好文 时间:
2020-07-31 01:02:24
阅读次数:
94
CF 1374A. Required Remainder You are given three integers x,y and n. Your task is to find the maximum integer k such that 0≤k≤n that kmodx=y, where mo ...
分类:
其他好文 时间:
2020-07-29 10:29:20
阅读次数:
63
Task Scheduler (M) 题目 You are given a char array representing tasks CPU need to do. It contains capital letters A to Z where each letter represents a ...
分类:
其他好文 时间:
2020-07-29 10:27:27
阅读次数:
69
Motivation The task of finding nearest neighbours is very common. You can think of applications like finding duplicate or similar documents, audio/vid ...
分类:
其他好文 时间:
2020-07-29 10:07:50
阅读次数:
68
之前有博文测试了SELECT_PRINTER(),这个是临时默认打印机,前面的博文对比了如何设置windows默认打印机,如何设置临时默认打印机。以及临时默认打印指定后,在lodop和c-lodop的效果。 前面的博文链接(cnblog的):LODOP指定window默认打印机和临时默认打印机、 之 ...
分类:
其他好文 时间:
2020-07-28 17:08:04
阅读次数:
101
SELECT CONCAT( ROUND( t1.total / t2.totalCount * 100, 2 ), '%' ) AS LocalPercent, t1.school_task_id, 0 as NonlocalPercent FROM ( select count(a.studen ...
分类:
其他好文 时间:
2020-07-28 13:56:22
阅读次数:
87
一、创建celery包 1、新建一个包,任意命名,如,celery_task。 2、包内创建celery对象,指定命名为celery.py: from celery import Celery broker = 'redis://127.0.0.1:6379/1' backend = 'redis: ...
分类:
其他好文 时间:
2020-07-27 23:34:07
阅读次数:
76