从.Net app迁移到.Net Core时,会有一些影响兼容性的变更 可访问以下链接获取基本介绍: https://docs.microsoft.com/zh-cn/dotnet/core/compatibility/ 在.Net中可用,在.Net Core中不可用的技术 https://docs ...
分类:
Web程序 时间:
2020-06-02 11:36:20
阅读次数:
80
参考链接 https://docs.microsoft.com/zh-cn/windows/security/threat-protection/intelligence/safety-scanner-download 安全扫描程序仅在手动触发时进行扫描,可在下载 10 天后使用。 建议在每次扫描前 ...
分类:
其他好文 时间:
2020-06-01 20:42:33
阅读次数:
72
odoo odoo是一套开源的ERP软件 https://www.odoo.com/zh_CN/ 开发环境 python环境 git pycharm odoo12 postgresql 10.7 nodejs odoo12之后就不需要了 安装 绿色版解压 执行批处理文件 源码安装 https://n ...
分类:
其他好文 时间:
2020-05-31 21:46:56
阅读次数:
144
adb命令:官方参考网址:https://developer.android.google.cn/studio/command-line/adb?hl=zh-cn#-t-option 1、adb shell dumpsys meminfo 包名.apk ——查看指定包名应用内存使用情况 adb sh ...
分类:
数据库 时间:
2020-05-30 15:40:22
阅读次数:
104
首先,nodejs安装到C盘的 建议安装到其他盘里,这是为了防止电脑出故障后C盘下载的东西会缺失 第一次安装nodejs的,第一步打开“nodejs官网:https://nodejs.org/zh-cn/”,进行下载nodej。 看自己电脑是支持64位还是32位 下载完成后,如D盘,新增两个文件no ...
分类:
Web程序 时间:
2020-05-30 00:51:31
阅读次数:
219
hashlib 安全哈希与消息摘要 — Python 3.8.3 文档 https://docs.python.org/zh-cn/3.8/library/hashlib.html hashlib — Secure hashes and message digests — Python 3.8.3 ...
分类:
其他好文 时间:
2020-05-29 21:39:08
阅读次数:
107
1.安装oppenoffice 下载地址:https://www.openoffice.org/download/ 将下载好的解压包,解压: windows :tar -zxvf Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_zh-CN.tar.g ...
分类:
其他好文 时间:
2020-05-29 19:16:28
阅读次数:
68
简单说明: nginx和mysql已安装 连接工具用的是 Xshell和Xftp 1. linux安装.net core运行环境 参考官方文档:https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-package-manager-cen ...
分类:
Web程序 时间:
2020-05-29 17:50:09
阅读次数:
76
HTML文档结构 最基本的HTML文档: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>css样式优先级</title> </head> <body> </body> </html> <!DOCTYP ...
分类:
Web程序 时间:
2020-05-29 13:44:33
阅读次数:
93
https://wx2.qq.com/?&lang=zh_CN /** * 启动二维码登录 */ function doQrcodeLogin() { loginFactory.getUUID().then(function (uuid) { utilFactory.log('login',uuid ...
分类:
其他好文 时间:
2020-05-29 13:27:07
阅读次数:
62