E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Filtering
mule配置常用节点
> <
filtering
-router> ....
hamlzf
·
2011-11-03 09:00
mule
纹理过滤模式中的Bilinear、Trilinear以及Anistropic
Filtering
http://smartblack.iteye.com/blog/762948 1、 为什么在纹理采样时需要texturefilter(纹理过滤)。我们的纹理是要贴到三维图形表面的,而三维图形上的pixel中心和纹理上的texel中心并不一至(pixel不一定对应texture上的采样中心texel),大小也不一定一至。当纹理大于三维图形表面时,导至一个像素被映射到许多纹理像素上;当维理小于三维
shibixiao
·
2011-11-02 14:00
api
filter
测试
performance
图形
shader
基于 Apache Mahout 构建社会化推荐引擎
推荐引擎简介推荐引擎利用特殊的信息过滤(IF,Information
Filtering
)技术,将不同的内容(例如电影、音乐、书籍、新闻、图片、网页等)推荐给可能感兴趣的用户。
yangfuchao418
·
2011-11-02 11:00
基于 Apache Mahout 构建社会化推荐引擎
阅读更多推荐引擎简介推荐引擎利用特殊的信息过滤(IF,Information
Filtering
)技术,将不同的内容(例如电影、音乐、书籍、新闻、图片、网页等)推荐给可能感兴趣的用户。
yangfuchao418
·
2011-11-02 11:00
URL传值问题,不同浏览器对URL的长度要求
article/details/6796654 通过URL传值的问题,所以对url字符串进行encodeURIComponent对url字符串内容进行编码,问题解决,但是有时候会出现 Therequest
filtering
moduleisconfiguredtodenyarequestwherethequerystringistoo
wuhongbing987
·
2011-10-28 17:00
python 文件过滤器
python实用技巧 :
Filtering
os.walk ''' Created on Mar 7, 2010 @author: Diego
eric_wyf
·
2011-10-24 15:00
python
Programming Collective Intelligence 读书总结
MakingRecommendations(Collaborative
Filtering
)User-basedFindingsimilarusersUserasvectorbasedonitemscoreEuclideandistancePearsoncorrelationReverseusersanditems
崔添翼 透明
·
2011-10-19 04:00
程序园
Ethereal过滤规则语法
捕获过滤器(
Filtering
whilecapturing)ethereal使用libpcapfilterlanguage过滤语言,在tcpdump的manpage中有解释,但是比较难理解一个捕获过滤器规则类似于下面的表达式
dyron
·
2011-10-12 14:00
String
tcp
网络
filter
DST
Primitive
Eclipse debug模式
执行完当前method,然后return跳出4.stepFilter逐步过滤一直执行直到遇到未经过滤的位置或断点(设置Filter:window-preferences-java-Debug-step
Filtering
StevenBot-Saltsam
·
2011-10-07 21:00
双边滤波增强图像
理论知识见文章Bilateral
Filtering
forGrayandColorImageshttp://citeseerx.ist.psu.edu/viewdoc/download?
lazykaola
·
2011-09-18 15:34
职场
图像
增强
休闲
双边滤波
Building Coder(Revit 二次开发) - 过滤非本地(Non-Native)类
BuildingCoder链接:http://thebuildingcoder.typepad.com/blog/2010/08/
filtering
-for-a-nonnative-class.htmlRevit
flower4wine
·
2011-09-08 11:00
普通二层交换机的转发
若需要转载,请注明出处过滤(
filtering
):是交换机决定一个帧是应该转发到某个接口还是应当将其丢弃的功能,如采取PORT+MAC绑定作为过滤条件。
yygydjkthh
·
2011-09-05 23:00
工作
网络
table
2950交换机SI与EI区别
switches/ps628/prod_bulletin09186a00800b3089.html1.GigabitEtherChannel2.ACEs/ACPs(Layer2-4IPSecurity
Filtering
chinasaner
·
2011-08-06 11:28
职场
EI
休闲
交换机
SI
[技术分享 - TMG 篇] TMG URL 过滤功能出现故障
《本文转译自 Forefront TMG (ISA Server) Product Team博客文章” TMG URL
Filtering
fails”》 介绍 用户在 TMG 2010服务器上开启了
xitong
·
2011-08-01 13:00
url
防火墙技术:“包过滤型”和“应用代理型
(1).包过滤(Packet
filtering
)型包过滤型防火墙工作在OSI网络参考模型的网络层和传输层,它根据数据包头源地址,目的地址、端口号和协议类型等标志确定是否允许通过。只有满足过
wangdun119
·
2011-07-29 17:00
防火墙
Maven resources 及
Filtering
机制
Maven提供了一种过滤机制,可以在资源文件被复制到目标目录的同时,替换其中的placeholders。如pom配置如下: D:/WebApp/rmi.test/antx.propertiessrc/main/resources**.xmltruesrc/main/resources**.xml可实现将src/main/resources下的所有.xml文件过滤,用D:/WebApp/rmi.t
xj84
·
2011-07-29 11:00
resource
关于Maven resource配制中include与exclude的关系
大多数情况下,人们使用<include>和<exclude>是为了配合<
filtering
>实现过滤特定文件的需
javahigh1
·
2011-07-28 14:00
resource
eclipse debug (调试) 学习心得
method,然后return跳出此method4.stepFilter逐步过滤一直执行直到遇到未经过滤的位置或断点(设置Filter:window-preferences-java-Debug-step
Filtering
kakaka2011
·
2011-07-23 17:00
A JIT for packet filters
AJITforpacketfiltersByJonathanCorbetApril12,2011TheBerkeleyPacketFilter(BPF)isamechanismforthefast
filtering
ofnetworkpacketsontheirwaytoanapplication.IthasitsrootsinBSDintheveryearly1990
wzb56
·
2011-07-22 15:00
filter
assembly
application
FreeBSD
compiler
classification
大下拉框过滤
Filtering
Large Select Lists(GPL开源协议)
Filtering
Large Select Lists <html><head> <meta http-equiv="content-type&
desert3
·
2011-07-12 09:00
filter
Joomla!1.6里添加Javascript代码
在Joomla1.6里,Article Manager(文章管理) > Options(选项) > Text Filters(文本过滤) 在你要修改的用户后面选择NO
Filtering
(不要过滤
小明哥
·
2011-07-11 14:00
cms
PHP
joomla
maven eclipse 插件问题
mvn eclipse:eclipse 命令出现 错误:Unable to read jar manifest from 信息: Request to merge when '
filtering
wiflish
·
2011-07-05 15:00
eclipse
Large-Scale Problem Solving
Analysis:UsingBloom
Filtering
forsetunion.Thekeyideaistomapeachelement(hereisURL)tokkeysbykdifferenthashfunctions.Thensettheobtai
kevin_darkelf
·
2011-07-03 11:00
Integer
url
query
Dictionary
电话
sorting
读读武侠
= "View_ColorQuality"; //"yszl";//颜色质量,比特数(16/32位)const CHAR CRenderSystem::szDefaultTexture
Filtering
Var
夸父的笔记
·
2011-07-01 11:00
OGRE 纹理单元
:可用的纹理层属性texture_aliastextureanim_texturecubic_texturetex_coord_settex_address_modetex_border_colour
filtering
max_anisotropymipmap_biascolour_opcolour_op_excolou
pizi0475
·
2011-06-30 13:00
活动
float
border
Blend
scroll
binding
Message rejected as spam by Content
Filtering
Remotehostsaid:5505.7.1MessagerejectedasspambyContent
Filtering
.
webcenterol
·
2011-06-28 10:00
message
Forefront TMG 2010: Using malware inspection and URL
filtering
for FTP on access rules
ForefrontTMG2010:UsingmalwareinspectionandURL
filtering
forFTPonaccessrulesbyadrian16.May201115:20LatelyI
wishfly
·
2011-06-17 16:00
server
properties
url
Access
2010
credentials
个性化推荐系统入门
协同过滤(Collaborative
Filtering
,简称CF)技术,是推荐系统中应用最为广泛的技术之一。
sunnydogzhou
·
2011-06-09 23:00
user
产品
个性化推荐系统入门
协同过滤 (Collaborative
Filtering
,简称CF)技术,是推荐系统中应用最为广泛的技术之一。
wapysun
·
2011-06-09 23:00
个性化推荐
RSTP协议——第6章(6-6.2)
6SupportoftheMACServiceMACBridgesinterconnecttheseparateIEEE802LANsthatcomposeaBridgedLocalAreaNetworkbyrelayingand
filtering
framesbetweentheseparateMACsofthebridgedLANs.Thepositionofthebridgingfunctio
tywali
·
2011-06-08 11:02
协议
休闲
RSTP
嵌入式开发
RSTP协议――第6章(6-6.2)
SupportoftheMACServiceMACBridgesinterconnecttheseparateIEEE802LANsthatcomposeaBridgedLocalAreaNetworkbyrelayingand
filtering
framesbetweentheseparateMACsofthebridgedLANs.Thepositionofthebridgingfunc
tywali
·
2011-06-08 11:02
协议
翻译
休闲
RSTP
RSTP协议
明明白白你的Linux服务器――网络篇(4)
九、TCP_wrappers防火墙linux上一种特殊的防火墙TCP_wrappers防火墙,TCP封包会先经过所谓的IP过滤机制(IP
Filtering
),这是Linux提供的第一层保护,他可以将你不想要的来源
liyanjun008
·
2011-05-31 18:41
linux
网络
服务器
职场
休闲
调试快捷键
method,然后return跳出此method4.stepFilter 逐步过滤一直执行直到遇到未经过滤的位置或断点(设置Filter:window-preferences-java-Debug-step
Filtering
xlover
·
2011-05-15 18:00
eclipse
多线程
thread
虚拟机
使用Ehcache对页面缓存
使用Ehcache对页面缓存Therearenocodechangesrequiredforthis-yourapplicationservershouldsupportservlet
filtering
already.Simplyupdateyourweb.xmlfile
生命科学领域的专业信息解决方案!
·
2011-05-12 16:00
Entity Framework in ASP.NET MVC Application (三)
IntheprevioustutorialyouimplementedasetofwebpagesforbasicCRUDoperationsforStudententities.Inthistutorialyou'lladdsorting,
filtering
baobeituping
·
2011-05-10 20:00
.net
mvc
asp.net
asp
LINQ
协同过滤资料
http://blog.csdn.net/flykobesummer/archive/2010/01/02/5122057.aspx 3种形式的协同过滤(Collaborative
Filtering
Taoo
·
2011-04-27 07:00
html
算法
.net
Blog
图像去噪
AnisotropicDiffusion灰度图像各向异性扩散(AnisotropicDiffusion)滤波http://www.codesoso.com/code/AnisotropicDiffusion.aspx Bilateral
Filtering
forgrayscaleandcolorimages
alaclp
·
2011-04-20 14:00
协同过滤之 User-based Collaborative
Filtering
协同过滤(Collaborative
Filtering
)技术,是推荐系统中应用最为广泛的技术之一。
kiddymeet
·
2011-04-20 10:35
职场
搜索
休闲
技术路上
协同过滤之 User-based Collaborative
Filtering
协同过滤(Collaborative
Filtering
)技术,是推荐系统中应用最为广泛的技术之一。
kiddymeet
·
2011-04-20 10:35
搜索
职场
协同过滤
休闲
相关
resolve maven [Request to merge when '
filtering
' is not identical]. issue
1: mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts-archetype -DarchetypeVersion=2.1.0 -DgroupId=com.mycompany -DartifactId=myproject -Da
mmBlue
·
2011-04-02 19:00
apache
eclipse
maven
struts
Appfuse
Linux+bridge做透明网桥
(注一般2.6以上的都默认支持)注意,除了要把该编译进去的驱动编进去(象NIC什么的)还要把最重要的iptables给enable起来,进入NetworkOptions,选中NetworkPacket
filtering
flyonok
·
2011-03-24 13:00
Intellij IDEA中使用maven filter遇到的问题
最终在idea的官网找到了问题所在: IntelliJ IDEA's Make features are capable of
filtering
Maven resources.
backkom1982
·
2011-03-22 14:00
maven
xml
Web
配置管理
idea
Amazon.com的推荐:从商品到商品的协同过滤
原文发表在:GregLinden,BrentSmith,JeremyYork,“Amazon.comRecommendations:Item-to-ItemCollaborative
Filtering
,
P迪 小和尚
·
2011-03-05 08:00
推荐系统
产品设计
Amazon
推荐系统收集的一些资料
http://jamesthornton.com/cf/这里介绍和推荐了关于collaborative
filtering
的文章和文章的摘要介绍等。我查了前几篇的文章,引用率很高的。
caoeryingzi
·
2011-02-15 13:00
通过例子理解XSS
通过例子理解XSSCrossSiteScriptingexsistanceisbecauseofthelackof
filtering
enginestouserinputsatwebsitesonforms.HackersEvilLink
obnus
·
2011-01-27 02:39
职场
xss
休闲
通过例子理解XSS
通过例子理解XSSCrossSiteScriptingexsistanceisbecauseofthelackof
filtering
enginestouserinputsatwebsitesonforms.HackersEvilLink
obnus
·
2011-01-27 02:39
职场
XSS
休闲
SQL Azure Federations连接模型概览
SQLAzureFederations将支持一种新的名为
FILTERING
的连接,用于处理federateddata并提供了重新分区的组件,该组件将支持完整的可用性。
James Vastbinder
·
2011-01-23 00:00
Maven的POM文件里,build/resources里include和exclude
于是加了一条include放过它,但那里是配置在<
filtering
>true</
filtering
>下面的。
RednaxelaFX
·
2011-01-19 22:00
apache
eclipse
html
maven
PowerShell2.0之Windows排错(二)查看服务依存性
以Base
Filtering
Engine服务为例,其基本筛选引擎(BFE)是一种管理防火墙和Internet协议安全(IPsec)策略及实施用户模式筛选的服务,停止或禁用BFE服务将大大降低系统的安全,
fuhj02
·
2011-01-17 23:25
windows
防火墙
用户
internet
应用程序
关于Web推荐系统的一些博客资料
A.关于推荐系统的综述说明 推荐系统:主要推荐方法 电子商务推荐系统入门基础 电子商务推荐系统研究综述 Collaborative
Filtering
为什么基于项目的协同过滤是稳定的
liuxinglanyue
·
2011-01-11 15:00
Web
算法
电子商务
音乐
Social
上一页
48
49
50
51
52
53
54
55
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他