本题就是大数相加,题目都不用看了。
不过注意的就是HDU的肯爹输出,好几次presentation error了。
还有个特殊情况,就是会有空数据的输入case。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using...
分类:
其他好文 时间:
2014-08-23 01:09:59
阅读次数:
178
OPatch failed with error code 73(OracleHomeInventory gets null oracleHomeInfo)1、问题描述[oracle@dou_rac2 oraInventory]$/u01/app/oracle/product/11.2.0/dbho...
分类:
数据库 时间:
2014-08-22 23:43:19
阅读次数:
560
-- 重定向Nginx错误页面的方法 -- ? 在nginx的配置文件中,可以对发生错误是的重定向页面进行配置,在nginx.conf文件中有下面的配置信息: error_page 404 ?/404.html; 这个404.html保证在nginx主目录下的htm...
分类:
其他好文 时间:
2014-08-22 19:50:49
阅读次数:
285
而在MySQL5.5中,存在外键约束的InnoDB表,在任何情况下都不允许进行Truncate操作,并报错(Error 1701),如果朋友你实在是有点强迫症,那么可以用下面的方式拐着弯解决: 导出数据库数据位.sql文件。 随便用个文本编辑器打开文件。
手动编辑一下.sql文件,怎样编辑相信你看了...
分类:
数据库 时间:
2014-08-22 19:34:29
阅读次数:
210
*报警系统的意义*报警方式*报警系统触发条件*接入方式*应用场景举例##报警系统的意义##>结合我们现有的系统,没有对生产环境运行情况的监控,每天都会报出很多用户投诉信息,而且开发人员对自己做的系统的运行情况没有一个全面的掌握,SOA架构里面,接口满天飞,单一业务出..
分类:
其他好文 时间:
2014-08-22 18:03:00
阅读次数:
226
create proc Createorder
@orderId nvarchar(50),--订单号
@userId int,--用户编号
@address nvarchar(255),--收货人地址
@totalMoney money output --总金额
as
begin
declare @error int
set @error=0
begin transactio...
分类:
其他好文 时间:
2014-08-22 17:57:19
阅读次数:
164
情况描述:在Watir-Webdriver环境下运行脚本报错(红色标记部分):C:\>irbirb(main):001:0> require 'watir-webdriver'=> trueirb(main):002:0>Watir::Browser.new :ieSelenium::WebDriv...
分类:
Web程序 时间:
2014-08-22 17:36:39
阅读次数:
309
Jenkins 集成Xcode 项目的时候在证书上遇到了问题。实际上如果在本地的话。只要Xcode工程里选择了项目就不需要重新设置证书了。jenkins会自动找到这个证书,只要在build setting 里设置的是正常的。并且在xcode 里能正常编译。Check dependenciesCode...
分类:
其他好文 时间:
2014-08-22 16:11:39
阅读次数:
228
今天coding的时候碰到一个异常:ERROR: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.查了下资料:大部分都是将ntlmauth.dll.....
分类:
数据库 时间:
2014-08-22 16:06:28
阅读次数:
362