// vue.config.js chainWebpack: config => { config.resolve.alias // key,value自行定义,比如.set('@assets', resolve('src/assets')) .set('svg', resolve('src/svg ...
分类:
其他好文 时间:
2019-10-13 13:07:41
阅读次数:
173
结合工程实践选题调研分析同类软件产品 软件有很多种: ShrinkWrap(在包装盒???的软件)、Web APP ( 基于??的软件)、Internal Software (企业或学校或某组织内部的软件)、Games(游戏)、Mobile Apps(?机应?)、Operating Systems( ...
分类:
其他好文 时间:
2019-10-13 00:42:29
阅读次数:
96
软件有很多种: ShrinkWrap(在包装盒???的软件)、Web APP ( 基于??的软件)、Internal Software (企业或学校或某组织内部的软件)、Games(游戏)、Mobile Apps(?机应?)、Operating Systems(操作系统)、Tools(?具软件),请 ...
分类:
其他好文 时间:
2019-10-12 20:58:22
阅读次数:
102
软件有很多种: ShrinkWrap(在包装盒???的软件)、Web APP ( 基于??的软件)、Internal Software (企业或学校或某组织内部的软件)、Games(游戏)、 Mobile Apps(?机应?)、Operating Systems(操作系统)、Tools(?具软件), ...
分类:
其他好文 时间:
2019-10-12 20:27:08
阅读次数:
101
With the accellerated evolution of mobile hardware, application developers tend to reconsider the importance of the Augmented Reality technology ( cal ...
分类:
其他好文 时间:
2019-10-12 20:23:30
阅读次数:
146
http://blog.chinaunix.net/uid-29460203-id-4191975.html https://www.xuebuyuan.com/1148403.html?mobile=1 https://www.cnblogs.com/gaojian/archive/2012/09 ...
分类:
系统相关 时间:
2019-10-06 23:19:50
阅读次数:
233
Python¶ (一)四个数字:1、2、3、4,组成多少个互不相同且无重复数字的三位数?各是多少? In [1]: b=[] for i in range(1,5): for j in range(1,5): for k in range(1,5): if(i!=j)and(i!=k)and(j!= ...
分类:
编程语言 时间:
2019-10-06 15:11:59
阅读次数:
86
USER_AGENT = 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Mobile Safari/537.36'L ...
分类:
其他好文 时间:
2019-10-05 00:30:56
阅读次数:
106
网络分层 每一层都负责不同的功能: 1.链路层,有时也称作数据层或者网络接口层,通常包括操作系统中的设备驱动层序和计算机中对应的完了过接口卡。他们一起处理与电缆的物理接口细节。 2.网络层,有时也称作互联网层,处理分组在网络中的活动,例如分组的选择,在TCP\IP的协议族中,网络的协议层包括IP协议 ...
分类:
其他好文 时间:
2019-10-04 19:10:30
阅读次数:
102
软件有很多种: ShrinkWrap(在包装盒???的软件)、Web APP ( 基于??的软件)、Internal Software (企业或学校或某组织内部的软件)、Games(游戏)、Mobile Apps(?机应?)、Operating Systems(操作系统)、Tools(?具软件),请 ...
分类:
其他好文 时间:
2019-10-04 13:06:22
阅读次数:
75