码迷,mamicode.com
首页 >  
搜索关键字:useful    ( 720个结果
osgViewer
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * ... ...
分类:其他好文   时间:2019-08-28 19:55:49    阅读次数:141
redis的安装与使用
redis的安装与使用 简介 redis是当前比较热门的NOSQL系统之一,它是一个key-value存储系统。和Memcached类似,但很大程度补偿了memcached的不足,它支持存储的value类型相对更多,包括string、list、set、zset和hash。这些数据类型都支持push/ ...
分类:其他好文   时间:2019-08-27 22:56:02    阅读次数:83
ABAP Code Inspector那些隐藏的功能,您都知道吗?
最近有粉丝在后台给我留言,说新知识太多,“学不动了”。所谓温故而知新,今天我们就来重温下ABAP里的Code Inspector的用法。 2015年6月,我在SAP社区上写了一篇博客,介绍了ABAP Code Inspector里一些大家不常用的功能,在2016年SAP社区改版,所有文章阅读量清零之 ...
分类:其他好文   时间:2019-08-24 18:55:28    阅读次数:107
英文写作report
Writting Attached Files Maybe you might want to get familiar about how to write the Final report. Please find bellow some useful material: http://www. ...
分类:其他好文   时间:2019-08-17 15:04:13    阅读次数:132
centos7配置国内yum源
2019-08-10 此类文章网上很多,偷个懒,转了一篇比较全的文章 1、什么是yum仓库?yum仓库就是使用yum命令下载软件的镜像地址。 我们通常使用 yum install 命令来在线安装 linux系统的软件, 这种方式可以自动处理依赖性关系,并且一次安装所有依赖的软体包,但是经常会遇到从国 ...
分类:其他好文   时间:2019-08-10 19:37:25    阅读次数:109
Java并发包线程池之ForkJoinPool即ForkJoin框架(一)
前言 这是Java并发包提供的最后一个线程池实现,也是最复杂的一个线程池。针对这一部分的代码太复杂,由于目前理解有限,只做简单介绍。通常大家说的Fork/Join框架其实就是指由ForkJoinPool作为线程池、ForkJoinTask(通常实现其三个抽象子类)为任务、ForkJoinWorker ...
分类:编程语言   时间:2019-07-28 13:41:27    阅读次数:84
机器学习(1)互相关
Computing the cross correlation function is useful for finding the time delay offset between two time series. Python has the numpy.correlate function. ...
分类:其他好文   时间:2019-07-07 16:03:46    阅读次数:148
Snmpwalk
Desktop\SnmpWalk>SnmpWalk.exeSnmpWalk v1.01 - Copyright (C) 2009 SnmpSoft Company[ More useful network tools on http://www.snmpsoft.com ] Description: ...
分类:其他好文   时间:2019-07-02 19:37:21    阅读次数:145
AtCoder Beginner Contest 132 E - Hopscotch Addict
bfs 位置+状态 just need to calculate min value(only it is useful), so O(1*x) 挺有趣的一道题。。。 ...
分类:其他好文   时间:2019-06-29 23:51:10    阅读次数:140
CSharpGL(56)[译]Vulkan入门(转)
阅读目录(Content) Background 背景 System Setup 系统安装 Linux Windows Building and Running 建设和运行 Linux Windows General Comments 基础命令 Code Structure 代码结构 Source ...
分类:其他好文   时间:2019-06-09 09:47:21    阅读次数:121
720条   上一页 1 ... 7 8 9 10 11 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!