码迷,mamicode.com
首页 >  
搜索关键字:port    ( 23009个结果
053-563
How many individual archive-log destination directories are supported by Oracle Database11g?A. 7B. 1C. 10D. 11E. 21 Oracle provides support for up to ...
分类:其他好文   时间:2017-11-08 17:31:51    阅读次数:136
python测接口
import requests import unittest import HTMLTestRunner class interface(unittest.TestCase): def setUp(self): pass def test_case1(self): url = 'http://ww... ...
分类:编程语言   时间:2017-11-08 14:53:43    阅读次数:171
避免创建不必要的对象
import java.util.Calendar;import java.util.Date; public class Person { private final Date birthDate = new Date(); //重复创建对象 public boolean slow () { Ca ...
分类:其他好文   时间:2017-11-08 14:51:24    阅读次数:104
为什么 window.location.search 为空?
1,什么是window.location?示例 URL:http://b.a.com:88/index.php?name=kang&when=2011#first 属性含义值 protocol: 协议 "http:" hostname: 服务器的名字 "b.a.com" port: 端口 "88" ...
分类:Windows程序   时间:2017-11-08 13:22:36    阅读次数:169
python3抓取超链接
import reimport urllib.request#(http://\S*?)[\"] 提取不带"#http://\S*?[\"] 提取的时候带"#\S非空字符 *0-多个 ?非贪婪 \"|>|)三个符号其中之一为结束httpre=re.compile(r"(http://\S*?)[\" ...
分类:编程语言   时间:2017-11-08 00:56:03    阅读次数:216
Spring mvc配置文件
SpringMVC是一个基于DispatcherServlet的MVC框架,每一个请求最先访问的都是DispatcherServlet,DispatcherServlet负责转发每一个Request请求给相应的Handler,Handler处理以后再返回相应的视图(View)和模型(Model),返 ...
分类:编程语言   时间:2017-11-08 00:50:05    阅读次数:188
C. Bertown Subway
C. Bertown Subway The construction of subway in Bertown is almost finished! The President of Berland will visit this city soon to look at the new subw ...
分类:其他好文   时间:2017-11-07 23:54:08    阅读次数:222
日期共通类实现
我们经常会遇到日期的处理需求,以下是工作中编写的日期共通类 ...
分类:其他好文   时间:2017-11-07 22:13:35    阅读次数:186
Linux按照CPU、内存、磁盘IO、网络性能监测
转自:http://blog.csdn.net/joeyon1985/article/details/46682939 系统优化是一项复杂、繁琐、长期的工作,优化前需要监测、采集、测试、评估,优化后也需要测试、采集、评估、监测,而且是一个长期和持续的过程,不 是说现在优化了,测试了,以后就可以一劳永 ...
分类:系统相关   时间:2017-11-07 22:08:15    阅读次数:270
wriesharek同时监听多个端口
之前的文章《wireshark解析自定义的protobuf协议》 ,当时只监听了一个端口,而如果游戏同时有二个 socket 连接,比如一个是网关另外一个是其它的,怎么办呢? for i,port in ipairs(tcp_port) do tcp_port_table:add(port, m_M... ...
分类:其他好文   时间:2017-11-07 22:05:44    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!