码迷,mamicode.com
首页 >  
搜索关键字:password    ( 12255个结果
PsExec.exe执行远程程序
PsExec.exe \\192.168.1.1 -u username -p password -i -d -s c:\Windows\system32\NETSTAT.exe -a
分类:其他好文   时间:2015-01-20 15:16:17    阅读次数:110
随机取6位数字和字母方法
$password = '';$chars = '123456789abcdefghjkmnpqrstuvwxyz';for($i = 0; $i < 8; $i ++) { $password .= substr ( $chars, mt_rand ( 0, strlen ( $chars ...
分类:其他好文   时间:2015-01-20 13:36:11    阅读次数:108
Android控件-EditView
1 基本使用1.1 基本使用 1.2 password 1.3 numeric 1.4 selectAllOnFocus
分类:移动开发   时间:2015-01-20 00:50:36    阅读次数:229
FNDCPASS Troubleshooting Guide For Login and Changing Applications Passwords
In this Document Goal Solution 1. Error Starting Application Services After Changing APPS Password Using FNDCPASS 2. Log In Fails With: You Don't Have Permission To Access /pls/.../fnd_icx_launch.laun...
分类:移动开发   时间:2015-01-19 17:17:24    阅读次数:467
[转]Php MySql Class
本文转自:http://www.cnblogs.com/noevil/archive/2010/11/06/1870864.htmlfalse,'host'=>'localhost:3306','username'=>'root','password'=>'','database'=>'mysql'...
分类:数据库   时间:2015-01-19 14:07:53    阅读次数:257
JXM 监控tomcat 7(含代码
1.在tomcat的server.xml中加入:2. 将jdk目录/jre/lib/management下的jmxremote.access、jmxremote.password两个文件放到 CATALINA_HOME/conf目录里面,如果没有jmxremote.password,则从JAVA_H...
分类:其他好文   时间:2015-01-19 12:40:26    阅读次数:440
Maven4_Naxus私服搭建
Nexus私服安装   第一步:下载nexus-webapp-2.9.0war包,然后拷贝到tomcat下的webapps目录中 第二步:启动tomcat 第三步:访问http://localhost:8080/nexus/显示如下:     第四步:点击右上角“log in” ,输入username:admin 和Password:admin123登录     第五步...
分类:其他好文   时间:2015-01-19 10:53:33    阅读次数:159
Java 实现AES加密
加密和解密是针对二进制进行操作的,因为代码中对结果或者参数进行了16进制、2进制转化,避免输出解密后的结果乱码。// AES加密 public static String encryptAccessToken(String content, String password) { ...
分类:编程语言   时间:2015-01-19 10:42:17    阅读次数:206
html
<html> <head> <title>myfirstblog</title> </head> <body> <inputtype="text"name="txtName"> <inputtype="password"name="txtPwd"> </body> </html>
分类:Web程序   时间:2015-01-19 06:58:49    阅读次数:164
linux下的/etc/passwd和/etc/shadow详解
linux下的/etc/passwd和/etc/shadow详解一、/etc/passwd/etc/passwd文件是一个纯文本文件,每行采用了相同的格式:name:password:uid:gid:comment:home:shellname用户登录名password用户口令。此域中的口令是加密的,常用x表示。当用户登录系统时,系统对输入的口令采取相同的算..
分类:系统相关   时间:2015-01-19 06:54:18    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!