码迷,mamicode.com
首页 >  
搜索关键字:correct    ( 753个结果
低功耗蓝牙(BLE)——概念
单模蓝牙:仅支持传统蓝牙和BLE(低功耗蓝牙)中的一种; 双模蓝牙:同时支持传统蓝牙和BLE(低功耗蓝牙)。 ...
分类:其他好文   时间:2020-01-13 21:49:47    阅读次数:174
CentOS创建vsftp进行读写操作的简单方法
1. 安装vsftpd yum install epel-release yum install vsftpd 2. 进入系统设置简单进行处理 注意 user_list 是不允许访问的列表. [root@centos76 ~]# cd /etc/vsftpd/ [root@centos76 vsft ...
分类:其他好文   时间:2020-01-08 12:25:48    阅读次数:104
初识数据库 II
1.今日内容 1. 搜索引擎介绍 + innodb + myisam + memory 2. mysql中的数据类型 + 数据 int tinyint float + 时间 datetime date time + 字符串 char varchar + enum set 3. 表的完整性约束 + 约 ...
分类:数据库   时间:2020-01-08 00:52:31    阅读次数:87
docker镜像拉取、运行、删除
1.拉去hello-world镜像并运行 docker pull hello-world 拉取hello-world镜像Using default tag: latestlatest: Pulling from library/hello-world1b930d010525: Pull comple ...
分类:其他好文   时间:2020-01-03 09:13:26    阅读次数:110
二维码的秘密
* 二维码容量有多大? * 二维码上面三个大方块是干什么的? * 二维码能存储视频/音频吗? * 二维码破损了为什么还能被识别? * 二维码生成原理是怎样的? ...
分类:其他好文   时间:2020-01-01 18:38:22    阅读次数:94
c语言之条件编译
#include<stdio.h> #include<iostream>#define CORRECT "myfirst" int main() { char str[10]; int func(char* str1, char* str2); printf("输出你最喜欢的:\n"); scanf ...
分类:编程语言   时间:2020-01-01 16:40:12    阅读次数:106
生成二维码(带背景)本地测试方法
public class QRCodeMax { //文字显示 private static final int QRCOLOR = 0x201f1f; // 二维码颜色:黑色 private static final int BGWHITE = 0xFFFFFF; //二维码背景颜色:白色 // ...
分类:其他好文   时间:2019-12-20 20:08:45    阅读次数:155
error: exportArchive: The data couldn’t be read because it isn’t in the correct format.
在执行ios 打包的时候,我们通过执行下面的指令来打包ipa: mkdir arch archive_path=arch/${app_name}.xcarchive workspace_name=HPPlayTVAssistant xcodebuild clean -workspace ${work ...
分类:其他好文   时间:2019-12-17 16:41:02    阅读次数:214
flask上下文相关-LocalStack 对象维护栈
LocalStack 对象维护栈 模拟 源码展示 LocalStack部分 python class LocalStack(object): """This class works similar to a :class: but keeps a stack of objects instead. ...
分类:其他好文   时间:2019-12-13 21:16:49    阅读次数:89
non-volatile and volatile long and double
来源:statckoverflow Not sure if I understand your question correctly, but the JLS 8.3.1.4. volatile Fields states: A field may be declared volatile, in ...
分类:其他好文   时间:2019-12-13 15:29:21    阅读次数:105
753条   上一页 1 ... 6 7 8 9 10 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!