iT邦幫忙

海綿寶寶 的所有回答 4425

請問internet程式設計師,是什麼

你上的是全端的課程包含了「前端」和「後端」 你可以看工作的「標題」和「內容技術要求」以了解工作內容 不過我的建議是不用看全部都投履歷有跟你連絡面試的工作再來仔細...

2021-05-31 ‧ 由 ioveasdkre 提問

請問我能翻譯 spring boot 的技術文件出書賣嗎?

可以,前提是要先取得原版的版權和翻譯許可。

2021-05-31 ‧ 由 qpd24428 提問

ASUS Vivobook S15 跟 15有什麼區別?????

Vivobook 是一個「系列」Vivobook S 是另一個「系列」 可以到 Vivobook 系列 和 Vivobook S 系列找到你同學和你自己的筆電型...

2021-05-31 ‧ 由 ying__1123 提問

函數回傳時一直出現存取違規

mac$ clang acsvio.c mac$ ./a.out Some dog drove under the boy.The town jumped to...

2021-05-29 ‧ 由 lukeyu1025 提問

qsort()忽然不能用了

參考這篇修改程式如下: #include<stdio.h> #include<stdlib.h> int compare( const...

2021-05-29 ‧ 由 vuj8104 提問

使用qsort 跟strcmp排序超長數字

$ ./a.out 3 1987 8765 3409 1987 3409 8765 3 1024 963 65 1024 65 963 ^Z [7]+...

2021-05-29 ‧ 由 silisili 提問

在git push時遇到「fatal: the remote end hung up unexpectedly」問題

試試看git config --global http.version HTTP/1.1 這篇的第一個答案(你加大 buffersize 是第二個答案)

2021-05-28 ‧ 由 火爆浪子 提問

Excel 不同工作表尋找連結相同數值

試試看Option Explicit'雙擊儲存格程式Private Sub Worksheet_BeforeDoubleClick(ByVal Target A...

2021-05-27 ‧ 由 gietin 提問