Integer 缓存 点击查看结果 Integer 源码 / Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved. ORACLE PROPRIETARY/CONFIDENTIAL. Use is su ...
分类:
其他好文 时间:
2018-12-09 21:05:26
阅读次数:
119
第10周编程总结 1).实验代码 #include<stdio.h> int main() { int n,sum = 0; while(1){ scanf("%d",&n); if(n<=0){ break; } if(n%2!=0){ sum += n; } } printf("%d\n",su ...
分类:
其他好文 时间:
2018-12-08 22:35:12
阅读次数:
164
打开终端 命令: 输入密码: 显示: 这里头部显示i的表明你已经安装了该字体(我已经安装了)。 如果不是请执行: 安装完后后重启idea即可 ...
分类:
其他好文 时间:
2018-12-08 16:16:14
阅读次数:
125
1.马男波杰克 (文件名字为atool)网址:http://www.atool.org/steganography.php 搜一下atool在线工具既能得到flag 2.血小板天下第一可爱 得到的二维码扫一下得到base64密文信息,然后decode lsb解密脚本下载:https://github ...
分类:
其他好文 时间:
2018-12-07 20:56:46
阅读次数:
399
命令:useradd;usermod;userdel;id;groupadd;groupmod;groupdel;groupmems;gpasswd;groups;chfn;finger;chage;chpasswd;newusers;pwconv;su;newgrp;authconfig;mail;scp;pwck;grpck;vigr;vipw;lsb_release相关目录/etc/shad
分类:
其他好文 时间:
2018-12-05 22:56:33
阅读次数:
219
荔枝派Licheepi nano,基于大神的裸机程序移植ZLG_GUI和3D旋转立方体 ...
分类:
其他好文 时间:
2018-12-02 13:41:35
阅读次数:
947
bash的配置文件 一、shell的两种登录方式: 1、交互式登录: (1)直接通过终端输入账号密码登录 (2)使用“su UserName” 切换的用户 执行顺序:/etc/profile /etc/profile.d/ .sh ~/.bash_profile ~/.bashrc /etc/bas ...
分类:
其他好文 时间:
2018-12-02 01:19:33
阅读次数:
292
Linux 的基础命令的操作 显示日期和时间:date 显示日历:cal 简单好用的计算机:bc 1.显示日期: date +%Y/%m/%d 2018/09/01 date +%H:%M 14:26 2.显示日历 cal December 2018 Su Mo Tu We Th Fr Sa 1 2 ...
分类:
系统相关 时间:
2018-12-01 00:03:07
阅读次数:
168
C. Multi-Subject Competition time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Multi-Su ...
分类:
其他好文 时间:
2018-11-30 22:35:28
阅读次数:
333