https://reacttraining.com/react-router/web/guides/quick-start https://react-guide.github.io/react-router-cn/ ...
分类:
其他好文 时间:
2019-11-14 15:22:49
阅读次数:
76
logstash.conf input { # For detail config for log4j as input, # See: https://www.elastic.co/guide/en/logstash/ file { type => "log" # log 名 path => "/ ...
分类:
其他好文 时间:
2019-11-13 22:11:24
阅读次数:
87
内购 Guideline 2.1 - Performance - App Completeness We found that while you have submitted in-app purchase products for your app, the in-app purchase fu ...
分类:
移动开发 时间:
2019-11-13 10:46:59
阅读次数:
365
1、 bool(C# 参考) 2015/07/20 bool(C# 参考) 2015/07/20 bool 关键字是 System.Boolean 的别名。 它用于声明变量来存储布尔值:true 和 false。 备注 如需支持三值逻辑(例如,在使用支持三值布尔类型的数据库时),请使用 bool? ...
分类:
编程语言 时间:
2019-11-13 01:02:03
阅读次数:
89
本文首发于个人博客 "https://kezunlin.me/post/12ab5707/" ,欢迎阅读! cmake with user defined entry Guide FindXXX.cmake in CMAKE_MODULE_PATH xxx config.cmake in CMAKE ...
分类:
其他好文 时间:
2019-11-12 11:01:24
阅读次数:
92
本文首发于个人博客 "https://kezunlin.me/post/36e618e7/" ,欢迎阅读! mysql user guide on ubuntu 16.04 and windows 10 Part 1: Ubuntu install sudo apt get install mysq ...
分类:
数据库 时间:
2019-11-12 10:48:15
阅读次数:
87
Tensorflow dataloader 相关调研;数据读取是训练的开始,是非常关键的一步;下面是调研时搜集到的一些相关链接: 十图详解tensorflow数据读取机制 https://zhuanlan.zhihu.com/p/27238630 TensorFlow全新的数据读取方式:Datase ...
分类:
其他好文 时间:
2019-11-10 19:51:03
阅读次数:
102
1. 安装 GPG keys 先安装 gpg2 工具 再安装 keys 2. 安装 RVM(建议先不要安装默认版本,会很慢) RVM 病安装默认版本的 ruby 如果你不想安装默认版本,只想安装 RVM 3. 切换国内源 4. 常用命令 中文网有安装说明与 rvm 的更多实用说明:https://r ...
分类:
其他好文 时间:
2019-11-09 19:17:59
阅读次数:
142
为了让开发者更加方便、并且达到快速规范代码格式的目的并实行起来,阿里巴巴基于《阿里巴巴Java开发规约》手册内容,研发了一套自动化的IDE检测插件,它就是Alibaba Java Coding Guidelines 插件。2017年10月14日杭州云栖大会,AJCG全球首发仪式正式启动,规范正式以插... ...
分类:
编程语言 时间:
2019-11-09 10:01:39
阅读次数:
211
官方文档地址:https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/concepts/async/ ...