Ubuntu16.04.5desktop基本配置及远程桌面1基本安装略2基本设置2.1安装ssh服务sudoapt-getinstallopenssh-serversudoservicesshdstatus#查看状态,默认已启动;记住用户名密码,可以远程ssh连接;2.2查看系统版本netc@Ubuntu:~$uname-aLinuxUbuntu4.15.0-34-generic#37~16.04
分类:
系统相关 时间:
2018-09-23 11:49:47
阅读次数:
788
<!doctype html> <!doctype html> <html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <head> <meta http-equiv ...
分类:
Web程序 时间:
2018-08-22 18:24:08
阅读次数:
222
1.jsp页面: <% String flag = (String)session.getAttribute("flag")==null?"":(String)session.getAttribute("flag"); String name = ""; String password = ""; ...
分类:
编程语言 时间:
2018-05-27 23:41:28
阅读次数:
251
1、导入两个js文件 1)、jquery-1.4.js 2)、jquery.cookie.js 2、login.jsp页面 ...
分类:
Web程序 时间:
2018-01-31 20:12:54
阅读次数:
308
TortoiseGit在提交时总数会提示你输入用户名密码,非常麻烦。 ...
分类:
其他好文 时间:
2017-11-29 11:37:36
阅读次数:
291
<html> <head> <title></title> </head> <meta charset="utf-8"> <body> 用户名<input type="text" name="userName" id="userName" value="" /><br /> 密码 <input ty ...
分类:
其他好文 时间:
2017-05-25 18:20:58
阅读次数:
258
1. 从网上下载jquery.cookie.js,拷贝到应用程序中。 2. 登录页面(login.jsp)导入jquery.cookie.js <script type="text/javascript"> $(function(){ var n = $.cookie('username'); va ...
分类:
编程语言 时间:
2017-01-14 17:27:17
阅读次数:
195
String namesp = request.getParameter("namesp");String number = request.getParameter("number");Cookie cookie1 = new Cookie("namesp"+1,namesp);Cookie co ...
分类:
其他好文 时间:
2016-10-31 00:19:13
阅读次数:
151
转载自:http://blog.csdn.net/aspnet_lyc/article/details/12030039?utm_source=tuicool&utm_medium=referral Jquery将用户名密码存储到cookie中 需要导入jquery.js和jquery.cookie ...
分类:
Web程序 时间:
2016-08-19 18:44:43
阅读次数:
173