码迷,mamicode.com
首页 >  
搜索关键字:baseurl    ( 770个结果
Install libffi-devel
地址: https://gist.github.com/rderoldan1/5920539[rpmforge]# name=rpmforge# baseurl=http://10.10.10.180/rpmforge# failovermethod=priority# enabled=1# gpg...
分类:其他好文   时间:2015-04-30 17:36:41    阅读次数:407
require最简单粗暴的demo
一、文件目录:二、html代码 demo2三、main.js文件代码/** * Created by s9-1102 on 2015/4/30. */require.config({ //根基目录baseUrl:'', paths: { app:'js/app' }})require([ 'app'...
分类:其他好文   时间:2015-04-30 12:14:41    阅读次数:314
requirejs使用笔记
一、requirejs为何会多次加载两次data-main文件 文件目录: html页面: require-demo第一章 app.js页面:requirejs.config({ // baseUrl:'js/lib', paths:{ avalon:'bower_components/avalon...
分类:Web程序   时间:2015-04-30 00:58:34    阅读次数:190
十六进制Unicode编码字符串与中文字符串的相互转换
图书馆客户端项目中遇到的一个问题,得到的URL 是这样的 String baseurl = "http://innopac.lib.xjtu.edu.cn/availlim/search~S1*chx?/X{u848B}{u4ECB}{u77F3}&searchscope=1&SORT=DZ/X{u848B}{u4ECB}{u77F3}&searchscope=1&SORT=DZ&exte...
分类:其他好文   时间:2015-04-22 07:15:39    阅读次数:211
CentOS 7 (7.1.1503) 的163源 配置文件
网上找了很久都找不到centos 7 的163源,大多只有6的配置。写了一个7能用的。注意下版本,换成自己的版本吧 [base] name=CentOS-$releasever - Base - 163.com #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os baseurl=...
分类:其他好文   时间:2015-04-20 00:37:06    阅读次数:141
yum仓库的建立yum安装
配置一个yum仓库[repo-id]标识name=#当前仓库描述信息;baseurl=url://path/to/repository/#指明repository的访问路径;通常为一个文件服务器上输出的某repository;url:ftp服务ftp://SERVER/PATH/TO/REPOSITORYhttp服务 http://SERVER/PATH/TO/REPOSITORY本地目录:file:///PA..
分类:其他好文   时间:2015-04-17 11:54:16    阅读次数:222
yum仓库的建立yum安装
配置一个yum仓库[repo-id]标识name=#当前仓库描述信息;baseurl=url://path/to/repository/#指明repository的访问路径;通常为一个文件服务器上输出的某repository;url:ftp服务ftp://SERVER/PATH/TO/REPOSITORYhttp服务 http://SERVER/PATH/TO/REPOSITORY本地目录:file:///PA..
分类:其他好文   时间:2015-04-17 11:51:30    阅读次数:159
YUM软件管理
baseurl 仓库路径enabled仓库是否启用,gpgcheck是否打开校验(一般应该打开) 查询安装的软件用RPM: 删除rpm: YUM查询: yum仓库关键字搜索: 查询指定软件的信息: 自己创建YUM仓库: 第一步例子:(从安装光盘中复制所有的安装包) 第二步安装: 下一步:...
分类:其他好文   时间:2015-04-14 09:57:58    阅读次数:198
网页视图WebView
webView相当于一个浏览器,html,css,javascript,内置了执行HTML和JS的引擎,如果表示纯文本,选择UILable,如果超文本(图片,声音)选择webView一、同步本地加载loadHtmlString:BaseURL:加载HTML字符串loadData:加载NSData(二进制)数字二、异步网络加载loadRequest:NSReques..
分类:Web程序   时间:2015-04-02 16:44:24    阅读次数:130
python模拟浏览器登陆
#! /usr/bin/env python# -*-coding:utf-8 -*-import urllibimport urllib2import cookielibclass NetRobot: def __init__(self, baseurl): self.cj =...
分类:编程语言   时间:2015-03-21 01:03:46    阅读次数:268
770条   上一页 1 ... 68 69 70 71 72 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!