http://pages.cs.wisc.edu/~basu/isca_iommu_tutorial/index.htm http://www.infradead.org/~mchehab/kernel_docs/unsorted/Intel-IOMMU.html http://linuxperf. ...
分类:
其他好文 时间:
2018-03-21 14:02:30
阅读次数:
139
本文为翻译文,原文地址: "http://shiro.apache.org/10 minute tutorial.html" 介绍 欢迎来到Apache Shiro的10分钟教程! 通过这个教程,你会完全明白一个开发人员如何在他们的应用中使用Shiro,你也能够在10分钟内做到。 概述 什么是Apa ...
分类:
Web程序 时间:
2018-03-17 20:51:04
阅读次数:
361
centos7+nginx+python3+django+uwsgi配置Django 项目部署 1.租的服务器(选择centos)的话,需要在阿里云后台控制台开放几个端口,克隆一下已开放的端口,tcp自定义就行,mysql(3306),nginx(8000以上都行)。(都切换到root用户操作) 2 ...
分类:
编程语言 时间:
2018-03-17 12:21:16
阅读次数:
566
[译]Dapper教程 原文:Dapper Tutorial ,获取更好浏览体验请跳转到GitBook[点击访问]。 什么是Dapper Dapper是一个简单的.NET对象映射器,在速度方面具有"King of Micro ORM"的头衔,几乎与使用原始的ADO.NET数据读取器一样快。ORM是一 ...
分类:
移动开发 时间:
2018-03-15 11:10:04
阅读次数:
547
紧接着第一部分: 推荐阅读: http://adrianmejia.com/blog/2014/10/03/mean-stack-tutorial-mongodb-expressjs-angularjs-nodejs/ 源项目: git clone https://github.com/amejia ...
分类:
Web程序 时间:
2018-03-11 20:53:47
阅读次数:
172
Java NIO (New IO) is an alternative IO API for Java (from Java 1.4), meaning alternative to the standardJava IO and Java Networking API's. Java NIO of ...
分类:
编程语言 时间:
2018-03-11 17:30:16
阅读次数:
171
相关学习资料如下: cousera课程: https://www.coursera.org/learn/robotics-perception youtube课程: https://www.youtube.com/watch?v=RDkwklFGMfo Tutorial: https://www.c ...
分类:
其他好文 时间:
2018-03-09 00:22:50
阅读次数:
295
http://www.imooc.com/article/1427 20 个最棒的 JavaScript 图表库 http://echarts.baidu.com/index.html echarts.js | 百度 http://echarts.baidu.com/tutorial.html#5% ...
分类:
其他好文 时间:
2018-03-07 16:19:54
阅读次数:
189
题目大意 给出两个$01$序列$A$和$B$ 汉明距离定义为两个长度相同的序列中,有多少个对应位置上的数字不一样 $00111$ 和 $10101$的距离为$2$ $Q$次询问,每次询问给出$p_1,p_2,len$ 求$a_{p_1},a_{p_1+1}\ldots a_{p_1+len?1}$和 ...
分类:
其他好文 时间:
2018-03-05 21:14:07
阅读次数:
148
组件是 Web 开发的方向,现在的热点是 JavaScript 组件,但是 HTML 组件未来可能更有希望。 本文就介绍 HTML 组件的基础知识:自定义元素(custom elements)。 文章结尾还有一则 React 培训消息(含 React Native),欢迎关注。 一、浏览器处理 我们 ...
分类:
Web程序 时间:
2018-03-02 20:44:49
阅读次数:
284