#include<stdio.h> int main(){ int i,j,temp,a[10]; printf("please input 10 numbers:"); for(i=0;i<10;i++) { scanf("%d",&a[i]); } printf("\n"); for(i=0;i ...
分类:
编程语言 时间:
2019-11-23 18:14:56
阅读次数:
76
按照教程上配置文件如下: var webpack=require('webpack'); var HtmlwebpackPlugin=require('html-webpack-plugin'); var ExtractTextPlugin=require('extract-text-webpack ...
分类:
Web程序 时间:
2019-11-21 14:18:03
阅读次数:
130
File artical.txt contains an article in English (please create the file by yourself and put any English article you picked in it). Assume the article ...
分类:
其他好文 时间:
2019-11-20 13:06:23
阅读次数:
67
系统 CentOS 7.7 MySQL - 5.7.28文件放置目录:/etc/文件权限:644解决问题:存储中文数据乱码 1 # For advice on how to change settings please see 2 # http://dev.mysql.com/doc/refman/ ...
分类:
数据库 时间:
2019-11-19 13:55:48
阅读次数:
142
Mysql workbench 导入csv can't analyze file 原因: workbench 识别csv第一行作为column名,column名不能为中文,所以报错。解决方法:csv第一行改为英文列名,再进行导入。 ...
分类:
数据库 时间:
2019-11-19 12:24:43
阅读次数:
719
import getpass username = input("please input your name:") password = getpass.getpass("please input the password:") fo = open("homework01.txt","a+") p ...
分类:
编程语言 时间:
2019-11-19 01:01:02
阅读次数:
85
关闭 OSX 10.11 SIP (System Integrity Protection) 功能 来源 https://cms.35g.tw/coding/%E9%97%9C%E9%96%89-osx-10-11-sip-system-integrity-protection-%E5%8A%9F% ...
分类:
其他好文 时间:
2019-11-16 17:32:27
阅读次数:
120
vue之vue cookies 安装: 使用: Api: 设置 cookie: 获取cookie 删除 cookie 查看一个cookie是否存在(通过 ) 获取所有cookie名称 来源:https://www.cnblogs.com/liuqingzheng/articles/9850874.h ...
分类:
其他好文 时间:
2019-11-15 00:05:42
阅读次数:
99
父组件通过 props 传值给子组件,子组件通过 $emit 来通知父组件修改相应的props值,子组件可以通过watch监听父组件值变化。案例如下: 1.子组件 <template> <div class="com"> <input type="text" @input="inputChange" ...
分类:
其他好文 时间:
2019-11-14 23:31:05
阅读次数:
86
一天搞定两大技术点,成就满满。 一,dockerfile 二,修改Http.py 参考URL:https://www.jianshu.com/p/beab4df088dfhttps://blog.csdn.net/jusang486/article/details/82382358https://b ...
分类:
其他好文 时间:
2019-11-13 22:14:27
阅读次数:
391