转自http://blog.csdn.net/liuhe688/article/details/6874378富貴必從勤苦得,男兒須讀五車書。唐.杜甫《柏學士茅屋》作为程序员的我们,须知富贵是要通过勤苦努力才能得到的,要想在行业内有所建树,就必须刻苦学习和钻研。今天我们来讲一下Android中Ser...
分类:
移动开发 时间:
2014-06-28 19:31:03
阅读次数:
360
在前面的文章中提到了remote service 的创建过程,现在我们要让它开机自动启动1.在前面代码的基础上添加 RemoteServiceBootReceiver.java ,实现一个intent的receiver[java] view plaincopyprint?packagecom.fly...
分类:
移动开发 时间:
2014-06-28 19:30:27
阅读次数:
229
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
1、股票行情数据 Web Service(支持香港、深圳、上海基金、债券和股票;支持多股票同时查询)http://www.webxml.com.cn/WebServices/StockInfoWS.asmx2、国内飞机航班时刻表 Web Servicehttp://www.webxml.com.cn...
分类:
Web程序 时间:
2014-06-28 17:28:51
阅读次数:
182
测试环境:RHEL 6.4 + Vertica 6.1.3-7需求:搭建Vertica数据库3节点的测试环境,建立测试用户,建表,测试数据入库。1.各节点关闭防火墙和SELinux,配置主机名,IP地址,统一root密码关闭防火墙和selinux:service iptables status;ge...
分类:
其他好文 时间:
2014-06-28 16:23:31
阅读次数:
460
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:
其他好文 时间:
2014-06-28 14:45:54
阅读次数:
185
Write-Host "- Begining Download Service Bus..."Start /W "c:\Program Files\Microsoft\Web Platform Installer\WebpiCmd.exe /offline /Products:ServiceBus ...
分类:
其他好文 时间:
2014-06-28 13:10:02
阅读次数:
241
方法-:1,在Service中使用pagedlist实现翻页的方法写法一: /// ///政策法规的more列表翻页 /// /// 分页的页码 /// 部门代码 /// public PagedList Li...
分类:
Web程序 时间:
2014-06-28 13:06:47
阅读次数:
345
Android Service 服务(一)—— Service一、 Service简介Service是android 系统中的四大组件之一(Activity、Service、BroadcastReceiver、ContentProvider),它跟Activity的级别差不多,但不能自己运行只能后台...
分类:
移动开发 时间:
2014-06-28 12:58:54
阅读次数:
289
Centos下忘记mysql的root密码的解决方法一:(停掉正在运行的mysql)[root@NetDakVPS ~]# service mysqlstop 二:使用“--skip-grant-tables”参数重新启动mysql[root@NetDakVPS ~]# mysqld_safe --...
分类:
数据库 时间:
2014-06-20 15:11:00
阅读次数:
239