码迷,mamicode.com
首页 >  
搜索关键字:w3    ( 2838个结果
ECMAscript运算符2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <title>位运算符</title></head><body><sc ...
分类:其他好文   时间:2020-01-25 14:13:10    阅读次数:84
ECMAScript逻辑运算符
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <title>js逻辑运算符</title></head><body> ...
分类:其他好文   时间:2020-01-24 09:28:17    阅读次数:125
javascript的算数运算符1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <title>Title</title> <meta charset= ...
分类:编程语言   时间:2020-01-24 00:09:05    阅读次数:96
javascript的数据类型
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <title>javascript的数据类型</title> <met ...
分类:编程语言   时间:2020-01-23 09:14:17    阅读次数:78
ssm之spring+springmvc+mybatis整合初探
1、基本目录如下 2、首先是向lib中加入相应的jar包 3、然后在web.xml中加入配置,使spring和springmvc配置文件起作用。 <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/ ...
分类:编程语言   时间:2020-01-22 22:07:28    阅读次数:65
动手实践用LDA模型计算两篇英文文档相似度
知道原理的同学这部分可以略过直接看实践部分 什么是TD-IDF? 构造文档模型 我们这里使用空间向量模型来数据化文档内容:向量空间模型中将文档表达为一个矢量。 用特征向量(T1,W1;T2,W2;T3, W3;…;Tn,Wn)表示文档。 Ti是词条项,Wi是Ti在文档中的重要程度, 即将文档看作是由 ...
分类:其他好文   时间:2020-01-22 14:35:25    阅读次数:138
mybatis缓存之整合第三方缓存工具ehcache
1、加入以下依赖包 2、配置ehcache.xml <?xml version="1.0" encoding="UTF-8"?> <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaL ...
分类:系统相关   时间:2020-01-22 12:46:32    阅读次数:142
1018 锤子剪刀布 (20分)
#include <iostream> using namespace std; int main() { int N; cin>>N; int w1=0,w2=0,w3=0; int ac=0,aj=0,ab=0; int bc=0,bj=0,bb=0; int ra,rb; char a,b; ...
分类:移动开发   时间:2020-01-22 12:38:42    阅读次数:110
pom.xml配置文件
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch ...
分类:其他好文   时间:2020-01-21 14:43:55    阅读次数:118
applicationContext.xml文件和dispatcher-servlet.xml文件和web.xml文件
applicationContext.xml<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/20 ...
分类:移动开发   时间:2020-01-21 14:41:22    阅读次数:110
2838条   上一页 1 ... 28 29 30 31 32 ... 284 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!