摘要:
@JsonIgnore 忽略JSON字段 阅读全文
摘要:
新安装mac系统后svn命令失效 解决方法: 1 xcode-select --install选择安装,安装失败:下载失败网络问题 2 到该地址去手动下载安装器安装:https://idmsa.apple.com/IDMSWebAuth/signin?appIdKey=891bd3417a77763 阅读全文
摘要:
1 build.gradle 增加ndk配置,注意先后顺序 defaultConfig { applicationId "com.example.ioter" minSdkVersion 21 targetSdkVersion 28 versionCode 1 versionName "1.0" t 阅读全文
摘要:
报错Failed to install the following SDK components: platforms;android-29 Android SDK Platform 29 解决方法: 更新licenses,然后重新build即可 cd /Users/tmh/Library/Andr 阅读全文
摘要:
~/.bash_profile中加入下面配置项 # 启动redis服务redis-server >~/logs/redis/redis-start-log.txt& 阅读全文
摘要:
第一步 ~/.bash_profile文件中添加下述代码 alias subl="open -a /Applications/Sublime.app/Contents/MacOS/Sublime\ Text" 第二步 在终端偏好设置中设置自启动运行配置文件 source ~/.bash_profil 阅读全文
摘要:
Bean转为Json指定字段名,防止被修改大小写@JSONField(name="SYS")private String SYS; 阅读全文
摘要:
@JsonProperty("SYS")private String SYS; 阅读全文
摘要:
mongoimport --host localhost --port 27017 --collection testData --db local --file /Users/tmh/Desktop/ELECTRONIC_ROUTE_INFO.json 阅读全文
摘要:
java -cp opentsp-location-stream-lastlocation-1.208-RC47-SNAPSHOT.jar com.navinfo.stream.area.HaerbinProducterDemo start 阅读全文