码迷,mamicode.com
首页 >  
搜索关键字:site page    ( 18196个结果
swipe js bug
最近因为要写新的mobile site页面,有好几个页面上面必须用到photo slider。使用插件:/** Swipe 2.0** Brad Birdsall* Copyright 2013, MIT License**/Github:https://github.com/thebird/Swi...
分类:Web程序   时间:2014-05-10 08:32:41    阅读次数:453
Cookies的读取、写入、有效期设置
protected void Page_Load(object sender, EventArgs e) { //设置Cookies HttpCookie cookie = new HttpCookie("UserName","ZhangSan"); ...
分类:其他好文   时间:2014-05-10 00:21:28    阅读次数:247
Resource of Data Mining Link (May)
1.0 Data MiningUIC: IDS 572: Data Mining for Business Fall, 2005. On-site MBA program for CNA withClementine.http://www.uic.edu/classes/idsc/ids572cna...
分类:其他好文   时间:2014-05-09 23:32:38    阅读次数:337
git-push(1) Manual Page
git-push(1) Manual Page NAME git-push - Update remote refs along with associated objects SYNOPSIS git push [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive...
分类:其他好文   时间:2014-05-09 20:46:06    阅读次数:370
.net 文件下载
/** 输入参数* _Request: Page.Request 对象* _Response: Page.Response 对象* _fileName: 下载文件名* _fullPath: 带文件名下载路径* _speed 每秒允许下载的字节数* 返回是否成功*/public static bool...
分类:Web程序   时间:2014-05-09 20:25:04    阅读次数:537
黄聪:WordPress 多站点建站教程(三):主站如何调用子站的文章内容、SQL语句如何写?
1、如果懂得编程的朋友可以SQL语句,然后加上PHP函数等操作就可以通过直接调用网站的数据库信息来实现想要达到的目的。既然要用到SQL语句首先得对WordPress多站点数据库有一个了解,多站点激活后会多出这么几张表wp_site,wp_sitemeta,wp_blogs,wp_blog_versi...
分类:数据库   时间:2014-05-09 15:29:38    阅读次数:546
asp.net解决:当前上下文中不存在名称“Session”
第一种方法:将使用session的类页面继承 System.Web.UI.Page类,方法:public class AddUser: System.Web.UI.Page第二种方法:在page里可以直接用Session,但是在非page里面是需要通过下面的方式使用:HttpContext.Curr...
分类:Web程序   时间:2014-05-09 09:52:38    阅读次数:360
hive0.13安装
1.COPY配置文件:cphive-default.xml.templatehive-site.xmlcphive-env.sh.templatehive-env.shcphive-exec-log4j.properties.templatehive-exec-log4j.propertiescphive-log4j.properties.templatehive-log4j.properties2.配置HADOOP主目录:vimhive-env.shHADOOP_HOME=/usr/a..
分类:其他好文   时间:2014-05-09 00:51:29    阅读次数:282
hadoop2.0 配置yarn成功
很久不写 BO-KE 了,来一篇吧,记住这个成功的一刻,把几个主要文件贴出来: core-site.xml:               fs.defaultFS          hdfs://fc20:9000                      hadoop.tmp.dir          /home/ljq/hadoop/tm...
分类:其他好文   时间:2014-05-09 00:35:27    阅读次数:342
页面与母版页面的asp:ContentPlaceHolder不匹配
问题描述:The page has one or more controls that do not correspond with controls in the Master Page解决办法:删除母版页中的大量的注释
分类:Web程序   时间:2014-05-08 23:45:26    阅读次数:400
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!