ChasingZenith

Results 26 comments of ChasingZenith

> You should never access a field of a graph directly. The portable way of accessing the weights is `weights(G)`. Use that if you want the weights, and use `adjacency_matrix`...

How does `SimpleGraph` solve this problem. Do they use `dropzero!` everytime?

It seems that a perfect demo is already made in this website [Exploring the features of Simply Jekyll](https://simply-jekyll.netlify.app/posts/explore) By the way, I am very glad to contribute and make this...

## html源码 ### 使用前 ```html 公式前x∑i=1nsix\sum_{i=1}^{n} s_ix∑i=1n​si​后 ``` ```html 公式前xxx后 ``` ```html f∗(s)价格为s时最优生产方案下的净利润=supx∈E{<s,x>总销售额−f(x)生产x时的生产成本}f∗(s)价格为s时最优生产方案下的净利润=sup⁡x∈E{<s,x>⏟总销售额−f(x)⏟生产x时的生产成本} \underset{\text{价格为}s\text{时最优生产方案下的净利润}}{f^{*}(s)} = \sup_{x \in E } \{ \underbrace{\left< s,x \right>}_{总销售额} - \underbrace{f(x)}_{\text{生产}x\text{时的生产成本}}\} f∗(s)价格为s时最优生产方案下的净利润=sup⁡x∈E{<s,x>⏟总销售额−f(x)⏟生产x时的生产成本}\underset{\text{价格为}s\text{时最优生产方案下的净利润}}{f^{*}(s)} = \sup_{x \in E...

如果不能简单的兼容的话,请问仅在公式前后加上空格,公式中的不影响能实现吗?

谢谢。行内公式一般是一个span元素,有中英文时是否能给它前后加一个空格?

我暂时是这样:打开winecfg在library中disable掉。 ```bash WINEPREFIX=~/.deepinwine/Deepin-WeChat/ deepin-wine6-stable winecfg ``` ![Screenshot_20230419_125329](https://user-images.githubusercontent.com/22112456/232970173-ec3b54b5-9bad-4936-afdf-74eaee9f5048.png) 在输入框中填入`WeChatAppEx.exe`,然后add,再edit成disable

Hi @Barabba11 . It also spends me hours to figure out how to capture screen using WebRTC. I can see the live screen capture on other device now. Although I...

Don't know why but change the code to the following solve the problem ``` textopdfviewerlaunch = "sioyek --inverse-search 'nvim --headless -c \"lua require('\"'\"'knaphelper'\"'\"').relayjump('\"'\"'%servername%'\"'\"','\"'\"'%1'\"'\"',%2,%3)\"' --new-window %outputfile%", textopdfviewerrefresh = "none", textopdfforwardjump =...