摘要:
Get the file name from the file path Solution: 阅读全文
随笔分类 - Frequently used method or solutions for issues
[CSS] Frequently used method or solutions for issues
2019-04-01 22:47 by Johnson_强生仔仔, 298 阅读, 收藏, 编辑
摘要:
Stick button in right side in html Solution: Set the size of textarea in CSS. Solution: Set the item at the top besides the textarea set font like thi 阅读全文
[Python] Print input and output in table
2019-03-20 04:00 by Johnson_强生仔仔, 327 阅读, 收藏, 编辑
摘要:
Print the input and output in a table using prettyTable. 阅读全文
Solutions_issues in pip
2019-03-20 03:47 by Johnson_强生仔仔, 208 阅读, 收藏, 编辑
摘要:
pip fails ssl verification Solution: If there is no pip installed, check whether the system have python installed. If it has python installed, then tr 阅读全文
[Python] Frequently used method or solutions for issues
2018-11-16 12:09 by Johnson_强生仔仔, 204 阅读, 收藏, 编辑
摘要:
Web Scraping爬虫 for Mac urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> Solution: if 1) 阅读全文
[Java] Frequently used method or solutions for issues
2018-11-16 12:07 by Johnson_强生仔仔, 175 阅读, 收藏, 编辑
摘要:
模板: Split string into parts based on new line in java Solution: Reference is here. 1) get out of the first part of a string until meet "<" Solution: R 阅读全文