fullstack.web/www/index.xml
2022-12-22 14:57:51 +08:00

34 lines
3.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Fullstack Club | 全栈工程师俱乐部</title>
<link>https://www.fullstack.club/</link>
<description>Recent content on Fullstack Club | 全栈工程师俱乐部</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language><atom:link href="https://www.fullstack.club/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>关于网站</title>
<link>https://www.fullstack.club/about/</link>
<pubDate>Sat, 01 Oct 2022 12:00:08 +0800</pubDate>
<guid>https://www.fullstack.club/about/</guid>
<description>本项目是 fullstack.club 的官网,主要是一些导航和在线工具。</description>
</item>
<item>
<title></title>
<link>https://www.fullstack.club/MetaSelector/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://www.fullstack.club/MetaSelector/</guid>
<description>MetaSelector 元数据选择器,用于文件、笔记、物体筛选,服务器规划、微服务调度等众多领域。
规则参考了 CSS 属性选择器JQuery 属性选择器。
便于生成、书写 便于解析、阅读 便于执行 支持 url 形式属性编码 支持异步属性加载 多语言支持
java 实现去往 这里。 javascript 实现去往这里。 语法实验室去往这里。 语法介绍 元数据以属性(attribute) 和值 (value) 的形式描述,包裹在 [] 之中。
基本选择器 [attribute] 包含某个属性 [attribute=undefined] 不包含某个属性 [attribute=value] 属性等于某值 [attribute*=value] 属性包含某个值 [attribute|=value] 属性以某值标记的开头value 后面必须有内容且不能紧跟字母和数字eg. btn-user、btn-*、btn-、btn.user。 [attribute^=value] 属性以某值开头 [attribute$=value] 属性以某值结尾 [attribute!=value] 属性不等于某值 特殊符号 特殊符号组1[,],=,*,|,^,$,!,, 特殊符号组2&#39;,&amp;quot; 特殊符号组3/ 特殊符号组4undefined 特殊符号使用注意
默认属性和值中间不能包含特殊符号组1。 如果属性和值中确实需要使用特殊符号组1那么需要将属性或值用单引号或双引号包裹起来。此时可以使用特殊符号组1但是不能使用特殊符号组2 当操作符是 = 时, 属性或值如果以 // 包裹起来,则以正则规则处理。 undefined 表示不存在, 字符串 undefined 也等于不存在。 空格(其他空白字符)不是特殊符号,按照其原本的样子匹配,属性和值都可以以空白开头和结尾,书写时请注意避免不必要的空白。 数值选择器 [attribute==number] 属性等于某值 [attribute&amp;gt;number] 属性大于某值 [attribute&amp;gt;=number] 属性大于等于某值 [attribute&amp;lt;number] 属性小于某值 [attribute&amp;lt;=number] 属性小于等于某值 组合选择器 逻辑与 [s1][s2] 逻辑或 [s1],[s2] 组合逻辑 [s1],[s2][s3],[s4] 逻辑与总是优先于逻辑或执行。 联系 postmaster(a)fullstack.</description>
</item>
</channel>
</rss>