前言 本篇文章介绍ASP.NET Core里,用来处理静态档案的Middleware,为自己留个纪录也希望能帮助到有需要的开发人员。 ASP.NET Core官网 前言 本篇文章介绍ASP.NET Core里,用来处理静态档案的Middleware,为自己留个纪录也希望能帮助到有需要的开发人员。 A ...
分类:
Web程序 时间:
2016-10-21 13:25:27
阅读次数:
283
基本弄清楚了WebSocket的来龙去脉后,开始了实现WebSocket技术的探索。 看过一篇文章,测试了八种WebSocket框架性能,得以了解到实现WebSocket技术的框架有: Netty、Undertow、Jetty、Vert.x、Grizzly、spray-websocket、node.... ...
分类:
Web程序 时间:
2016-10-21 10:35:16
阅读次数:
278
O(1):constant - the operation doesn't depend on the size of its input, e.g. adding a node to the tail of a linked list where we always maintain a poin ...
分类:
其他好文 时间:
2016-10-17 23:03:46
阅读次数:
159
Catkin simple 可用于规范catkin package, 并简化CMakeLists Dependencies are just listed once as build-depend in the package.xml, not also as run-depend etc. Dep ...
分类:
其他好文 时间:
2016-09-05 13:45:07
阅读次数:
1539
Task<string> task = Task.Factory.StartNew(() => "The world is very fair and everything depend on myself!"); Console.WriteLine(task.Result); Task<long> ...
分类:
其他好文 时间:
2016-08-18 00:59:49
阅读次数:
158
1、maven项目中配置 <dependency><groupId>com.googlecode.libphonenumber</groupId><artifactId>geocoder</artifactId><version>2.15</version></dependency> <depend ...
分类:
移动开发 时间:
2016-08-04 10:33:14
阅读次数:
786
(注意:如果你的路径里有空格记得要在binpath的头尾用转义字符/"把整个个binpath框起来,D:\SVN\svnroot指svn资源库根目录) displayname指服务名称 depend指协议是tcpid start指开机自动启动 注意:以上的=后面的一个空格千万不要丢了 然后我们打开服... ...
分类:
其他好文 时间:
2016-08-03 01:27:31
阅读次数:
1731
1. HBase相关对Admin操作的的API封装在HBaseAdmin中,封装了HBase常用操作的API 使用方法: pom.xml <!-- https://mvnrepository.com/artifact/org.apache.hbase/hbase-client --> <depend ...
分类:
编程语言 时间:
2016-07-07 23:50:32
阅读次数:
284
1. 安装服务sc create 服务名称 binpath= "服务执行的命令" displayname= "显示名称" depend= Tcpip start= auto 其中网络连接使用TCP/IP,自动启动 2. 删除服务sc delete 服务名称 删除后可能需要重启动才行 3. 修改配置s ...
安卓项目目录结构: Assets : 资产目录:存放文件,这些文件会被打包到APK文件中 Bin : 编译后的文件目录 Gen : 自动生成的文件目录 Project.properties: 代表编译的版本,对于安卓jar包版本 libs:支持的jar包,会被添加到android depend目录 ...
分类:
移动开发 时间:
2016-06-13 08:50:21
阅读次数:
276