Easter79 Easter79
3年前
vue 自定义步骤条组件(css)
话不多说直接上组件代码。。<template<div<ulclass"steps"<livfor"(item,index)inSetData":key"itemindex":class"{'a
Wesley13 Wesley13
3年前
thinkphp 模板变量输出替换和赋值
一.变量输出的几个方法<?phpnamespaceapp\index\controller;usehttp\Params;usethink\Config;usethink\Controller;usethink\Request;usethink\View;
Stella981 Stella981
3年前
Nginx + php
www.example.com||Nginx||路由到www.example.com/index.php||加载nginx的fastcgi模块
Wesley13 Wesley13
3年前
JanusGraph 创建索引步骤(composite index)踩坑总结
前言JanusGraph是一个图数据库引擎,安装及入门可以参考JanusGraph图数据库安装小记(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fxiaff%2Fp%2FInstall_JanusGraph.html)。为了提高查询速
Stella981 Stella981
3年前
Python递归函数、匿名函数、过滤函数
递归函数Python对递归的深度有限制,超过即会报错。所以一定一要注意跳出条件。斐波拉契数列一个数列,第一个数是1,第二个数也是1,从第三个数开始,每一个数是前两个数之和公式:f(1)1,f(2)1,f(3)f(1)f(2),...,f(n)f(n2)f(n1)
Wesley13 Wesley13
3年前
301跳转,文件
<IfModulemod\_rewrite.cRewriteEngineonRewriteCond%{REQUEST\_FILENAME}!dRewriteCond%{REQUEST\_FILENAME}!fRewriteRule^(.\)$index.php/$1\QSA,PT,L\Rewrite
Wesley13 Wesley13
3年前
2D游戏制作:第五周作业
一,寻找不同颜色1.index.html<!DOCTYPEhtml\<htmllang\"en"\<head\<metacharset\"UTF8"\<metaname\"viewport"content
Easter79 Easter79
3年前
TiDB 源码阅读系列文章(十一)Index Lookup Join
什么是IndexLookupJoinNestedLoopJoin在介绍IndexLookupJoin之前,我们首先看一下什么是NestedLoopJoin(NLJ)。NLJ的具体定义可以参考Wikipedia(https://www.oschina.net/
Stella981 Stella981
3年前
SBind前端框架设计说明
核心应用代码预览index.html<html<head<titleSBind</title<scriptsrc"sbind.js"</script</head<body
Stella981 Stella981
3年前
ElasticSearch 索引设置总结
在使用ES时,我们常见的就是需要生成一个template来定义索引的设置,分词器,Mapping.本文将基于项目经验来总结一些常用的配置。Index设置 index.refresh\_interval   配置一个刷新时间,将indexbuffer刷新到oscache的时间间隔,刷新到oscache的