码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
Android application backup
警告 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
idea mac 快捷键
Mac键盘符号和修饰键说明 ? Command ? Shift ? Option ? Control ?? Return/Enter ? Delete ? 向前删除键(Fn+Delete) ↑ 上箭头 ↓ 下箭头 ← 左箭头 → 右箭头 ? Page Up(Fn+↑) ? Page Down(Fn+ ...
分类:系统相关   时间:2019-04-01 00:45:17    阅读次数:179
2019“嘉韦思杯”3.30初赛一部分Write Up
同学们TQL。佩服 "李长兴" 同学的超神瓜皮思维。 一、 "飞虎队(希尔密码)" 本题是我今天大部分时间的花费处。先百度学习了希尔密码,然后尝试手动计算逆矩阵和矩阵乘法,还求助于线性代数课本,可谓苦不堪言。 做题千万条,数学第一条。线代学不好,老师两行泪。 简要介绍希尔密码 希尔密码是以矩阵的线性 ...
分类:其他好文   时间:2019-03-30 23:56:53    阅读次数:486
4.DHCP与PRE
如何配置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
Leetcode167-Two Sum II Input array is sorted-Easy
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 uva
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 的常用快捷键及插件(前端)
一、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
3.24网络攻防选拔题部分write up
20175221 3.24网络攻防选拔题部分write up Q1:百度一下,你就知道 解压题目得到一个文件夹和一个网址 打开文件夹,有三张图片 用winhex和stegsolve查看三张图片,没有发现异常。Kali里面binwalk跑一下,也没有隐藏文件。不太像隐写题,可能是web,将目标移到网址 ...
分类:其他好文   时间:2019-03-29 22:21:11    阅读次数:350
liunx top命令详解
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
Ext.js给form加背景图片
{ iconCls: 'zyl_icons_showdetail', tooltip: '查看', handler: function(gridView, rowIndex, colIndex) { var rowInfo = gridView.up('grid... ...
分类:Web程序   时间:2019-03-29 14:45:23    阅读次数:173
7825条   上一页 1 ... 91 92 93 94 95 ... 783 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!