码迷,mamicode.com
首页 >  
搜索关键字:published    ( 256个结果
printf占位符
function <cstdio> printf int printf ( const char * format, ... ); Print formatted data to stdout Writes the C string pointed by format to the standard ...
分类:其他好文   时间:2017-09-29 22:47:30    阅读次数:241
[NPM] Test npm packages locally in another project using npm link
We will import our newly published package into a new project locally to make sure everything is working as expected. We can do this locally before pu ...
分类:其他好文   时间:2017-09-29 10:01:53    阅读次数:117
[NPM] Publish npm packages using npm publish
In this lesson we will publish our package. We will first add a prepublish script that runs our buildscript; this will ensure the built folder gets ad ...
分类:其他好文   时间:2017-09-29 10:00:30    阅读次数:181
稀疏向量的一些内容
http://blog.csdn.net/bitcarmanlee/article/details/51213390 在各种算法中,向量计算是最常用的一种操作之一。传统的向量计算,学过中学数学的同学也能明白怎么做。但在现在的大数据环境下,数据一般都会比较稀疏,因此稀疏向量的计算,跟普通向量计算,还是 ...
分类:其他好文   时间:2017-09-28 22:28:53    阅读次数:642
翻译:XML的阶梯:一级-XML的介绍
XML的阶梯:一级——XML的介绍 作者:Rob Sheldon(first published: 2012/09/20) 本系列文章是楼梯系列:楼梯到XML XML从2003年就成为了SQL标准的一部分,也是许多DBA必不可缺的一部分,因为很多的动态管理师徒返回XML数据。现代的行业更多用来定义数 ...
分类:其他好文   时间:2017-09-27 11:42:14    阅读次数:187
delphi property read writer 如何使用
type TMyClass = class(TObject) private FMyName: string; FMyAge: Integer; procedure SetAge(age: Integer); function GetAge(): Integer; published propert ...
分类:Windows程序   时间:2017-09-23 23:16:11    阅读次数:272
计算智能在设备状态维护中的应用
A lecture given by Prof. TAN Kay Chen:He has published 130+ journal papers, 130+ conference papers, and co-authored 7 books.[http://www6.cityu.edu.hk/ ...
分类:其他好文   时间:2017-09-23 15:21:40    阅读次数:235
【转载技术分享】 JLINKv9在迅为iTOP-4412精英板上的应用
本文转自:https://www.amobbs.com/thread-5680586-1-1.html 很多人买迅为iTop4412精英板,在Android或Linux+Qt跑起来后学习开发调试应用程序或驱动,但在linux内核运行前发生了什么?能进行什么开发工作?并没有完整资料。其实,只要一根百元 ...
分类:其他好文   时间:2017-09-13 11:58:06    阅读次数:716
Collections of Zujin Zhang's Published works
I am not good, but I shall do my best to be better. Please click https://pan.baidu.com/s/1mimQ5de to download all the pdfs of the following articles. ...
分类:其他好文   时间:2017-09-08 10:10:34    阅读次数:196
Django--20170905--笔记
一、django的安装 1.先安装python 2.再安装django:pip install django 3.使用虚拟环境:pip install virtualenv 二、项目的创建 1.可以先创建一个虚拟目录 创建虚拟目录: virtualenv --no-site-packages ven ...
分类:其他好文   时间:2017-09-06 00:25:31    阅读次数:216
256条   上一页 1 ... 10 11 12 13 14 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!