V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  flyhelan  ›  全部回复第 2 页 / 共 6 页
回复总数  110
1  2  3  4  5  6  
2024 年 1 月 15 日
回复了 xifenglie40 创建的主题 程序员 开源免费可商用的 BI 框架,哪个最好?
@Braisdom 赞。去官网看到了。免费使用咋使用?是不是必须加那个微信?
2024 年 1 月 14 日
回复了 xifenglie40 创建的主题 程序员 开源免费可商用的 BI 框架,哪个最好?
Redash 的中文版本在哪里?
2023 年 10 月 10 日
回复了 qingshui33 创建的主题 问与答 求推一个 Mac 中 sublime 的替代品
@qingshui33 那就奇怪了。sublime 理论上是当下能够找到的最理想的了。
2023 年 10 月 9 日
回复了 qingshui33 创建的主题 问与答 求推一个 Mac 中 sublime 的替代品
sublime 有什么问题?
2022 年 6 月 5 日
回复了 vipzhanghe 创建的主题 微信 Win 平台微信双开
@ltkun 握手
2022 年 6 月 5 日
回复了 opentrade 创建的主题 程序员 看汤哥新电影有种看老程序员职场危机感觉
@vhus 去国外看
2022 年 5 月 11 日
回复了 flyhelan 创建的主题 编程 [求助]《算法精讲: C 语言描述》里的测试函数怎么写?
typedef struct ListElmt_ {
void *data;
struct ListElmt_ *next;
} ListElmt;

typedef struct List_ {
int size;
int (*match) (const void *key1, const void *key2);
void (*destroy) (void *data);
ListElmt *head;
ListElmt *tail;
} List;



void list_init(List *list, void (*destroy)(void *data)) {
list->size = 0;
list->destroy = destroy;
list->head = NULL;
list->tail = NULL;
return;
}
2022 年 5 月 8 日
回复了 onionKnight888 创建的主题 杭州 果然没什么人关注亚运
给别人办的 关注个啥
@ooops 哈,好的。
@shanghai1998 太感谢了。
2022 年 4 月 27 日
回复了 yutian2211 创建的主题 问与答 创业公司的邀请是否该去?
不去
2022 年 4 月 27 日
回复了 ShadowFiendYan 创建的主题 问与答 纠结,是买个二手 iphone11 ,还是等 618 买 13 呢~
13
2022 年 4 月 27 日
回复了 kimwang 创建的主题 问与答 公司内部知识库如何创建/用什么软件好?
语雀?
@okakuyang 你的回答最清楚,感谢。
2022 年 4 月 27 日
回复了 BruceLi 创建的主题 程序员 请教一下这种 3D 展示方式是怎么实现的?
@rekulas 嗯。才发现人家是 13 年写的。
2022 年 4 月 26 日
回复了 BruceLi 创建的主题 程序员 请教一下这种 3D 展示方式是怎么实现的?
@rekulas 有点吊,怎么做出来的?
2022 年 4 月 16 日
回复了 Guderian 创建的主题 北京 想谈恋爱了,但是又不想去相亲
@PrtScScrLk 什么叫 留了钥匙
2022 年 4 月 16 日
回复了 braveMan 创建的主题 北京 望京附近短期转租(利泽西园)
几人间?合租几人?
好像有的,闲鱼精灵 什么的。
2022 年 3 月 3 日
回复了 dwlovelife 创建的主题 程序员 最近学 Python ,关于作用域的问题有点不明白
<section id="nice" data-tool="mdnice 编辑器" data-website="https://www.mdnice.com" style="font-size: 16px; color: black; padding: 0 10px; line-height: 1.6; word-spacing: 0px; letter-spacing: 0px; word-break: break-word; word-wrap: break-word; text-align: left; font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;"><pre class="custom" data-tool="mdnice 编辑器" style="margin-top: 10px; margin-bottom: 10px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.55) 0px 2px 10px;"><span style="display: block; background: url( https://files.mdnice.com/user/3441/876cad08-0422-409d-bb5a-08afec5da8ee.svg); height: 30px; width: 100%; background-size: 40px; background-repeat: no-repeat; background-color: #282c34; margin-bottom: -7px; border-radius: 5px; background-position: 10px 10px;"></span><code class="hljs" style="overflow-x: auto; padding: 16px; color: #abb2bf; display: -webkit-box; font-family: Operator Mono, Consolas, Monaco, Menlo, monospace; font-size: 12px; -webkit-overflow-scrolling: touch; padding-top: 15px; background: #282c34; border-radius: 5px;"><span class="hljs-function" style="line-height: 26px;"><span class="hljs-keyword" style="color: #c678dd; line-height: 26px;">def</span>&nbsp;<span class="hljs-title" style="color: #61aeee; line-height: 26px;">foo</span><span class="hljs-params" style="line-height: 26px;">()</span>:</span><br>&nbsp;&nbsp;&nbsp;&nbsp;c&nbsp;=&nbsp;<span class="hljs-string" style="color: #98c379; line-height: 26px;">"hello"</span><br>&nbsp;&nbsp;&nbsp;&nbsp;x&nbsp;=&nbsp;<span class="hljs-number" style="color: #d19a66; line-height: 26px;">0</span><br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="hljs-function" style="line-height: 26px;"><span class="hljs-keyword" style="color: #c678dd; line-height: 26px;">def</span>&nbsp;<span class="hljs-title" style="color: #61aeee; line-height: 26px;">bar</span><span class="hljs-params" style="line-height: 26px;">()</span>:</span><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;b&nbsp;=&nbsp;<span class="hljs-literal" style="color: #56b6c2; line-height: 26px;">True</span><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print(a)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print(b)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print(c)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x&nbsp;=&nbsp;a<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print(x)&nbsp;<span class="hljs-comment" style="color: #5c6370; font-style: italic; line-height: 26px;">#&nbsp;新增这条</span><br>&nbsp;&nbsp;&nbsp;&nbsp;bar()<br>&nbsp;&nbsp;&nbsp;&nbsp;print(x)<br><br><br><span class="hljs-keyword" style="color: #c678dd; line-height: 26px;">if</span>&nbsp;__name__&nbsp;==&nbsp;<span class="hljs-string" style="color: #98c379; line-height: 26px;">"__main__"</span>:<br>&nbsp;&nbsp;&nbsp;&nbsp;a&nbsp;=&nbsp;<span class="hljs-number" style="color: #d19a66; line-height: 26px;">100</span><br>&nbsp;&nbsp;&nbsp;&nbsp;foo()<br></code></pre>
</section>
1  2  3  4  5  6  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2765 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 50ms · UTC 11:44 · PVG 19:44 · LAX 04:44 · JFK 07:44
♥ Do have faith in what you're doing.