error_reporting(0); require_once 'phpexcel/PHPExcel.php'; require_once 'phpexcel/PHPExcel/IOFactory.php'; $objPHPExcel = ...
分类:
Web程序 时间:
2014-06-18 23:12:57
阅读次数:
326
监听下载完成:
要想在下载完成后收到一个通知,需要注册一个Receiver来接收ACTION_DOWLOAD_COMPLETE广播。它将包含一个EXTRA_DOWNLOAD_ID extra,其中包含了已经完成下载的引用ID:
public void funclick(View view){
String serviceString = Context.DOWNLOAD_SERVICE;...
分类:
移动开发 时间:
2014-06-15 15:32:44
阅读次数:
618
这一章我们通过MediaPlayerService的注冊来说明怎样在Native层通过binder向ServiceManager注冊一个service,以及client怎样通过binder向ServiceManager获得一个service,并调用这个Service的方法。Native Servic...
分类:
移动开发 时间:
2014-06-15 13:15:36
阅读次数:
345
1 #encoding=UTF-8 2 # Configuration files must begin with a line specifying the encoding 3 # of the the file. 4 5 #***************************...
分类:
移动开发 时间:
2014-06-15 12:50:20
阅读次数:
619
Eclipse :Version: Juno Service Release 2GrEclipse plugins:http://dist.springsource.org/release/GRECLIPSE/e4.2/本次安装了两个:其它的按提示操作即可安装好后创建一个Groovy Project...
分类:
系统相关 时间:
2014-06-15 10:40:17
阅读次数:
321
本人最近在弄nagios,想用nagios监控oracle,看了网上的很多教程,步骤都是如下。1.由于 nagios 脚本需要读取 oracle 相关文件。所以运行 nagios 的用户需要定义为 oracle 服务用户。并且修改 /etc/xinted.d/nrpe 中的配置。service nr...
分类:
移动开发 时间:
2014-06-14 20:29:22
阅读次数:
287
1.參考文献:1.利用Java编写简单的WebService实例 http://nopainnogain.iteye.com/blog/7915252.Axis2与Eclipse整合开发Web Service http://tech.ddvip.com/2009-05/124296864212046...
分类:
Web程序 时间:
2014-06-14 19:37:02
阅读次数:
312
WCF中配置文件解析2014-06-14WCF中配置文件解析参考WCF中配置文件解析返回在WCF Service Configuration Editor的使用中,我们通过配置工具自动生成了WCF服务端的config文件。现在我们来看下这个配置文件各个标签的意义: 1 2 3 4 ...
分类:
其他好文 时间:
2014-06-14 16:59:00
阅读次数:
241
WCF注册Windows Service2014-06-14WCF注册Windows Service返回在前面创建一个简单的WCF程序,我们把WCF的服务寄宿到了Host这个控制台项目中了。下面将介绍如何把WCF的服务寄宿到Windows服务中:1. 删除原来Host控制台项目,然后在solutio...
android 2.3中引入了Download manager,作为一个service来优化长时间下载操作的处理。Download Manager通过处理HTTP链接、监控链接的变化和系统重新启动来确保每一次下载都能成功。
下载文件;
public void funclick(View view){
String serviceString = Context.DOWNLOAD_SERV...
分类:
移动开发 时间:
2014-06-14 14:06:25
阅读次数:
233