码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
Dev c++ 调试步骤
不能调试的时候,修改下列地方: 1、在“工具”-》编译选项-》”Add following commands when calling complier”下面的编辑框里写入:-g3 2、在下面的”Add these following commands when calling linker” 的编 ...
分类:编程语言   时间:2019-02-22 18:41:30    阅读次数:211
端口分析
简介: 比如我们在服务器上运行 Nginx,访问的时候就是连接不上,我们可以使用 ps aux | grep nginx看下nginx进程是不是启动了,也可以看下 80端口有没有被占用。换句话说,如果没有任何程序跑在这个端口上(或者说没有任何程序使用这个端口),证明忘了启动相关程序或者没能启动成功, ...
分类:其他好文   时间:2019-02-20 17:20:12    阅读次数:186
Java Interview Programming Questions
to be continue... Ref:https://java2blog.com/java-interview-programs/ Ref:http://www.java2novice.com/java-interview-programs/ Ref:https://javaconceptof ...
分类:编程语言   时间:2019-02-16 13:53:51    阅读次数:221
安装python3.6后使用pip报错
安装python3.6后,pip是一起安装好的,安装目录再C:\Programs\Python\Python36-32\Scripts中。 在python终端模式下使用pip出现错误如下: 错误原因:pip不应在python终端模式下使用;直接在cmd下使用pip即可。 ...
分类:编程语言   时间:2019-02-11 17:17:11    阅读次数:158
华为云学院 华为物联网平台
华为云学院:https://edu.huaweicloud.com/programs/ 华为物联网平台:https://developer.huawei.com/ict/cn/site-oceanconnect-next ...
分类:其他好文   时间:2019-02-05 19:38:00    阅读次数:320
Python - 命令式编程与符号编程
原文链接:https://zh.d2l.ai/chapter_computational-performance/hybridize.html本文是对原文内容的摘取和扩展。 命令式编程(imperative style programs) 使用编程语句改变程序状态,明确输入变量,并根据程序逻辑逐步运 ...
分类:编程语言   时间:2019-02-02 23:27:49    阅读次数:333
HTML——CSS样式
About BAWSI About BAWSI The Bay Area Women's Sports Initiative (BAWSI) is a public benefit, nonprofit corporation with a mission to create programs an... ...
分类:Web程序   时间:2019-01-20 20:00:55    阅读次数:174
Linux中安装python3.6和第三方库
Linux中安装python3.6和第三方库 如果本机安装了python2,尽量不要管他,使用python3运行python脚本就好,因为可能有程序依赖目前的python2环境,比如yum!!!!! 一、安装python3.6 1. 安装依赖环境 2.下载Python3 3.安装python3 4. ...
分类:编程语言   时间:2019-01-11 15:12:51    阅读次数:239
py文件打包成exe程序
C:\Users\Administrator\AppData\Local\Programs\Python\Python37\Scripts https://blog.csdn.net/lqzdreamer/article/details/77917493 ...
分类:其他好文   时间:2019-01-05 13:32:03    阅读次数:106
Chapter 1.Introduction_1.1Introduca
1.1 Introduction When writing programs that communicate across a computer network, one must first invent a protocol, an agreement on how those program ...
分类:其他好文   时间:2019-01-02 17:30:28    阅读次数:240
760条   上一页 1 ... 9 10 11 12 13 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!