Cindy-wallys Cindy-wallys
2年前
Wallys/ industrial mini pcie card/qca9882/2x 2 5G /High power Radio card
FeaturingwithindustrialgradeAtheros’sQCA9882chipsetIntegratedwith2x25GhighpowerRadioCard4.940GHzto5.825GHzFrequencyRange2x5GMMCXConnectors20MHz/40MHz/80MHzBandwidthSupport802.11AC/ANRoHScomplianceensureahighlevelprotectionofhumanhealthandtheenvironmentfromrisksthatcanbeposedbychemicals
Wesley13 Wesley13
3年前
java合并两个升序数组为一个新的升序数组(不使用排序算法)
publicstaticvoidmain(Stringargs){intnums1{1,3,41,56,78,89,100,299};intnums2{0,2,30,50,80,99,111,180,999};
Stella981 Stella981
3年前
CentOS7增加或修改SSH端口号
https://blog.csdn.net/ausboyue/article/details/53691953前言:开启某服务或软件的端口,要从该服务或软件监听的端口(多以修改配置文件为主),SeLinux和防火墙(FireWall)的安全策略下手。如果使用阿里云,腾讯等第三方服务器还需要对管理控制台的安全组下手。下面进入主题,如果有什么
Wesley13 Wesley13
3年前
80% 应聘者都不及格的 JS 面试题
!(http://uploadimages.jianshu.io/upload_images/46513995f9ac162529904a7.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)共5024字,读完需6分钟,速读需2分钟,本文首发于知乎专栏前端周刊(htt
Stella981 Stella981
3年前
Centos8 如何配置DHCP服务器
DHCP(动态主机配置协议)用于自动为PC和其他网络设备分配IP地址,以便它们进行通信。它使用UDP协议的67端口,对客户端使用UDP端口68。DHCP操作分为四个阶段:服务器发现,IP租约报价,IP租约请求和IP租约确认。这些阶段通常缩写为DORA,用于发现,提供,请求和确认。系统环境Centos(https://www.osc
Stella981 Stella981
3年前
Linux命令:find .
\mkdirdoc\find.typedname"doc"execrmrf{}\\; 虽然此处报错,却删除成功\echo$?!(https://static.oschina.net/uploads/space/2018/0102/221713_x80U_3285916
Stella981 Stella981
3年前
Flutter之ConstrainedBox、SizedBox、UnconstrainedBox(尺寸限制类容器)
1 ConstrainedBox、SizedBox、UnconstrainedBox介绍1)、ConstrainedBox用于对子组件添加额外的约束。例如,如果你想让子组件的最小高度是80像素ConstrainedBox({Key
Wesley13 Wesley13
3年前
mysql运维必会的一些知识点整理(转自民工哥)
(1)基础笔试命令考察1.开启MySQL服务/etc/init.d/mysqldstartservicemysqldstartsystemctlstartmysqld2.检测端口是否运行lsofi:3306netstatlntup|g
Stella981 Stella981
3年前
Can't connect to MySQL server (10060) MySQL
x搜索了一下N篇解决方案都是在说以下3种原因...1、{"防火墙的问题":"防火墙未关闭","服务器上防火墙端口未开放"}2、"网络不通"3、"服务未启动"还有以下几个小原因→"端口未被监听"→"权限不足"巧了,经过一步步排查,我不属于上面讲的任何一种情况..
可莉 可莉
3年前
21.40 mongodb分片测试
21.40mongodb分片测试分片搭建–测试登录任何一台20000端口mongoport20000useadmindb.runCommand({enablesharding:"testdb"})或者sh.enableSharding("testdb"