刘望舒 刘望舒
4年前
Android AOSP基础(二)AOSP源码和内核源码下载
title:"AndroidAOSP基础(二)AOSP源码和内核源码下载"date:20193900:18cover:https://s2.ax1x.com/2019/05/27/VZRBi4.jpgtag:AOSP基础categories:Android框架层本文首发于微信公众号「后厂技术官」前言这篇文章我们来学习如何下载AOSP源码,
正则匹配 隐藏手机号中间4位
/隐藏手机号中间4位@param$mobile@returnstring|string|null/finalprotectedfunctionhideMobilePhoneNumber($mobile)$IsWhatpregmatch('/(0092,3\?29096,7\?09?)/i',$
Wesley13 Wesley13
3年前
C#非泛型集合和泛型集合的超级详解(转)
C泛型集合之非泛型集合类与泛型集合类的对应:ArrayList对应ListHashTable对应DictionaryQueue对应QueueStack对应StackSortedList对应SortedList 转自(https://www.cnblogs.com/cheng
Stella981 Stella981
3年前
Data Augmentation
转自:https://zhuanlan.zhihu.com/p/30197320(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fzhuanlan.zhihu.com%2Fp%2F30197320)<divclass"RichTextztextPostRichText"<
Stella981 Stella981
3年前
JavaScript 基础 3
3.标准对象  3.1.概念    typeof操作符获取对象的类型            typeof 123; // 'number'            typeof NaN; // 'number'            typeof 'str'; // 'string'
Wesley13 Wesley13
3年前
Java获得今日零时零分零秒的时间(Date型)
publicDatezeroTime()throwsParseException{    DatetimenewDate();    SimpleDateFormatsimpnewSimpleDateFormat("yyyyMMdd00:00:00");    SimpleDateFormatsimp2newS
Wesley13 Wesley13
3年前
Rust编程进阶:009、trait_bound有条件的实现方法
使用trait\_bound有条件的实现方法:traitGetName{fnget_name(&self)&String;}traitGetAge{fnget_age(&self)u32;}structPeopleMatc
Stella981 Stella981
3年前
Linux学习笔记01
一、LINUX文件类型\:普通文件:纯文本文件(ascll)配置文件二进制文件(binaryfile):命令数据格式文件(date):/var/log/wtmpd:目录文件l:链接文件设备文件(/dev):b:block块设备c:character字符集设备:一次性读取,按
Stella981 Stella981
3年前
Impala常用函数索引
增加X自然天selectdays_add(now(),2)字符串转Timestampselectto\_timestamp('2019101420:00:01','yyyyMMddHH:mm:ss');注意,Impala的timestamp的标准是ISO8601 参考:https://en.wiki
Stella981 Stella981
3年前
Elasticsearch学习之SearchRequestBuilder常用方法说明
SearchRequestBuilder常用方法说明(1)setIndices(String...indices):上文中描述过,参数可为一个或多个字符串,表示要进行检索的index;(2)setTypes(String...types):参数可为一个或多个字符串,表示要进行检索的type,当参数为0个或者不调用此方法时,表示查询所有的