码迷,mamicode.com
首页 >  
搜索关键字:lex    ( 2392个结果
监控之路3-zabbix各个配置项详解
【监控之路3、4】主要讲解zabbix的一些配置选项。
分类:其他好文   时间:2019-01-24 11:52:44    阅读次数:177
「小程序JAVA实战」小程序视频展示页开发(52)
转自:https://idig8.com/2018/09/22/xiaochengxujavashizhanxiaochengxushipinzhanshiyekaifa51/ 这次说下,小程序的视频组件,图标放置 关联到了之前没有说过的一个组件cover-view。https://github.c ...
分类:微信   时间:2019-01-24 11:11:30    阅读次数:176
Python之路-变量和基本数据类型
一、注释 注释的作用: 增加程序的可读性 作为调试用 提高团队的合作效率 注释的分类 1、单行注释 以井号(#)开头,右边的所有内容当做说明 2、多行注释 以三对单引号(’’’注释内容’’’)将注释包含起来 其他语法 Python的语法比较简单,采用缩进的方式。 上面代码中,以‘# ’是注释的标识符 ...
分类:编程语言   时间:2019-01-22 22:56:05    阅读次数:344
Python shlex 模块
shlex 模块最常用的是 split() 函数,用来分割字符串,通常与 subprocess 结合使用 ...
分类:编程语言   时间:2019-01-22 13:12:31    阅读次数:438
去掉滚动条样式
.shu { display: flex; justify-items: center; flex-wrap: wrap; height: 3.8rem; overflow-y: auto; } .shu::-webkit-scrollbar {/*滚动条整体样式*/ width: 0px; /*高... ...
分类:其他好文   时间:2019-01-22 10:42:27    阅读次数:178
vue for循环
2.获取自定义属性的值 3. ...
分类:其他好文   时间:2019-01-21 19:16:46    阅读次数:114
sql语句练习
题目 ...
分类:数据库   时间:2019-01-21 01:13:39    阅读次数:197
laya 下以光标为中心缩放对象
private MouseWheel(e: Laya.Event) { console.log("event"); let currentSp = e.target as Laya.Sprite; let parentSp = currentSp.parent as Laya.Sprite; con... ...
分类:其他好文   时间:2019-01-20 00:59:53    阅读次数:173
LeetCode 943.Find the Shortest Superstring
"943.Find the Shortest Superstring 旅行商问题&状态压缩DP" Given an array A of strings, find any smallest string that contains each string in A as a substring. ...
分类:其他好文   时间:2019-01-19 16:19:49    阅读次数:265
Flex布局
一,Flex布局是什么? Flex是Flexible Box的缩写,意为”弹性布局”,用来为盒状模型提供最大的灵活性。 任何一个容器都可以指定为Flex布局。 二、基本概念 具体可以看菜鸟教程 比较详细 http://www.runoob.com/w3cnote/flex-grammar.html ...
分类:其他好文   时间:2019-01-19 13:19:59    阅读次数:173
2392条   上一页 1 ... 74 75 76 77 78 ... 240 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!