运行效果图: 结构目录: 注意事项: 如果logcat有错误提示:No Channel found for pkg, 可参考链接:https://blog.csdn.net/u010356768/article/details/83546008 activity_main.xml: 1 <?xml ...
分类:
其他好文 时间:
2020-03-31 22:47:38
阅读次数:
131
How do I get notifications for commits to a repository? I just found out by accident that you can easily manage to achieve this: fork the project (if ...
分类:
其他好文 时间:
2020-03-31 18:46:41
阅读次数:
64
2.1 jieba 2.1.1 jieba简介 Jieba中文含义结巴,jieba库是目前做的最好的python分词组件。首先它的安装十分便捷,只需要使用pip安装;其次,它不需要另外下载其它的数据包,在这一点上它比其余五款分词工具都要便捷。另外,jieba库支持的文本编码方式为utf-8。 Jie ...
分类:
其他好文 时间:
2020-03-31 14:23:24
阅读次数:
282
执行个别shell测试脚本运行报错$'\r': command not found 考虑到可能是windows与Linux的换行符不同的原因(windows是\r\n,Linux是\n)造成的,但是又不想一个个替换。 可以使用如下命令来解决: # vi 脚本名 命令行模式下输入: :set ff=u ...
分类:
系统相关 时间:
2020-03-31 14:10:39
阅读次数:
101
Err:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 404 Not Found [IP: 101.6.8.193 ...
分类:
Web程序 时间:
2020-03-31 10:30:57
阅读次数:
94
-bash: nginx: command not found 解决banf : 1、vim /etc/profile 添加 内容 PATH=$PATH:/usr/local/nginx/sbinexport PATH 如下 2,source /etc/profile 让配置文件重新生效一下 执行成 ...
分类:
其他好文 时间:
2020-03-31 10:25:41
阅读次数:
58
关于spring boot 集成 jsp 出现的如下问题: There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp/index.jsp 解决的方法总结如下: 聚合模块(POM)下,如果出现如上故障 : 1.先检 ...
分类:
编程语言 时间:
2020-03-30 21:14:55
阅读次数:
476
cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula git log --follow icu4c.rb git checkout -b icu4c-63.1 bc0c97952453ff6afc146aa3 ...
分类:
Web程序 时间:
2020-03-30 19:23:59
阅读次数:
211
有段时间没有登上ubuntu了,再次登上系统安装软件时,出现可如下的情况: 如图提示:start-stop-daemon 不在环境变量中,或不能执行; 根据文章中的方法进行尝试,但是,问题任然没有结果。可能是start-stop-daemon没有安装(可能是之前文件误删导致)。于是有对守护进程“st ...
分类:
其他好文 时间:
2020-03-29 23:52:32
阅读次数:
162
https://hsivonen.fi/modern-cpp-in-rust/ Since version 56, Firefox has had a new character encoding conversion library called encoding_rs. It is writte ...
分类:
编程语言 时间:
2020-03-29 21:26:15
阅读次数:
81