ICode9

精准搜索请尝试: 精确搜索
  • Debian 禁用启用 IPV62022-09-05 18:30:30

    参考文章 https://blog.csdn.net/whatday/article/details/109138652 临时禁用 sudo sh -c 'echo 1 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6' 临时启用 sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6' 临时禁用所有网口 sudo sh -c 'echo

  • windows ffmpeg2.8 动态库和静态库32位编译(hx264,opus)2022-08-17 20:02:56

    环境 所有库都是在 msys 中 进行32位编译 msys环境安装 修改 msys 程序目录的 msys2_shell.cmd 的 rem set MSYS2_PATH_TYPE=inherit 改为 set MSYS2_PATH_TYPE=inherit 在 vs Command Prompt 中 打开 msys 继承 x86(x64) vs 的环境变量, 让 msys 可以使用 cl 编译器,使用对应x8

  • 浏览器运行ffmpeg2022-08-15 03:00:08

    docker编译环境 docker镜像 docker pull abdulachik/ffmpeg.js:latest docker run -it -p 8090:8090 -v /Users/workspace/Downloads/ffmpeg_wasm:/tmp --privileged=true abdulachik/ffmpeg.js:latest /bin/bash cd /tmp 打开摄像头 <html> <meta http-equiv="Content

  • eslint空行、空格报错2022-07-21 15:01:15

    报错: Errors: 2 http://eslint.org/docs/rules/quotes 2 http://eslint.org/docs/rules/semi 1 http://eslint.org/docs/rules/space-before-function-paren You may use special comments to disable some warnings.Use // eslint-disable-next-line to ignore the nex

  • FFmpeg介绍与编译2022-07-09 16:03:37

    目录FFmpegFFmpeg核心模块FFmpeg编译 FFmpeg FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。采用LGPL或GPL许可证。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解

  • containerd pull报错2022-07-04 09:01:36

    进入conttainerd主配置文件 将k8s.io更改为阿里云镜像站点地址即可 [plugins."io.containerd.grpc.v1.cri"] disable_tcp_service = true stream_server_address = "127.0.0.1" stream_server_port = "0" stream_idle_timeout = "4h0m0s" enable_selinux =

  • Centos7 禁用IPV6地址的方法2022-06-20 14:34:13

    方法 1 编辑文件/etc/sysctl.conf, vi /etc/sysctl.conf 添加下面的行: net.ipv6.conf.all.disable_ipv6 =1 net.ipv6.conf.default.disable_ipv6 =1 如果你想要为特定的网卡禁止IPv6,比如,对于enp0s3,添加下面的行。 net.ipv6.conf.enp0s3.disable_ipv6 =1 保存并退出文件。执行

  • HTML-mutiple多个下拉列表option选项-input按钮只读属性:readonly数据提交,disable数据不提交2022-06-12 13:02:48

    53、mutiple 支持多选 <select multiple="multiple" size="3">  <option>河北省</option>  </select> 54、size 设置显示条目数量 <!DOCTYPE html> <html> <head> <meta charset="utf-8">

  • 解决pycharm预览csv和excel文件失败的问题(pycharm里双击打不开)2022-06-11 12:32:58

    pycharm里正常展示csv的图表一般是这样的,可以双击进行编辑     结果我的展示这个样,双击也没反应    解决办法如下: 双击时页面右下角有个闪烁的红色小图标,如下图    点击这个小图标会提示错误信息,点击Disable plugin,然后点击Disable Restart 重新启动pycharm   重启后,再

  • js内置禁用按钮 disabled2022-05-24 12:00:07

    按钮在监听到disabled后面的布尔值就可以实现是否禁用 一: <button :disabled="book.count <= 1" @click="decrement(index)">-</button> 二: <button onclick="this.disabled='true'; console.log(this.isDisabled);">Disabl

  • 在Visual Studio 2019中使用scanf报错C4996解决办法2022-05-14 17:00:22

    错误警告信息 错误C4996 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 解决方法一:将scanf替换为scanf_s。 scanf_s 解决方法二:禁用警告 在代码的文

  • chrome 禁用cors限制2022-05-10 14:34:43

    Linux:google-chrome --disable-web-securityWindows:1) Right click on desktop, add new shortcut 2) Add the target as "[PATH_TO_CHROME]\chrome.exe" --disable-web-security --disable-gpu --user-data-dir=~/chromeTemp ex on Windows 10 : "C:\Prog

  • 编译FFmgeg执行./configure 时报错。2022-05-01 20:34:52

    编译FFmgeg执行./configure 时会报此错误。 nasm/yasm not found or too old. Use --disable-x86asm for a crippled build. 分析:yasm是汇编编译器,ffmpeg为了提高效率使用了汇编指令,如MMX和SSE等。所以系统中未安装yasm时,就会报上面错误。 解决方法: 方法1:安装yasm(yun install -y y

  • element-ui 日期选择器 实现月份加减控制 并且选择月份大于当前月份不能再增加2022-04-26 16:34:50

    <template>   <div> //添加点击事件     <el-button @click="timeJ(-1)"> <</el-button>     <el-date-picker       size="mini"       v-model="value3"       format="yyyy年"       type="year"

  • bypass disable提权:CVE-2014-6271(Bash破壳漏洞)2022-04-25 12:34:43

    bypass disable:CVE-2014-6271(Bash破壳漏洞)###### 漏洞范围:GNU Bash 版本小于等于4.3其实现在大多数的服务器的bash版本都超过了4.3,已经对这个漏洞就行了修复也就无法利用了,不过学习了一下这个漏洞也还是记录一下吧###### 漏洞成因:目前的bash使用的环境变量是通过函数名称来调

  • 使用iframe/object/embed引入svg 使用getSVGDocument()为null(可能是两个问题)2022-04-22 12:34:21

    一.同源策略问题(本地调试解决方案) firefox浏览器 地址栏输入:about:config 搜索security.fileuri.strict_origin_policy(这个是安全文件同源策略限制),设置为false 重启浏览器 chome浏览器 C盘下创建一个文件夹,名称随意(chromedata) 找到chome快捷方式(复制一个,) 复制

  • 设置VMware虚拟机不被软件检测到2022-04-20 12:00:24

    进入虚拟机放置路径,找到vmx后缀的文件,打开在最后加入如下内容: monitor_control.virtual_rdtsc = "false" monitor_control.restrict_backdoor = "true" isolation.tools.getPtrLocation.disable = "true" isolation.tools.setPtrLocation.disable = "true" is

  • Vue 3.x disable ESlint error All In One2022-04-20 01:31:16

    Vue 3.x disable ESlint error All In One <template> <!-- <>react fragment</> --> <!-- <template>vue fragment</template> --> <template> <div>{{store.msg}}</div> </template> <

  • Active Directroy user and computers 批量查询被Disable的user 和长时间没有登录的User2022-03-21 10:04:43

    批量查询被Disable的用户 dsquery user -disabled -limit 100 dsquery还能查询出长时间未登录的用户, 比如1个月,2个月,3个月甚至更长时间。 只是dsquery user查询时, 是以周为单位, 你需要把1个月,2个月转换成几周。 例如要查询3个月(即12周)没有登录的用户 dsquery user -inactive 1

  • 在华硕玩家国度魔霸新锐2021上通过升级操作系统禁用BitLocker设备加密2022-03-19 17:30:19

    在华硕玩家国度魔霸新锐2021上通过升级操作系统禁用BitLocker设备加密 How to disable BitLocker for ASUS ROG Strix G513QMBackgroundStepsOutcomeNotes How to disable BitLocker for ASUS ROG Strix G513QM Background I have both Ubuntu and Windows installed.I

  • TCMalloc笔记2022-02-28 15:32:21

    下载及编译 wget https://github.com/gperftools/gperftools/releases/download/gperftools-2.9.1/gperftools-2.9.1.tar.gz tar xvf gperftools-2.9.1.tar.gz && cd gperftools-2.9.1 ../configure --prefix=/usr/local/lib --disable-heap-checker --disable-debugalloc

  • ffmpeg剪辑视频片段2022-02-28 11:02:00

    命令: ffmpeg -i e:/input.mp4 -ss 00:00:15 -t 00:00:05 -vcodec copy -acodec copy e:/jianji.mp4 执行结果如下: C:\Users\Administrator>ffmpeg -i e:/input.mp4 -ss 00:00:15 -t 00:00:05 -vcodec copy -acodec copy e:/jianji.mp4 ffmpeg version N-105774-g644b6ed3f

  • linux服务器关闭ipv62022-02-24 11:31:55

    现在ipv6越来越普及,但仍然有很多网站不支持,有时候服务器开启了ipv6,默认会通过ipv6的出口请求访问,可能会造成访问慢,api接口ip受限等问题,所以有时候反而需要关闭ipv6,ssh登陆到服务器,复制以下命令回车执行即可关闭。 wget -O disable_ipv6.sh http://downinfo.myhostadmin.net/vps/

  • vue 的 实践 : 要求把所有的 双引号 改成 单引号2022-02-23 10:03:04

        在代码上: 添加   /* eslint-disable*/  这句话 就解决了    https://jingyan.baidu.com/article/afd8f4decc852534e386e97a.html

  • Puppeteer开发过程中遇到的问题及解决方案2022-02-21 19:05:53

    工欲善其事必先利其器,请先检查本机是否安装NodeJS环境以及查阅API: Google官方文档:https://developers.google.com/web/tools/puppeteer API(v12.0.1)文档:https://pptr.dev/#?product=Puppeteer&version=v12.0.1&show=outline 问题:如何处理各种验证码? 解决方案:建议大家去搜索对

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有