开发者

In which language is made a page ".shl"? [closed]

It's开发者_如何学运维 difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

Pages like this:

http://info.abril.com.br/noticias/carreira/ibm-da-curso-gratuito-de-ingles-a-distancia-06092010-37.shl

are make in which language? Is "shl" a language? I didn't found more about..


File extensions on the web can be misleading. Webservers can be configured to treat extensions any way they want. There's nothing stopping a webmaster from naming all their HTML files ".exe" and calling their PHP scripts ".aspx"

Check that server's output headers. maybe there's a language signature. e.g. PHP can put in an "X-Powered-By" header if the webmaster so chooses.


It doesn't have to be a specific language, it depends on the configuration of the webserver. I would hunt for clues on the page, as the file extension is no help concerning finding out the underlying technology.


Well all webpages - including the example page you link to - are written in HTML and javascript. What the server-side language is that generates (or simply returns) that HTML and javascript could be practically anything.

However, the file ending .shl doesn't necessarily mean the server side language is .shl related. You can have your URLs ending with anything you like.

As far as what .shl file extension might be, I don't know. A google search throws up this: "Inno Setup String Tables file format" but i have no idea what this is.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜