码迷,mamicode.com
首页 >  
搜索关键字:last    ( 7540个结果
踩坑微信小程序之:not()
今天在转译的时候遇到的情况 否定伪类选择器(:not):不匹配该属性的每个元素(微信小程序不支持) 1 .bank .wrap.data-v-1773f763 >:not(:last-child) { 2 border-bottom: 1px solid #f0f0f0; 3 } ...
分类:微信   时间:2020-10-22 22:54:00    阅读次数:51
Percona XtraDB Cluster(PXC 5.7)
Percona XtraDB Cluster(PXC 5.7)
分类:数据库   时间:2020-10-19 22:21:50    阅读次数:75
Percona XtraDB Cluster(PXC 5.7)
Percona XtraDB Cluster(PXC 5.7)
分类:数据库   时间:2020-10-19 22:21:29    阅读次数:23
docker 上传镜像到云端
本地登录: docker login 制作镜像:以容器制作镜像为例: doeker commit -m 'create new image ' odoo:last qianxunman/odoo:1.0 3.docker push qianxunman/odoo:1.0 ...
分类:Web程序   时间:2020-10-18 16:44:34    阅读次数:27
jQuery知识总结
jQuery知识总结 1、语法:$(document).ready(function(){}) $(function(){}); 2、光标手形:cursor:pointer; 3、jQuery事件处理方法 -click() 鼠标单击事件 -dblclick() 鼠标双击事件 -focus() 获取焦 ...
分类:Web程序   时间:2020-10-16 11:07:13    阅读次数:37
Pulp之三:官网上的应用样例(5)-Scheduling of 2 factories (工厂生产问题) (双索引的用法)
In our last example, we explored the scheduling of 2 factories. Both factories had 2 costs: Fixed Costs - Costs incurred while the factory is running ...
分类:其他好文   时间:2020-10-12 20:02:33    阅读次数:27
postgresql 12 数据库分区表之 list
os: centos 7.4db: postgresql 12.2 postgresql 12 的分区表已经比较完善。 版本 # cat /etc/centos-release CentOS Linux release 7.4.1708 (Core) # # su - postgres Last l ...
分类:数据库   时间:2020-10-10 18:04:17    阅读次数:54
2020-10-9 linuxprobe
1.ifconfig查看网卡信息,ens160(redhat5/6为eth0,7版本为eno167),能看到地址信息/MAC/RX/TX2.uname-a主机名/内核版本/系统打包时间3.uptime可以查看到主机负载信息4.free查看内存使用情况(swap使用情况)free-m:free-h5.who谁在使用6.last系统登录信息,有无恶意登陆7.history历史命令,!39执行命令8.s
分类:系统相关   时间:2020-10-10 17:52:33    阅读次数:37
linux学习之三
ifconfig:获取网卡信息uname-a查看版本信息uptime查看系统负载free-h查看内存使用情况who查看当前登录信息last查看本机登录记录history历史命令查询pwd显示当前目录cd切换路径ls-al查看文件cat查看小文件more查看大文件head-n查看开头X行tail-n查看末尾行tr替换wc-l显示行数-w显示单词数-c显示字节数stat文件具体存储信息cut按列提取d
分类:系统相关   时间:2020-10-10 17:17:58    阅读次数:26
engitor:基于jupyter,一个一体化的语言,IDE及通用分布式架构环境
关键字:工具层devops很难为jupyter这样的一个东西定性,它最初只是一个增强的pythonrepl环境,后来变成了CS架构并支持了多语言,S为语言kernel,C为notebook,console,qtconsole这样的东西,可以分开部署使用。IPython3.xwasthelastmonolithicreleaseofIPython,containingthenotebookserve
分类:编程语言   时间:2020-10-08 19:12:52    阅读次数:32
7540条   上一页 1 ... 13 14 15 16 17 ... 754 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!