vi ~/.bash_profile #GRADLE GRADLE_HOME=/Users/qinxy/software/gradle-4.9 PATH=$PATH:$GRADLE_HOME/bin export GRADLE_HOME GRADLE_USER_HOME PATH 更新效 sourc ...
分类:
系统相关 时间:
2021-05-24 10:27:44
阅读次数:
0
持久化配置 RDB(Redis DataBase)策略 , redis默认策略 AOF(Append Only File)策略 小结: 根据需求选择开启持久化策略,一般开启RDB就够了 事务 Redis的事务:允许把一组redis命令放在一起,把命令序列化,然后一起执行,保证部分原子性 multi ...
分类:
其他好文 时间:
2021-05-24 10:23:15
阅读次数:
0
ConfigureAppConfiguration((hostingContext, config) => { config.AddCryptoFile(Path.Combine(AppContext.BaseDirectory, "appsettings.json.crypto"), true); ...
分类:
Web程序 时间:
2021-05-24 10:20:52
阅读次数:
0
System.Environment.CurrentDirectory的含义是获取或设置当前工作路径,而Application.StartupPath是获取程序启动路径,表面上看二者没什么区别,但实际上区别很大。先说前者:比如说你程序放在桌面上启动,但是中间你用了一个OpenFileDialog打开 ...
分类:
移动开发 时间:
2021-05-24 10:18:06
阅读次数:
0
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:
编程语言 时间:
2021-05-24 10:17:27
阅读次数:
0
一、pycharm字体放大的设置 File —> Settings —> Keymap —>在搜寻框中输入:increase —> Increase Font Size(双击) —> 在弹出的对话框中选择Add Mouse Shortcut 在弹出的对话框中同时按住ctrl键和鼠标滚轮向上滑。 二、 ...
分类:
其他好文 时间:
2021-05-24 10:15:27
阅读次数:
0
看看我 //读取Excel数据 function getExcelData(file, callback) { var reader = new FileReader(); //文件加载完成后调用 reader.onload = function (e) { var data = e.target. ...
分类:
Web程序 时间:
2021-05-24 09:33:58
阅读次数:
0
一、DOM 简介 DOM (Document Object Model)是指文档对象模型,通过它,可以访问HTML文档的所有元素。 DOM(Document Object Model)是一套对文档的内容进行抽象和概念化的方法。 当网页被加载时,浏览器会创建页面的文档对象模型(Document Obj ...
分类:
其他好文 时间:
2021-05-24 09:31:13
阅读次数:
0
const routers= [ { path:'/', name:'F', component:FP }, { path:'/secondpage', component:()=>import('../views/secondpage.vue') }, { path:'/thirdpage', c ...
分类:
其他好文 时间:
2021-05-24 09:30:56
阅读次数:
0
config.ini [phone] imei = 123456789 num = 0 / 14 build = 00WWYL test.py CUR_DIR = os.path.dirname(os.path.abspath(__file__)) configFilePath = os.path. ...
分类:
编程语言 时间:
2021-05-24 09:30:30
阅读次数:
0