码迷,mamicode.com
首页 >  
搜索关键字:too    ( 5795个结果
[TOOLS]Python小脚本——文件夹大小统计
最近整理电脑的硬盘时发现大量杂七杂八的文件,有些文件还很大,Windows查看文件夹大小还挺麻烦,遂临时用Python写了个脚本,统计目标文件夹里的各个文件、文件夹的大小,方便文件整理。 现在把脚本代码贴出来(用的是Python3): 1 # -*- coding: utf-8 -* 2 impor ...
分类:编程语言   时间:2020-05-08 21:21:19    阅读次数:84
Jenkins + Git 项目中 主机配置
我这里用的是 tomcat ,需配置 JDK 环境,然后给 Jenkins 发送密钥对。 [root@tomcat ~]# tar xf apache-tomcat-8.5.16.tar.gz [root@tomcat ~]# tar xf jdk-8u191-linux-x64.tar.gz [r ...
分类:其他好文   时间:2020-05-08 11:25:24    阅读次数:84
tail: inotify cannot be used, reverting to polling: Too many open files
处理方法: 在 /etc/sysctl.conf文件中加入下面的配置: fs.inotify.max_user_watches=1048576fs.inotify.max_user_instances=1048576 sysctl -p /etc/sysctl.conf 使修改生效。再次执行 tai ...
分类:其他好文   时间:2020-05-08 09:48:45    阅读次数:60
无法从 repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds 获取文件
错误如下:pacman -S make gcc diffutils :: 正在获取软件包......错误:无法从 repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds 获取 ...
分类:其他好文   时间:2020-05-07 22:54:18    阅读次数:232
Chrome安装Vue.js devtool F12无效
要安装 vue-devtools-4.1.4_0 链接: https://pan.baidu.com/s/1aeUxKJEUDW0U_i6uuAZFvQ 提取码: 4btc vue-devtools-4.1.4_0复制一份,然后修改后缀变成vue-devtools-4.1.4_0.rar 解压vue ...
分类:Web程序   时间:2020-05-07 20:18:12    阅读次数:119
idea 必装插件
GsonFormat 一键根据json文本生成java类 非常方便 alt+s 调用 Maven Helper 一键查看maven依赖,查看冲突的依赖,一键进行exclude依赖 对于大型项目 非常方便 GenerateAllSetter 一键调用一个对象的所有set方法并且赋予默认值 在对象字段多 ...
分类:其他好文   时间:2020-05-06 14:12:12    阅读次数:81
状态码
100: ('continue',), 101: ('switching_protocols',), 102: ('processing',), 103: ('checkpoint',), 122: ('uri_too_long', 'request_uri_too_long'), 200: ('o ...
分类:其他好文   时间:2020-05-06 12:21:02    阅读次数:68
使用Dynamics 365 Diagnostics 来检查网络链接
使用Dynamics 365 online会经常遇到网络问题。 用户可以自己用 diagnostics 来自行检查网络链接是否稳定 https://xxxxxxx.com/tools/diagnostics/diag.aspx xxxxx 用 url 来代替 ...
分类:其他好文   时间:2020-05-06 09:12:52    阅读次数:73
1061 Dating
Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh4hhGE 2984akDfkkkkggEdsb s&hgsfdk d&Hyscvnm. It took him only a minut ...
分类:其他好文   时间:2020-05-05 17:45:22    阅读次数:75
VS2017下Live555的编译
参考: "VS2017下Live555的编译" 1.在live目录找到名称win32config的文件,以文本文件的方式打开 将 !include 修改为 !include 将 TOOLS32 = c:\Program Files\DevStudio\Vc 修改为 TOOLS32 = C:\Prog ...
分类:其他好文   时间:2020-05-05 15:13:31    阅读次数:93
5795条   上一页 1 ... 38 39 40 41 42 ... 580 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!