ICode9

精准搜索请尝试: 精确搜索
  • Timer calibration dump New time value is too much less than the previous one解决办法2022-09-16 09:34:28

    症状: 每天固定的时间点,HAHA 2.0数据库会crash崩溃。报错信息类似如下:         原因分析: HAHA的TSC(时间戳计数器)与操作系统的时间出现不一致,可能是由于修改了操作系统时间,例如通过NTP自动修改的操作系统时间等清空导致。 而自 HANA 2.0 修订版 040.00 起,如果系统时间向后

  • linux查看日志命令2022-09-16 09:33:49

    第一种:查看实时变化的日志(比较吃内存) 最常用的: tail -f filename (默认最后10行,相当于增加参数 -n 10) Ctrl+c 是退出tail命令 其他情况: tail -n 20 filename (显示filename最后20行) tail -n +5 filename (从第5行开始显示文件) 第二种:搜索关键字附近的日志 最常用的: cat

  • vue 3 搭建电商网页 实战日记全过程2022-09-15 22:04:36

    学习 1. 搭建环境 2. 解决引用less跨域问题 配置vue-router

  • 原来sed不支持非贪婪匹配2022-09-15 12:04:43

    场景 从GISAID上面批量下载下来的序列id很长,格式如下: 太长了,并且makeblastdb的时候-parse_seqids参数会导致报错,大概是长度太长不符合要求无法处理之类的。 不作处理去掉-parse_seqids也没问题,不过怕后期引起不必要的麻烦,这个时候就需要处理一下这些id sed 想着直接sed处理一下就

  • SQLI-LABS(Less-9)2022-09-08 13:01:38

    Less-9(GET-Blind-Time based-Single Quotes) 打开Less-9页面,可以看到页面中间有一句Please input the ID as parameter with numeric value,那么先使用ID这个参数通过GET方式传入一个数值。 确定注入点 注入语句:?id=1。可以看出没有回显查询结果。 接着试一下?id=1',发现和?id=1

  • SQLI-LABS(Less-8)2022-09-07 20:31:16

    Less-8(GET-Blind-Boolean Based-Single Quotes) 打开Less-8页面,可以看到页面中间有一句Please input the ID as parameter with numeric value,那么先使用ID这个参数通过GET方式传入一个数值。 确定注入点 注入语句:?id=1。可以看出没有回显查询结果。 接着试一下?id=1',发现出错

  • SQLI-LABS(Less-7)2022-09-06 22:30:23

    Less-7(GET-Dump into outfile-String) 打开Less-7页面,可以看到页面中间有一句Please input the ID as parameter with numeric value,那么先使用ID这个参数通过GET方式传入一个数值。 确定注入点 注入语句:?id=1。可以看出没有回显查询结果。 接着试一下?id=1',发现出错了,但是并不

  • SQLI-LABS(Less-4)2022-09-05 19:04:41

    Less-4(Error based-Double Quotes-string) 打开Less-4页面,可以看到页面中间有一句Please input the ID as parameter with numeric value,那么先使用ID这个参数通过GET方式传入一个数值。 确定注入点 注入语句:?id=1。 可以看出传入id=1可以正常回显,那么试一下?id=1',发现也是可以

  • [Go] switch - fallthrough2022-09-04 16:32:03

    fallthrough keyword is used in switch statement in golang. This keyword is used in switch case block. If the fallthrough keyword is present in the case block, then it will transfer control to the next case even though the current case might have matched.

  • 04_Linux基础-.&..-cat-tac-重定向-EOF-Shell-more-ps-less-head-tail-sed-grep-which-whereis-PATH-bash-usr-lo2022-09-02 18:01:08

    04_Linux基础-.&..-cat-tac->&>>-EOF-Shell-more-ps-less-head-tail-sed-grep-which-whereis-PATH-bash-/usr-locate-find 一. 回顾 回顾 // 将/home/目录下的所有文件和文件夹复制到/jindafu目录下 cp /home/* . -r #注:复制文件夹 接-r 递归复制(因为提到了文件夹) #注:所

  • webpack css-loader模块化导致的antd样式不好用解决方案2022-08-31 20:34:32

    css-loader 模块化会导致 antd 样式文件无效,解决的方式就是排除 node_modules 下的目标文件就可以 如果你用的 less 就可以按以下方式来配置 { test: /\.less$/, include: /node_modules/, // node_modules 下的 less 文件不使用模块化 use: [ { loader: MiniCssE

  • 前端Day122022-08-30 19:03:13

    rem布局: em相对于父元素的字体大小来运算,rem相对于html元素字体来运算。 rem优点:通过修改html的文字大小来改变页面中元素的大小,进行整体控制。   媒体查询:   CSS的弊端: Less: Less变量:@变量名:值  Less的嵌套: 若作为子元素则直接在父元素内部写 若为伪元素则使用&符

  • sqli-labs靶场渗透2022-08-28 15:00:18

    环境搭建 将下载好的sqlilabs解压到phpstudy的www目录 转到sqlilabs项目的sql-connections目录,用记事本打开db-creds.inc文件,将$dbuser和$dbpass的值修改成mysql数据库的账号与密码, 这里均修改成root phpstudy的mysql数据库账号与密码默认为root 浏览器打开搭建好的sqlilab

  • ts项目搭建2022-08-27 01:30:31

    1.创建文件夹&项目初始化 npm init -y 2.下载 npm i -D webpack webpack-cli webpack-dev-server typescript ts-loader npm i -D @babel/core @babel/preset-env babel-loader core-js npm i -D css-loader less less-loader style-loader html-webpack-plugin clean-

  • MySQL分区介绍与使用2022-08-25 10:04:51

    一、MySQL分区创建   MySQL创建方式一共有四种:range、list、hash和key。 1.range(官方文档) 1.1 int create table staff( id int(32) not null, code_ varchar(30), fname varchar(30), time_ date, primary key(`id`,`time_`) ) partition by range(id)( partition p

  • vue项目目录结构划分2022-08-23 15:00:54

      1.dist---编译之后的项目文件 2.src---开发目录 3.src/assets---静态资源 src/assets/less---公共less src/assets/img---图片资源 4.src/components---组件 5.src/pages---各个页面,根据路由划分的 6.src/utils---工具库 7.src/App.vue---启动页面,最外层容器组件 8.arc/main.j

  • CSS预处理器的对比 — sass、less和stylus2022-08-17 22:05:06

    本文根据Johnathan Croom的《sass vs. less vs. stylus: Preprocessor Shootout》所译,整个译文带有我们自己的理解与思想,如果译得不好或不对之处还请同行朋友指点。如需转载此译文,需注明英文出处:http://net.tutsplus.com/tutorials/html-css-techniques/sass-vs-less-vs-stylus-a-

  • 查看日志的常用Linux命令2022-08-15 15:32:35

    1.查询符合条件的行 grep 关键字1 文件名.log | grep 关键字2 | grep 关键字3|grep....... 如果要显示行号 可加参数-n grep -n 关键字 文件名.log 如果要看到符合条件的行,以及其相邻的n行可以使用如下命令 grep -C n 关键字 文件名 2.查询关键字,并且显示上下文 less 文件名.l

  • 552022-08-15 11:34:33

    basin 盆地          music 音乐 himself 他自己 here 这里 internal 内部的 pig 猪 conform 符合 noise 噪音 steep 陡峭的 something 某物 opposite 对面的 net 网 cinema 电影 counter 计数器 gas 气体  awful 可怕的 try 尝试 shock 震惊 tide 潮汐 choose

  • 2022-08-12 Syntax Error: TypeError: Cannot set property 'parent' of undefined2022-08-12 12:02:02

    前言:vue项目,有12周没更新了,再次运行,报错:Syntax Error: TypeError: Cannot set property 'parent' of undefined 语法错误:TypeError:无法设置未定义的属性“parent” 原因:css编译器less出了问题。我把报错的那个文件的less样式删掉,就不报错了。但显然这样并不能解决问题。 其他vue

  • MathProblem 22 Two brothers and a flock of x sheep2022-08-12 05:00:08

    Two brothers share a flock of x sheep. They take the sheep to the market and sell each sheep for x. At the end of the day they put the money from the sales on the table to divide it equally. All money is in 10 bills, except for less than ten excess 1 bill

  • 响应式布局简单知识2022-08-11 14:32:50

    响应式布局 1、rem基础 rem单位:是一个相对单位,类似于em,em相对于父元素的字体大小来说的; rem的基准是相对于 Html 元素的字体大小 优点:可以通过修改html中的大小来控制整个页面字体的大小 2、媒体查询 规则 媒体查询一般按照从大到小或从小到大的顺序来 @media screen and (max-wi

  • 1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit2022-08-04 09:34:29

    原题链接在这里:https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/ 题目: Given an array of integers nums and an integer limit, return the size of the longest non-empty subarray such that the absolute di

  • LeetCode 713 Subarray Product Less Than K 滑动窗口2022-08-01 18:35:31

    Given an array of integers nums and an integer k, return the number of contiguous subarrays where the product of all the elements in the subarray is strictly less than k. Solution 滑动窗口的思想。不断增大右端点 \(r\), 当乘积 \(pd\ge k\) 的时候,缩小左端点 \(l\),

  • 什么是less2022-07-31 09:02:16

    less 概念:Less 是一门 CSS 预处理语言,它扩充了 CSS 语言,增加了诸如变量、混合(mixin)、函数等功能,让 CSS 更易维护、方便制作主题、扩充。Less 可以运行在 Node 或浏览器端。less:减少 ;少的 answer: 他们是CSS预处理器。他是CSS上的一种抽象层。他们是一种特殊的语法/语言编译成CSS。

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

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

ICode9版权所有