码迷,mamicode.com
首页 >  
搜索关键字:service    ( 23357个结果
java.lang.AbstractMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/
严重: Servlet.service() for servlet [jsp] in context with path [] threw exception [java.lang.AbstractMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Lja...
分类:移动开发   时间:2014-09-26 20:59:58    阅读次数:291
Notification.Builder的使用
1 NotificationManager notificationManager=(NotificationManager) getSystemService(NOTIFICATION_SERVICE);//获取系统服务 2 Not...
分类:其他好文   时间:2014-09-26 20:03:28    阅读次数:174
linux下IPTABLES配置详解
一、检查iptablesservice iptables status若提示为iptables:unrecognized service,则需要安装。VPS.GL提供的Linux系统都已经安装了iptables防火墙。同时,为了适应广大使用Linux朋友的需要,这里就告诉大家安装步骤。二、快速安装i...
分类:系统相关   时间:2014-09-26 19:35:38    阅读次数:279
Linux下如何进行FTP设置
1. 先用rpm -qa| grep vsftpd命令检查是否已经安装,如果ftp没有安装,使用yum -y install vsftpd 安装,(ubuntu 下使用apt-get install vsftpd)2. service vsftpd start启动要让FTP每次开机自动启动,运行命令...
分类:系统相关   时间:2014-09-26 15:01:18    阅读次数:230
win7上面已经安装了mysql,但是net start mysql提示服务名无效
错误原因:mysql服务没安装解决方法:切换到mysql的bin目录下 运行mysqld.exe -install提示Service successfully installed再继续运行 net start mysql提示服务正在启动 OK打开服务器列表 就能看到mysql服务了
分类:数据库   时间:2014-09-26 14:57:39    阅读次数:233
便签小项目总结
这一个月,自己开发了一个android小项目,xin便签的管理,它可以添加、删除、修改便签,同时还可以给便签设置相应的铃声,也可以添加删除文件夹,将便签移入或移出文件夹,通过小项目的开发,对自己之前学的android基础知识进行了一个小小的总结,基本上用到了Activity、Service、Content provider、BroadcastReceiver四大组件,以及数据库的操作SQLiteD...
分类:其他好文   时间:2014-09-26 14:14:08    阅读次数:582
从WEB SERVICE 上返回大数据量的DATASET
原文链接:http://www.cnblogs.com/flyskywlh/archive/2005/08/18/217382.html前段时间在做一个项目的时候,遇到了要通过WEB SERVICE从服务器上返回数据量比较大的DATASET,当然,除了显示在页面上以外,有可能还要用这些数据在客户端进...
分类:Web程序   时间:2014-09-26 13:35:18    阅读次数:247
安装CentOS虚拟机 starting postfix failed 错误
The full path to the file is ‘/etc/postfix/main.cf‘ Just add or modify your hostname and restart the postfix service by running ‘service postfix restart‘. Please note mydomain.net. is an invalid ho...
分类:其他好文   时间:2014-09-26 12:24:59    阅读次数:614
linux iptables 防火墙设置
1.启动指令:serviceiptablesstart2.重启指令:serviceiptablesrestart3.关闭指令:serviceiptablesstophttp://www.linuxidc.com/Linux/2012-03/56066.htm开启:chkconfigiptableson关闭:chkconfigiptablesoff即时生效,重启后失效:开启:serviceiptablesstart关闭:serviceipta..
分类:系统相关   时间:2014-09-26 01:39:28    阅读次数:404
Service Lane
ServiceLane#include<cmath> #include<cstdio> #include<vector> #include<iostream> #include<algorithm> usingnamespacestd; intmain(){ intN,T,tem; cin>>N>>T; inta[N-1]; for(inti=0;i<N;i++) { cin>>tem; if(tem&..
分类:其他好文   时间:2014-09-26 01:30:18    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!