码迷,mamicode.com
首页 >  
搜索关键字:setting    ( 5158个结果
CITRIX NETSCALER 常用的功能
概述CITRIXNETSCALER常用的功能有:LB,CS,GSLB,SSL。LB实现的功能是服务器负载均衡,CS实现基于七层(域名,IP等)的负载均衡,GSLB实现的功能是全局负载均衡,SSL实现的功能是SSL加速。配置步骤系统配置配置feature如图:进入system菜单,选择setting点击basicfeature,选..
分类:Web程序   时间:2014-11-20 01:39:56    阅读次数:2464
android webview js alert对话框 不能弹出 解决办法
在配置了webview的 setting属性后,以前设置的都是可以直接弹出来的,今天写一个小demo时候莫名其妙的发现alert怎么也出来,即使设置了这么多也不行:webSettings.setJavaScriptEnabled(true);webSettings.setJavaScriptCanO...
分类:移动开发   时间:2014-11-19 17:52:59    阅读次数:152
perl: warning: Setting locale failed.引发的问题
#缘由 我用的是linode的vps,系统为ubuntu14.04lts 当apt-get安装软件时,都会报一个相同的错误,如下 perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAG...
分类:其他好文   时间:2014-11-18 16:15:39    阅读次数:253
sqlplus 一次奇葩问题 HTTP proxy setting has incorrect value
y@y:~$ sqlplus Error 46 initializing SQL*PlusHTTP proxy setting has incorrect valueSP2-1502: The HTTP proxy server specified by http_proxy is not acce...
分类:数据库   时间:2014-11-17 19:04:06    阅读次数:559
物理内存不足,无法使用配置的设置开启虚拟机
1、在vmware的主菜单上选“host——setting...——memory”(gsx)或“edit——preferances...——memory”(workstation)调整设定如下:Reservedmemory——最大(256M为192)Additionalmemory——选“Allow...
分类:其他好文   时间:2014-11-17 10:34:56    阅读次数:466
nginx 提供静态内容
This section describes how to serve static content, how to use different ways of setting up the paths to look for files, and how to set up index files...
分类:其他好文   时间:2014-11-15 21:35:55    阅读次数:282
Android - Project添加Module
Project添加Module本文地址: http://blog.csdn.net/caroline_wendyAndroid项目可以采取gradle进行架构.如果需要在项目(Project)中添加额外的Module, 则需要在settings.gradle中, 添加inlcude项,  即可.如: include ':PxxxDxxx', ':CxxxDxxx'即可以添加Module, 并设置启...
分类:移动开发   时间:2014-11-15 08:55:08    阅读次数:185
text_edit 未定义解决
找到文件:admin\controller\setting $data['heading_title'] = $this->language->get('heading_title'); 后添加: $data['text_edit'] = $this->language->get('t...
分类:其他好文   时间:2014-11-14 22:27:49    阅读次数:197
iptables 脚本实例
#!/bin/sh##firewallstartingfirewall##chkconfig:23459801#description:settingfirewall###########################################################################设定参数##########################################################################INNER_NET=192.168..
分类:其他好文   时间:2014-11-14 18:04:23    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!