1,curl命令 在Linux中curl是一个利用URL规则在命令行下工作的文件传输工具,可以说是一款很强大的http命令行工具。它支持文件的上传和下载,是综合传输工具,但按传统,习惯称url为下载工具。 2,基本格式 3,实例 安装curl命令:>sudo apt-get install curl ...
分类:
Web程序 时间:
2018-09-09 18:14:20
阅读次数:
219
#manage.py文件fromflask_scriptimportManagerfromflask_migrateimportMigrate,MigrateCommandfrom.infoimportapp,dbmanager=Manager(app)#用于数据库迁移Migrate(app,db)manager.add_command(‘db‘,MigrateCommand)if__name__
分类:
其他好文 时间:
2018-09-07 13:51:02
阅读次数:
200
访问 https://extensions.gnome.org/ 网站(注意:需要安装 chrome-gnome-shell rpm 包来使得系统能与web进行通信) 安装插件: notifications alert 消息提醒 permanent notification 消息提醒,不消失 在用户 ...
分类:
其他好文 时间:
2018-09-06 20:36:33
阅读次数:
190
A temporary focus-lost event occurs if the focus moves to another window. It's temporary because the component will gain the focus when its window bec ...
分类:
其他好文 时间:
2018-09-06 11:08:44
阅读次数:
159
This example demonstrates a text field that validates its contents when it receives a permanent focus-lost event. If the contents are invalid, it disp ...
分类:
其他好文 时间:
2018-09-06 10:57:10
阅读次数:
183
1.下载 Tomcat 9 CentOS 7 下创建目录并下载文件: 或者官网下载 tomcat 9 ,并上传到 /usr/local/tomcat 目录下 官网下载地址:https://tomcat.apache.org/download-90.cgi 2.解压安装 tomcat 9 文件 3.配 ...
分类:
其他好文 时间:
2018-09-03 02:20:42
阅读次数:
616
频繁GC会造成卡顿 https://www.cnblogs.com/qcloud1001/p/9525078.html 一款app除了要有令人惊叹的功能和令人发指交互之外,在性能上也应该追求丝滑的要求,这样才能更好地提高用户体验。 以下是本人在工作中对经历过的性能优化的一些总结,依据故事的发展路线, ...
分类:
其他好文 时间:
2018-09-02 20:31:28
阅读次数:
221
set nfs server on rhel7 with firewalld
分类:
其他好文 时间:
2018-08-24 11:41:34
阅读次数:
141
这部分讲一下Semantic Localization Via the Matrix Permanent这篇文章的一些假设。 ...
分类:
其他好文 时间:
2018-08-23 10:45:28
阅读次数:
182
Java堆内存 = 年轻代(Young Generation) + 年老代(Old Generation) + 持久代 (Permanent Generation) 1、年轻代 所有新生成的对象都放在年轻代,尽可能快速的收集那些生命周期短的对象。 2、年老代 在年轻代经历了N次垃圾回收仍然存在的对象 ...
分类:
编程语言 时间:
2018-08-18 13:11:58
阅读次数:
131