摘要: https://blog.csdn.net/F8qG7f9YD02Pe/article/details/86582263 阅读全文
posted @ 2020-09-23 10:28 不知勿言 阅读(114) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core开发-MVC 使用dotnet 命令创建Controller和View https://www.cnblogs.com/linezero/p/5688772.html 阅读全文
posted @ 2020-09-22 09:01 不知勿言 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/e3c78d649735d63c4c85f5e5.html ubuntu安装postman(安装其他应用程序类似) 阅读全文
posted @ 2020-09-13 14:30 不知勿言 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 连接到redis: redis-cli -h 127.0.0.1 -p 6379 //选择数据库 select 0 //清空该数据库 flushdb //清空所有数据 flushall 阅读全文
posted @ 2020-09-10 13:51 不知勿言 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 命令空间:Microsoft.Extensions.Primitives 程序集:Microsoft.Extensions.Primitives.dll public readonly struct StringValues : IList<string>, ICollection<string>, 阅读全文
posted @ 2020-09-09 16:54 不知勿言 阅读(2533) 评论(0) 推荐(1) 编辑
摘要: MySQL时间戳与日期格式的相互转换 MySQL: 获取当前时间 SELECT NOW(); // 2018/10/11 14:22:51 时间日期格式转换成时间戳格式,UNIX_TIMESTAMP() SELECT UNIX_TIMESTAMP(NOW()); // 1539238930 时间戳格 阅读全文
posted @ 2020-09-08 14:01 不知勿言 阅读(122) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 生成10位时间戳 /// </summary> /// <param name="value">时间</param> /// <returns></returns> public static long GetTimestamp10bit(this DateTim 阅读全文
posted @ 2020-09-08 10:24 不知勿言 阅读(4740) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/springsnow/p/12882696.html#_label0_1 阅读全文
posted @ 2020-08-31 09:49 不知勿言 阅读(215) 评论(0) 推荐(0) 编辑
摘要: mkdir -p $HOME/dotnet && tar zxf dotnet-sdk-3.1.401-rhel.6-x64.tar.gz -C $HOME/dotnetexport DOTNET_ROOT=$HOME/dotnetexport PATH=$PATH:$HOME/dotnet rmd 阅读全文
posted @ 2020-08-30 20:07 不知勿言 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 输入项目名称: 运行到浏览器 运行到小程序(如果未在HBuilderX配置小程序开发工具则会提示配置小程序的运行程序的目录) 从菜单栏的 “ 工具——设置——运行配置 ” 也可以配置 连接真机调试 当然,默认情况下会出现Android手机的调试选项,需要在手机配置,我的是华为荣耀,“系统-关于手机” 阅读全文
posted @ 2020-07-02 21:33 不知勿言 阅读(2259) 评论(0) 推荐(0) 编辑