logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

AI是学习新语言的好助手

在写这篇文章的时候,在网上搜索了一下,发现第一个页面就是stackoverflow网站,它的第二个高赞解答就是这个问题,这也解释了stackoverflow在AI出现之后访问量直线下滑的原因了。总的来说,这行代码使得 MyApp 类可以接收一个可选的 key 参数,并确>保这个 key 被正确地传递给父类 StatelessWidget。但是不管三七二十一,先让AI给我生成一个demo项目,然后不

文章图片
#人工智能#学习
给vmware虚拟机添加启动延时

其实很简单,只要在你的.vmx文件中追加一行:bios.bootDelay = "5000"                              ^^单位是毫秒修改完成后,重新启动虚拟机,一直按esc,就会进入启动选项了 refs:http://communities.vmware.com/message/760222#760222

#虚拟机
在linux中如何获得GTK版本信息

get gtk version1. gtk-config --version2. rpm -aq | grep gtk   rpm -ql --info gtk2-2.8.20-1 |less

#linux#less
Linux 中的locate命令是怎样保持更新的

一句话,就是通过cron每天来跑updatedb这个命令。以下是我的系统中,anacron管理的更新locate所需要的索引的脚步:nodevs1=$(< /proc/filesystems awk '$1 == "nodev" && $2 != "rootfs" { print $2 }')/usr/bin/updatedb -f "$nodevs1"

#linux
linux下让grep出来的关键字高亮起来

grep show result with highight:http://www.debian-administration.org/articles/460http://scratching.psybermonkey.net/2009/05/how-to-make-grep-highlight-keyword.html

Ubuntu 20.04不能启动Terminal的办法

今天用Virtualbox安装了一个Ubuntu,但是死活启动不了Terminal,就不能安装sshd server。默认root是没有启动的,你必须给root设置密码后,才可以使用。实验了半天,终于找到一个方发,但是不知道原因是什么。就是在语言中把语言切换成加拿大之后,重启,就好了。这真是一个诡异的问题。

文章图片
#ubuntu#linux#运维
One Piece1-541(ed2k)

1-143http://www.VeryCD.com/topics/143292/144-228http://www.VeryCD.com/topics/17082/229-325http://www.VeryCD.com/topics/39594/326-384http://www.VeryCD.com/topics/198051/385-458ht

antlr4 with python(interface is not good as Java)

antlr4 with pythoninstall pythonconfig antlr4(need JDK)write you parser syntax and verify itconvert to python and install python runtimepip install antlr4-python3-runtimewrite you customer list...

maven中的${os.detected.classifier}变量从哪里来

${os.detected.classifier}:https://github.com/trustin/os-maven-plugin

到底了