To add translation to the application: 'i18n' is for Angular CLI to extract all the string which need to be translated. Run: It will generate messages ...
分类:
其他好文 时间:
2019-02-07 21:53:23
阅读次数:
152
十五、shell编程 1、Shell是什么 1)Shell是一个命令行解释器,它为用户提供了一个向Linux内核发送请求以便运行程序的界面系统级程序,用户可以用Shell来启动、挂起、停止甚至是编写一些程序。(将人类语言翻译成机器能识别的二进制代码) 2)Shell还是一个功能相当强大的编程语言,易 ...
分类:
系统相关 时间:
2019-02-06 09:22:19
阅读次数:
236
在阅读本文之前最好对 Reference 框架有一个整体的把握,可以参考我上一篇博客 "Reference 框架概览" ;本文主要讲了 的子类实现和应用( ); Java 引用的强弱关系 : 一、StrongReference 强引用 :我们通常使用的引用,形如 此时从 stack 中的 o,到 h ...
分类:
其他好文 时间:
2019-01-31 20:47:01
阅读次数:
203
1、什么是基数(Cardinality) 基数: 列上唯一键(Distinct_key)的数量,例如性别列有两个唯一的键值,男、女,那这一列的基数就是2。 无论有多少行,性别列只有两个唯一值,基数就是2。 主键列的基数就等于总行数。 基数越高,说明这个列重复数据越少;相反基数越低,说明列的重复值越多 ...
分类:
其他好文 时间:
2019-01-28 01:03:17
阅读次数:
175
[DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")] public static extern int SetProcessWorkingSetSize(IntPtr process, int minSize, in ...
分类:
其他好文 时间:
2019-01-27 21:39:29
阅读次数:
166
The Fundamentals of Machine Learning The Machine Learning Landscape End to End Machine Learning Project Classification Training Models Support Vector ...
分类:
系统相关 时间:
2019-01-27 13:10:04
阅读次数:
265
1 Service Kubernetes Pods are mortal. They are born and when they die, they are not resurrected. ReplicaSets in particular create and destroy Pods dyn ...
分类:
Web程序 时间:
2019-01-27 10:46:54
阅读次数:
145
原文:ASP.NET Core 2.2 : 十七.Action的执行(Endpoint.RequestDelegate后面的故事) 上一章介绍了经过路由的处理,一个请求找到了具体处理这个请求的EndPoint,并最终执行它的RequestDelegate方法来处理这个Httpcontext。本章继续... ...
分类:
Web程序 时间:
2019-01-25 20:01:33
阅读次数:
146
修改settings.py文件 # pip3 install pymysql 修改__init__.py 文件 ...
分类:
数据库 时间:
2019-01-24 00:28:32
阅读次数:
196
"TPO 14 Prepare for a career in journalism" 第 1 段 1.Listen to a conversation between a student and his faculty adviser. 请听一段学生和指导老师之间的对话。 第 2 段 1.Hi, ...
分类:
其他好文 时间:
2019-01-09 20:25:34
阅读次数:
263