- 浏览: 6837 次
- 性别:
- 来自: 广州
最新评论
文章列表
http://blog.csdn.net/apaolove/article/details/2291155
http://blog.csdn.net/feihong247/article/details/7828143
mvn archetype:create -DgroupId=com.bkc.osgi.common -DartifactId=osgi-commons -DpackageName=com.bkc.osgi.common
mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=com.bkc.osgi.common -DartifactId=osgi-commons
http://lyb520320.iteye.com/blog/720478
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.1/html-single/Security_Guide/#Arch-Architecture-OSGi
http://www.cnblogs.com/ggjucheng/p/3370359.html
http://www.chepoo.com/zookeeper-java-api-example.html
http://curator.apache.org/
http://www.cnblogs.com/zhangchaoyang/articles/3813217.html
http://blog.csdn.net/xiaolang85/article/details/38122355
zookeeper 3.4.5,3.4.6在karaf osgi环境下的包的导入和导出 ...
http://javaweb.org/?p=556
http://lavasoft.blog.51cto.com/62575/91679
http://docs.oracle.com/javase/8/docs/technotes/guides/rmi/hello/hello-world.html
zookeeper
http://www.open-open.com/lib/view/open1416097626352.html
http://curator.apache.org/
https://code.google.com/p/guava-libraries/
http://ifeve.com/tag/guava/
版本:5.4
下载5.4版本并解压到本地(如D:/xiaodx/softs/apache-servicemix-5.4.0)
运行:打开终端,进入bin目录下并运行servicemix
命令行使用查看运行中的bundle
karaf@root> osgi:list
或
karaf@root> la
命令行使用查找指定名称的bundle
karaf@root> osgi:list | grep camel
命令行使用查看日志
karaf@root> log:display
命令行使用查看异常
karaf@ro ...
配置 ADSL 拨号上网 (使用pppoeconf进行网络配置,不要使用GUI界面的拨号)
1.打开应用程序菜单,依次选择附件 - 终端。
2.在弹出终端窗口后,输sudo pppoeconf,输入完成后回车(按提示完成后续操作)。
3. 在终端输入
sudo vi /etc/ppp/options
将lcp-echo-failure 4 改为 lcp-echo-failure 400
4.sudo /etc/init.d/networking force-reload 重启网络