码迷,mamicode.com
首页 >  
搜索关键字:load putty key为灰色    ( 20868个结果
[Ext JS 4] 实战之Load Mask(加载遮罩)的显示与隐藏
Mask(遮罩)效果,就是在页面还没有完全显示出来之前, 加上一个转装转的效果。 类似: 添加这样的效果有两个好处: 1. 在页面没完全show出来之前, 把后面的页面给遮罩起来, 防止进行一些非法的操作。 2. 如果页面show出来的时间比较长的话, 可以暂时吸引用户的注意力(也就是提高 User Experience). 在Extjs 中, Ext js 的使用方式有多种。 你有可能会发现为什么有的状况下load mask 不出现? 且听下面一一道来。。。...
分类:Web程序   时间:2014-06-05 07:56:00    阅读次数:490
CodeIgniter 错误: In order to use the Session class you are required to set an encryption key
第一次使用session,需要: $this->load->library('session'); 的同时,还需要修改配置文件:config.php 找到 $config['encryption_key'] = ‘’ 将$config['encryption_key'] 的内容随便设置,就可以用了。 附录: 1.添加session内容: $this->session->set_us...
分类:其他好文   时间:2014-06-05 01:18:12    阅读次数:201
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplicatio
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplication=none,J2EEServer=none 还有其他报错,大概意思就是不支持版本 version 51,unable to load class org.glassfish.jersey.servlet...
分类:移动开发   时间:2014-06-03 05:07:20    阅读次数:295
windows上通过secureCRT和putty创建密钥登录
前面介绍了linux的ssh远程登录协议和ssh无密码登录方式,这里通过secureCRT和putty来看一下具体的密钥登录,也算做个备忘录吧。 1.linux下创建密钥对         还记得前面说的怎么创建密钥对吧: [sshtest@localhost ~]$ ssh-keygen -t rsa Generating public/private rsa key pair. Ente...
分类:Windows程序   时间:2014-06-02 23:50:05    阅读次数:782
Selenium错误:selenium.common.exceptions.WebDriverException: Message: "Can't load the profile.
错误描述:在python代码中通过selenium来初始化一个firefox浏览器失败,看了下selenium的版本是2.35,然后用firefox --version看了下是28.0,firefox好像不听话自动升级了导致了旧版selenium不支持。 Traceback (most recent call last):   File "C:\Python27\erSiteCompare.p...
分类:Web程序   时间:2014-06-02 22:31:07    阅读次数:611
随便记录一些东西
load_file()查看常用的配置文件:/usr/local/app/apache2/conf/httpd.conf/usr/local/app/php5/lib/php.ini/usr/local/app/apache2/conf/extra/httpd-vhosts.conf/etc/my.c...
分类:其他好文   时间:2014-06-02 09:22:41    阅读次数:298
php Laravel 框架之建立后台文件夹 二
在前面的章节中我们讲解过如何在 Laravel框架中建立后台文件夹. php Laravel 框架之建立后台文件夹 现在我们再添加一块内容.是关于自动加载的部分. 在我们app目录中还有个start目录.它里面这样写道: In addition to using Composer, you may use the Laravel class loader to load...
分类:Web程序   时间:2014-06-01 17:25:07    阅读次数:322
ExtJs owner.componentLayoutCounter问题解
owner.componentLayoutCounter问题解:listeners : { render : function(grid) {// 要在渲染完之后再load才有loading信息 grid.setLoading(fa...
分类:Web程序   时间:2014-06-01 11:25:06    阅读次数:287
Android中运行的错误:java.lang.UnsatisfiedLinkError: Couldn't load locSDK3: findLibrary returned null.
今天在使用百度地图的时候运行发现报错: 明明已经加入了liblocSDK3.so,但总是无法定位。提示错误java.lang.UnsatisfiedLinkError: Couldn't load locSDK3: findLibrary returned null. 网上找了很多的资料找到一个方法: 在libs下新建一个armeabi-v7a,然后将liblocSDK3.so复...
分类:移动开发   时间:2014-06-01 10:34:07    阅读次数:249
android:强大的图片下载和缓存库Picasso
1.Picasso简介Picasso是Square公司出品的一个强大的图片下载和缓存图片库。官方网址是:http://square.github.io/picasso/只需要一句代码就可以将图片下载并设置到ImageView上。Picasso.with(context).load("http://i.imgur.com/DvpvklR.png").into(imageView);2.主要特点2.1...
分类:移动开发   时间:2014-06-01 08:58:21    阅读次数:444
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!