惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
罗磊的独立博客
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Last Week in AI
Last Week in AI
美团技术团队
Google Online Security Blog
Google Online Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
D
Docker
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件
月光博客
月光博客
L
LINUX DO - 最新话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
W
WeLiveSecurity
H
Heimdal Security Blog
Vercel News
Vercel News
SecWiki News
SecWiki News
Forbes - Security
Forbes - Security
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
TaoSecurity Blog
TaoSecurity Blog
T
Troy Hunt's Blog
A
About on SuperTechFans
C
Check Point Blog
S
Security Affairs
Hacker News - Newest:
Hacker News - Newest: "LLM"
AI
AI
WordPress大学
WordPress大学
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Help Net Security
Help Net Security
博客园_首页
The Last Watchdog
The Last Watchdog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
I
Intezer
K
Kaspersky official blog
M
MIT News - Artificial intelligence
J
Java Code Geeks
G
GRAHAM CLULEY
P
Palo Alto Networks Blog

博客园 - 小摘

针对TianvCms的搜索优化文章源码(无版权, 随便用) 简易的可视化自定义表单程序源码下载(无版权, 随便用) 主要手段 - 浅谈搜索优化 为什么要优化 - 浅谈搜索优化 TianvCMS后台截图 从“铁道部12306网站被曝出现SQL漏洞”想到 TianvCMS部分官方插件 分享T4代码生成及源码(sqlite版),欢迎新手参考、修改(无版权) 小议数据框架的封装 多编辑器支持的实现方式 想要开源了 - 发布在tianvcms发布以前 对IE9浏览器开发者预览版的一些感觉 大家帮忙看看如果面对这个升级文档该怎么处理,或者怎样才能处理得快一些(问在tianvcms改版前) 好久没更新了, 等待着把项目做简单 贴图不说话 从Windows Mac版想到 何去何从 快速开发之我见 - 送给开发效率不断下降的朋友们(二)
针对C#的正规表达式测试程序源码下载(无版权, 随便用)
小摘 · 2013-04-05 · via 博客园 - 小摘

先上图:

介绍:

写程序多少回遇到正规表表达式,网上很少特别针对C#的正规表达式测试,

为了方便日常使用,简单的写了个测试程序,虽然代码不多,不过还算实用

特点:

小型,快速多结果输出。

由于直接实用C#的正规表达式处理程序,百分百与实际使用结果相同。

功能:

可以测试正规表达式的查找和替换

为什么要发布:

写了好多年程序, 得到不少的帮助, 也该回馈了。

源码下载:C#正规表达式测试

正规表达式参考:http://www.cnblogs.com/KissKnife/archive/2008/03/23/1118423.html