Forwarded from LetITFly News (LetITFly 让技术飞)
Forwarded from See you at @fishing_daily ! | (Archived) YuutaW 的版聊频道 (台长)
Cyberpunk 代码泄露了
Forwarded from duangsuse Throws
观点/小调查:存在是第一意义?
Anonymous Poll
63%
是的,只有存在下去,才有变好的可能;只要存在就可能有积极变化
37%
不是,如果情况只会越来越坏,继续存在只会让其他人霸占它的名字
Forwarded from Tindy | SIGHUP
Forwarded from 某科学的秘密结社
怎样让一个催婚小品不构成对女性(尤其是女权主义者)的冒犯?
低情商:直接撤了节目
高情商:在小品里加入物化男性桥段
低情商:直接撤了节目
高情商:在小品里加入物化男性桥段
Forwarded from 非常滑稽
发现 drawio 一个很屌的功能。他是一个在线画图软件,他可以把画的图存到 Github,commit 到你的 repo 中。还可以选择保存为 png,在 Github 就能直接预览,他会把可编辑的数据写到 png 里面,下次在 drawio 打开这个 png 就能继续编辑。完美符合 Github 的工作流,画流程图很爽。
GitHub
GitHub - jgraph/drawio: draw.io is a JavaScript, client-side editor for general diagramming.
draw.io is a JavaScript, client-side editor for general diagramming. - jgraph/drawio
Forwarded from duangsuse Throws
Forwarded from RWTG9Y4's STDOUT
This media is not supported in your browser
VIEW IN TELEGRAM
来看看 47 写的魔法 2D 引擎(
https://github.com/Angelic47/LibSpritesGUI_12864
https://github.com/Angelic47/LibSpritesGUI_12864
Perol:
android webview 有没有办法拦截 POST 的请求?
Tsung @ionull Goh:
https://stackoverflow.com/questions/13954049/intercept-post-requests-in-a-webview
#Android https://t.iss.one/AndroidDevCn/183258 🤔 果然这么可定制啊ԅ(¯ㅂ¯ԅ) 另外有订户说 ajax-hook 也可以改请求
android webview 有没有办法拦截 POST 的请求?
shouldInterceptRequest 只能拦截get的Tsung @ionull Goh:
https://stackoverflow.com/questions/13954049/intercept-post-requests-in-a-webview
#Android https://t.iss.one/AndroidDevCn/183258 🤔 果然这么可定制啊ԅ(¯ㅂ¯ԅ) 另外有订户说 ajax-hook 也可以改请求
Stack Overflow
Intercept POST requests in a WebView
I'm developping an Android application filtering the requests (with a white list) and using a custom SSLSocketFactory. For this, I've developed a custom WebViewClient and I have overridden the