转自:http://www.kuqin.com/shuoit/20150809/347488.html 一直在找实习,有点什么东西直接就在evernote里面记了,也没时间来更新到这里。找实习真是个蛋疼的事,一直找的是困难模式的C++的后台开发这种职位,主要是因为其他的更不会了。虽然找的是C++的职 ...
分类:
Web程序 时间:
2016-11-07 12:03:04
阅读次数:
303
这篇文章以前面对SqlSessionFactoryBean的重构为基础,先简单回顾一下做了哪些操作: 现在来看怎么扩展,首先创建SchemaSqlSessionFactoryBean,继承重构后的SqlSessionFactoryBean,在XML配置中同步修改为新建的类: 对于一些简单的功能扩展, ...
分类:
移动开发 时间:
2016-11-06 22:24:38
阅读次数:
407
array mysql_fetch_array ( result [, int result_type] ) 返回:根据从结果集取得的行生成的数组,如果没有更多行则返回 FALSE。 int result_type的值: 1:MYSQL_ASSOC //完全等同于 mysql_fetch_assoc ...
分类:
数据库 时间:
2016-11-06 17:24:05
阅读次数:
202
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