码迷,mamicode.com
首页 >  
搜索关键字:ubuntu service    ( 48885个结果
19 inflate用法
LayoutInflater inflater=(LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);View layout = inflater.inflate(R.layout.main, null);...
分类:其他好文   时间:2014-05-01 13:10:22    阅读次数:310
ubuntu 14.04 安装笔记
ubuntu 14.04 安装笔记1.UltraISO将镜像写入U盘,从U盘启动安装。安装只用了不到5分钟2.添加软件源 根据网络设置主要的软件源,我这里用163的 apt-add-repository ppa:geany-dev/ppa # geany,轻量级IDE apt-add-reposit...
分类:其他好文   时间:2014-05-01 11:56:36    阅读次数:620
在Salesforce中调用外部系统所提供的的Web Service
这里需要提供外部service所对应的WSDL文件(Salesforce只支持从本地上传),并且提供的WSDL文件有如下两点要求:1):wsdl 文件只能有一个binding,Salesforce是不支持多个binding的2):wsdl 文件要包含所有的schema信息,Salesforce是不支...
分类:Web程序   时间:2014-05-01 11:46:52    阅读次数:400
Linux上配置HTTP代理及代理例外
在Ubuntu , Debian或者Mint:$ sudo vi /etc/environmenthttp_proxy="http://proxy.com:8000"no_proxy="127.0.0.1, localhost, *.cnn.com, 192.168.1.10, domain.com...
分类:系统相关   时间:2014-05-01 11:27:54    阅读次数:1617
[笔记]--在Ubuntu系统用Python连接Mysql数据库
环境:Ubuntu11.10,Python2.7,Mysql5.0.95在Ubuntu终端输入命令安装Python的Mysql模块sudo apt-get install python-mysqldb就这么简单;运行一下脚本:#!/usr/bin/python#-*-coding=utf-8##im...
分类:数据库   时间:2014-05-01 10:54:23    阅读次数:474
weblogic安装
1、检查是否关闭防火墙[root@gaosheng ~]# service iptables statusFirewall is stopped.View Code如果防火墙没有关闭,最好关闭;生产环境下,视具体情况而定.2、上传weblogic安装包wls1036_generic.jar此步骤略3...
分类:Web程序   时间:2014-05-01 10:36:19    阅读次数:698
(C#) 调用执行批处理文件
Task: 在Windows的Service里面定时的调用执行一个批处理文件。 private ApplicationOutput RunCommandOnPC(string executablePath, string args, string workingFolder, bool ...
分类:其他好文   时间:2014-05-01 08:29:47    阅读次数:311
蚂蚁变大象:浅谈常规网站是如何从小变大的(八)(转)
原文:http://blog.sina.com.cn/s/blog_6203dcd60100y1vi.html 【第十一阶段 :命名位置服务】 在前面我们不止一次提到了命名位置服务(Naming & Location Service)。在不同的架构或者公司里面,这个名字往往不一样,比如,在ja...
分类:Web程序   时间:2014-05-01 07:21:25    阅读次数:385
修复:"Failed to start Load Kernel Modules"
使用非默认内核而出现的错误。[zsj@arch ~]$ systemctl --state=failed UNIT LOAD ACTIVE SUB DESCRIPTION● systemd-modules-load.service load...
分类:其他好文   时间:2014-05-01 03:38:30    阅读次数:589
Ubuntu 14.04 Sublime text 2 集成 Git
Reference[1]Associating text editors with Git[2]Git 教學(1) : Git 的基本使用[3]Sublime Text 2: git plugin[4]Git: Setting Sublime Text as the Default Editor f...
分类:其他好文   时间:2014-05-01 02:57:22    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!