码迷,mamicode.com
首页 >  
搜索关键字:telnet 不是内部或外部命令    ( 3163个结果
[Tomcat] —— Tomcat安全设置
1.关闭服务器端口:server.xml默认有下面一行: 这样允许任何人只要telnet到服务器的8005端口,输入"SHUTDOWN",然后回车,服务器立即就被关掉了。从安全的角度上考虑,我们需要把这个shutdown指令改成一个别人不容易猜测的字符串,可以同时把端口也改了。例如修改如下: 这样就...
分类:其他好文   时间:2014-10-08 17:39:15    阅读次数:171
PHP框架 Yii framework 用yiic命令时提示“php.exe”不是内部或外部命令
原因是 Yii 自带的yiic.bat 找不到php.exe.解决方法: 用notepad++打开yii/framework/yiic.bat,修改if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe→→→ if "%PHP_COMMAND%" == ""...
分类:Web程序   时间:2014-10-05 19:06:48    阅读次数:162
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 4
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/core.clj E2E Process Now it's time to put the stuff altogether. The body of the core c...
分类:Web程序   时间:2014-10-05 18:36:28    阅读次数:191
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 2
Based on the draft, the data models can be built of 3 major units: 1. Room...
分类:Web程序   时间:2014-10-05 17:54:18    阅读次数:215
A Room-Escape game made by Clojure, playing with telnet and pure-text commands - Part 1
Code path: https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:Web程序   时间:2014-10-05 17:44:38    阅读次数:269
[Clojure] A Room-Escape game, playing with telnet and pure-text commands - Part 3
Code Path: https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/script.clj Extract Story to TXT In order to move the story from .clj into .txt, I lever...
分类:Web程序   时间:2014-10-05 17:36:38    阅读次数:214
SecureCRT配色方案
SecureCRT是一款支持SSH(SSH1和SSH2)的终端仿真程序,简单的说是Windows下登录UNIX或Linux服务器主机的软件。SecureCRT支持SSH,同时支持Telnet和rlogin协议。SecureCRT是一款用于连接运行包括Windows、UNIX和VMS的理想工具。通过使...
分类:其他好文   时间:2014-10-02 02:51:42    阅读次数:348
从服务器上获得网络时间的几种方法
从服务器上获得网络时间的几种方法1. 用Net Time \\server2. NT平台用Win32 API函数:NetRemoteTOD3. 用文件的创建时间在服务器的共享文件夹下创建新文件,取新文件的创建时间。4. 用HTTP协议头,有服务器的时间5. 使用Telnet,取返回值Telnet S...
分类:其他好文   时间:2014-09-30 21:33:10    阅读次数:368
PHP的curl实现get,post 和 cookie
类似于dreamhost这类主机服务商,是显示fopen的使用 的。使用php的curl可以实现支持FTP、FTPS、HTTP HTPPS SCP SFTP TFTP TELNET DICT FILE和LDAP。curl 支持SSL证书、HTTP POST、HTTP PUT 、FTP 上传,kerb...
分类:Web程序   时间:2014-09-28 10:37:11    阅读次数:238
Telnet无需验证直接关闭Tomcat
简述如何使用Telnet一键关闭Tomcat...
分类:Web程序   时间:2014-09-27 19:22:30    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!