码迷,mamicode.com
首页 >  
搜索关键字:man    ( 12069个结果
App项目测试实战(九)--Fiddler弱网测试
弱网测试 概念 在当今移动互联网盛行的时代,网络的形态除了有线连接,还有2G/3G/Edge/4G/Wifi等多种手机网络连接方式。不同的协议、不同的制式、不同的速率,使移动应用运行的场景更加丰富。 从测试角度来说,需要额外关注的场景就远不止断网、网络故障等情况了。对于弱网的数据定义,不同的应用所界 ...
分类:移动开发   时间:2021-05-25 18:37:38    阅读次数:0
spring boot配置多数据源
1、pom.xml文件 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>org.springframework. ...
分类:编程语言   时间:2021-05-24 15:52:36    阅读次数:0
计算机网络
网络类型 局域网:Local Area Network(LAN) 覆盖范围小(在10KM以内),传输速率高,成本低,误码率低,易于维护管理,使用方便灵活。 城域网:Metropolitan Area Network(MAN) 覆盖范围在几千米到即使千米不等,通常由政府或者大型集团组建,作为城市基础设 ...
分类:其他好文   时间:2021-05-24 14:37:52    阅读次数:0
Hammer and Rotor of Hammer Crusher
The main working components of the hammer crusher are hammer and rotor, which has great influence to the hammer crusher. ...
分类:其他好文   时间:2021-05-24 13:30:28    阅读次数:0
PAT Advanced 1002 A+B for Polynomials (25 分) c++语言实现(g++)
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:编程语言   时间:2021-05-24 10:17:27    阅读次数:0
linux app read kernel log (klogctl())
linux app read kernel log man klogctl: int klogctl(int type, char *bufp, int len); SYSLOG(2) Linux Programmer's Manual SYSLOG(2) NAME syslog, klogctl ...
分类:移动开发   时间:2021-05-24 09:35:18    阅读次数:0
UVA489 - Hangman Judge
题意: 思路: 大体思路类似于今天上午写的那道题。一开始把题意搞错了,后来看了一下紫书的解析之后,原来是类似于在线处理那样,对于每一次猜想都要在线判断,如果已经猜完了并且赢了就不用再处理后面的了,如果猜的次数到了也不用处理后面的了。 注意判断的位置,是处理完之前判断还是处理完之后判断要搞清楚,不然就 ...
分类:其他好文   时间:2021-05-24 09:13:26    阅读次数:0
tomcat
tomcat简介 Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中 ...
分类:其他好文   时间:2021-05-24 08:41:40    阅读次数:0
centos7系统通过crontab定时向pg数据库执行命令
1.设置环境变量 # echo 'PATH=/opt/opsmgr/web/components/postgresql96linux64.1/bin/:$PATH' >> /etc/profile # echo 'export PGPASSWORD=ytcmUUNq' >> /etc/profile ...
分类:数据库   时间:2021-05-24 08:13:18    阅读次数:0
BenchMark Disk Performance
win10 系统查看Disk 是SSD,还是机械盘还是有点麻烦,另外想知道到底性能如何,还是比较纠结,于是找款软件看看吧。 选了这款:https://osdn.net/projects/crystaldiskmark/, 最新版本 8.0.1. 1,测试C盘 2, 测试D 盘 3,测试E盘 4,测试 ...
分类:其他好文   时间:2021-05-24 07:51:37    阅读次数:0
12069条   上一页 1 ... 4 5 6 7 8 ... 1207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!