码迷,mamicode.com
首页 >  
搜索关键字:local data    ( 85975个结果
jsp上传文件,form表单提交数据enctype="multipart/form-data"时servlet获取不到type=“text”的数据问题
jsp上传文件,获取form表单type=file以外的数据
分类:Web程序   时间:2014-05-16 04:41:52    阅读次数:446
高新服务器启动
------------------------------------------------------------------------------------------Nginx启动:cd /usr/local/nginx/sbin./nginxTomcat启动:cd /home/cms...
分类:其他好文   时间:2014-05-16 04:19:46    阅读次数:243
js动态加载控件jsp页面
例子1:(具体参照drp中的flow_card_add.jsp) cell0 cell1 cell2 例子2: /news.do?method=add" method="post" enctype="multipart/form-data"> 新闻标题 ...
分类:Web程序   时间:2014-05-16 03:57:52    阅读次数:442
ashx文件中使用session提示“未将对象引用设置到对象的实例”
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Data;usingSystem.Web.SessionState;namespacefriends{//////Hand...
分类:其他好文   时间:2014-05-16 03:53:53    阅读次数:381
CentOS安装软件出现错误:bash: /usr/local/bin/rar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
CentOS安装软件出现错误:bash: /usr/local/bin/rar: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directorygoogle了一把才发现是64位系统中安装了32位程序解决方法:yum install...
分类:系统相关   时间:2014-05-16 03:31:51    阅读次数:621
POJ3176
#include #include #define max(a, b) (((a) > (b)) ? (a) : (b))void GetMaxCost(int **data, int **result, int n){ int i, j; for(j = 1; j = 1; i--) { for....
分类:其他好文   时间:2014-05-16 03:17:40    阅读次数:195
mysql常用操作
二、数据库操作 1、show databases; //列出数据库 2、use database_name //使用database_name数据库 3、create database data_name //创建名为data_name的数据库 4、drop database data_name /...
分类:数据库   时间:2014-05-16 03:06:36    阅读次数:437
Hadoop的安装(Ubuntu 12.10为例)
1. JDK安装a) 安装目录:网上的安装JDK资料中安装目录基本有两种——/opt和/usr/local。这两个目录安装在哪里其实都无所谓,只不过在以前的linux中人们习惯将软件安装在/usr/local中。这里推荐/opt目录。b) 配置文件:将JDK同时配置在/etc/profile和/et...
分类:其他好文   时间:2014-05-15 21:46:37    阅读次数:388
MySQL内存参数及调整
1.慢查询日志:slow_launch_time=2 查询大于某个时间的值(单位:s)slow_query_log=on/off 开启关闭慢查询日志slow_query_log_file=/opt/data/host-slow.log 慢查询日志位置2.连接数:max_connections MyS...
分类:数据库   时间:2014-05-15 21:44:08    阅读次数:447
Eclipse启动的时候窗口一闪就关的解决办法(转)
有时候会碰到如题这种问题,从网上查知解决办法,非常管用为eclipse.exe创建一个快捷方式,然后快捷方式上右键-属性,在目标栏填入E:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jdk1.6.0_16\bin\javaw.exe" -data ...
分类:系统相关   时间:2014-05-15 21:31:41    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!