警告 AndroidMenifest中application标签下android:allowBackup="true"时,会警告: Warning:On SDK version 23 and up, your app data will be automatically backed up and ...
分类:
移动开发 时间:
2019-04-02 10:50:31
阅读次数:
271
Mac键盘符号和修饰键说明 ? Command ? Shift ? Option ? Control ?? Return/Enter ? Delete ? 向前删除键(Fn+Delete) ↑ 上箭头 ↓ 下箭头 ← 左箭头 → 右箭头 ? Page Up(Fn+↑) ? Page Down(Fn+ ...
分类:
系统相关 时间:
2019-04-01 00:45:17
阅读次数:
179
同学们TQL。佩服 "李长兴" 同学的超神瓜皮思维。 一、 "飞虎队(希尔密码)" 本题是我今天大部分时间的花费处。先百度学习了希尔密码,然后尝试手动计算逆矩阵和矩阵乘法,还求助于线性代数课本,可谓苦不堪言。 做题千万条,数学第一条。线代学不好,老师两行泪。 简要介绍希尔密码 希尔密码是以矩阵的线性 ...
分类:
其他好文 时间:
2019-03-30 23:56:53
阅读次数:
486
如何配置IP地址 使用net-tools $ sudo ifconfig eth1 10.0.0.1/24 $ sudo ifconfig eth1 up 使用Iproute2 $ sudo ip addr add 10.0.0.1/24 dev eth1 $ sudo ip link set up ...
分类:
其他好文 时间:
2019-03-30 18:45:34
阅读次数:
160
Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function ...
分类:
其他好文 时间:
2019-03-30 17:22:24
阅读次数:
163
ShellSort He made each turtle stand on another one's back And he piled them all up in a nine-turtle stack. And then Yertle climbed up. He sat down on ...
分类:
系统相关 时间:
2019-03-30 10:37:28
阅读次数:
135
一、vs code 的常用快捷键 1、注释: a) 单行注释:[ctrl+k,ctrl+c] 或 ctrl+/ b) 取消单行注释:[ctrl+k,ctrl+u] (按下ctrl不放,再按k + u) c) 多行注释:[alt+shift+A] d) 多行注释:/** 2、移动行:alt+up/do ...
分类:
其他好文 时间:
2019-03-30 10:23:08
阅读次数:
244
20175221 3.24网络攻防选拔题部分write up Q1:百度一下,你就知道 解压题目得到一个文件夹和一个网址 打开文件夹,有三张图片 用winhex和stegsolve查看三张图片,没有发现异常。Kali里面binwalk跑一下,也没有隐藏文件。不太像隐写题,可能是web,将目标移到网址 ...
分类:
其他好文 时间:
2019-03-29 22:21:11
阅读次数:
350
1,当前服务器时间,up,服务器离上一次重启过了多久,多少个用户在使用,cpu平均负载,grep 'core id' /proc/cpuinfo | sort -u | wc -l ,一般来说4个,你跑到4代表跑满了,网上经验说 跑到0.7 2,task,总任务数量,在运行的,睡眠的,停止的,僵尸进 ...
分类:
其他好文 时间:
2019-03-29 19:26:08
阅读次数:
143
{ iconCls: 'zyl_icons_showdetail', tooltip: '查看', handler: function(gridView, rowIndex, colIndex) { var rowInfo = gridView.up('grid... ...
分类:
Web程序 时间:
2019-03-29 14:45:23
阅读次数:
173