码迷,mamicode.com
首页 >  
搜索关键字:related    ( 779个结果
【总算解决了】A network-related or instance-specific error occurred while establishing a connection to SQL Server
给别人做的网站莫名其妙连接不上数据库。百度了好多,总算知道自己的错在哪了。 报 “A network-related or instance-specific error occurred while establishing a connection to SQL Server. The serv ...
分类:数据库   时间:2017-07-04 20:06:33    阅读次数:5973
ubuntu 配置 nginx + uwsgi + django 记录
部分原文:http://www.cnblogs.com/jhao/p/6071790.html 1、nginx安装 ubantu安装完Nginx后,文件结构大致为: 所有的配置文件都在 /etc/nginx下; 启动程序文件在 /usr/sbin/nginx下; 日志文件在 /var/log/ngi ...
分类:系统相关   时间:2017-07-03 14:18:35    阅读次数:273
Elasticsearch学习之深入搜索五 --- phrase matching搜索技术
1. 近似匹配 什么是近似匹配,两个句子 java is my favourite programming language, and I also think spark is a very good big data system.java spark are very related, bec ...
分类:其他好文   时间:2017-07-03 12:19:34    阅读次数:203
使用工作流更新子记录
??Ever wish you could use a workflow to update related/child records? For example, when I update the address on an account, update the address on all ...
分类:其他好文   时间:2017-07-01 00:11:01    阅读次数:202
CAT3 SAP tcode - Time Sheet: Display Times
CAT3 SAP tcode - Time Sheet: Display Times CAT3 (Time Sheet: Display Times) is a standard SAP transaction code available within R/3 SAP systems depend ...
分类:其他好文   时间:2017-06-30 18:03:59    阅读次数:193
Watson Product
This article will discuss Watson related products or services. 1. Watson Explorer Analytic Components 2. Watson Explorer Foundation Components 3. Cont ...
分类:其他好文   时间:2017-06-30 13:47:37    阅读次数:177
三个节点免密通信
只有两个节点时,互相将id_rsa.pub复制到对端的.ssh目录下并改名为authorized_keys即可但是一般会搭建3个节点,即1个master,2个slave,那么又该如何设置呢首先,在master上生成秘钥对,将id_rsa.pub分别复制到两个slave节点的.ssh下,并改名为aut ...
分类:其他好文   时间:2017-06-27 10:56:18    阅读次数:126
JVM 参数调整
一、JVM内存空间概览 Java虚拟机使用的内存块包含 栈空间Stack 、堆空间 Heap Memory 、永久区 Perm Gen(related to method area) 堆空间(Heap Memory)包含 初生代Eden Gen、两个幸存代Survivor Gen (S1 S2)、老 ...
分类:其他好文   时间:2017-06-25 18:35:23    阅读次数:165
centos7.0 关闭防火墙
1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动firewall-cmd --state #查看默认防火墙状态(关闭后显示notru ...
分类:其他好文   时间:2017-06-24 10:12:10    阅读次数:190
iptables的filter表的几个关键行
做个备忘,*filter:INPUTACCEPT[0:0]:FORWARDACCEPT[0:0]:OUTPUTACCEPT[0:0]-AINPUT-mstate--stateESTABLISHED,RELATED-jACCEPT-AINPUT-picmp-jACCEPT-AINPUT-ilo-jACCEPT-AINPUT-mstate--stateNEW-mtcp-ptcp--dport22-jACCEPT-AINPUT-jREJECT--reject-withicmp-host-prohibite..
分类:其他好文   时间:2017-06-23 15:37:57    阅读次数:165
779条   上一页 1 ... 36 37 38 39 40 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!