链接:Android developer https://developer.android.com/guide/topics/resources/providing-resources?hl=zh-cn 一般项目的文件层次结构 res/ 支持的资源目录详解图上图链接,还是看官方的开发文档比较好,我 ...
分类:
移动开发 时间:
2020-06-18 11:13:12
阅读次数:
79
https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/7/html/networking_guide/sec-configure_802_1q_vlan_tagging_using_the_command_lin ...
分类:
其他好文 时间:
2020-06-17 18:34:50
阅读次数:
55
https://docs.microsoft.com/zh-cn/powershell/azure/install-az-ps?view=azps-4.2.0 Azure PowerShell 在所有平台上都可使用 PowerShell 6.2.4 及更高版本。 它还可使用 Windows 上的 P ...
分类:
其他好文 时间:
2020-06-16 18:39:48
阅读次数:
76
【1】查看当前用户会话参数 DBCC USEROPTIONS; 里面有Set 的,标识已经设置成了ON 转自官网:https://docs.microsoft.com/zh-cn/sql/t-sql/statements/set-statements-transact-sql?view=sql-se ...
分类:
数据库 时间:
2020-06-16 15:30:59
阅读次数:
105
官方文档: https://docs.python.org/zh-cn/3.7/library/asyncio.html#module-asyncio 为什么看这个 在看websockets的时候,发现不知道里面的async关键字是啥,为什么的函数调不到。就翻了翻官方文档看一下。 asyncio是p ...
分类:
其他好文 时间:
2020-06-16 01:20:44
阅读次数:
70
https://nodejs.org/zh-cn/download/ 下载node.js安装重启电脑,命令行运行: node -v查看版本 安装nodejs会同时安装一个npm 使用npm安装cnpm,安装完后 cnpm -V 查看cnpm版本。cnpm介绍:https://www.cnblogs. ...
一.操作系统基础 操作系统:(Operating System,简称OS)是管理和控制计算机硬件与软件资源的计算机程序,是直接运行在“裸机”上的最基本的系统软件,任何其他软件都必须在操作系统的支持下才能运行。 注:计算机(硬件)->os->应用软件 二.网络通信原理 2.1 互联网的本质就是一系列的 ...
分类:
其他好文 时间:
2020-06-15 12:27:47
阅读次数:
47
查阅文档 网址 https://www.w3school.com.cn/index.html https://developer.mozilla.org/zh-CN/ 加粗 <strong></strong> 或者<b></b> 倾斜 <em></em>或者<i></i> 删除线 <del></de ...
分类:
Web程序 时间:
2020-06-14 15:05:22
阅读次数:
84
微信开发公众平台 https://mp.weixin.qq.com/wxamp/home/guide?lang=zh_CN&token=1420507966 ...
分类:
微信 时间:
2020-06-14 14:33:43
阅读次数:
114
1、什么是scrapy Scrapy是一个为了爬取网站数据,提取结构性数据而编写的应用框架,我们只需要实现少量的代码,就能够快速的抓取。Scrapy 使用了Twisted['tw?st?d]异步网络框架 文档地址:https://scrapy-chs.readthedocs.io/zh_CN/1.0 ...
分类:
其他好文 时间:
2020-06-13 21:00:14
阅读次数:
48