1.编写一个程序,输入n,求n!(用递归的方式实现)。 2.编写一个程序,有1,2,3,4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 3.编写一个程序,将text1.txt文件中的单词与text2.txt文件中的单词交替合并到text3.txt文件中。text1.txt文件中的单词 ...
分类:
编程语言 时间:
2017-10-02 09:41:03
阅读次数:
282
一、安装及安装emmet插件 首先,去sublime官网下载软件:http://www.sublimetext.com/ , 软件很小,我用的是最新版的text3,大家可以用目前稳定版text2。打开它的官网,我们就可以看到几个动画,演示sublime的强大功能。 其次,软件安装好了之后,我们来安装 ...
分类:
其他好文 时间:
2017-09-30 16:21:40
阅读次数:
394
cd/usr/lib/zabbix/externalscripts#catcheck_ssl#/bin/bash
host=$1
port=$2
end_date=`openssls_client-host$host-port$port-showcerts</dev/null2>/dev/null|
sed-n‘/BEGINCERTIFICATE/,/ENDCERT/p‘|
opensslx509-text2>/dev/null|
sed-n‘s/*NotAfter:*//p‘`
if[-n..
分类:
其他好文 时间:
2017-09-19 14:56:45
阅读次数:
373
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace text2{ class Program { stati ...
分类:
其他好文 时间:
2017-09-16 23:25:33
阅读次数:
340
一.Set 二.List public class text2 { public static void main(String[] args) { List<String> a = new ArrayList<String>(); a.add("aa"); a.add("bb"); a.add(" ...
分类:
编程语言 时间:
2017-09-08 13:25:55
阅读次数:
177
00x1 安装漏洞 install/cmsconfig.php 这几个都是可控的,并没有进行任何处理。然后传到了$text2,然后又写到了cmsconfig.php当中。 这个漏洞比较简单,直接在配置信息中填写一句话闭合就可以getshell了。 POC:"@eval($_POST['xishaon ...
分类:
其他好文 时间:
2017-08-30 16:37:36
阅读次数:
263
预备:安装emmet插件(previously known as Zen Coding) 方法一 package control法: 上一篇博客已经介绍了如何安装package control。打开sublime,mac下用command + shift + p调出命令窗口,输入install,选中 ...
分类:
Web程序 时间:
2017-08-04 18:19:06
阅读次数:
182
#############difflib##############文件差异对比示例1:importdifflibtext1=‘hellowestos‘text2=‘hellozhan‘text1_lines=text1.splitlines()text2_lines=text2.splitlines()#创建diff对象d=difflib.Differ()#采用compare方法对字符串进行比较diff=d.compare(text1_lines,text2_..
分类:
编程语言 时间:
2017-07-27 22:49:00
阅读次数:
309
#############difflib##############文件差异对比示例1:importdifflibtext1=‘hellowestos‘text2=‘hellozhan‘text1_lines=text1.splitlines()text2_lines=text2.splitlines()#创建diff对象d=difflib.Differ()#采用compare方法对字符串进行比较diff=d.compare(text1_lines,text2_..
分类:
编程语言 时间:
2017-07-27 22:31:11
阅读次数:
251
type temp struct { Afd int Bee string }func main(){ text:=temp{3123,"4234"} b._:=json.Marshal(text) var text2 temp err:=json.Unmarshal(b,&text2) fmt.P ...
分类:
其他好文 时间:
2017-07-26 18:12:23
阅读次数:
128