码迷,mamicode.com
首页 >  
搜索关键字:local storage过期时间    ( 24769个结果
配置jenkins的shell自动打包的脚本
#!/bin/bash#服务名称SERVER_NAME=jenkins-test# 源jar路径,mvn打包完成之后,target目录下的jar包名称,也可选择成为war包,war包可移动到Tomcat的webapps目录下运行,这里使用jar包,用java -jar 命令执行 JAR_NAME=j ...
分类:系统相关   时间:2020-07-12 14:36:31    阅读次数:73
linux的常见环境变量
记录当前用户的UID。root用户值为0。 [root@localhost script]# echo $UID 0 用于保存用户主目录的完全路径名 [root@localhost script]# echo $HOME/root Bash Shell的全路径 [root@localhost scr ...
分类:系统相关   时间:2020-07-12 14:23:58    阅读次数:82
win10如何设置锁屏后不熄屏
【1】无人值守睡眠时间 这是系统无人值bai守时睡眠时间的设定,默认是两分钟du。解决方法如下:1.运行注册表管理器,win+r ,输入regedit.exe2.定位到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSet ...
分类:Windows程序   时间:2020-07-12 12:07:45    阅读次数:401
D. Omkar and Circle
Danny, the local Math Maniac, is fascinated by circles, Omkar's most recent creation. Help him solve this circle problem! You are given \(n\) nonnegat ...
分类:其他好文   时间:2020-07-12 10:23:13    阅读次数:122
Nginx vue 多单页 history路由模式 配置
webpack 部分相关配置 const path = require('path'); const VueLoaderPlugin = require('vue-loader/lib/plugin'); const HtmlWebpackPlugin = require('html-webpack ...
分类:其他好文   时间:2020-07-12 00:54:40    阅读次数:93
3. 操作系统优化
1. 课程知识回顾 1) 什么是挂载 PS: 在挂载的时候,尽量不要使用已经有数据的目录作为挂载点 2) 系统 / 目录下面常见的目录信息 /bin /sbin /home /root ... 3) /etc目录中内容 (保存系统或服务的配置文件) 4) /usr/local目录 (保存安装的程序文 ...
分类:其他好文   时间:2020-07-11 22:55:35    阅读次数:62
打包/etc/目录下面所有conf结尾的文件,压缩包名称为当天的时间,并拷贝到/usr/local/src目录备份
find /etc/ -name "*.conf" | xargs tar -cpvf `date +%F`.tar && cp -a `date +%F`.tar /usr/local/src/ ...
分类:其他好文   时间:2020-07-11 22:51:16    阅读次数:94
Windows10 还原Windows照片查看器
Windows Registry Editor Version 5.00 ;还原Windows图片查看器,By:奇 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations] " ...
分类:Windows程序   时间:2020-07-11 19:34:54    阅读次数:76
git gc 清理git垃圾
https://git-scm.com/docs/git-gc NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--q ...
分类:其他好文   时间:2020-07-11 18:56:34    阅读次数:167
ABP 添加菜单
项目版本:ABP Zero 4.9.0 1、BIMMP.Core\Localization\SourceFiles\BIMMP-zh-CN.xml <text name="OAOfficeSuppliesManage">办公用品管理</text> <text name="OAOfficeSupply ...
分类:其他好文   时间:2020-07-11 17:33:02    阅读次数:53
24769条   上一页 1 ... 65 66 67 68 69 ... 2477 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!