码迷,mamicode.com
首页 >  
搜索关键字:tail    ( 8573个结果
html 实现动态在线预览word、excel、pdf等文件(方便快捷)
https://blog.csdn.net/superKM/article/details/81013304 太方便了 <iframe src='https://view.officeapps.live.com/op/view.aspx?src=http://storage.xuetangx.com ...
分类:Web程序   时间:2019-07-30 12:28:36    阅读次数:365
Codeforces Round #574 (Div. 2)
| A | B | C | D | E | | : : | : : | : : | : : | : : | | 贪心 | 数学 | dp | 计数,组合 | 单调队列,rmq | | 1100 | 1100 | 1400 | 1700 | 2100 | <! more A. Drinks Choos ...
分类:其他好文   时间:2019-07-30 10:47:28    阅读次数:77
supervisor
恢复内容开始 1、supervisor默认路径在\tmp下面,如果服务器重启之后,缓存可能被清除,需要更改路径 /tmp/supervisor.sock 改成 /var/run/supervisor.sock, /tmp/supervisord.log 改成 /var/log/supervisor. ...
分类:其他好文   时间:2019-07-30 10:38:50    阅读次数:117
[数论] 欧拉函数
参考资料 : "欧拉函数及欧拉线性筛 辞树 CSDN博客" 欧拉函数 $\varphi $ 欧拉函数是小于n的正整数中与n互质的数的数目($\varphi(1)=1$) ...
分类:其他好文   时间:2019-07-29 21:51:26    阅读次数:136
ERROR qos-server can not bind localhost:22222
dubboe版本2.7.1 spring cloud alibaba最新官网examples 根据readme中说明文档依次启动 1、nacos,默认用户名密码nacos/nacos 2、启动spring-cloud-dubbo-server-sample,此时可以在nacos中看到发布的服务 3、 ...
分类:其他好文   时间:2019-07-29 17:44:40    阅读次数:215
jquery.nicescroll.js Unable to preventDefault inside passive event listener due to target being treated as passive.
解决办法就是:https://github.com/bestjhh/Plugin 下载替换。 参考: https://github.com/bestjhh/Plugin https://blog.csdn.net/qq_40776187/article/details/90170419 https: ...
分类:Web程序   时间:2019-07-29 00:36:17    阅读次数:208
Python错误:AttributeError: 'generator' object has no attribute 'next'解决办法
今天在学习生成器对象(generation object)运行以下代码时,遇到了一个错误: #定义生成器函数def liebiao(): for x in range(10): yield x#函数调用g = liebiao() #打印元素print(g.next())D:\>python test ...
分类:编程语言   时间:2019-07-28 14:08:19    阅读次数:148
@GetMapping和@PostMapping 和@RequestMapping区别
@GetMapping 用于将HTTP GET请求映射到特定处理程序方法的注释。 具体来说,@GetMapping是一个作为快捷方式的组合注释@RequestMapping(method = RequestMethod.GET)。 @PostMapping 用于将HTTP POST请求映射到特定处理 ...
分类:移动开发   时间:2019-07-28 13:59:23    阅读次数:118
Win10下使用默认的照片查看器
在打开图片的时候默认是 画图,我们想要用windows图片器打开,但是更多应用里面没有这一选项, 1. 按 Windows徽标键+R键,打开运行命令窗口,输入“regedit”命令 来打开 注册表编辑器 2. 在打开的 注册表编辑器,双击左侧的目录,依次打开 目录项 FileAssociations ...
分类:Windows程序   时间:2019-07-28 13:41:06    阅读次数:140
题目七:用两个栈实现队列
////////////////////////////////////////////////////////////////////////////////////// 10.题目七:用两个栈实现队列// 题目:用两个栈实现一个队列,队列的声明如下:template class CQueue{p... ...
分类:其他好文   时间:2019-07-28 13:40:25    阅读次数:83
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!