码迷,mamicode.com
首页 >  
搜索关键字:scratch    ( 282个结果
[连载]Tutorial series: learning how to write a 3D soft engine from scratch in C#, TypeScript or JavaScript[英]
MSDN中的一篇博文链接:Tutorial series: learning how to write a 3D soft engine from scratch in C#, TypeScript or JavaScriptThis tutorial is part of the followin...
分类:编程语言   时间:2015-09-05 22:19:58    阅读次数:261
Understanding LSTM Networks
Understanding LSTM NetworksRecurrent Neural NetworksHumans don’t start their thinking from scratch every second. As you read this essay, you understan...
分类:Web程序   时间:2015-08-29 11:08:48    阅读次数:306
impala大数据量查询/tmp/impala-scratch创建异常
使用impala做大数据量查询distinct的时候报如下错误WARNINGS:Createfile/tmp/impala-scratch/24414dab2c19caca:e54b206c5ab149d_24414dab2c19caca:e54b206c5ab149f_91001337-9d70-4c93-84ce-e7916c1ae804failedwitherrno=2description=Error(2):Nosuchfileordirectory Backend4..
分类:其他好文   时间:2015-08-17 12:17:33    阅读次数:315
u盘启动lfslivecd-x86-6.3-r2145.iso
前段时间说要搞一下linuxfromscratch,因为种种原因一拖再拖,随着时间的推移,这种愿望越来越强烈,今天终于成功完成了万里长征的第一步。linuxfromscratch最好的工具仍然是lfslivecd,我采用了官方的最新版本lfslivecd-x86-6.3-r2145.iso,虽然与现在的linux相比显得很古老,..
分类:其他好文   时间:2015-07-21 22:23:27    阅读次数:320
Learning WCF Chapter1 Generating a Service and Client Proxy
In the previous lab,you created a service and client from scratch without leveraging the tools available to WCF developers. Although this helps you to...
分类:其他好文   时间:2015-07-14 19:52:57    阅读次数:98
Shell脚本编程初体验
原文:http://linoxide.com/linux-shell-script/guide-start-learning-shell-scripting-scratch/ 作者: Petras Liumparas 译文:LCTThttps://linux.cn/articl...
分类:系统相关   时间:2015-06-10 10:19:33    阅读次数:287
[hihoCoder] 后序遍历
The key of this problem is that we need not build the tree from scratch. In fact, we can direct obtain its post-order traversal results in a recursive...
分类:其他好文   时间:2015-06-07 17:19:23    阅读次数:117
lastPathComponent的功能
下面是官方的说明:源字符串--->结果字符串“/tmp/scratch.tiff”--->“scratch.tiff”“/tmp/scratch”--->“scratch”“/tmp/”--->“tmp”“scratch”--->“scratch”“/”--->“/”获取网络数据或者路径的文件名以及...
分类:其他好文   时间:2015-06-05 15:25:14    阅读次数:147
POI--HSSFRow类
用POI在工作表里作成一个行,可以用「HSSFRow」类,它的构造方法有三个。 protected HSSFRow() protected HSSFRow(Workbook book, Sheet sheet, int rowNum)Creates new HSSFRow from scratch. protected HSSFRow(Workbook book, Sheet sheet,...
分类:其他好文   时间:2015-05-31 09:17:56    阅读次数:161
LFS(Linux From Scratch)学习
一、简介 LFS──Linux from Scratch,就是一种从网上直接下载源码,从头编译LINUX的安装方式。它不是发行版,只是一个菜谱,告诉你到哪里去买菜(下载源码),怎么把这些生东西( raw code) 作成符合自己口味的菜肴──个性化的linux,不单单是个性的桌面。 参考:http:...
分类:系统相关   时间:2015-05-25 09:43:42    阅读次数:724
282条   上一页 1 ... 24 25 26 27 28 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!