Vue项目,记录,推荐

vue-admin-beautiful
https://gitee.com/chu1204505056/vue-admin-beautiful.git

Avue
https://avuejs.com

Vue管理后台框架
http://element.eleme.io
https://github.com/PanJiaChen/vue-element-admin

Vue Admin
https://admin.vuebulma.com
https://github.com/taylorchen709/vue-admin

iview-admin
https://github.com/iview/iview-admin

vuestic-admin
https://github.com/epicmaxco/vuestic-admin

d2-admin
https://github.com/d2-projects/d2-admin

屏蔽激活Host

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost

# 屏蔽Adobe激活服务器:
0.0.0.0 activate.adobe.com
0.0.0.0 practivate.adobe.com
0.0.0.0 ereg.adobe.com
0.0.0.0 activate.wip3.adobe.com
0.0.0.0 wip3.adobe.com
0.0.0.0 3dns-3.adobe.com
0.0.0.0 3dns-2.adobe.com
0.0.0.0 adobe-dns.adobe.com
0.0.0.0 adobe-dns-2.adobe.com
0.0.0.0 adobe-dns-3.adobe.com
0.0.0.0 ereg.wip3.adobe.com
0.0.0.0 activate-sea.adobe.com
0.0.0.0 wwis-dubc1-vip60.adobe.com
0.0.0.0 activate-sjc0.adobe.com
127.0.0.1 lmlicenses.wip4.adobe.com
127.0.0.1 lm.licenses.adobe.com

# 屏幕录制软件camtasia studio 8序列号激活,注册名:TEAM MESMERiZE,序列号:3MHCA-5DMCV-H89T8-V8GML-W6FB8
127.0.0.1 65.52.240.48
127.0.0.1 activation.cloud.techsmith.com

# 屏蔽corel激活服务器:
#0.0.0.0 mc.corel.com
#0.0.0.0 apps.corel.com
#0.0.0.0 origin-mc.corel.com
#0.0.0.0 iws.corel.com
0.0.0.0 compute-1.amazonaws.com
0.0.0.0 ipm.corel.com
0.0.0.0 dev1.ipm.corel.public.corel.net
127.0.0.1 apps.corel.com
127.0.0.1 mc.corel.com
127.0.0.1 iws.corel.com
127.0.0.1 origin-mc.corel.com
# ultraedit
127.0.0.1 licensing.ultraedit.com

 

Windows使用Docker Qemu使用

Qemu 官方站
https://www.qemu.org/
Qemu Windows 下载站
https://qemu.weilnetz.de/w64/
启动命令参考,使用用户模式,开启22和80端口

qemu-system-x86_64w -accel hax -no-user-config -name alpine -m 2048 -smbios type=0,uefi=on -hda 10G-alpine.vhdx -netdev user,id=user0,hostfwd=tcp:127.0.0.1:22-:22,hostfwd=tcp:127.0.0.1:80-:80 -device e1000,netdev=user0

Microsoft Visual C++ Redistributable Packages 下载集合

ucrtbase.dll vcruntime140.dll msvcp140
         MSVC++ 14.0 _MSC_VER == 1900 (Visual Studio 2015)
msvcr120 MSVC++ 12.0 _MSC_VER == 1800 (Visual Studio 2013)
msvcr110 MSVC++ 11.0 _MSC_VER == 1700 (Visual Studio 2012)
msvcr100 MSVC++ 10.0 _MSC_VER == 1600 (Visual Studio 2010)
msvcr90  MSVC++ 9.0  _MSC_VER == 1500 (Visual Studio 2008)
msvcr80  MSVC++ 8.0  _MSC_VER == 1400 (Visual Studio 2005)
msvcr71  MSVC++ 7.1  _MSC_VER == 1310 (Visual Studio 2003)
msvcr70  MSVC++ 7.0  _MSC_VER == 1300
         MSVC++ 6.0  _MSC_VER == 1200
         MSVC++ 5.0  _MSC_VER == 1100

Microsoft Visual C++ 2010 可再发行组件包 (x64)
https://www.microsoft.com/zh-cn/download/details.aspx?id=14632

Visual C++ Redistributable Packages for Visual Studio 2013
https://www.microsoft.com/zh-cn/download/details.aspx?id=40784

msvcrt* 是 VC 6 及之前的 VC runtime , c 和 c++ 的函数都在一个文件
msvcr* 是 VC7 到 VS2013 的 , c 对应 msvcr*.dll , c++ 对应 msvcp*.dll

所说 VS2015 已经没有msvcr140.dll了,只有msvcp140.dll,crt dll已经被拆成了两个dll:ucrtbase.dll,包含标准c库的内容;vcruntime140.dll,

包含vc++所用到的一些基础支持特定内容.编译用的 VC 版本和链接到的 vc runtime 版本对应如下

之前的 c 和 c++ runtime 是在一个文件的
msvcrt.dll 是 VC 5.0 6.0 的
msvcrt40.dll 是 VC 4.x CRT DLL (Forwarded to msvcrt.dll) 大小60k 直接转发到 msvcrt.dll
msvcrt20.dll 是 VC 2.x 的

下载集合

Microsoft Visual C++ Redistributable 2019
x86: https://aka.ms/vs/16/release/VC_redist.x86.exe
x64: https://aka.ms/vs/16/release/VC_redist.x64.exe

Microsoft Visual C++ Redistributable 2017
x86: https://go.microsoft.com/fwlink/?LinkId=746571
x64: https://go.microsoft.com/fwlink/?LinkId=746572

Microsoft Visual C++ Redistributable 2015
x86+x64: https://www.microsoft.com/en-pk/download/details.aspx?id=48145
x86+x64 update3: https://www.microsoft.com/en-us/download/details.aspx?id=53587

Microsoft Visual C++ Redistributable 2013
x86+x64 in all Language: https://support.microsoft.com/en-us/help/4032938/update-for-visual-c-2013-redistributable-package

Microsoft Visual C++ Redistributable 2012
x86+x64 in all Language: https://my.visualstudio.com/Downloads?pid=1452

Microsoft Visual C++ Redistributable 2010
x86-sp1: https://www.microsoft.com/en-pk/download/details.aspx?id=8328
x86-sp1-MFC-sec-update: https://www.microsoft.com/en-us/download/details.aspx?id=26999