https://caijinglong.github.io/json2dart/index.html 这个网站可以自动将json文件转成json_serializable所需要的格式,新建并复制成***.dart文件,通过在terminal内输入下面代码,自动生成.g.dart文件 flutter ...
分类:
其他好文 时间:
2020-08-06 15:37:02
阅读次数:
125
作为web前端初学者,学习前端都是很茫然,无从下手不知道改从哪学起,其实总统的概况成为几大内容,要有规划的去学习前端
分类:
Web程序 时间:
2020-08-06 11:58:29
阅读次数:
91
function toAge($idCard){ if(empty($idCard)) return ''; //获取当前年份; $now_year = substr(date('Y-m-d'),0,4); //获取当前年份月份; $now_month = substr(date('m'),0,1) ...
分类:
其他好文 时间:
2020-08-05 18:12:07
阅读次数:
108
``````/货币元转换为分*/publicstaticLongformatMoney(Strings){if(s.contains(".")){intindex=s.indexOf(".");Stringsub1=s.substring(0,index);Stringsub2=s.substring(index+1);if(sub2.length()>
分类:
其他好文 时间:
2020-08-05 16:56:47
阅读次数:
81
简单介绍和实现基础的排序算法:冒泡排序、插入排序、选择排序、归并排序、快速排序 ...
分类:
编程语言 时间:
2020-08-05 10:40:42
阅读次数:
81
官网 https://clickhouse.tech/ quick start 进入下面目录,手工下载软件然后安装 https://repo.clickhouse.tech/rpm/lts/x86_64/或者直接下载这四个文件wget https://repo.clickhouse.tech/rpm ...
分类:
其他好文 时间:
2020-08-04 16:51:52
阅读次数:
85
1.添加 REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f] KeyName [//Machine/]FullKey 远程机器的机器名 - 忽略默认到当前机器。 远程机器上只有 HKLM 和 HKU ...
分类:
其他好文 时间:
2020-08-03 18:37:13
阅读次数:
78
<!DOCTYPE html><html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript" src="js/jquery.min.js" ...
分类:
Web程序 时间:
2020-08-03 00:51:28
阅读次数:
241