clino's repos on GitHub
JavaScript · 8 人关注
avalon-uliweb-examples
avalon uliweb examples
Python · 7 人关注
angular-uliweb-examples
Angularjs developer guide example using uliweb
5 人关注
f1do.com
https://www.f1do.com
JavaScript · 5 人关注
gfwlist2pac
Python · 3 人关注
gitldapacl
git ldap acl (access control list with apache+mod_wsgi)
Python · 2 人关注
gitguidifftool
git gui difftool is a script using in git-gui,make it easy to use visual diff tool in git-gui.
Python · 0 人关注
apkutils
A library that gets infos from APK. (py2&3 compatible fork)
Python · 0 人关注
apollyon
Scripts for daily list maintenance
0 人关注
awesome-fabric
Hyperledger fabric resources
Python · 0 人关注
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
Python · 0 人关注
buildbot
Python-based continuous integration testing framework; send pull requests for your patches!
JavaScript · 0 人关注
cdnjs
Our goal is to operate this CDN in a peer reviewed fashion.
C · 0 人关注
ChinaDNS
Protect yourself against DNS poisoning in China.
Python · 0 人关注
ChinaDNS-Python
Protect yourself against DNS poisoning in China.
HTML · 0 人关注
codeinsight
CodeInsight: view and search with large scale source code
HTML · 0 人关注
gevent-tutorial
Gevent tutorial for the Working Python Developer
0 人关注
gfwlist
The one and only one gfwlist here
Python · 0 人关注
gfwlist2privoxy
Generate action file for privoxy from gfwlist, inspired by clowwindy's gfwlist and modified from it.
Python · 0 人关注
git-repo
https://gerrit.googlesource.com/git-repo/ fork
0 人关注
gitbug
0 人关注
gofound
GoFound GoLang Full text search go语言全文检索引擎,毫秒级查询。 使用使用http接口调用,集成Admin管理界面,任何系统都可以使用。
0 人关注
gofound-python
gofound-python 是gofound全文检索客户端
Python · 0 人关注
httpserver
A enhanced version of SimpleHTTPServer write with python
0 人关注
iview-admin
Vue 2.0 admin management system template based on iView
0 人关注
missing-semester-cn.github.io
the CS missing semester Chinese version
Python · 0 人关注
mmscope
Python · 0 人关注
my_turn
simple server/client working like turn-tcp(rfc6062). But it's not rfc6062 implementation!
Python · 0 人关注
node_in_uliweb_example
Python · 0 人关注
pingdata
JavaScript · 0 人关注
plugs
uliweb apps collcection project
clino

clino

V2EX 第 1368 号会员,加入于 2010-09-07 15:04:08 +08:00
今日活跃度排名 23931
12 G 28 S 34 B
用 codemirror 的时候如何动态加载某个语言的.js 文件?
JavaScript  •  clino  •  2019-07-18 08:12:32 AM  •  最后回复来自 clino
4
webpack 工程化和 vue 单文件组件开发例子项目
webpack  •  clino  •  2018-06-14 18:25:34 PM  •  最后回复来自 clino
2
容易写错和读错的字
分享发现  •  clino  •  2018-05-11 12:15:08 PM  •  最后回复来自 laoyur
32
给微信开发人员: 浏览信息时的一个建议
全球工单系统  •  clino  •  2018-02-08 09:23:41 AM  •  最后回复来自 clino
7
比特币的几个问题
Bitcoin  •  clino  •  2017-12-15 17:39:49 PM  •  最后回复来自 acess
29
clino 最近回复了
6 天前
回复了 Canglin 创建的主题 Python Python 疑问
贴给智谱清言给的回答:

在你的代码中,出现空格的原因是你在使用 re.sub 函数替换内容时,将 $ 字符替换为了空格 b' '。在正则表达式中,$ 是一个特殊字符,代表字符串的末尾。所以当 re.sub 函数看到 $ 时,它会查找字符串的末尾并进行替换。
这里有一个小错误,你可能想要替换的是 b'000000000' 而不是 b'000000000|$'。让我们来修正这部分代码:

后面还给了三个问题的建议修复代码示例
17 天前
回复了 livin2 创建的主题 Linux Linux DE 与普通消费市场的距离到底在哪?
@iminto "如果给 windows 电脑 admin 权限则安全的多,因为 admin 并不是最高权限,也很难获得最高权限"
没这回事吧,admin 和 root 是类似的。不理解你说的还有什么最高权限。
18 天前
回复了 livin2 创建的主题 Linux Linux DE 与普通消费市场的距离到底在哪?
@iminto “我就不敢让小孩乱动我的 Linux 系统。”
“而 Linux 的 root 或 sudo ,太危险了。”
所以你如果给小孩用是会给 root/或者 sudo ?
不能开一个没有 sudo 权限的帐号吗?
22 天前
回复了 zhaoyeye 创建的主题 OpenAI claude 封号
poe.com 来用?
69 天前
回复了 doublenine99 创建的主题 程序员 关于代码对比工具
Beyond compare 是最好的,merge 代码的时候还可以 3 路对比,是我自己掏钱购买的第一个工具软件。
86 天前
回复了 toBeRich 创建的主题 生活 大家有什么助眠的好方法
睡前一小时开始闭眼类似于冥想,但是可以听各种音频,学习娱乐的都可以,就是不能用眼。
不用眼可以放松整个神经,听音频不至于太过无聊,这样身心可以慢慢达到澄清的状态,焦虑的念头也会少很多,利于睡眠。
还有一种可能适合楼主这种需求的是把要暴露的内网 Web 服务反代到一个外网可访问的 https 服务上,但是这个 https 服务要求客户端 ssl 证书验证,客户端证书需要在内网申请安装好,而且客户端证书有时效限制需要定期到内网更新,但是有效期内就可以直接访问了
这种我认为安全上是可以的,客户端证书想当于多了一个密钥,安装方法你可以写个教程,或者让会的人帮忙需要的人搞定。
@ysmox "可以将「零信任网关」想象为一个具有身份鉴权能力的增强版 nginx"
https://github.com/chaitin/safeline 这个 雷池 是不是可以拿来用作这个用途?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1150 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 26ms · UTC 18:31 · PVG 02:31 · LAX 11:31 · JFK 14:31
Developed with CodeLauncher
♥ Do have faith in what you're doing.