一、安装httpd,elinks浏览器 二、配置文件 三、启动 四、通过浏览器访问 httpd 的ip 。。。略 ...
分类:
Web程序 时间:
2018-06-02 13:57:22
阅读次数:
240
本文根据《大话数据结构》一书,实现了Java版的单链表。 书中的线性表抽象数据类型定义如下(第45页): 实现程序: 测试代码: 基本数据类型和引用类型各写了一个测试代码。 表为空! ——————————插入1到5,并读取内容—————————— 插入成功! 插入成功! 插入成功! 插入成功! 插入 ...
分类:
编程语言 时间:
2018-06-02 13:29:49
阅读次数:
249
安装模块 引入模块 app.js 使用模块 app.js 前端访问接口 index.html ...
分类:
Web程序 时间:
2018-06-02 12:20:27
阅读次数:
1631
事先申明一点,这个人品没有什么问题,只是朋友发一段python源码,再这里分享大家。 至于爬出出来的效果图,我就不发布了 ...
分类:
Web程序 时间:
2018-06-02 11:41:48
阅读次数:
426
问题描述: Implement int sqrt(int x). Compute and return the square root of x, where x is guaranteed to be a non-negative integer. Since the return type is ...
分类:
其他好文 时间:
2018-06-02 11:40:40
阅读次数:
130
urllib库的使用,非常简单。 只要几句代码就可以把一个网站的源代码下载下来。 官方文档:https://docs.python.org/2/library/urllib2.html urllib2.urlopen(url[, data[, timeout[, cafile[, capath[, ...
分类:
编程语言 时间:
2018-06-02 11:40:01
阅读次数:
204
事先说明 先安装nvm,再安装nodejs "【nvm参考安装地址】" ...
分类:
其他好文 时间:
2018-06-02 11:35:36
阅读次数:
142
1. malloc memory should always use the following form: 2. memset memory to 0 should use the form: 3. malloc(0) might also return address which is non- ...
分类:
其他好文 时间:
2018-06-02 11:33:20
阅读次数:
168