we’ll take a look at the GraphQL Language and write out our first GraphQL Schema. We’ll use the graphql package available to us through npm to parse o ...
分类:
其他好文 时间:
2016-12-28 09:46:18
阅读次数:
293
Below is the example to read and import comma delimited csv file in oracle forms with D2k_Delimited_String package. This package is available in D2kdl... ...
分类:
数据库 时间:
2016-12-25 21:06:26
阅读次数:
192
As of version 0.6.0 of node, load multiple process load balancing is available for node. The concept of forking and child processes isn't new to me. Y ...
分类:
Web程序 时间:
2016-12-25 01:25:58
阅读次数:
295
一.配置虚拟域名 1.为了模拟DNS,在本地hosts文件中设置一下 2.模拟三个项目 3.在apache中配置虚拟主机去到apache的sites-available目录里复制三次default文件,然后在复制的文件里修改三个地方: 去到sites-enable目录里复制default文件三次,然... ...
分类:
其他好文 时间:
2016-12-24 22:44:25
阅读次数:
228
How to switch between Python versions on Fedora Linux Currently, the default python version on Fedora Linux is Python 2. Later Fedora Linux release 22 ...
分类:
编程语言 时间:
2016-12-24 16:46:14
阅读次数:
241
rpm包安装过程中依赖问题“libc.so.6 is needed by XXX”解决方法 折腾了几天,终于搞定了CentOS上的Canon LBP2900打印机驱动。中间遇到了一些问题,主要是安装rpm包出现的依赖问题,费尽周折总算是解决了。现在简单总结一下。 首先说明一下,我用的CentOS版本 ...
分类:
其他好文 时间:
2016-12-24 14:29:33
阅读次数:
299
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION The simplest scheme for partitioning available memory is to use fixed-s ...
分类:
其他好文 时间:
2016-12-24 07:45:54
阅读次数:
218
Deluge Bit Torrent ClientDeluge is among my favorite bit torrent clients for Ubuntu. It is fast, slick and packed with all sorts of functionalities. D ...
分类:
系统相关 时间:
2016-12-22 07:02:37
阅读次数:
261
安装R语言的包的方法: 1. 自动安装(在线安装) 在R的控制台,输入 install.packages("gridExtra") # 安装 gridExtra install.packages("stepNorm", contriburl="http://www.your.url", depend ...
分类:
编程语言 时间:
2016-12-20 13:59:41
阅读次数:
1183
转载:http://www.cnblogs.com/zuoxiaolong/p/pattern10.html 模板方法模式,这是一个在许多优秀的开源项目中LZ见的最多的一个设计模式,也是LZ觉得最为优秀的一个设计模式,所以这一章LZ会尽自己所能的去尽量将这个设计模式解释清楚。 模板方法模式,一般是为 ...
分类:
其他好文 时间:
2016-12-18 23:53:59
阅读次数:
349