- 博客(12)
- 收藏
- 关注
原创 mongodb collection导出导入
MongoDB collection导出导入个人记录贴系统 : window 10mongodb 版本 : 4.2工具 : 使用 mongodb bin目录下的mongoimport.exe 和 mongoexport.exe导出官方介绍: Export data from MongoDB in CSV or JSON format.命令格式mongoexport /d [db-name] /c [collection-name] /o [output-file-path]示
2021-05-11 11:34:10 378
原创 [vuetify] 封装vuetify的snackbar组件,出现 “TypeError: Cannot read property ‘bar‘ of undefined“
封装vuetify的snackbar组件,出现 “TypeError: Cannot read property ‘bar’ of undefined”勇者直奔答案首先是封装的 vue 代码<template> <v-snackbar v-model="show" :color="color" :timeout="timeout" > {{ text }} <v-btn dark text
2021-02-26 11:04:05 730 1
原创 AES加解密工具
import javax.crypto.Cipher;import javax.crypto.KeyGenerator;import javax.crypto.SecretKey;import javax.crypto.spec.SecretKeySpec;import java.nio.charset.StandardCharsets;import java.security.SecureRandom;public class AESUtils { /** * 16 进.
2020-07-30 18:19:07 341
原创 [瞎写的]随机生成字符串
import java.util.ArrayList;import java.util.List;import java.util.Random;public class RandomStringUtils { public static String randomString(List<char[]> list, int size) { StringBuilder builder = new StringBuilder(); for (int.
2020-07-30 18:13:06 124
原创 compiling rustlings error: failed to run custom build command for `onig_sys v69.2.0`
error: failed to run custom build command for `onig_sys v69.2.0`Caused by: process didn't exit successfully: `E:\workspaces\rust_workspace\rustlings\target\debug\build\onig_sys-f46f6441db74487c\b...
2019-10-23 21:29:02 2022
原创 vscode搜索 正则表达式匹配
记录一下个人认为比较有用的正则表达式匹配某行比如某日志文件2019-09-19 08:00:07,728 DEBUG[com.test.xxxx.xxx.xxxx.Test:60][42149995]可以使用2019.*DEBUG.* 匹配空行如果想清除空行,比如--- 这里是空行 ---[]2019-09-19 08:00:07,786 DEBUG[com.test.xx...
2019-09-19 10:53:15 6822 1
原创 IDEA选中代码块背景高亮和字体高亮设置
版本:IDEA 2017 File → setting → Editor → Colors & Fonts (版本不同这里可能不同) → General效果图如下:选中字体颜色代码: 21F0AC背景颜色代码: 16373D个人还是喜欢选中有比较高对比度的颜色 ...
2018-11-28 18:12:36 8920
原创 关于Unity3d machine learning 3DBall的一些问题
直接使用ml_agents包会报下列错误解决方法:Edit -> Project Settings -> PlayerConfiguration属性Scripting Runtime Version (官方文档是改到.NET 4.6 [4.x难道是个人版问题?])Scripting Define Symbols ( ENABLE_TENSORFLOW 使用Te...
2018-06-26 17:49:22 509
原创 在eclipse上配置tomcat
首先,确保你的eclipse安装的是jee版eclipse Version: Oxygen.3 Release (4.7.3)Window ->Preferences 搜索run add 添加tomcat 选取需要配置的版本①选择本地tomcat②配置你本地的jre...
2018-03-26 23:05:46 378
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人