<url-pattern>/*</url-pattern> The /* on a servlet overrides all other servlets, including all servlets provided by the servletcontainer such as the de ...
分类:
移动开发 时间:
2018-05-30 01:18:55
阅读次数:
222
公司电脑CentOS系统突然断电,开机后,无法进入系统。查看系统log如下: mount: mount /dev/mapper/cl-root on /sysroot failed:Structure needs cleaning. XFS(dm-0): Metadata corruption de ...
分类:
Web程序 时间:
2018-05-30 00:18:57
阅读次数:
842
sgu 299 题意:给你n个线段,然后问你能不能选出其中三个组成一个三角形,数字很大 收获:另一个大整数模板 #include<bits/stdc++.h> #define de(x) cout<<#x<<"="<<x<<endl; #define dd(x) cout<<#x<<"="<<x<< ...
分类:
其他好文 时间:
2018-05-29 19:42:12
阅读次数:
153
本片文章主要是对pickle官网的阅读记录。 The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the p ...
分类:
编程语言 时间:
2018-05-26 13:59:09
阅读次数:
308
使用yum安装 为什么要使用yum安装? 答:安装十分方便,几乎不需要别的操作,只需要一个yum命令就可以完成所有的安装过程。 yum -y install lrzsz 要有网络才行 输入命令:rz启动文件上传 手动编译安装 1、下载安装包,wget https://ohse.de/uwe/rele ...
分类:
Web程序 时间:
2018-05-25 13:30:18
阅读次数:
242
邂逅明下 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 5668 Accepted Submission(s): 2653 Problem De ...
分类:
其他好文 时间:
2018-05-25 11:02:49
阅读次数:
162
SGU 296 题意:给你一个最多1000位的数,让你删除k位使得剩下的数最大 收获:贪心 #include<bits/stdc++.h> #define de(x) cout<<#x<<"="<<x<<endl; #define dd(x) cout<<#x<<"="<<x<<" "; #defi ...
分类:
其他好文 时间:
2018-05-23 02:09:23
阅读次数:
176
1. 安装上传/.下载软件 a) cd /tmp wget http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz tar zxvf lrzsz-0.12.20.tar.gz && cd lrzsz-0.12.20 ./configure && ma ...
分类:
Web程序 时间:
2018-05-22 17:19:14
阅读次数:
301
u-boot的启动、编译过程和命令添加MCU:s5pv210开发板:unsp210u-boot:1.3.4一、简介U-Boot是一种支持多架构,多操作系统的Bootloader(启动引导程序)u-boot目前最新版本是:http://ftp.denx.de/pub/u-boot/二、启动过程嵌入式Bootloader的启动过程可以分为单阶段(Single-Stage)和多阶段(Multi-Stag
分类:
其他好文 时间:
2018-05-20 19:26:23
阅读次数:
172
SGU 404 题意:。。 收获:取模 #include<bits/stdc++.h> #define de(x) cout<<#x<<"="<<x<<endl; #define dd(x) cout<<#x<<"="<<x<<" "; #define rep(i,a,b) for(int i=a; ...
分类:
其他好文 时间:
2018-05-20 13:01:16
阅读次数:
203