http://blog.sina.com.cn/s/blog_71d1e4fc0100o8qr.htmlhttp://blog.csdn.net/bianhaohui/article/details/6220135 android的后台运行在很多service,它们在系统启动时被SystemServ...
分类:
移动开发 时间:
2014-07-16 19:09:05
阅读次数:
388
weblogic 9.2部署CXF Service应用报错:java.lang.NoSuchMethodError: javax.jws.WebService.portName()Ljava/lan g/String解决方法之一:将以下三个jar包拷贝到$JDK/jre/lib/endorsed下g...
分类:
Web程序 时间:
2014-07-16 19:05:28
阅读次数:
282
首先、确保server端的ssh服务是开的(service shhd start)然后在client端输入: ssh usrname@serverip (远程登录)scp filename usrname@serverip:/URL (远程传输)常出现的问题:问题一ssh登录的时候链接端口失败提示(...
分类:
其他好文 时间:
2014-07-16 18:57:38
阅读次数:
168
Servlet的生命周期可以定义为从其被创建到其被销毁的整个流程,下面是Servlet生命的常规线路:容器调用init()方法进行Servlet的初始化Servlet调用service()方法去处理客户端的请求容器调用destroy()方法将Servlet销毁最后,Servlet被JVM的GC线程当...
分类:
其他好文 时间:
2014-07-16 18:24:33
阅读次数:
222
VMware里克隆出来的CentOSLinux。。ifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
系统相关 时间:
2014-07-16 18:24:24
阅读次数:
230
Running your own dnsmasq with libvirtd On linux host servers, libvirtd uses dnsmasq to service the virtual networks, such as the default network. A ne...
分类:
其他好文 时间:
2014-07-16 18:18:01
阅读次数:
173
#include #include using namespace std;using namespace boost::asio;void client(io_service &ios){ try { cout str(100,0); sock.read_...
分类:
其他好文 时间:
2014-07-16 17:43:45
阅读次数:
203
什么是匿名Service?凡是没有到ServiceManager上注册的Service,都是匿名Service。
还是拿上一篇的例子来举例,看代码:
status_t MediaPlayer::setDataSource(int fd, int64_t offset, int64_t length)
{
status_t err = UNKNOWN_ERROR;
const s...
分类:
移动开发 时间:
2014-07-16 17:17:32
阅读次数:
379
一、mysql配置
1、安装mysql
yum install mysql-server, CentOS中已经默认安装,此步骤忽略。
2、启动mysql
service mysqld start
3、登录mysql
[root@jediael44 share]# mysql -u -root -p
Enter password:
Welcome to the MySQL monit...
分类:
Web程序 时间:
2014-07-16 17:10:41
阅读次数:
321
[root@luozhonghua sbin]# service httpd start
Starting httpd: httpd: apr_sockaddr_info_get() failed for luozhonghua
httpd: Could not reliably determine the server's fully qualified domain name, using...
分类:
其他好文 时间:
2014-07-16 11:15:46
阅读次数:
168