码迷,mamicode.com
首页 >  
搜索关键字:change ipv6    ( 8534个结果
How to Change Password Complexity Requirements in Windows XP
Original Link:http://www.ehow.com/how_4812793_password-complexity-requirements-windows-xp.html#ixzz32PEZAbOnWhen you create a new account in Windows X...
分类:Windows程序   时间:2014-05-26 23:40:52    阅读次数:473
GQ Tubular Centrifuge
Analogous to change in technology and the ever-increasing pollutants in the atmosphere, home air filtering technology has undergone a massive change. ...
分类:其他好文   时间:2014-05-26 16:36:00    阅读次数:288
不关闭seLinux解决vsftpd服务本地用户不能登录问题(500 OOPS: cannot change directory:/home/***)
这里不讲vsftpd的基本配置,网上教程已经太多了。这里只说seLinux的问题。日前在CentOS6.5中安装了vsftpd,按照网上搜索的教程,配置好/etc/vsftpd/vsftpd.conf,重新启动后,登录实验,又出现了著名的不能设置主目录错误:500 OOPS: cannot chan...
分类:系统相关   时间:2014-05-26 06:40:58    阅读次数:468
当用Myeclipse8.6集成开发环境,进行JavaWeb项目开发的时候,用集成开发环境中的run Server进行程序调试时,出现如下错误解决方案
Several ports(8080,8009)required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a system process may be using the port, To start this server you will need to stop the other process or change t...
分类:编程语言   时间:2014-05-26 03:41:22    阅读次数:364
Oracle笔记之权限管理
权限管理 1,默认的三个用户 2,创建用户 3,授权,撤销权限 4,系统权限与对象权限 5,角色 6,通过角色对权限进行管理 7,权限的传递,丢失管理员密码怎么办 3个默认的用户     用户名        密码     sys            change_on_install     system      manager     scott    ...
分类:数据库   时间:2014-05-25 01:57:04    阅读次数:368
lib curl 使用
linux下curl编程   LibCurl是免费的客户端URL传输库,支持FTP,FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE ,LDAP等协议,其主页是http://curl.haxx.se/。Libcurl具备线程安全、IpV6兼容、易于使用的特点。本文档主要介绍LibCurl在http协议方面的应用。 HTTP协议...
分类:其他好文   时间:2014-05-24 20:34:28    阅读次数:461
ImLazy(ruby)
ImLazy是个人使用的小程序,抽时间在公司写了个ruby版本,未完成equals_verb# To change this template, choose Tools | Templates# and open the template in the editor.require "SDK/ve...
分类:其他好文   时间:2014-05-24 12:51:59    阅读次数:496
二进制查找树转换为双向链表
完全按照海涛哥剑指offer里边的递归思路来写的,基本一样,仅作学习验证,努力锻炼,努力学习!code如下: //Change a BSTree to a sorted double linklist struct BSTreeNode { int value; BSTreeNode *left; BSTreeNode *right; }head; //Create a node of...
分类:其他好文   时间:2014-05-22 10:23:27    阅读次数:237
oracle SQL in plsql
刚安装好的oracle和plsql,以oracle11g为例1、刚安装好后有两个默认的系统账号和初始密码:sys/change_on_install,system/manager2、如果忘记了或不知道密码,可进入sqlplus中直接修改 用户名:sqlplus /as sysdba 密码:(空).....
分类:数据库   时间:2014-05-21 19:12:37    阅读次数:367
定制django admin页面的跳转
在django admin的 change_view, add_view和delete_view页面,如果想让页面完成操作后跳转到我们想去的url,该怎么做默认django admin会跳转到changelist_view页面------------------------------下面的代码是d...
分类:其他好文   时间:2014-05-21 05:31:25    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!