码迷,mamicode.com
首页 >  
搜索关键字:share    ( 6078个结果
python全局变量
import multiprocessing from multiprocessing.managers import BaseManager import threading # 锁可以通过global也可以在Process中传无所谓 share_lock = threading.Lock() # ...
分类:编程语言   时间:2020-05-17 01:28:34    阅读次数:94
ubuntu 访问window共享
sudo apt install cifs-utils sudo mkdir /mnt/windowshare sudo mount.cifs //192.168.199.234/111 /mnt/windowshare -o username=share, passwd=share 参考地址: h ...
分类:Windows程序   时间:2020-05-15 20:24:25    阅读次数:104
vue+h5 plus 第三方分享
html: <div class="box" style="margin-top:0;" @click="share('weixin')">微信分享</div> <div class="box" style="margin-top:0;" @click="share('qq')">QQ分享</div ...
分类:其他好文   时间:2020-05-15 15:47:48    阅读次数:192
docker 安装 php +nginx 记录
我的环境CentOS 7.5 首先安装 nginx docker pull nginxdocker pull php:7.1.30-fpm 安装完成之后进行配置,首先要确定网站目录、nginx配置文件目录 mkdir /var/www mkdir /etc/confcd /var/confvim t ...
分类:Web程序   时间:2020-05-15 09:35:32    阅读次数:73
442. Find All Duplicates in an Array
Share Given an array of integers, 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements that appe ...
分类:其他好文   时间:2020-05-14 11:11:27    阅读次数:60
zabbix 中文乱码
环境 zabbix 3.4.7 centos 7.4 问题现象 zabbix 中文乱码 解决方法 1.先准备一个字体包 Windows路径 C:\Windows\Fonts\simkai.ttf 2.上传字体包 上传至 cd /usr/share/zabbix/fonts/ 3.切换到字体目录然后w ...
分类:其他好文   时间:2020-05-13 14:10:47    阅读次数:48
【转】Do the Real Thing
Do the Real Thing May, 2020 | Comments | Share Success largely boils down to a simple distinction. It’s glaringly obvious once you see it, but also ea ...
分类:其他好文   时间:2020-05-13 09:41:28    阅读次数:83
介绍一个可在deepin下直接运行exe的方法
此方法基于 deepin-wine 实现1、管理员权限打开 /usr/share/applications/2、新建文本文件 wine.desktop ,并输入以下内容: [Desktop Entry] Name=Deepin-wine Exec=deepin-wine %F Type=Applic ...
分类:其他好文   时间:2020-05-13 09:17:50    阅读次数:230
使用opencap评估CentOS 8的PCI DSS合规
安装openscap$sudoyuminstall-yopenscap-scannerscap-security-guide更新/usr/share/openscap/cpe/下的openscap-cpe-dict.xml和openscap-cpe-oval.xml见附件上传ssg-centos8-ds.xml到目录/usr/share/xml/scap/ssg/content/见附件评估PCI-
分类:其他好文   时间:2020-05-11 01:29:29    阅读次数:100
MVCC多版本并发控制
前提概要 什么是MVCC 什么是当前读和快照读? 当前读,快照读和MVCC的关系 MVCC实现原理 隐式字段 undo日志 Read View(读视图) 整体流程 MVCC相关问题 RR是如何在RC级的基础上解决不可重复读的? RC,RR级别下的InnoDB快照读有什么不同? 一、前提概要 什么是M ...
分类:Web程序   时间:2020-05-11 00:48:02    阅读次数:78
6078条   上一页 1 ... 28 29 30 31 32 ... 608 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!