issues Search Results · repo:observerss/textfilter language:Python
Filter by
16 results
(55 ms)16 results
inobserverss/textfilter (press backspace or delete to remove)wushiwen123456
- Opened on May 28, 2021
- #16
我的项目:https://github.com/toolgood/ToolGood.Words
支持 java,C#, python, js, go
C#语言,使用StringSearchEx2.Replace过滤,在48k敏感词库上的过滤速度超过3亿字符每秒。(cpu i7 8750h)
toolgood
- 1
- Opened on Sep 29, 2020
- #12
1、pirnt - pirnt() 2、unicode的报警 py3 的字符串与 py2 的区别说穿了就是很简单的对三种数据类型的处理。py2
的方式意味着字符串跟字节流是相同的东西。而unicode字符串是某种独特的类型。bytes==strunicode!=strpy3
的方式意味着字符串跟unicode字符串是相同的东西,而字节流是某种独特的类型。unicode==strbytes!=strunicode是什么呢?是某种特定编码的字节流,是bytes的子集。这就意味着:所有的unicode都能放进bytes,但某些bytes无法放进unicode。C ...
Valuebai
- 1
- Opened on Dec 12, 2019
- #10
Parse function
def parse(self, path):
with open(path, rb ) as f:
self.keywords = [x.decode( utf8 ).strip() for x in f.readlines()]
Filter function
def filter(self, message, ...
jacksujingcheng
- Opened on Mar 3, 2019
- #9

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.