随笔分类 -  其他

Seesion和Cookie详解2
摘要:转载来自: https://www.toutiao.com/a6693986851193094664/?tt_from=weixin&utm_campaign=client_share&wxshare_count=1&timestamp=1558572842&app=news_article&utm 阅读全文

posted @ 2019-05-23 09:35 lcj122 阅读(288) 评论(0) 推荐(0)

UltraEdit中使用正则表达式-简单用法
摘要:UltraEdit中使用正则表达式 1、认识正则表达式语法: 正则表达式 (UltraEdit Syntax): % 匹配行首 - 表明要搜索的字符串一定在行首. $ 匹配行尾 - 表明要搜索的字符串一定在行尾 ? 匹配除换行符外的任一单个字符. * 匹配任意个数的字符出现任意次数(不包括换行符)  阅读全文

posted @ 2018-07-04 16:56 lcj122 阅读(1086) 评论(0) 推荐(0)

导航