Android 设备管理 Android2.2 通过Android设备管理API提供对企业级应用的支持。设备管理API在系统级别提供了设备管理特性。这些API可以在企业环境下,需要对员工设备进行控制时使用。例如,内置的Android邮件应用有新API对Exchange进行支持。通过邮件应用,Exc....
分类:
移动开发 时间:
2015-07-02 08:41:48
阅读次数:
164
Given a complete binary tree, count the number of nodes.Definition of a complete binary tree from Wikipedia:In a complete binary tree every level, exc...
分类:
其他好文 时间:
2015-06-25 12:18:57
阅读次数:
115
题目:Given acompletebinary tree, count the number of nodes.Definition of a complete binary tree fromWikipedia:In a complete binary tree every level, exc...
分类:
编程语言 时间:
2015-06-19 11:45:05
阅读次数:
124
半个月没进博客园了,终于把网站做完了,想想毕业快一年的时间里,都是去学习新的计算,现在也该总结下用到的代码,慢慢整理整理,就先从最简单的导入导出开始吧一:首先看下国人开发的NPOI的导入导出 项目的Office的操作模块图为: ,现在贴上导入导出类的代码(1)导入类 public class Exc...
分类:
Web程序 时间:
2015-06-16 18:19:26
阅读次数:
305
孙广东 2015.6.14 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~TextFx Unity Plugin v3.0~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~使用 Unity GUI TextFx TextFx 3.0 comes with support for Unity's exc...
分类:
编程语言 时间:
2015-06-16 09:20:25
阅读次数:
165
Given a complete binary tree, count the number of nodes.Definition of a complete binary tree from Wikipedia:In a complete binary tree every level, exc...
分类:
编程语言 时间:
2015-06-15 18:19:37
阅读次数:
144
Given a complete binary tree, count the number of nodes.Definition of a complete binary tree from Wikipedia:In a complete binary tree every level, exc...
分类:
其他好文 时间:
2015-06-11 01:43:05
阅读次数:
112
创建自定义异常是为了表示应用程序的一些错误类型,为代码可能发生的一个或多个问题提供新含义。可区分代码运行时可能出现的相似问题的一个或多个错误,或给出应用程序中一组错误的特定含义。//自定义异常类需要继承Exceptionpublic class MyselfException extends Exc...
分类:
编程语言 时间:
2015-06-04 00:53:24
阅读次数:
221
导出报表,将程序中的list或者dataTable进行组织。然后通过特定的形式,显示到Excel或者word中,方便打印。
目前正在使用的方式,事先用报表设计工具,设置一个模板,然后导出报表的时候,读取模板,然后将模板中的数据进行替换。这也是最常用的一个方式。
我们公司,现在没有使用报表工具,使用的Excel。
使用Excel做报表模板,然后向Exc...
文章地址:http://blog.csdn.net/top123xcode/article/details/8935815 经常出先类似错误“EXC_BREAKPOINT(code=EXC_ARM_BREAKPOINT,subcode=0xdefe)”,非常苦恼,今天总结一下这种错误的解决方法: 1. 点击“p...
分类:
其他好文 时间:
2015-05-14 18:55:33
阅读次数:
256