ICode9

精准搜索请尝试: 精确搜索
  • deepin15.11小毛病解决2020-04-27 18:51:39

    目录边缘花屏问题QQ`Tim头像问题ssh卡死问题看直播卡 边缘花屏问题 sudo apt install systemsettings 打开kde系统设置 打开显示与设置,修改如图下,基本上可以解决99%的边缘花屏 QQ`Tim头像问题 方法一 sudo vim /etc/default/grub 找到GRUB_CMDLINE_LINUX_DEFAULT="quiet spalsh"

  • chrome浏览器的options参数和Selenium启动Chrome时配置选项2020-03-20 11:02:48

    本文转自:https://blog.csdn.net/xc_zhou/article/details/82415870 https://blog.csdn.net/liaojianqiu0115/article/details/78353267 1.常用的行为有: 禁止图片和视频的加载:提升网页加载速度。 添加代理:用于翻墙访问某些页面,或者应对IP访问频率限制的反爬技术。 使用移动头:访问移

  • 自定义一个控件继承基类usercontrol,但是不能输入中文 (完2020-03-16 13:56:48

    就为第个问题我花了很多的时间.搜索了许多的网站.都没有找到解决办法.被逼无耐只好自已看源代码。还参考了MONO的源码。发现它们之间差别非常大。而且在VS里看看源码很困难 ,没有类查找功能。只能一个类文件一个类文件的打开看,想看看这个方法里边用的其它类只能一步步的跟 。还是因为

  • 屏蔽4996警告2020-03-12 22:04:42

    屏蔽警告4996 #pragma warning(disable: 4996)

  • Grafana开启匿名登录2020-03-09 23:57:19

    要为匿名用户设置登录,需要 grafana.ini在文件中进行配置。 如果要隐藏登录页面,请执行此配置 [auth] # Set to true to disable (hide) the login form, useful if you use OAuth # disable_login_form = false disable_login_form = true # 更改disable_login_form到true 启用匿

  • android studio安装最后一步卡死的解决办法2020-03-09 19:01:26

    1.找到android studio安装目录 2.在 idea.properties 最后一行加上这句,目的是不检查更新 disable.android.first.run=true 3.重启android studio完美解决

  • SystemVerilog禁用约束(SystemVerilog Disable Constraints)2020-03-01 11:44:50

    默认情况下,所有约束都处于启用状态,并且在随机化过程中,SystemVerilog约束求解器将考虑所有约束。 在随机化过程中不考虑禁用的约束。 可以通过constraint_mode()启用或禁用约束。 Syntax Constraint_mode()既可以作为任务也可以作为函数调用。 当作为任务调用时,该方法不返回任何

  • selenium.webdriver.chrome.options 中add_argument 常用参数表2020-02-26 19:10:52

     eg:            chrome_options.add_argument('--incognito')              # 设置Chrome为隐身模式(无痕模式) --allow-outdated-plugins 不停用过期的插件。 --allow-running-insecure-content 默认情况下,https 页面不允许从 http 链接引用 ja

  • php禁用eval,php无法禁用eval,disable_functions无效2020-02-26 15:53:40

    先说结果: php中设置disable_functions,无法禁用eval 因为eval是zend不是php函数(官网这么说的,我也没理解) 那应该怎么禁用eval呢?   如果想禁掉eval可以用php的扩展 Suhosin 不用扩展,没办法禁用

  • linux下php中的disable_function的几种绕过方式2020-02-06 18:35:54

    php disabled_function 写入shell之后,经常会遇到disabled_function禁用了关键函数,想总结一下绕过方式(网安新手,不全或者错误之处希望大佬们多多指教) 有些时候可能不能用了,但是大部分情况下可以使用 常见危险函数如下,如果没有完全禁用可以尝试利用未被禁用的函数 system,shel

  • FPGA基本语法 begin end ,fork join,disable 用法2020-01-11 13:57:58

    块语句是指将两条或者两条以上的语句组合在一起,使其在格式上更像一条语句。块语句分为两种: 1)用begin_end语句,通常用来标识顺序执行的语句,用它标识的块称作顺序块; 2)用fork_join语句,通常用来标识并行执行的语句,用它标识的块称作并行块。   A)顺序块 begin     语句1;     语句2;

  • python之Chrome 启动参数2019-12-25 09:50:44

    原文稿:https://www.cnblogs.com/xiaoxiao-niao/p/7765627.html 每日更新的list 英文版本  https://peter.sh/experiments/chromium-command-line-switches/ 1 --allow-outdated-plugins 不停用过期的插件。2 --allow-running-insecure-content 默认情况下,https 页面不允许从 http

  • nginx编译选项2019-12-06 09:04:03

      nginx的所有编译参数,记录于此,方便日后查找。 # pwd/opt/waf/nginx-1.17.6[root@localhost nginx-1.17.6]# ./configure --help --help print this message --prefix=PATH set installation prefix --sbin-path=PATH

  • 使用keil SDK方式点亮mini2440的led灯2019-12-01 09:04:34

    最近在使用mini2440做开发,网上很多教程和实际操作不太一致,导致入门花费时间长。经过整理,目前mini2440点亮led灯方法有,keil mdk,linux环境编译,使用minitools下载即可。 mini2440分为nor flash和nand flash两种,一般小于4k程序可以直接运行,大于4K的程序需要预先加载引导程序,从存储位置

  • 屏蔽wordpress RSS订阅Feed接口代码2019-11-13 21:59:20

    Feed订阅曾一度非常流行,很多大小中型网站博客会在网站显眼位置添加一个订阅图标以及被订阅数量,不过现在基本没有多少用户使用,第三方阅读器网站基本也关闭了服务,继续保留Feed已经没有多大价值,反而会被人利用于采集内容,造成服务器资源消耗,因此博客吧已经关闭了Feed。 wordpress屏蔽F

  • hbase 删除表2019-10-18 17:57:11

    先进入shell  hbase shell 1. 删除表 disable 'tsdb'  drop 'tsdb' 其中 tsdb 是表名     批量操作  

  • 【ROS】publish image的时候,disable_pub_plugins2019-09-26 16:00:52

    <group ns="spreader/front_left/camera/image_raw"> <rosparam param="disable_pub_plugins"> - 'image_transport/compressed' - 'image_transport/compressedDepth' - 'image

  • Firefox disable search in the address bar2019-09-26 10:04:00

    disable search in the address bar  Hi oitconz, setting keyword.enabled to false prevents Firefox from sending your input to your default search engine. However, I don't think what you're describing is a search problem. Firefox will send input th

  • Not enough disk space to create volume shadow copy2019-09-19 10:56:07

    Solution: Run the following command before doing backup : reagent.exe /disable (it is to disable the recovery agent.) Remember to re-enable it after the backup is done. reagent.exe /enable

  • openmcu-ru编译安装(docker)2019-09-14 21:08:46

          openmcu-ru在高版本的Linux下(我的是linuxmint-19),编译能正常通过,但是sip呼叫时候出现"unsupported media type"错误信息,经测试在ubuntu14.04或12.04 LTS 64位版本下能够正常编译运行(openmcu已经不更新了),不想重装服务器,所以编译成docker镜像。  一、安装docke 1.获取

  • 使用yum安装下的nginx,添加模块的方法2019-09-03 18:06:25

    1.yum安装nginx rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 2.查看nginx信息 yum info nginx (查看nginx版本 方便后面下载对应版本) 3.yum安装nginx yum -y install nginx 4.查看yum 安装的nginx 相关参数

  • dbus-1.12.16 交叉编译2019-08-31 18:38:45

    dbus cross compile下载地址编译环境编译配置 下载地址 https://dbus.freedesktop.org/releases/dbus/ 以上链接下,有各个版本的源码下载。 编译环境 Ubuntu 18.04.3 LTS 编译配置 假设: 交叉编译工具:arm-linux- 使用的交叉编译工具版本信息如下:Target: arm-linux-gnueabi C

  • How to Disable Windows 10 Update2019-08-17 14:02:45

    Summary:   One of Windows 10's least-liked features is its tendency to automatically installing an update every time you try to shut down your computer or laptop. How to can I disable Windows 10 update? You are in the right place! Just read this post

  • MI8 build.prop 优化整理,代码,安卓92019-08-10 21:01:55

    原文链接:https://forum.xda-developers.com/android/general/guide-build-prop-tweaks-t3376962 修改文件有风险操作不当会变砖,无法开机操作不当会变砖,无法开机操作不当会变砖,无法开机首先你必要有ROOTR.E.管理器打开文件夹 /system/复制 build.prop 

  • 谷歌本地跨越2019-08-02 11:41:25

    –disable-web-security --user-data-dir 谷歌本地跨域(前面有空格)

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

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

ICode9版权所有