posted @ 2021-07-31 11:41
07 2021 档案
摘要:引用自:https://stupidcaterpillar.wordpress.com/2010/09/09/cause-values-for-mobility-management/ Posted by: Caterpillar on: September 9, 2010 In: NAS 1 Co
阅读全文
摘要:引用自:https://stupidcaterpillar.wordpress.com/2010/09/09/cause-values-for-gprs-session-management/ Cause values for GPRS Session Management Posted by: C
阅读全文
posted @ 2021-07-31 11:41
摘要:引用自:https://stupidcaterpillar.wordpress.com/2011/07/20/cause-codes-from-network/ Cause codes from network. Posted by: Caterpillar on: July 20, 2011 In
阅读全文
posted @ 2021-07-31 11:39
摘要:处xlsl格式的excel文件时,报错: File "D:\Python37\lib\site-packages\xlrd\__init__.py", line 170, in open_workbook raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_f
阅读全文
posted @ 2021-07-23 11:44
摘要:在PyCharm上可以正常运行的python脚本移植到 linux 服务器上运行时,报错: /usr/bin/python^M: bad interpreter: No such file or directory 下面解决方法来自https://blog.csdn.net/choukuad3813
阅读全文
posted @ 2021-07-11 10:19
摘要:curl 是常用的命令行工具,用来请求 Web 服务器。它的名字就是客户端(client)的 URL 工具的意思。 不带有任何参数时,curl 就是发出 GET 请求。 curl www.sina.com 上面的命令向wwww.sina.com发出GET请求,服务器返回的内容会在命令行输出。 参数
阅读全文
posted @ 2021-07-08 21:41