码迷,mamicode.com
首页 >  
搜索关键字:administrator    ( 2579个结果
pl/sql的工具导入和代码导入
工具导入:在导入的文件中添加导入工具.导入imp:F:\app\Administrator\product\11.1.0\db_1\BIN\imp.exe导出exp:F:\app\Administrator\product\11.1.0\db_1\BIN\exp.exesql插入:F:\app\Ad...
分类:数据库   时间:2014-07-16 23:12:00    阅读次数:240
解决IIS7运行ASP提示错误:An error occurred on the server when processing the URL. Please contact the system administrator
原文:解决IIS7运行ASP提示错误:An error occurred on the server when processing the URL. Please contact the system administrator 在WINDOWS7或SERVER2008上安装了IIS7,调试...
分类:Web程序   时间:2014-07-07 11:35:36    阅读次数:250
搜索引擎--范例:谈谈django--mysql数据库的一些常用命令
现在基本没有什么能离得开数据库了,django我一直用的都是mysql的数据库,这次和大家说说django--mysql数据库的一些常用命令吧1:命令行登陆mysqlC:\Users\Administrator>mysql -uroot -pEnter password: ********2:创建一...
分类:数据库   时间:2014-07-06 23:41:56    阅读次数:454
python基础学习12(核心编程第二版)部分
#-*-coding:utf-8-*-#====================#File:python#Author:python#Date:2014#====================__author__='Administrator'#pythonclass#面向对象编程oop思想,3个...
分类:编程语言   时间:2014-07-03 23:24:06    阅读次数:447
Domain 2008R2域管理员没有权限
DomainAdmins组里的用户A,在域内其他服务器“1”(非DC,2008R2系统)上没有本地管理员权限。但是默认administrator帐户有权限。添加也无法添加A到1的管理员组,描述是已经在这个组里。请问这个问题出在哪里帐户是新加到DomainAdmin组里的?注销,重新登录再试试?整个DomainAdmi..
分类:其他好文   时间:2014-07-03 14:25:03    阅读次数:178
python其他
#-*-coding:utf-8-*-#====================#File:python#Author:python#Date:2014#====================__author__='Administrator'#第6章unicode#unicode支持超过9000...
分类:编程语言   时间:2014-07-03 12:23:00    阅读次数:378
Tomcat部署记事
1.导入证书到jdk里keytool -import -alias 证书名称 -file 证书地址 -keystore 导入位置例:keytool -import -alias co3 -file C:\Users\Administrator\Desktop\1\co3_sso.cer -keyst...
分类:其他好文   时间:2014-07-03 11:32:15    阅读次数:190
python在windows下UnicodeDecodeError的解决方法
之前在windows下使用python调用某些模块时都会报错,像这样:C:\Documents and Settings\Administrator>python -m CGIHTTPServerTraceback (most recent call last): File "C:\Python2....
分类:编程语言   时间:2014-07-03 09:41:18    阅读次数:656
CodeForces 22C System Administrator 小水怡情 图论+构造
题目链接:点击打开链接 构造一个星形图+一个完全图就好了。。 #include #include #include #include #include #include #include #include using namespace std; #define inf 10000000 #define ll __int64 #define N 2105 ll n, m, v...
分类:其他好文   时间:2014-07-01 14:51:11    阅读次数:201
windows server域的概念以及wmic(centos上命令)
wmic访问在域中的计算机。其中ops\administrator为域用户名,也可以写作ops.com\administrator。ops是域名ops.com的简写,是MS的NetBIOS一套吗?./wmic -U 192.168.0.120/ops\\administrator%P@ssw0rd ...
分类:Windows程序   时间:2014-06-27 22:45:20    阅读次数:458
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!