Description Given a connected, undirected graph G = (V, E), where V is the vertex set consisting a collection of nodes, and E is the set of edges, eac ...
分类:
其他好文 时间:
2016-11-06 17:01:06
阅读次数:
284
2 Networking Skills You need to understand the basics of networking, such as the following. DHCP NAT Subnetting IPv4 IPv6 Public v Private IP DNS Rout ...
分类:
其他好文 时间:
2016-11-06 11:40:49
阅读次数:
218
Description The ministers of the cabinet were quite upset by the message from the Chief of Security stating that they would all have to change the fou ...
分类:
其他好文 时间:
2016-11-06 03:01:41
阅读次数:
198
简介 Apache Derby 与 IBM Cloudscape Apache Derby 是一个 Apache DB 项目,它是一种 Java 类库形式的轻量级、可嵌入的关系引擎。它的本机接口是带 Java 关系扩展的 Java Database Connectivity (JDBC)。Derby ...
分类:
Web程序 时间:
2016-11-05 11:58:14
阅读次数:
251
一、 最近做一个常用表单上传下载模块,本机测试没问题,在测试系统测又出问题,好不容易测试系统没问题了,生产系统那边又有问题了。。。。真是环环相扣,丁点不能错啊!!! 1.生产系统遇到的第一个问题 [ERROR] 2016-11-04 09:26:37,680 method:gnhr.ww.json. ...
分类:
其他好文 时间:
2016-11-04 16:50:12
阅读次数:
201
代码: 程序注意点如下: 1. 初次在Windows上运行时报错如下, 在帮助文档查询到os.fork只能运行在unix平台: 报错: File "C:\Python27\lib\SocketServer.py", line 556, in process_request pid = os.fork ...
分类:
编程语言 时间:
2016-11-04 16:26:46
阅读次数:
297
#pragma mark - 绘图的几种方式 #pragma mark - 绘图第三种方式 1.#pragma mark - 最原始的绘图方式 - (void)drawLine { // 1.获取图形上下文 // 目前我们所用的上下文都是以UIGraphics // CGContextRef Ref ...
分类:
其他好文 时间:
2016-11-04 14:14:08
阅读次数:
196
超酷HTML5 Canvas图表应用Chart.js自定义提示折线图 效果预览 实例代码 <div class="htmleaf-container"> <div class="htmleaf-content"> <div style="width:30%;margin:0 auto;"> <div ...
分类:
Web程序 时间:
2016-11-04 09:49:17
阅读次数:
552
1.MyBatis的环境配置 导入MyBatis包, mybatis-3.2.8.jar 导入MySQL驱动包, mysql-connector-java-5.1.24-bin.jar 创建表的实体类, 例如: MyUser(id, name, password) 编写MyBatis的核心配置文件, ...
分类:
编程语言 时间:
2016-11-04 02:09:13
阅读次数:
262
github上传时出现error: src refspec master does not match any解决办法 http://www.jianshu.com/p/8d26730386f3 github上传时出现 error:ssh: connect to host github.com po ...
分类:
其他好文 时间:
2016-11-03 13:51:15
阅读次数:
187