推荐
专栏
教程
课程
飞鹅
本次共找到10000条
著作权许可使用合同
相关的信息
隔壁老王
•
4年前
我的python总结
建议刚开始学习直接使用ANACONDAhttps://www.anaconda.com/download/配置python环境变量https://docs.python.org/3.6/using/cmdline.htmlenvvarPYTHONMALLOCPythonPEP8导包顺序1.Python标准
顺心
•
4年前
一文彻底弄懂RxJava
RxJava到底是什么一个词:异步。RxJava在GitHub主页上的自我介绍是"alibraryforcomposingasynchronousandeventbasedprogramsusingobservablesequencesfortheJavaVM"(一个在JavaVM上使用可观测的序列来组成
DevOpSec
•
4年前
内存问题定位与解决
内存问题定位基本流程:主要用到的性能计数器1.Pagelifeexpectancy (数据库计数器:主要显示不被使用的页,将在缓存中停留的秒数)2.
Wesley13
•
4年前
Ubuntu 14.04 搭建 ftp
一、安装ftp服务器vsftpd$sudoaptgetupdate$sudoaptgetinstallvsftpdftp服务器使用21端口,安装成功之后查看是否打开21端口$sudonetstatnpltu|grep21tcp 0 00.0.0.0:21 0.
Stella981
•
4年前
Django学习笔记
1\.djangoadmin.pystartprojectmysite2\.pythonmanage.pyhelp3\.pythonmanage.pyrunserver4\.python搜索路径为sys.path,运行时可追加目录至sys.path5\.python模板使用:\fromdjangoim
Wesley13
•
4年前
Java日期时间API系列21
通过工作之余,对Java8中java.time包源码的不断学习,使用和总结,开发了xktime,初步完成,欢迎试用和提出建议!xktimexktimeisadatetimeconvertercalculatorandformattertoolset,basedonjava8dateandtime
Stella981
•
4年前
SpringBoot下的SpringMVC
SpringBoot下的SpringMVC和之前的SpringMVC使用是完全一样的,主要有以下注解一、@Controller(https://my.oschina.net/u/1774615)SpringMVC的注解,处理h
Stella981
•
4年前
Playframework项目启动后自动停止问题记录
问题描述:Playframework项目activatorstart启动后会自动停止解决步骤:1.在conf/application.conf文件添加:application.secret"staging"2.启动是使用签名:activatorstart Dapplication.secret"staging"
芝士年糕
•
3年前
Linux怎么知道服务是否启动?
这里以nginx为例1、看进程使用ps命令psef|grep服务名或psaux|grep服务名以下界面是服务起来了的效果!image(https://imghelloworld.osscnbeijing.ali
京东云开发者
•
1年前
java小知识-纳秒
作者:京东物流崔冬冬一、System.nanoTime()java中,有这么一个方法System.nanoTime(),你用过吗?二、与System.currentTimeMillis()对比System.currentTimeMillis()我们经常使用
1
•••
485
486
487
•••
1000