码迷,mamicode.com
首页 >  
搜索关键字:share    ( 6078个结果
SharePreference的使用
SharePreference 一般用于保存偏好设置,比如说我们设置里的条目 sharepreference使用步骤 1、拿到sharepreference //拿到share preference setting_info = this.getSharedPreferences("setting_ ...
分类:其他好文   时间:2020-02-03 19:02:54    阅读次数:167
YoLOV3初训练遇到的一些问题
1./darknet: error while loading shared libraries: libcudart.so.10.2: cannot open shared object file: No such file or directory. 解决方法: sudo cp /usr/loc ...
分类:其他好文   时间:2020-01-31 10:50:05    阅读次数:141
Metasploit安装db_autopwn.rb模块
Step1:安装db_autopwn.rb模块 root@kali:~# cd /usr/share/metasploit-framework/plugins git clone https://github.com/hahwul/metasploit-db_autopwn.git root@kal ...
分类:数据库   时间:2020-01-30 20:52:34    阅读次数:96
Active Directory - Creating Public and Personnel Share Folders via Script
Create and save the following scripts on the DC folder \\Winsever2019\sysvol\pandabusiness.local\scripts. net use P: \\WINSEVER2019\Public net use S: ...
分类:其他好文   时间:2020-01-30 19:01:50    阅读次数:71
服务器修改时间
修正时区 rm -rf /etc/localtime #删除当前默认时区www.kwx.gd ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime #复制替换默认时区为上海 手动修正时间 date -s '09:16:00 2013-01-21 ...
分类:其他好文   时间:2020-01-30 17:22:13    阅读次数:94
[LC] 285. Inorder Successor in BST
Given a binary search tree and a node in it, find the in-order successor of that node in the BST. The successor of a node p is the node with the small ...
分类:其他好文   时间:2020-01-30 12:39:54    阅读次数:54
让您的站点主页与WordPress安装目录不同设置相关及.htaccess文件创建
后台管理网址是这个固定不变的 http://xxx/wordpress/wp admin/ 1. 进入设置 常规 把域名设置成自己的即可,拉到下面保存 改了之后访问网站会报错 2. 复制wordpress目录下的index.php到根目录 .jpg) 步骤: + cd /usr/share/ngin ...
分类:数据库   时间:2020-01-30 09:36:36    阅读次数:112
The 1st Challenge on Remote Physiological Signal Sensing (RePSS) CVPR2020人脸心率估计竞赛
迎各位老师同学关注和参加CVPR2020人脸心率估计竞赛,结果提交截止日期:3月5日:https://competitions.codalab.org/competitions/22287,500+人的训练集已开放下载(先在codalab注册参赛,然后填写数据申请协议即可)。介绍如下: Challe ...
分类:其他好文   时间:2020-01-30 09:30:28    阅读次数:258
CentOS7安装字体库
JAVA画图时常用到Font 类对象这样的对象依赖于本地的字段。新装的linux没有安装字段库,和相应的字体。 1、fc -list查看字体库 发现没有安装 2、yum -y install fontconfig安装 3、安装好后/usr/share目录下多两个目录fonts和fontconfig ...
分类:其他好文   时间:2020-01-29 14:13:40    阅读次数:114
fluentd 收集 k8s 到 elasticsearch
1. 部署elasticsearch + kibana 2. 部署fluentd 参考网站:https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd elasticsearch 修改 fluentd es ...
分类:其他好文   时间:2020-01-28 23:28:21    阅读次数:130
6078条   上一页 1 ... 48 49 50 51 52 ... 608 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!