-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
决定把gitblog和kb结合起来 #189
Labels
技术文章
技术文章
Comments
测试 第一个测试内容。看看能成功添加么 |
Split bash string by newline characters IFS=$'\n' read -rd '' -a y <<<"$x" |
say yes with shell script echo yes | ./test.sh |
yihong Let us have a try. |
Split bash string by newline characters IFS=$'\n' read -rd '' -a y <<<"$x" |
试试成功了没有 |
Split bash string by newline characters IFS=$'\r\n' read -rd '' -a y <<<"$x" |
Open
# This is a sample Python script.
# Press ⌃R to execute it or replace it with your code.
# Press Double ⇧ to search everywhere for classes, files, tool windows, actions, and settings.
def print_hi(name):
# Use a breakpoint in the code line below to debug your script.
print(f'Hi, {name}') # Press ⌘F8 to toggle the breakpoint.
# Press the green button in the gutter to run the script.
if __name__ == '__main__':
print_hi('PyCharm')
# See PyCharm help at https://www.jetbrains.com/help/pycharm/ |
不用这个了,发现了更好的。 |
是什么呢? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最近trending上发现一个小知识管理系统,深得我心。还贡献了下代码想了一下方案,貌似可行。
目前有的问题。
搞定了!!
开心,剩下的完善就可以了。
The text was updated successfully, but these errors were encountered: