在windows 2008 server 上建了一个计划任务,想通过命令schtasks /run /tn "IPADForAdvisor_QA_APITest" /s SZPCWIN2K801 /u msdomain1\jzhang6 /p jzhang6'spassword来远程启动这个计划任务...
分类:
数据库 时间:
2014-07-07 08:49:10
阅读次数:
297
开启resin 服务器以后提示如下:(控制台不断的循环循环打印如下错误提示)java.lang.RuntimeException: java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind at ...
分类:
编程语言 时间:
2014-07-07 00:59:31
阅读次数:
309
用conn /as sysdba登录数据库。一:先新建用户create user test01 identified by test02(test01为用户名,test02为用户密码)二:赋予数据库操作的基本权限grant connect,resource,dba to test01;三:创建表空间...
分类:
数据库 时间:
2014-07-06 23:54:12
阅读次数:
354
将一批Job从一台agent服务器搬到另外一台agent, 没有做任何的修改,但是job执行的时候报错。1 Error: 2014-07-03 14:42:57.142 Code: 0xC02093033 Source: ReliabilityRS2008 Connection mana...
分类:
数据库 时间:
2014-07-06 23:23:24
阅读次数:
353
目前为止,代码跟进,知道是这个地方进行文件解析的T_Error IE_Imp_RTF::importFile(const char * szFilename)
分类:
其他好文 时间:
2014-07-05 20:16:01
阅读次数:
199
在使用git pull、git push、git clone会报类似如下的错误:
error: The requested URL returned error: 401 Unauthorized while accessing https://git.oschina.net/zemo/demo.git/info/refs
fatal: HTTP request failed
一般...
分类:
系统相关 时间:
2014-07-04 09:27:03
阅读次数:
589
capserjs自带了一个测试框架,它提供了一个使你能够更容易的测试你的web应用的工具集。注意:1.1版本变更这个测试框架,包括它的所有API,仅能使用在casperjs test子命令下如果你在测试框架的范围以外使用casper.test的属性,会报error从1.1-beta3开始,你能够在测...
分类:
Web程序 时间:
2014-07-04 00:13:20
阅读次数:
666
1>WinMain.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageW@4 referenced in function _WinMain@162>WinMain.obj : error LNK2019: u...
分类:
其他好文 时间:
2014-07-04 00:06:07
阅读次数:
287
Last_IO_Error: The slave IO thread stopsbecause the master has @@GLOBAL.GTID_MODE OFF and this server has@@GLOBAL.GTID_MODE ON...
分类:
数据库 时间:
2014-07-03 17:31:44
阅读次数:
348
在使用ansible中报错"msg":"Error:ansiblerequiresajsonmodule,nonefound!",然后各种google,最后查到一个文件说是在客户端需要安装python-simplejson这个包,安装上包以后就没有问题了
分类:
其他好文 时间:
2014-07-03 14:41:59
阅读次数:
172