localhost

127.0.0.1 Will not work in IE 11

痞子三分冷 提交于 2020-01-03 08:06:01
问题 I have upgraded to Windows 8.1 pro and 127.0.0.1 and my local IP will not resolve to to the IIS 8.5 start page but localhost will. But it all works in Firefox and Chrome. I have no idea how to fix this it shows no errors other than this: This page can’t be displayed Make sure the web address 127.0.0.1 is correct. Look for the page with your search engine. Refresh the page in a few minutes. Could some one help me figure this out? Never mind I got it working I figured it out had to turn off new

How to make my folder in localhost as a executable file?

自闭症网瘾萝莉.ら 提交于 2020-01-03 06:32:29
问题 I have a folder in the localhost (local server folder) and what I want is to make it as an executable file where if you click that executable file, it will directly open to the web browser and also have its database. 回答1: You can't make a folder an executable file. But if I understand your concern correctly. You can follow this step. Open your page in a browser (e.i Chrome) Click the Option Button on right upper corner of the browser (the 3 vertical dot icon - atleast in my case. ). On More

href用法理解

ⅰ亾dé卋堺 提交于 2020-01-03 05:32:03
<a href="./" class="logo"> <img src="img/logo2.png"> </a> href是a标签的一个属性,用于链接一个新的请求地址, ./ 代表相对于当前的url的上一级。 举个例子, http://localhost:8080/ssm1/login 点击这个图片之后 http://localhost:8080/ssm1/ 这样就实现了返回主页的效果了. href=“#” 代表链接到当前页面 ,也就是url= http://localhost:8080/ssm1/login # ,实现一次刷新。 多了一个#号,不影响资源请求 href=“” 也是链接到当前页面 url= http://localhost:8080/ssm1/login href="./index.jsp" http://localhost:8080/ssm1/login 先 http://localhost:8080/ssm1 / 后 http://localhost:8080/ssm1 /index.jsp href="index.jsp" http://localhost:8080/ssm1/login 直接将login替换为 http://localhost:8080/ssm1 /index.jsp href作用是改变url的值,并且是改变当前最近一级的目录的值, " "

【Linux】别名

大兔子大兔子 提交于 2020-01-03 05:18:34
别名就是一种快捷方式,以省去用户输入一长串命令的麻烦。 别名有多种实现方式,可以使用函数,也可以使用alias命令 注意:alias命令的作用只是短暂的。一旦终端关闭,别名则失效,如果要让别名永久生效,需要添加到~/.bashrc 案例 1.建立 一个别名pl,使用该别名可以ping本地 [root@localhost test]# alias pl='ping localhost' [root@localhost test]# pl PING localhost (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.400 ms 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.375 ms 64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.465 ms 64 bytes from localhost (127.0.0.1): icmp_seq=4 ttl=64 time=0.362 ms 64 bytes from localhost (127.0.0.1): icmp_seq=5 ttl=64

localhost is not opening in firefox but working fine in IE8

主宰稳场 提交于 2020-01-03 04:58:08
问题 i am working in a apache web application. i completed a project with this and its working fine in IE8. Now i tried this same in firefox ,opera and chrome it results the source code. when i typed http://localhost/, it results, <html> <head> <title>X2A.biz</title> <script type="text/javascript"> window.location.href = "../pages/X2AFrame.htm" </script> </head> <body> </body> </html> i tried with html transitional doc type also. In X2AFrame.htm, i have frameset. can any one help in this? pls...

How can I make my Lambda function talk to a server running on my local machine?

自作多情 提交于 2020-01-03 02:23:29
问题 I am creating a Lambda function that makes a call to some functionality on my server. I would like to test the Lambda function against a local instance of my server, so that I don't have to deploy to AWS in order to test run the whole flow. Is there any way to call my local machine's development server from inside Lambda without having to keep deploying to AWS (or some other remote server)? 回答1: This may be possible if you set up a VPN or Direct Connect between your VPC and your local network

正则表达式练习

百般思念 提交于 2020-01-03 00:00:36
1、什么是正则表达式 正则表达式由普通字符和元字符组成的表达式, 通过此模式,用来匹配特定的内容。普通字符包括大小写的字母和数字。元字符,是一些特殊符号,这些字符并不表示字面上的含义, 而会被解释为一些特定的含义.正则表达式区分大小写。正则表达式主要用于简化管理员的工作负担。 2、正则表达式分类 1、基本的正则表达式(Basic Regular Expression 又叫 Basic RegEx 简称 BREs) 2、扩展的正则表达式(Extended Regular Expression 又叫 Extended RegEx 简称 EREs) 3、Perl 的正则表达式(Perl Regular Expression 又叫 Perl RegEx 简称 PREs) 说明:只有掌握了正则表达式,才能全面地掌握 Linux 下的常用文本工具(例如:grep、egrep、GUN sed、 Awk 等) 的用法 i.匹配字符: . :匹配任意单个字符 [ ]:匹配指定范围内的任意单个字符 [^ ]:匹配指定范围i外的任意单个字符(出现在[ ]中的^代表排除) 例: 1 匹配行首字符为数字的 [^ ] ^出现在[]内 代表排除“非” 举例:[^0-9] 排除纯数字 [^a-z] 排除纯字母 [0-9]: 数字 [a-z]:小写字母 [A-Z]:大写字母 touch a { 1. .3 } c

Symantec Backup Exec 2010 安装报 bad ELF interpreter: No such file or directory

瘦欲@ 提交于 2020-01-02 15:22:23
在64位的Red Hat Enterprise Linux Server release 6.6上安装Symantec Backup Exec 2010时, 遇到下面错误: # ./installralus ./installralus: ../perl/Linux/bin/perl: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 出现这个错误是因为64位系统中安装32位应用程序(Symantec Backup Exec 2010的32位安装应用程序,如果是64位应用程序,就不会遇到这个问题),需要在64位系统中安装32位相关包。安装下面包即可解决这个问题。 yum install glibc.i686 在安装过程中,还遇到下面错误: Enter the system names separated by spaces on which to install RALUS: (MyLNX8) Checking system communication: Attempting /usr/bin/rsh with MyLNX8 ........................................................................... Cannot /usr

WCF Restful 服务 Get/Post请求

廉价感情. 提交于 2020-01-02 02:01:01
Restful Get方式请求: Restful服务 Get请求方式: http://localhost:10718/Service1.svc/Get/A/B/C http://localhost:10718/Service1.svc 服务地址;Get 方法名;A,B,C分别为三个String参数的值。 请求所得数据将在页面显示如图: 1.返回值得类型会自行序列化成XML显示在页面 2. http://localhost:10718/Service1.vsc/Get?StrA=A&StrB=B&StrC=C 代码实现: 简单示例:一个查询方法,获取三个参数,并将得到的参数显示到页面 1.接口契约 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Runtime.Serialization; 5 using System.ServiceModel; 6 using System.ServiceModel.Web; 7 using System.Text; 8 9 namespace WcfService1 10 { 11 [ServiceContract] 12 public interface IService1 13 { 14

WAMP server, localhost is not working

喜你入骨 提交于 2020-01-02 01:10:09
问题 My WAMP server localhost was broken when my Windows 7 updates automatically. My port 80 is already used by IIS server. I searched on website, many people suggested that I need to change the port 80 to port 8080 or something difference. I updated Listen:80 to Listen:8080 and ServerName localhost to ServerName localhost:8080 . But it is still not working and leaves me a blank page. Can anyone help me to solve this problem? 回答1: Goto This link its working.. http://www.ttkalec.com/blog/resolving