首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏CSDNToQQCode

    vue基础面试10

    10、Vue.js的路由是什么?请解释一下。 答案: Vue.js的路由是指通过URL实现页面之间的跳转。在Vue.js中,路由通过vue-router实现。

    30630编辑于 2023-10-11
  • 来自专栏章工运维

    运维10基础面试

    并发netstat -na | grep ESTABLIS | wc -l tcp数netstat -an|grep ":80 "|grep -v grep|wc -l # 10.说说tcp/ip的七层模型

    44720编辑于 2023-05-19
  • 来自专栏草捏子

    Kafka的10基础面试

    这次给大家分享的是Kafka的10面试题,就难度我觉得是比较基础的,但考的知识点还比较全面,可以用来考察自己掌握Kafka基础的程度。 1. Kafka是什么? 10. 以上就是本次分享的10道Kafka面试题,有问题的地方,欢迎留言交流。 我是草捏子,一只热爱技术和生活的草鱼,我们下期见! 参考资料 [1] Kafka 面试题:基础 27 问,必须都会的呀: https://xie.infoq.cn/article/6c879c4c3b52e416f251b2909 [2] 八年面试生涯, 整理了一套Kafka面试题: https://juejin.cn/post/6844903889003610119 [3] 32 道常见的 Kafka 面试题你都会吗?

    93620发布于 2021-03-01
  • 来自专栏全栈技术

    10个非常基础的Javascript面试问题

    我搜索了许多Javascript面试问题,这10个对我来说似乎最重要。让我们深入研究一下。 1.什么是Javascript? Javascript是一种用于Web开发的编程语言。 例如: function sum(x) { return function(y) { return x + y; }; } var add5 = sum(5); var add10 = sum(10); console.log(add5(6)); // 11 console.log(add10(6)); // 16 这里的add5和add10都是闭包。 10.回调函数 根据MDN,回调函数是一个作为参数传递给另一个函数的函数,然后在外部函数内部调用该回调函数以完成某种例程或操作。

    91010发布于 2021-08-23
  • 来自专栏张子赫

    10个Linux基础面试问题和答案(1)

    现在想想当你有一个通过互联网访问量最大的10个资源列表吗?难道这些事情难道不会记得吗?据说,科学地证明,与数字相比,人类在记忆名字方面很好。 这足以为地球上的每个人提供超过10亿个IP地址。足够数百年。随着IPv6的发明,我们不需要为耗尽唯一IP地址而烦恼。 这是计算机和设备的接近人VIZ,计算机,电话,传真,打印机等的范围限制 - 10米。 LAN代表局域网。局域网是计算机和设备通过小地理位置(办公室,学校,医院等)连接的计算机和设备。 10.您的MAC地址是什么意思?它与苹果的Mac OS有什么共同之处? 答:MAC代表媒体访问控制。它是在网络体系结构的媒体访问控制层标识的设备的地址。

    1.1K70发布于 2018-05-11
  • 来自专栏技术杂记

    etcd 基础10

    先进行比较,然后根据比较结果来决定是否进行后面的操作,可以用于构建分布式锁机制(协调服务)

    34510编辑于 2022-01-20
  • 来自专栏技术杂记

    Logstash 基础10

    发现这边的终端有输出 [root@h102 etc]# /opt/logstash/bin/logstash -f logstash-syslog.conf Settings: Default filter workers: 1 Logstash startup completed { "message" => "Dec 23 12:11:43 louis postfix/smtpd[31499]: connect from unknown[95.75.93.154]\

    31020编辑于 2022-02-10
  • 来自专栏技术杂记

    Codis 基础10

    root@h102 codis]# [root@h102 codis]# bin/codis-config server add 1 localhost:6380 slave 2015/12/04 21:10

    31020编辑于 2022-03-22
  • 来自专栏技术杂记

    SQLite 基础10

    删除表 sqlite> .tables company department hello t2 test ui sqlite> drop table t2; sqlite> .tables company department hello test ui sqlite> 插入数据 sqlite> .schema test CREATE TABLE test ( id int primar

    30330编辑于 2021-12-01
  • 来自专栏技术杂记

    Docker 基础10

    删除数据 [root@h103 ~]# ll /var/lib/docker total 16 drwx------ 3 root root 77 Jan 19 17:37 containers drwx------ 5 root root 50 Jan 19 17:37 devicemapper drwx------ 5 root root 4096 Jan 19 17:37 graph -rw-r--r-- 1 root root 5120 Jan 19 17:37 linkgraph.db

    33420编辑于 2022-02-09
  • 来自专栏技术杂记

    Snort 基础10

    解决办法:安装 libdnet.x86_64 和 libdnet-devel.x86_64

    68720编辑于 2022-05-03
  • 来自专栏技术杂记

    Consul 基础10

    服务是可以使用 HTTP API 进行动态修改 (HTTP API 可以用来进行动态的添加,删除,修改服务)

    28720编辑于 2021-12-01
  • 来自专栏技术杂记

    RabbitMQ基础10

    重置node [root@h102 rabbitmq]# rabbitmqctl reset Resetting node rabbit@h102 ... [root@h102 rabbitmq]# 让节点恢复到初始状态(原文是返回处女状态 ) This command resets the RabbitMQ node . Return a RabbitMQ node to its virgin state 必须先停掉RabbitMQ应用,才能成功执行,否则会报错 [root@h102 rabbitm

    35330编辑于 2022-05-04
  • 来自专栏技术杂记

    UnrealIRCd 基础10

    这里只是最基本的,使其可以运行并且能够访问的配置,详细的配置方法,放到以后再作讲解

    30610编辑于 2021-11-29
  • 来自专栏技术杂记

    fio基础10

    bs_is_seq_randIfthisoptionisset,fiowillusethenormalread,writeblocksizesettingsassequential,randominstead.AnyrandomreadorwritewillusetheWRITEblocksizesettings,andanysequentialreadorwritewillusetheREADblocksizesetting.zero_buffersIfthisoptionisgiven,fiowillinittheIObufferstoallzeroes.Thedefaultistofillthemwithrandomdata.refill_buffersIfthisoptionisgiven,fiowillrefilltheIObuffersoneverysubmit.Thedefaultistoonlyfillitatinittimeandreusethatdata.Onlymakessenseifzero_buffersisn't specified, naturally. If data verification is enabled, refill_buffers is also automatically enabled. scramble_buffers=bool If refill_buffers is too costly and the target is using data deduplication, then setting this option will slightly modify the IO buffer contents to defeat normal de-dupe attempts. This is not enough to defeat more clever block compression attempts, but it will stop naive dedupe of blocks. Default: true. buffer_compress_percentage=int If this is set, then fio will attempt to provide IO buffer content (on WRITEs) that compress to the specified level. Fio does this by providing a mix of random data and a fixed pattern. The fixed pattern is either zeroes, or the pattern specified by buffer_pattern. If the pattern option is used, it might skew the compression ratio slightly. Note that this is per block size unit, for file/disk wide compression level that matches this setting, you'llalsowanttosetrefill_buffers.buffer_compress_chunk=intSeebuffer_compress_percentage.Thissettingallowsfiotomanagehowbigtherangesofrandomdataandzeroeddatais.Withoutthisset,fiowillprovidebuffer_compress_percentageofblocksizerandomdata,followedbytheremainingzeroed.Withthissettosomechunksizesmallerthantheblocksize,fiocanalternaterandomandzeroeddatathroughouttheIObuffer.buffer_pattern=strIfset,fiowillfilltheiobufferswiththispattern.Ifnotset,thecontentsofiobuffersisdefinedbytheotheroptionsrelatedtobuffercontents.Thesettingcanbeanypatternofbytes,andcanbeprefixedwith0xforhexvalues.Itmayalsobeastring,wherethestringmustthenbewrappedwit

    64840编辑于 2022-04-24
  • 来自专栏技术杂记

    memcached基础10

    通过stats items 和 stats cachedump slab_id limit_num配合get命令可以遍历memcached的记录。

    25710编辑于 2022-06-26
  • 来自专栏技术杂记

    Tengine基础10

    创建 apps/status.passwd 文件,创建方法(用户设为test,密码设为tengine)

    42040编辑于 2022-05-03
  • 来自专栏技术杂记

    nginx基础10

    Note: 本地要打开防火墙 -A INPUT -p tcp -m state –state NEW -m tcp –dport 80 -j ACCEPThttp://soft.dog/2015/10

    26610编辑于 2022-05-12
  • 来自专栏技术杂记

    HAproxy 基础10

    进行访问 过程中会弹出对话框,输入帐号密码后,就可以看到监控界面 ---- 命令汇总 md5sum haproxy-1.6.3.tar.gz tar -xzvf haproxy-1.6.3.tar.gz make TARGET=linux2628 ARCH=x86_64 PREFIX=/usr/local/haproxy make install PREFIX=/usr/local/haproxy ll /usr/local/haproxy/ tree /usr/local/haproxy/ /usr

    39110编辑于 2022-01-19
  • 来自专栏Java帮帮-微信公众号-技术文章全总结

    Java面试系列10

    1 Set里的元素是不能重复的,那么用什么方法来区分重复与否呢? 是用==还是equals()? 它们有何区别? Set里的元素是不能重复的,那么用iterator()方法来区分重复与否。 equa

    70170发布于 2018-03-19
领券