共享windows7网络时出现依赖的组件无法启动的解决办法。
一般说来是Remote Procedure Call (RPC)、RPC Endpoint Mapper、Remote Procedure Call (RPC) Locator、SNMP Trap、Telephony、Remote Access Connection Manager、Remote Access Auto Con...
五种交互方式,分别是:通过广播交互、通过共享文件交互、通过Messenger(信使)交互、通过自定义接口交互、通过AIDL交互。(可能更多)Service与Thread的区别 Thread:Thread 是程序执行的最小单元,可以用 Thread 来执行一些异步的操作。Service:Service...
分类:
移动开发 时间:
2014-09-10 09:26:10
阅读次数:
298
实验拓扑:实验目的:用NFS实现文件共享的访问,在第一台web访问的时候,上传的动态内容,用第二台web服务器依然可以看到实验说明:httpd、php、mysql都是编译安装的,这里不再编译,我博客前面都有。这里是把网站放在NFS服务器中,然后共享出来,使其web和php都可以调用网站中..
分类:
数据库 时间:
2014-09-10 02:44:50
阅读次数:
251
In this blog, I will mainly attach great importantance to how to create a windows service for mongodb. The method described in the next is referred from the official website of mongodb.
http://docs....
分类:
数据库 时间:
2014-09-10 01:38:09
阅读次数:
261
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2014-09-10 01:37:39
阅读次数:
392
systemd的服务管理程序systemctl是最主要的工具。它融合 service 和chkconfig的功能于一体。你可以使用它永久性或只在当前会话中启用/禁用服务。下面命令用于列出正在运行的服务或其他: systemctl更多详细信息请参考手册页(man systemctl)。systemd-...
分类:
其他好文 时间:
2014-09-10 01:36:49
阅读次数:
310
privatebooleanisServiceStart(){ActivityManagermyManager=(ActivityManager)getApplicationContext().getSystemService(Context.ACTIVITY_SERVICE);ArrayListr...
分类:
移动开发 时间:
2014-09-10 00:23:49
阅读次数:
242