码迷,mamicode.com
首页 >  
搜索关键字:ssi    ( 7015个结果
011-Spring aop 002-核心说明-切点PointCut、通知Advice、切面Advisor
011-Spring aop 002-核心说明-切点PointCut、通知Advice、切面Advisor ...
分类:编程语言   时间:2019-12-22 22:55:41    阅读次数:133
word2vec学习总结
[toc] 1.简介 word2vec是Google于2013年推出的开源的获取词向量word2vec的工具包。它包括了一组用于word embedding的模型,这些模型通常都是用浅层(两层)神经网络训练词向量。 Word2vec的模型以大规模语料库作为输入,通过神经网络训练到一个向量空间(通常为 ...
分类:其他好文   时间:2019-12-22 20:19:52    阅读次数:136
AST11103 Problem Solving
AST11103 Problem Solving with Programming SkillsAdditional Individual Assignment: Min-Game Programming (40%)Learning Outcomes1. Use common application ...
分类:其他好文   时间:2019-12-22 19:59:28    阅读次数:74
ORACLE ASMLIB
ORACLE ASMLIB This blog post is more of a note for myself on configuring ASMLib. ASMLib is an optional utility that can be used on Linux systems to ma ...
分类:数据库   时间:2019-12-22 16:12:36    阅读次数:94
Ajax
[TOC] ? Ajax Ajax基础 传统网站中存在的问题: 网速慢的情况下,页面加载时间长,用户只能等待 表单提交后,如果一项内容不合格,需要重新填写所有表单内容 页面跳转,重新加载页面,造成资源浪费,增加用户等待时间 Ajax概述: 它是浏览器提供的一套方法,可以实现页面无刷新更新数据,提高用 ...
分类:Web程序   时间:2019-12-22 10:30:37    阅读次数:136
PCI_PCIe_miniPCIe规格说明
PCI PCI是一种本地总线(并行),规格书名称:PCI Local Bus Specification。并行总线,插槽规格统一。 PCI stands for Peripheral Component Interconnect. It is a hardware bus that helps to ...
分类:其他好文   时间:2019-12-21 20:16:34    阅读次数:432
注册与登录 接口与模板
1.利用模板创建登录或注册网页数据库栏: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), }}2.在myapp\urls. ...
分类:其他好文   时间:2019-12-21 20:11:22    阅读次数:265
Mongodb按照日期分组统计
目录 1.使用时间格式化方法 2.进行时间补偿(默认当前时区是东八区,即8x3600x1000=28800000) mongodb的默认时间是格林尼治时间,如果是要按照日期进行分组需要注意!!!。 解决方案: 1.使用时间格式化方法 Aggregation.project().and("create ...
分类:数据库   时间:2019-12-21 15:53:31    阅读次数:88
2019-11-29-WPF-高速书写-StylusPlugIn-原理
原文:2019-11-29-WPF-高速书写-StylusPlugIn-原理 title author date CreateTime categories WPF 高速书写 StylusPlugIn 原理 lindexi 2019-11-29 10:20:39 ... ...
分类:Windows程序   时间:2019-12-21 09:21:27    阅读次数:71
python 中with 用法讲解
https://www.cnblogs.com/wanglei-xiaoshitou1/p/9238275.html 一、With语句是什么? 有一些任务,可能事先需要设置,事后做清理工作。对于这种场景,Python的with语句提供了一种非常方便的处理方式。一个很好的例子是文件处理,你需要获取一个 ...
分类:编程语言   时间:2019-12-21 00:18:13    阅读次数:108
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!