第一次进行WPF开发。。。 class Number { private string str_buffer = null; private decimal dec_buffer = 0m; public void plus() { dec_buffer = Convert.ToDecimal(st...
分类:
其他好文 时间:
2014-11-14 21:04:26
阅读次数:
206
问题描述:
今天突然发现连接数据库时报错,用pl/sql dev连接数据时,有时能连接上,有时连接时报:
ORA-12520: TNS: 监听程序无法找到需要的服务器类型的可用句柄
通过服务器登录数据库,报下面的报连接数错误:
[oracle@dbserver22 ~]$ sqlplus"/as sysdba"
SQL*Plus: Release 11.2.0.3.0P...
分类:
其他好文 时间:
2014-11-14 12:39:25
阅读次数:
129
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2014-11-14 12:18:20
阅读次数:
139
Commit to AppStore:1024*1024//for App IconIcon-60@3x.png:180*180 //iPhone 6 Plus (@3x)Icon-60@2x.png:120*120 //iPhone 6 and iPhone 5 (@2x)Icon-76@2x.p...
分类:
移动开发 时间:
2014-11-14 10:41:55
阅读次数:
182
本文转载至http://www.cocoachina.com/cms/plus/view.php?aid=8088此前,我们在《iOS开发中的单元测试(一)&(二)》中介绍了从使用者的角度对比当下比较流行的两款单元测试框架OCUnit和GHUnit,这篇文章中我们将介绍一款导航控件URLManage...
分类:
移动开发 时间:
2014-11-14 00:05:18
阅读次数:
348
1,使用全备份之后的还原不需要建立表空间。2,归档日志备份之后,使用delete all input,在backup database plus achivelog之后,会在完成备份之后自动删除归档目录中已备份的归档日志。归档之后,查看已备份归档日志片段4,问何涛我们的list backup of ...
分类:
其他好文 时间:
2014-11-13 12:21:45
阅读次数:
184
对于苹果设备用户,如果厌倦了官方的iOS系统怎么办?目前有了一个选项,按照中国一个技术牛人提交的例子,果粉可以在iPhone上安装一个微软的Windows系统。 最近,国内威锋网论坛上的“高人”,天天娱乐城在一台iPhone 6 Plus手机上成功安装古董级的Windows98系统,此事引发了海外....
//用dba匿名登录[oracle@enfo212 ~]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Wed May 8 16:39:53 2013Copyright (c) 1982, 2009, Oracle. A...
分类:
数据库 时间:
2014-11-11 14:11:30
阅读次数:
385
iPad、iPhone的处理器有时候完全相同,有时候又不尽相同。上一次,iPhone 5S、iPad Air上用的都是A7,仅仅频率差了100MHz,而这一次,iPhone 6/Plus、iPad Air 2上却一个是双核A8,另一个是三核A8X,而后者也是移动行业的第一个三核心处理器。不知为何,芯...
分类:
移动开发 时间:
2014-11-11 14:01:28
阅读次数:
177
状态:d(i,j)表示前j个数分为i段且包含第j个数时的最优结果,g(i,j)表示前j个数分为i段时的最优结果,g(m,n)即为所求结果。
本题数据较大,需采用滚动数组,注意:这题int类型就够用了,开long long可能会TLE。
用滚动数组后,g[j]表示分成i段时最优结果,最后求出的g[n]即为结果
#include
#include
#include
#include
#inclu...
分类:
其他好文 时间:
2014-11-10 21:54:34
阅读次数:
200