菜鸟阿都 菜鸟阿都
4年前
将python文件打包成exe可运行文件
目前有好几种方法可以将python文件打包成exe应用程序文件,例如py2exe,pyinstaller等,比较下来,还是觉得pyinstaller使用起来比较简单。  首先第一步下载安装pyinstaller, 如果已经安装过python3的用户比较方便,可以使用python3文件下的Scripts文件中的pip安装,python2好像没有,使用pip
Stella981 Stella981
3年前
Python清空指定文件夹下所有文件的方法
From:https://blog.csdn.net/baoxiao7872/article/details/90340163其他的总结1、remove()同unlink()的功能是一样的在Windows系统中,删除一个正在使用的文件,将抛出异常。在Unix中,目录表中的记录被删除,但文件的存储还在。使用
Stella981 Stella981
3年前
Linux小记
Ubuntu的aptinstallbuildessential作用:配置Debian系统编译环境,就是下载安装支持编译Debian包的依赖/包,比如gcc等。直接执行aptinstallbuildessential输出省略可
Stella981 Stella981
3年前
Linux网络
!(https://oscimg.oschina.net/oscnet/upcb3a9a8ea5ba52b5d48f14da330b54d46a6.png)tracert命令的格式为:tracert\d\\hmaximum\_hops\\jhostlist\\wtimeout\\R\\Ssrcadd
Stella981 Stella981
3年前
Linux 内核
make2:Leavingdirectory'/usr/src/linuxheaders4.4.022generic'kmoddir/lib/modules/4.4.022generic;\ifn"";then\find$kmoddirname'modules.'
Stella981 Stella981
3年前
Kali Linux
流程需求  (1)VM虚拟机:VMwareWorkstation15.5(2)Kali系统镜像https://www.kali.org/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.kali.org%2F)虚拟机配置部
Stella981 Stella981
3年前
Linux notes
env:virtualboxUbuntulinux入门教程(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fc.biancheng.net%2Fcpp%2Flinux%2F)Linux是一个多用户多任务的操作系统,也是一款自由软件,完全兼容POSIX标准,拥有良好的用户界面
Stella981 Stella981
3年前
Linux内核
本文转载自:http://www.cnblogs.com/tolimit/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Ftolimit%2F)感觉原博分析的不错,借花献佛。\
Easter79 Easter79
3年前
The Move To Linux
OneofthestandardsthathasbecomenormalintheUSfederalsectoristherequirementthatallmobiledevices,suchaslaptops,haveencrypteddrives.Thiswasadirectresultof
Wesley13 Wesley13
3年前
thinkphp 定时执行php文件 php自动执行php文件
最近开发短信任务和短信发送功能,用到了定时执行php这方面:和大家分享一下:(个人笔记,写的不好,海涵海涵,看不懂的话可以留言,但是我一般都能及时回复,其他网上有很多这样的教程,大家一搜就满地)我用的是thinkphp开发的程序,程序已经开发好了,程序有个分批定时发送功能,每隔一段时间查找一下数据库,然后把符合条件的短信任务给发送出去