#include<stdio.h>include<string.h>voidprint(chararr[]){intnum=strlen(arr);intend=num-1;for(intstart=0;start<=end;start++){printf("%c\n",arr[start]);}}intmain(){chararr[]="
分类:
其他好文 时间:
2020-10-22 23:03:54
阅读次数:
28
转自:https://www.cnblogs.com/linfeng-learning/p/9285547.html 目录 1. Linux内核自解压过程 2. Linux内核启动准备阶段 3. Linux内核初始化阶段 3.1 start_kernel函数的主要工作 3.2 start_kerne ...
分类:
系统相关 时间:
2020-10-22 22:38:56
阅读次数:
34
@echo off :: 获取管理员权限 %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit @echo b ...
分类:
数据库 时间:
2020-10-22 22:34:44
阅读次数:
33
在 Spring 框架中使用 Dubbo 参考网址 http://dubbo.apache.org/zh-cn/ Dubbo 官网 http://dubbo.apache.org/zh-cn/docs/user/quick-start.html Dubbo 文档 框架组成 spring 5.1.3 ...
分类:
编程语言 时间:
2020-10-22 22:16:53
阅读次数:
20
配置 factories 文件,然后 让 spring 去扫描到 ...
分类:
编程语言 时间:
2020-10-21 20:25:20
阅读次数:
21
inux下TCP/IP及内核参数优化有多种方式,参数配置得当可以大大提高系统的性能,也可以根据特定场景进行专门的优化,如TIME_WAIT过高,DDOS攻击等等。如下配置是写在sysctl.conf中,可使用sysctl -p生效,相关参数仅供参考,具体数值还需要根据机器性能,应用场景等实际情况来做 ...
分类:
其他好文 时间:
2020-10-20 16:27:09
阅读次数:
23
Router#shrunBuildingconfiguration...Currentconfiguration:2422bytes!!Lastconfigurationchangeat11:32:24UTCFriOct162020byvxiadminversion15.1servicetimestampsdebugdatetimemsecservicetimestampslogdatetimem
分类:
系统相关 时间:
2020-10-19 22:53:25
阅读次数:
26
开源日志收集Exceptionless简单使用 weixin_30463341 2018-06-07 18:30:00 124 收藏 文章标签: python 大数据 java 版权 这两天在研究一个开源的日志收集工具Exceptionless 官网地址:https://exceptionless. ...
一,web_link()模拟点击超链接(get请求) 二,web_url()模拟请求网页(getq请求) 三,web_submite_form()POST请求,用于数据提交,form表单 四,web_submite_date()POST请求,用于数据提交 五,lr_think_time()等待时间 ...
分类:
其他好文 时间:
2020-10-19 22:27:38
阅读次数:
22