1.在application\config\autoload.php 第92行 加载url $autoload['helper'] = array('url'); 2.application\config\config.php 第26行 $config['base_url'] = ''; 给一个默认 ...
分类:
Web程序 时间:
2016-07-20 01:07:20
阅读次数:
234
/*| | Base Site URL| || URL to your Code Igniter root. Typically this| will be your base URL, WITH a trailing slash:|| http://www.your-site.com/|*/ $c ...
分类:
Web程序 时间:
2016-07-08 13:47:56
阅读次数:
331
1.检查表core_config_data 'web/unsecure/base_url' 和'web/secure/base_url' 的值是否是正确的链接地址2.删除系统目录var下所有子目录及文件(缓存信息)3.刷新浏览器参考:Illegal scheme supplied, only alp... ...
分类:
其他好文 时间:
2016-06-27 10:34:13
阅读次数:
149
Android客户端连接tomcat时出错:connect failed: ECONNREFUSED (Connection refused),econnrefused public static final String BASE_URL = "http://127.0.0.1:8090/Hell ...
分类:
移动开发 时间:
2016-05-14 20:08:29
阅读次数:
229
Urllib.parse模块urljoin方法,
urljoin(base, url, allow_fragments=True)
Join a base URL and a possibly relative URL to form an absolute
interpretation of the latter....
分类:
编程语言 时间:
2016-05-13 01:33:28
阅读次数:
304
CI3.x 使用json,配合easyui, 其实很简单,走了很多的弯路, 首先在ci的控制器重,建立2个方法,一个用于显示加载view,一个用于echo json,就可以了。 需要注意的是,在ci的配置中config文件中,要配置base_url ,而且,在引用时localhost和127.0.0 ...
分类:
Web程序 时间:
2016-05-11 18:07:18
阅读次数:
232
在使用CI框架的使用经常碰到跳转和路径方面的问题,site_url()和base_url()很容易混淆,下面来说说他们的区别! 假如你config文件里面的base_url和index_page是这样定义的: config['base_url'] = "http://domain.com/"; co ...
分类:
Web程序 时间:
2016-04-13 11:07:02
阅读次数:
214
由于网络的原因,Scraoy无法安装 Cannot fetch index base URL https://pypi.python.org/simple/ 1. scrapy 安装所需要的包可以从我的网盘里免费下载 2. 解压包,把里面的.exe程序都安装,可以参考这两个博客 http://blo
分类:
编程语言 时间:
2016-02-28 16:43:11
阅读次数:
420
@Path("resource_path"):The @Path annotation defines the path to the base URL or resource_path. The base URL is based on the application's name, the se...
分类:
其他好文 时间:
2016-01-09 20:10:41
阅读次数:
106
html页面中运用了一个input内的数组 类似于这样的config->item('base_url');?>/admincp/Goodsvideosaging/insert" enctype="multipart/form-data" method="post" > ...
分类:
Web程序 时间:
2016-01-06 14:11:51
阅读次数:
169