码迷,mamicode.com
首页 >  
搜索关键字:could not execute jdbc batch update    ( 36775个结果
Visual Studio 2013 Update 2 RTM 发布
微软开放 Visual Studio 2013 Update 2 RTM 下载。
分类:其他好文   时间:2014-05-17 13:07:27    阅读次数:234
遭遇sql server 2005 启动包未能正确加载需要重新安装错误,重装.NET FRAMEWORK经历分析
开发的机器,系统情况如下:1、server 2003 sp2 x86 2、补丁安装3603、升级到IE8因为担心server 2003 sp2 不能够自动update,最近都是用360打补丁,比较快,但是问题很多,首先是.NET 2.0 SP2的更新会引起IIS6.0 的崩溃,然后就是SQL SER...
分类:数据库   时间:2014-05-17 05:15:33    阅读次数:478
AJAX 怎样在一个UpDatePanel中刷新另一个updatePanel
原文: AJAX 怎样在一个UpDatePanel中刷新另一个updatePanel 在页面上(.aspx) //html内容 在后台中(.cs)aaaa_Click()事件中写上{ MyID1.Update();//当点击Button(aaaa)时就在后台刷新MYID中的html内容了}注意:页面...
分类:其他好文   时间:2014-05-17 04:24:50    阅读次数:175
hust 1075 Every String Left Behind
题目描述Elenore has a list of strings that she wants to put in a file. She could just put them all into a file in order, but she wants to minimize the siz...
分类:其他好文   时间:2014-05-17 01:33:55    阅读次数:257
Nt Kernel & System 占用80端口
今天早上apache突然无法启动,重启电脑仍然没有结果,经过一番努力终于解决了,过程如下: 首先查看apache错误日志: 1.删除apache>>logs>>error.log,重启apache查看这个文件发现内容如下: (OS 10013)以一种访问权限不允许的方式做了一个访问套接字的尝试。  : make_sock: could not bind to address [::]:80 ...
分类:其他好文   时间:2014-05-14 01:02:17    阅读次数:421
MyEclipse SVN插件冲突导致不能使用解决办法
最近,由于安装插件导致Myeclipse的SVN插件不能使用,出现的问题实在很烦恼,通过试验发现当新安装的插件安装完毕后,只需要把MyEclipse 6.5/eclipse/configuration目录下的org.eclipse.update目录删除即可,并且这个目录在Myeclipse重启之后会重新生成。...
分类:系统相关   时间:2014-05-13 23:35:21    阅读次数:479
原创python多线程批量管理工具batch(不断完善)
#!/usr/bin/envpythonimportthreadingimporttimeimportparamikoimportos,sysfromipimportip_list,web_server,ip_msgfromoptparseimportOptionParserfromssh_co.cfg.configimporthost_msgdefopts():parser=OptionParser(usage="usage%progoptions")parser.add_option("-i","--it..
分类:编程语言   时间:2014-05-13 03:32:03    阅读次数:537
Oracle 10g RAC 升级(CPU Update)之--升级CRS
Oracle10gRAC升级(CPUUpdate)之--升级CRS系统环境:操作系统:RedHatEL5Cluster:OracleCRS10.2.0.1.0Oracle:Oracle10.2.0.1.0如图所示:RAC系统架构案例:本案例是从Oracle10.2.0.1.0升级到10.2.0.4.0,作为Oracle的补丁升级(CPUUpdate)。升级步骤:1、CRS升级(对于CRS..
分类:数据库   时间:2014-05-13 01:36:14    阅读次数:592
mongodb的写入,删除,更新
1. mongodb创建数据库和集合 mongodb数据库和集合的创建是隐式的。 意思是说不用单独写create database 语句。 直接使用use关键词即可。 在bin/mongo shell下运行:...
分类:数据库   时间:2014-05-13 00:28:12    阅读次数:445
菜鸟调错(四)——Spring与DWR集成,配置文件报错
Multiple annotations found at this line: - schema_reference.4: Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd', because 1) could not find the document;  2)...
分类:编程语言   时间:2014-05-12 22:55:47    阅读次数:409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!