一是安装。可以在Windows 10下安装Xilinx ISE 14.7. 详见:https://www.eevblog.com/forum/xilinx/guide-getting-xilinx-ise-to-work-with-windows-8-64-bit/?action=printpage ...
The Fault Contract sample demonstrates how to communicate error information from a service to a client. The sample is based on the Getting Started, wi ...
分类:
其他好文 时间:
2019-05-31 16:20:28
阅读次数:
132
Getting started with OpenMP These instructions for getting started with OpenMP are repeated in Project 0. They are included here for those students wh ...
分类:
其他好文 时间:
2019-05-19 10:16:18
阅读次数:
133
前言 做RNA-seq基因表达数据分析挖掘,我们感兴趣的其实是“基因互作”,哪些基因影响了我们这个基因G,我们的基因G又会去影响哪些基因,从而得到基因调控的机制。 直觉确实是很明确的,但是细节处却有很多问题。 我们讨论的到底是基因表达的互作,还是基因产物的互作? 对于蛋白编码基因,它翻译产生蛋白,如 ...
分类:
其他好文 时间:
2019-05-15 14:32:12
阅读次数:
287
Rails6将默认使用webpack代替asset: 本文讲述如何自己配置。 参考: https://getbootstrap.com/docs/4.1/getting-started/webpack/ https://gorails.com/episodes/how-to-use-bootstra ...
分类:
Web程序 时间:
2019-05-14 13:10:00
阅读次数:
445
什么是HTML? HTML (HyperText Markup Language) 不是一门编程语言,而是一种用来告知浏览器如何组织页面的标记语言。它由一系列的元素(elements)组成。 注:HTML 标签不区分大小写。也就是说,输入标签时既可以使用大写字母也可以使用小写字母。 剖析一个 HTM ...
分类:
Web程序 时间:
2019-05-14 13:03:18
阅读次数:
128
1.//Cocos Creator 用户手册 http://docs.cocos.com/creator/manual/zh/ 2.//Cocos Creator 入门 http://docs.cocos.com/creator/manual/zh/getting started/ 3.//教程司令 ...
分类:
其他好文 时间:
2019-05-13 10:48:25
阅读次数:
113
http://ardui.co/archives/833 http://henrysbench.capnfatz.com/henrys-bench/arduino-voltage-measurements/arduino-ads1115-module-getting-started-tutorial ...
分类:
其他好文 时间:
2019-05-12 20:01:50
阅读次数:
178
eth_iperf_tcp ETH_S_PERF_IPERF_TCP_INTPACING_8K_1448B source 'common.sh'; iface=`get_eth_iface_name.sh` || die "error getting eth interface name: $ifa ...
分类:
其他好文 时间:
2019-04-30 19:48:57
阅读次数:
226
MyBatis框架介绍 1. 什么是框架 (1) 框架是偷懒的程序员将代码进行封装, 之后进行重复使用的过程。 (2) 框架其实是一个半成品, 以连接数据库为例, 连接数据库使用的驱动, url, 用户名 , 密码必须告知框架。 (3) 程序员在使用框架的时候, 通常以配置文件的方式告知框架需要的信 ...
分类:
其他好文 时间:
2019-04-28 17:08:46
阅读次数:
110