码迷,mamicode.com
首页 >  
搜索关键字:bee    ( 602个结果
堆栈里的悄悄话——智能指针
栈里的对象 "构造完毕,请睁开眼吧!",迷迷糊糊中,听着这个声音,我睁开了眼睛,一位小哥映入眼帘。 “你是谁?我是谁?这又是什么地方?”,我的大脑一片空白。 “你是一个C++对象,这里是栈空间。我是创建你的线程,你先待着,一会儿会用到你,拜~” “唉,等一下...”,还没等我回过神,小哥已经走远。 ...
分类:其他好文   时间:2020-02-08 18:05:07    阅读次数:86
let、var、const的区别
先看let和var: 1. console.log(a); // undefined var a = 3; console.log(a); // Uncaught ReferenceError: Cannot access 'a' before initialization let a = 3; 在 ...
分类:其他好文   时间:2020-02-07 20:38:00    阅读次数:73
leetcode922 Sort Array By Parity II
1 """ 2 Given an array A of non-negative integers, half of the integers in A are odd, and half of the integers are even. 3 Sort the array so that when ...
分类:其他好文   时间:2020-02-06 23:03:15    阅读次数:84
[Angular] Define a custom Material theme
// include all the scss @import "~@angular/material/theming"; // Include non-theme styles for core. @include mat-core(); $mat-custom-primary-theme: ( ...
分类:其他好文   时间:2020-02-05 09:28:05    阅读次数:69
NF5501扫描与打印二次开发记要
2020-02-03 关键字:热敏打印设备二次开发 NF5501 是一款便携式的打印扫描一体式设备。 这篇博文记录一下笔者针对这款设备的条码扫描与热敏打印功能的二次开发。 首先这款设备官方是有给出扫码与热敏打印的示例程序及源码的,它的下载地址为: http://www.nanfang001.com/ ...
分类:其他好文   时间:2020-02-03 20:39:16    阅读次数:128
English Grammar - Subject Clause
that引导主语从句 一般置于句末,偶尔也置于句首 that引导的主语从句置于句首 1. That the seas are being overfished has been known for years. 2. That the plates are moving is now beyond ...
分类:其他好文   时间:2020-02-03 13:48:28    阅读次数:80
关于单片机软件框架的一点思考
软件产品的文档很重要,其实我想说,任何东西都要有说明书,不然别人是很难使用的。最近一段时间有在看OSAL这个为操作系统,看了很就也不会用,其原因嘛,我实例有限,另外就是TI自己的文档不够全面,仅仅是zigbee好蓝牙的芯片中使用,其他mcu的平台基本上没有现成比较好的,有的网友移植了,也没有好好说明 ...
分类:其他好文   时间:2020-01-30 00:05:56    阅读次数:93
正则表达式
1、正则表达式 - 简介 2、正则表达式 - 语法 3、正则表达式 - 元字符 4、正则表达式 - 运算符优先级 5、正则表达式 - 匹配规则 6、正则表达式 - 示例 ...
分类:其他好文   时间:2020-01-28 12:12:40    阅读次数:47
openstack迁移计算节点所有云主机
迁移计算节点所有云主机 高德置地 王锦雄 使用host-evacuate-live热迁移主机 查看主机目前的云主机情况 nova hypervisor-servers cloud1 执行host-evacuate-live将宿主机cloud1的全部云主机迁移到cloud2 nova host-eva ...
分类:其他好文   时间:2020-01-24 12:02:15    阅读次数:110
Vue框架Element UI教程(二)
原文:https://www.jianshu.com/p/1704b5935a8 【时间选择器】 Element UI手册:https://cloud.tencent.com/developer/doc/1270 中文文档:http://element-cn.eleme.io/#/zh-CN git ...
分类:其他好文   时间:2020-01-21 16:32:00    阅读次数:108
602条   上一页 1 ... 12 13 14 15 16 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!