RESTful Web APIs_2013 An API released today will be named after the company that hosts it. We talk about the “Twitter API,” the “Facebook API,” and th ...
分类:
其他好文 时间:
2016-08-14 19:19:09
阅读次数:
141
Problem Description Two planets named Haha and Xixi in the universe and they were created with the universe beginning.There is 73 days in Xixi a year ...
分类:
其他好文 时间:
2016-08-14 14:25:26
阅读次数:
232
转自:http://blog.csdn.net/u013628152/article/details/50481889在输出日志时报错:java.lang.IllegalArgumentException: class cn.cst.advert.rep.AdvertRep declares mul ...
分类:
Web程序 时间:
2016-08-13 10:05:51
阅读次数:
2085
found the error, because I changed the namespace and assembly name, then on the bin folder the old dll was still there, so it looks like the mvc engin ...
分类:
其他好文 时间:
2016-08-12 00:50:22
阅读次数:
372
Traceback (most recent call last): File "nearest_neighbor.py", line 14, in <module> from tensorflow.examples.tutorials.mnist import input_data ImportE ...
分类:
其他好文 时间:
2016-08-10 21:06:48
阅读次数:
768
sql: 解决方法: 将参数名(上面的例子为’parentId’)替换为”_parameter” As documented, parameterType is optional and it is usually better to let MyBatis detect it. As your s ...
分类:
编程语言 时间:
2016-08-09 20:41:57
阅读次数:
283
1. 进程间通信
进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET.
系统IPC的三种方式类同,都是使用了内核里的标识符来识别.
匿名管道( pipe ):匿名管道是一种半双工的通信方式,通常是在父子进程间使用。
命名管道 (named pipe) :命名管道也是半双工的通信方式,但是它允许无亲缘关系进程间的通信...
分类:
系统相关 时间:
2016-08-09 12:13:10
阅读次数:
192
1、无名管道( pipe ):管道是一种半双工的通信方式,数据只能单向流动,而且只能在具有亲缘关系的进程间使用。进程的亲缘关系通常是指父子进程关系。 2、有名管道 (named pipe) : 有名管道也是半双工的通信方式,但是它允许无亲缘关系进程间的通信。 3、高级管道:将另一个程序当作一个新的进 ...
分类:
系统相关 时间:
2016-08-08 18:58:52
阅读次数:
262
其实真的是掌握了,电信或者网通的路由表就是可以做智能DNS上次已经装好了,bind9.6.1直接开始吧:vi/etc/named.confkey"rndc-key"{algorithmhmac-md5;secret"jDw02/wylWu8aMTIDpN+Wg==";};controls{inet127.0.0.1port953allow{127.0.0.1;}keys{"rndc-key";};};options{Director..
分类:
系统相关 时间:
2016-08-06 14:31:55
阅读次数:
297
Here is the solution I settled on. I installed the NuGet Microsoft.AspNet.FriendlyUrls package. Then I named the .aspx page with a page name that woul ...
分类:
Web程序 时间:
2016-08-05 00:39:22
阅读次数:
171