分类:
其他 时间:
2014-07-24 21:46:12
收藏:
0 评论:
0 赞:
0 阅读:
240
CSS的语法规则主要有两个分构成选择器和声明(声明问一条或者多条)。selector {declaration1; declaration2; ... declarationN }选择器(selctor)是指你要改变样式的html元素。选择器有很多种,常用的id选择器和类选择器。声明(declara...
分类:
Web开发 时间:
2014-07-24 21:45:52
收藏:
0 评论:
0 赞:
0 阅读:
355
首先,IDE的版本最好对应着JDK的版本。NetBeans优化的目的是提高NetBeans的启动速度和运行速度。下面介绍的NetBeans优化技巧是在版本6.0beta2上的优化。经过实验,大大提高了NetBeans的启动速度.1,修改英文netbeans界面字体大小,修改%Netbeans_hom...
分类:
Web开发 时间:
2014-07-24 21:45:32
收藏:
0 评论:
0 赞:
0 阅读:
407
虽然SVM本身算法理论,水比较深,很难懂 但是基本原理却非常直观易懂,就是找到与训练集中支持向量有最大间隔的超平面 形式化的描述: 其中需要满足m个约束条件,m为数据集大小,即数据集中的每个数据点function margin都是>=1,因为之前假设所有支持向量,即离超平面最近的点,的functio...
分类:
其他 时间:
2014-07-24 21:45:22
收藏:
0 评论:
0 赞:
0 阅读:
435
unity3d的对象有field, property.一般要取得类的某个属性时,要使用GetType().GetField(xxx);许多教程都写用property.(坑)property 感觉是运行时的属性.(not sure!)ex:有个类xxxpublic class xxx{ public....
分类:
其他 时间:
2014-07-24 21:45:12
收藏:
0 评论:
0 赞:
0 阅读:
415
1. HTTP消息头(1)通用信息头即能用于请求消息中,也能用于响应信息中,但与被传输的实体内容没有关系的信息头,如Data,Pragma主要: Cache-Control , Connection , Data , Pragma , Trailer , Transfer-Encoding , Up...
分类:
其他 时间:
2014-07-24 21:45:02
收藏:
0 评论:
0 赞:
0 阅读:
390
解决建议:http://cnxiaowei.iteye.com/blog/262766/dqz/eh_sdxm/reporter/reporter_show_reportdraw_river.jsp:1: contentType'text/html;charset=GB2312' conflicts...
分类:
Web开发 时间:
2014-07-24 21:44:52
收藏:
0 评论:
0 赞:
0 阅读:
469
Gold Balanced LineupTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 12110Accepted: 3553DescriptionFarmer John's N cows (1 ≤ N ≤ 100,000) shar...
分类:
其他 时间:
2014-07-24 21:44:42
收藏:
0 评论:
0 赞:
0 阅读:
500
#includevoid main(){ int a[5]={1,2,3,4,5},i; int *p; p=&a[0]; printf("指针加:\n"); for(i=0;i<5;i++) //addtion { printf("a[%d]...
分类:
其他 时间:
2014-07-24 21:44:32
收藏:
0 评论:
0 赞:
0 阅读:
358
Resin升级到3.1.3后,有同事发现原来在Resin 3.0.xx下成功运行的部分jsp文件(输出xml格式文件)编译出错:1234567500 Servlet ExceptionXXXXX.jsp:1: contentType 'text/xml; charset=UTF-8'conflict...
分类:
其他 时间:
2014-07-24 21:44:12
收藏:
0 评论:
0 赞:
0 阅读:
850
DescriptionJapan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the ...
分类:
其他 时间:
2014-07-24 21:43:52
收藏:
0 评论:
0 赞:
0 阅读:
271
对字符串从小到大排序,邻接表正向插入。#include #include #include #include #include #include #include #include #include #include #include using namespace std;const int ma...
分类:
其他 时间:
2014-07-24 21:43:42
收藏:
0 评论:
0 赞:
0 阅读:
274
include_once 就算导入的文件不存在,下面代码也会继续执行,不会停止。require_once 导入的文件不存在的话 ,程序就会结束。一般情况下,不影响程序的html文件等,用include_once导入而库文件、配置文件等等,使用require_once 导入。
分类:
Web开发 时间:
2014-07-24 21:43:32
收藏:
0 评论:
0 赞:
0 阅读:
329
最近在跑稳定性测试3 X 24小时的时候,发现负载机产生的日志还运行记录等等竟然有100多G! C盘空间不足,但是D盘还有700多G空间呢,怎么让临时文件转移到D盘? 此处分两种情况: 一. 修改本机的临时文件 1. 观察压力机产生的临时文件都是在 %USERPROFILE%\Local Se...
分类:
其他 时间:
2014-07-24 21:43:22
收藏:
0 评论:
0 赞:
0 阅读:
473
一、Session简单介绍 在WEB开发中,服务器可以为每个用户浏览器创建一个会话对象(session对象),注意:一个浏览器独占一个session对象(默认情况 下)。因此,在需要保存用户数据时,服务器程序可以把用户数据写到用户浏览器独占的session中,当用户使用浏览器访问其它程序时,其它程....
分类:
其他 时间:
2014-07-24 21:43:13
收藏:
0 评论:
0 赞:
0 阅读:
352
关键点是输出'\r'这个字符可以使光标回到一行的开头,这时输出其它内容就会将原内容覆盖。import timeimport sysdef progress_test(): bar_length=20 for percent in xrange(0, 100): hashes...
分类:
编程语言 时间:
2014-07-24 21:43:02
收藏:
0 评论:
0 赞:
0 阅读:
377
Valid ParenthesesGiven a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must clos...
分类:
其他 时间:
2014-07-24 21:42:52
收藏:
0 评论:
0 赞:
0 阅读:
293
Port模式:ftp server:tcp 21 client:dynamicPasv模式:ftp server:tcp 21 <----client:dynamic ftp server:tcp dynamic <----client:dynamic
分类:
其他 时间:
2014-07-24 21:42:42
收藏:
0 评论:
0 赞:
0 阅读:
348
1 PROC PRINT DATA=data-set NOOBS LABEL;2 BY Variable-list;/*需提前排序,对每个BY变量输出,且在每页顶部打印该页By变量名*/3 ID Variable-list;/*不打印出观测值,且放在最左边*/4 SUM Varia...
分类:
其他 时间:
2014-07-24 21:42:32
收藏:
0 评论:
0 赞:
0 阅读:
370
Long Long MessageTime Limit:4000MSMemory Limit:131072KTotal Submissions:20412Accepted:8427Case Time Limit:1000MSDescriptionThe little cat is majoring ...
分类:
其他 时间:
2014-07-24 21:42:22
收藏:
0 评论:
0 赞:
0 阅读:
559