码迷,mamicode.com
首页 >  
搜索关键字:servers    ( 985个结果
Forward Proxy vs Reverse Proxy
OverviewWe've talked about reverse proxy servers and how they can really be good at protecting the servers in your internal network. Lately, however, ... ...
分类:其他好文   时间:2016-11-26 02:21:36    阅读次数:240
Monitoring Processes with Supervisord
If you're interested in more of this type of content, check out the Servers for Hackers eBook! As some point you'll likely find yourself writing a scr ...
分类:其他好文   时间:2016-11-25 23:39:09    阅读次数:332
Eclipse提示Tomcat miss丢失bug:The Tomcat server configuration at \Servers\Tomcat v5.5 Server at localhost-config is missing.
Eclipse提示Tomcat miss丢失bug:The Tomcat server configuration at \Servers\Tomcat v5.5 Server at localhost-config is missing. 解决办法:eclipse-window-preferenc ...
分类:系统相关   时间:2016-11-25 17:01:22    阅读次数:402
套接字
建立链接流程 客户端:Socket socket1=new Socket("http://192.168.0.78",2016) 前面的是服务器的ip地址,为了方便测试192.168.0.78即代表自己本机就是服务器,后面的服务器端口号,正常要使用1024~65535端口号 服务器端:ServerS ...
分类:其他好文   时间:2016-11-23 11:59:11    阅读次数:106
Java面试知识的认知描述
连接池:同时操作连接数据库,创建一个连接池,池子里创建一万个数据库链接。根据系统运行情况关闭链接。高峰期链接达到最大MAX进行排队,对在用的链接实现失效时间。有几种:tomcat请求服务器(servers.xml/context.xml配置),dbcp(database connection poo ...
分类:编程语言   时间:2016-11-14 16:49:19    阅读次数:211
backup3:master 数据库的备份和还原
在SQL Server 中,master 数据库记录系统级别的元数据,例如,logon accounts, endpoints, linked servers, and system configuration settings,同时,master 数据库记录其他数据库及其文件的位置,因此,在启动S ...
分类:数据库   时间:2016-11-13 19:48:33    阅读次数:222
提升Nginx+PHP-FPM性能技巧
/etc/php-fpm.d 2.1进程数 php-fpm初始/空闲/最大worker进程数 pm.max_children = 300 pm.start_servers = 20 pm.min_spare_servers = 5 pm.max_spare_servers = 35 2.2最大处理请 ...
分类:Web程序   时间:2016-11-08 02:10:39    阅读次数:260
用pdb.set_trace()设断点,跟nova/api/openstack/compute/servers.py - detail() 流程
由 curl -s -H "X-Auth-Token: $OS_TOKEN" http://192.168.153.128:8774/v2.1/servers/detail | python -m json.tool 命令; 得到结果: { "servers": [] 注:因为servers是核心资 ...
分类:数据库   时间:2016-11-04 23:21:06    阅读次数:566
通过LDAP管理VSFTP帐户
yum install -y openldap openldap-servers openldap-clients pam_ldap nss-pam-ldapd vsftpd slappasswd #记录备用 {SSHA}70WfjeJVZhmGy0wfSUKcOGsKPgLR7/ae cp /us ...
分类:其他好文   时间:2016-11-02 14:09:30    阅读次数:268
985条   上一页 1 ... 43 44 45 46 47 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!