码迷,mamicode.com
首页 >  
搜索关键字:shared preferences    ( 5663个结果
How Arc works in Rust
The Atomic Reference Counter (Arc) type is a smart pointer that lets you share immutable data across threads in a thread-safe way. I couldn’t find any ...
分类:其他好文   时间:2021-01-01 12:32:52    阅读次数:0
阿里云Centos7 安装mysql5.7 报错:./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
在阿里云服务器Centos7中安装mysql5.7,解压数据库初始化后,报错 ./mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or di ...
分类:数据库   时间:2020-12-31 11:58:26    阅读次数:0
logrotate日志文件管理工具
1. logrotate 介绍 logrotate 程序是一个日志文件管理工具。用来把旧的日志文件删除,并创建新的日志文件,称为日志 转储或滚动。可以根据日志文件的大小,也可以根据其天数来转储,这个过程一般通过 cron 程序来执 行 2. logrotate 配置 相关文件 计划任务:/etc/c ...
分类:其他好文   时间:2020-12-30 11:21:45    阅读次数:0
Eclipse工作间的基本配置。
1.去掉默认注释。 window--preferences--java--Code Style -- Code Templates。 选择你不想要的内容,通过右边的Edit编辑。 注意:请只删除注释部分,不是注释部分的不要删除。 2.字体大小及颜色。 java代码区域的字体大小和颜色。 window ...
分类:系统相关   时间:2020-12-29 11:40:45    阅读次数:0
centos7虚拟内存设置
项目占用内存有点大,进程总被杀死,设置一下虚拟内存试试 一、先查看一下自己的服务器swap大小 [root@localhost ~] free -h # 下面显示的 Swap 即为我们的虚拟内存(我的内存条为4G的) total used free shared buff/cache availab ...
分类:其他好文   时间:2020-12-25 12:53:03    阅读次数:0
微信小程序 nginx https 反向代理后端服务
作者:张首富时间:2020-12-17nginx配置如下server{listen443ssl;server_nametest.zhangshoufu.com;#sslon;ssl_certificate/etc/nginx/cert/4595406__guiji.ai.pem;ssl_certificate_key/etc/nginx/cert/4595406__guiji.ai.key;ssl
分类:微信   时间:2020-12-22 12:38:29    阅读次数:0
多线程基础-基础实现
一:线程与进程的概念 进程(Process) 是计算机中的程序关于某数据集合上的一次运行活动,是系统进行资源分配和调度的基本单位,是操作系统结构的基础。 在当代面向线程设计的计算机结构中,进程是线程的容器。程序是指令、数据及其组织形式的描述,进程是程序的实体 线程(thread) 是操作系统能够进行 ...
分类:编程语言   时间:2020-12-18 12:21:01    阅读次数:2
设置word的字体样式
from docx.shared import Pt,RGBColor from docx.oxml.ns import qn #word中字体的颜色、大小、字体def style(tt,tsize,color,rfont): for ii in tt: for run1 in ii.runs: f ...
分类:其他好文   时间:2020-12-16 12:37:51    阅读次数:2
(界面)Editor编辑界面TAB转换为4个空格
1.打开Windows->preferences->Editors->Text Editors 2.点击C/C++或JAVA选择Formatter->New... 3.创建新的样式 4.设置为Space only. 5.样式即变为 ...
分类:其他好文   时间:2020-12-16 12:03:52    阅读次数:2
ubuntu 下连接VMware Horzon Client无法连接
1,输入ip地址提示错误 2,在file--Preferences,修改Warn before connecting to untrusted servers 为“Do not verify server identity cerfificates” ...
分类:系统相关   时间:2020-12-14 12:48:54    阅读次数:5
5663条   上一页 1 ... 4 5 6 7 8 ... 567 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!