码迷,mamicode.com
首页 >  
搜索关键字:pw    ( 279个结果
脚本安装zabbix2.2,基于centos6.6 basic server
#!/bin/bash ########################################################################################## # #0、定制配置文件所需参数 # ########################################################################################## mysql_root_pw=root_pw mysql_zabbix..
分类:其他好文   时间:2015-11-03 23:12:48    阅读次数:354
Android自动登录与记住密码
// 获取实例对象 sp = this.getSharedPreferences("userInfo", Context.MODE_WORLD_READABLE); rem_pw = (CheckBox) findViewById(R.id.cb_mima); ...
分类:移动开发   时间:2015-10-27 17:27:24    阅读次数:439
web.py释放数据库连接
参考:http://blog.sina.com.cn/s/blog_73951d180101eck0.html webpy简单易用,而且非常轻量。尤其其操作数据库非常方便。 import?web db?=?web.database(dbn=DBN,host=HOST,db=DATABASE,user=USER,pw=PASSW...
分类:数据库   时间:2015-09-13 21:44:29    阅读次数:227
serversocket和socket
public class Server { ? public static void main(String[] args) { ??Socket socket=null; ??BufferedReader br=null; ??PrintWriter pw=null; ??try { ???//创建服务器,并开放3081端口 ???Ser...
分类:其他好文   时间:2015-09-09 17:47:10    阅读次数:181
脚本安装zabbix2.2,基于centos6.6 basic server
#!/bin/bash ########################################################################################## # #0、定制配置文件所需参数 # ########################################################################################## mysql_root_pw=root_pw mysql_zabbix..
分类:其他好文   时间:2015-08-31 10:20:51    阅读次数:166
web项目加入socket
服务端: public?static?void?startSocket()?{ Socket?socket?=?null; BufferedReader?br?=?null; PrintWriter?pw?=?null; try?{ ServerSocket?server?=?new?ServerSocke...
分类:Web程序   时间:2015-08-15 16:43:53    阅读次数:117
linux批量生成密码
网上找了些资料,生成密码的工具不少,我就使用了其中一个。本人使用的市centos系统,用的是epel的源,直接yuminstallpwgen安装这个工具然后使用:[root@eric~]#pwgen-c-n-y-H pwgen:optionrequiresanargument--‘H‘ Usage:pwgen[OPTIONS][pw_length][num_pw] Optionssupportedb..
分类:系统相关   时间:2015-08-14 19:34:10    阅读次数:322
ios 网络请求总结加强对中文的处理 问题:URL不允许写中文 在GET请求中,相关代码段打断点以验证。
开发还是需要多多练习的 ,下面是一些常用的步骤: 一、简单说明 创建Get 请求 //    1.设置请求路径     NSString *urlStr=[NSString stringWithFormat:@"http://192.168.1.53:8080/MJServer/login?username=%@&pwd=%@",self.username.text,self.pw...
分类:移动开发   时间:2015-07-31 18:26:10    阅读次数:190
彗星来的那一夜 Coherence Bt种子下载地址
彗星来的那一夜 Coherence Bt种子下载地址(点击查看:如何下载本站BT种子?)(网盘广告太多的解决办法):http://www.colafile.com/file/6975509(彗星来的那一夜BD中英双字1024高清 www.xro.pw 首发.zip)彗星来的那一夜 Coherence...
分类:其他好文   时间:2015-07-31 12:47:35    阅读次数:360
原生js获取window高和宽
视口的宽和高var pw = window.innerWidth, ph = window.innerHeight; if(typeof pw != "number"){ pw = document.documentElement.clientWidth; ph = document.d...
分类:Windows程序   时间:2015-07-26 10:58:20    阅读次数:138
279条   上一页 1 ... 17 18 19 20 21 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!