码迷,mamicode.com
首页 >  
搜索关键字:kernel header files    ( 28704个结果
django - templates - base.html
1.django - templates - base.html <! my furst base html > <h3 style="margin:auto;width:50%;" >小萌信息技术开放职位</h3> <p> </p> <hr> {% block header %} <a href= ...
分类:Web程序   时间:2021-01-15 11:50:35    阅读次数:0
Windows版 GCC编译器安装和使用--MinGW
1. 在 Windows 上安装 GCC,需要到MinGW 的主页 www.mingw.org,进入 MinGW 下载页面,下载最新版本的 MinGW 安装程序,; 或者到:http://sourceforge.net/projects/mingw/files/,下载 Download mingw- ...
分类:Windows程序   时间:2021-01-15 11:40:57    阅读次数:0
考试JDBC项目速成
#项目结果: #构建对应数据库类型的类 样例的学生数据库比较简单,只有学号,姓名,年龄3个属性.对应的类也需要写出3种属性(用类的原因是后面可以包装成List操作方便) /* * To change this license header, choose License Headers in Pro ...
分类:数据库   时间:2021-01-14 10:45:42    阅读次数:0
reset.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i ...
分类:Web程序   时间:2021-01-13 11:26:47    阅读次数:0
linux python3安装whl包时报错解决:is not a supported wheel on this platform
原因1 你下载安装的包不是当前平台所支持的 原因2 你下载的包,不符合你所在的平台的安装whl的名称规范,所以出错。比如当前我要安装的包是:pymssql-2.1.5-cp36-cp36m-manylinux1_x86_64.whl 但是在我的系统中使用如下命令安装: pip3 install py ...
分类:编程语言   时间:2021-01-13 11:21:35    阅读次数:0
HM后台(二)
一,home组件,侧边栏静态页面搭建, 1.1。去element-ui找组件 按需引入element组件 import Vue from 'vue' import { Button, Form, FormItem, Input, Message, Container, Header, Aside, ...
分类:其他好文   时间:2021-01-13 11:14:06    阅读次数:0
python正则表达式
正则表达式 字符相关 匹配文中的指定字符串 import re text = "我一把把把把住了,tom差点就掉下去了,tom得救了" data_list = re.findall('tom',text) print(data_list) ['tom', 'tom'] [abc]匹配单一字符a或b或 ...
分类:编程语言   时间:2021-01-13 11:02:54    阅读次数:0
Vue基础&进阶开发教程源码
一. Vue是什么 Vue (pronounced /vju?/, like view) is a progressive framework for building user interfaces. Vue (读音 /vju?/,类似于 view) 是一套用于构建用户界面的渐进式(优秀的可定制化 ...
分类:其他好文   时间:2021-01-13 10:57:24    阅读次数:0
linux系统下的nginx配置文件
user root; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { #use epoll; worker_connections 65535; } http ...
分类:系统相关   时间:2021-01-13 10:45:25    阅读次数:0
19.JWT
JWT """ 1、组成: header.payload.signature 头.载荷.签名 2、距离: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VybmFtZSI6Im93ZW4iLCJleHAiOjE1NTgzMDM1 ...
分类:其他好文   时间:2021-01-13 10:31:37    阅读次数:0
28704条   上一页 1 ... 36 37 38 39 40 ... 2871 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!