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

    几款常用的ble调试app(nRF Connect、BLE调试助手、LightBlue

    (1)从机模式切换,默认是主机模式 (2)扫描从机 (3)连接从机 (4)查看服务与特征 (5)特征读写 (6)修改MTU 3、LightBlue 在ios上一般使用这个调试

    13.9K30发布于 2021-11-04
  • 来自专栏KT6368A

    关于KT6368A双模蓝牙芯片的BLE在ios的lightblue大数量数据测试

    测试简介关于KT6368A双模蓝牙芯片的BLE在ios的lightblue app大数量数据测试测试环境:iphone7 。 KT6368A双模程序96B6App:lightblue ios端 可以打开log日志查看通讯流程测试数据:长度是1224个字节,单次直接发给KT6368A,然后蓝牙通过BLE转发给手机详细测试2.1 个字节所以单次接收完256个字节之后,就中断,转发到ble发往手机,并且发送成功,发送了5次蓝牙app端的显示log信息如下:接收无误,注意最后一个字节是‘D’对应0x442.2 IOS连接蓝牙芯片的过程这里ios的lightblue

    32510编辑于 2024-01-17
  • 来自专栏R语言及实用科研软件

    🤩 CellMarker | 人骨骼肌组织细胞Marker大全!~(强烈建议火速收藏!)

    MUSCLE CELLS FeaturePlot(df.harmony, features = "MYH11", min.cutoff = "q9", order = TRUE, cols = c("lightblue raster = FALSE) FeaturePlot(df.harmony, features = "ACTA2", min.cutoff = "q9", order = TRUE, cols = c("lightblue ) #PERICYTES FeaturePlot(df.harmony, features = "RGS5", min.cutoff = "q9", order = TRUE, cols = c("lightblue Cells Markers FeaturePlot(df.harmony, features = "PROX1", min.cutoff = "q9", order = TRUE, cols = c("lightblue raster = FALSE) FeaturePlot(df.harmony, features = "MPZ", min.cutoff = "q9", order = TRUE, cols = c("lightblue

    2.1K10编辑于 2024-05-08
  • 来自专栏作图丫

    vioplot--一行代码搞定小提琴图

    iris$Species=="virginica"], names=c("setosa", "versicolor", "virginica"), main = "Sepal Length", col="lightblue virginica"], names=c("setosa", "versicolor", "virginica"), main = "Sepal Length", col=c("lightgreen", "lightblue iris$Species=="virginica"], names=c("setosa", "versicolor", "virginica"), main = "Sepal Length", col="lightblue , "versicolor", "virginica"), main="Sepal Length (Equal Area)", areaEqual = T, col=c("lightgreen", "lightblue side = "left", add = T) title(xlab = "Species", ylab = "Sepal Length") legend("topleft", fill = c("lightblue

    1.9K60编辑于 2022-03-29
  • 来自专栏Devops专栏

    css3背景颜色渐变属性(Gradients)

    ); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(#000, #fff, lightblue); /* Opera 11.1 - : linear-gradient(#000, #fff, lightblue); /* 标准的语法 */ } ? ); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(#000, #fff, lightblue); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(#000, #fff, lightblue); /* Firefox 3.6 - : radial-gradient(#000, #fff, lightblue); /* 标准的语法 */ } ?

    3.2K30发布于 2019-07-27
  • 零基础学习CSS(18)——float、clear

    inline-block; } div.right { width: 50%; background-color: lightblue background-color: pink; width: 100px; height: 100px; } div.lightblue { background-color: lightblue; width: 200px; height: 100px; ">

    文字会环绕cornsilk,不会覆盖前面的lightblue
    </div

    </body> </html> 未 clear 的结果:中间文本较长,footer 浮动于其旁边: 上文的 lightblue 覆盖 cornsilk

    17810编辑于 2026-01-23
  • 来自专栏全栈程序员必看

    HTML5仿微信公众号界面

    (#6BBCF1, lightblue); background: -o-linear-gradient(#6BBCF1, lightblue); background : linear-gradient(#6BBCF1, lightblue); font-weight: bold; color: #564b4b; (#6BBCF1, lightblue); background: -o-linear-gradient(#6BBCF1, lightblue); background (#6BBCF1, lightblue); background: -o-linear-gradient(#6BBCF1, lightblue); background (#6BBCF1, lightblue); background: -o-linear-gradient(#6BBCF1, lightblue); background

    5.4K20发布于 2021-06-10
  • 来自专栏前端Q

    5个很常用的CSS3网页小实例

    -webkit-transition:all 0.25s; } .shake:hover{ -webkit-animation:shake 0.25s; background: lightblue "> CSS代码: .search{ width:80px; height:40px; border-radius:40px; border:2px solid lightblue width:30px; height:30px; line-height:30px; border-radius:50%; border:2px solid lightblue width:30px; height:30px; line-height:30px; border-radius:50%; border:2px solid lightblue :inline-block; width:auto; padding:0 20px; height:30px;line-height:30px; background:lightblue

    63510发布于 2020-09-22
  • 来自专栏iOS 备忘录

    Flutter组件基础——Container

    alignment: Alignment.center, width: 500.0, height: 400.0, color: Colors.lightBlue : Alignment.topLeft, width: 500.0, height: 400.0, color: Colors.lightBlue BoxDecoration( gradient: const LinearGradient(colors: [ Colors.lightBlue border: Border.all(width: 10.0, color: Colors.red), color: Colors.lightBlue fontSize: 40.0), ), alignment: Alignment.topLeft, color: Colors.lightBlue

    1.7K40发布于 2021-07-20
  • 来自专栏C语言及其他语言

    [程序源码]C语言实现俄罗斯方块(TC2.0)

    setlinestyle(0,1,3); rectangle(x1,y1,x2,y2); /* 18* 20 & 360 * 400 */ setfillstyle(1,LIGHTBLUE +200+20,n; unsigned int max=box; unsigned int mask=32768; /* init boxes */ int k=20; setfillstyle(1,LIGHTBLUE ); setcolor(LIGHTBLUE); for(x=vga,i=0;i<20;x=x+20,i++) /* clean fullline */ { rectangle(x,y,x+20,y+ ); bar(x,yy-20,x+20,yy); setcolor(LIGHTBLUE); rectangle(x,yy-20,x+20,yy); setfillstyle(1,color); ); bar(x,y,x+20,y+20); setcolor(LIGHTBLUE); rectangle(x,y,x+20,y+20); screeninarry[(y-60)/20][(x-vga)

    2.3K120发布于 2018-04-18
  • 来自专栏码客

    我的vim配色

    ctermbg=black hi ErrorMsg guifg=#ffffff guibg=#287eff ctermfg=white ctermbg=lightblue hi Visual guifg=#8080ff guibg=#eeeeee gui=reverse ctermfg=lightblue ctermbg fg cterm=reverse hi VisualNOS guifg=#8080ff guibg=#eeeeee gui=reverse,underline ctermfg=lightblue ctermfg=yellow ctermbg=black cterm=none term=none hi ModeMsg guifg=#22cce2 ctermfg=lightblue

    1.2K30发布于 2019-10-22
  • 来自专栏跟Qt君学编程

    Qml失焦问题

    "red" : "lightblue" MouseArea { anchors.fill: parent onClicked: { parent.forceActiveFocus "red" : "lightblue" MouseArea { anchors.fill: parent onClicked: parent.forceActiveFocus "red" : "lightblue" } }

    2.7K21发布于 2019-07-15
  • 零基础学习CSS(14)——内边距和外边距

    css"> /* 为p元素定义内边距 */ p { border: 2px solid red; background: lightblue /* 为img元素定义外边距 */ img { border: 2px solid red; background: lightblue "> /* 为img元素定义外边距 */ p { border: 2px solid red; background: lightblue

    11710编辑于 2026-01-23
  • 来自专栏WflynnWeb

    vue3的h函数以及tsx写法

    }), ]); }, }); </script> <style scoped> .scrollbar__thumb { background: lightblue Child />

    ); }, }); </script> <style scoped> .my-test { background: lightblue test

    , document.body, ); </script> <style scoped> .my-test { background: lightblue

1.6K20编辑于 2022-10-28
  • 来自专栏Flutter

    Flutter 完美的验证码输入框

    4个: VerificationBox( count: 4, ) 效果如下: 设置样式,包括边框的颜色、宽度、圆角: VerificationBox( borderColor: Colors.lightBlue VerificationBoxItemType.underline, ) 效果如下: 设置数字的样式: VerificationBox( textStyle: TextStyle(color: Colors.lightBlue cursorIndent: 10, cursorEndIndent: 10, ) 效果如下: 还可以设置光标为整个边框,如下: VerificationBox( focusBorderColor: Colors.lightBlue DecorationImage(image: AssetImage('images/box.png')), ), textStyle: TextStyle(color: Colors.lightBlue

    2.3K40发布于 2020-09-11
  • 来自专栏wangweijun

    谷歌移动UI框架Flutter教程之Widget

    最大显示行数 style: TextStyle( fontSize: 25.0, //字体大小 color: Colors.lightBlue Widget>[ Container( width: 180.0, color: Colors.lightBlue Orange Button'), ),RaisedButton( onPressed: () {}, color: Colors.lightBlue )), Expanded(child: RaisedButton( onPressed: () {}, color: Colors.lightBlue //CircleAvatar Container( decoration: BoxDecoration( color: Colors.lightBlue

    2.5K10发布于 2020-02-14
  • 来自专栏菜鸟计划

    CSS布局(六) 对齐方式

    <div class="child" style="background-color: <em>lightblue</em>

    2.5K50发布于 2018-04-10
  • 来自专栏物联网硬件开发

    零基础开发蓝牙设备

    手机调试App这里我们选择使用苹果IOS上知名的LightBlue,安卓手机下载安装BleTool或安卓版LightBlue也可以。 手机调试App这里我们选择使用苹果IOS上知名的LightBlue,安卓手机下载安装BleTool或安卓版LightBlue也可以。 在苹果手机上打开LightBlue软件,并开始搜索附近的蓝牙设备,找到"MyBle002"后点击进入 2. 找到properties notify特性,点击进入 3.

    1.5K00发布于 2020-11-29
  • 来自专栏软件开发

    CSS3与页面布局学习总结(三)——BFC、定位、浮动、7种垂直居中方法

    #div2{ width: 300px; height: 300px; background: lightblue line-height: 70px; text-align: center; background: lightblue top: 33px; z-index: 1; } #div3{ background: lightblue div0{ width: 330px; padding: 5px; border: 5px solid lightblue div0{ width: 330px; padding: 5px; border: 5px solid lightblue

    4.7K80发布于 2018-01-04
  • 来自专栏气象杂货铺

    常见的地图绘制方法,这个包全包了~~

    ) mtq <- st_read(system.file("gpkg/mtq.gpkg", package="cartography")) plot(st_geometry(mtq), col = "<em>lightblue</em>4 ",border = "<em>lightblue</em>3", bg = "<em>lightblue</em>1") # Population plot on proportional symbols propSymbolsTypoLayer ("gpkg/mtq.gpkg", package="cartography")) mtq$OCC <- mtq$ACT-mtq$CHOM plot(st_geometry(mtq), col = "<em>lightblue</em>4 ",border = "<em>lightblue</em>3", bg = "<em>lightblue</em>1") propTrianglesLayer(x = mtq, var1 = "OCC", var2 = "CHOM represents 100 persons", labels = c("Employed", "Unemployed"), ncols = 6, col = c("tomato1", "lightblue

    1K20编辑于 2022-08-24
  • 领券