首页 > 2015年11月14日 > 全部分享
linux 命令集
删除命令 : rm -rf xxx.rar创建目录:mkdir解压:unzip filename.zip移动位置:mv jdk1.8.0_65/usr/local查看修改时间:ls -l设置操作权限:chmod 755 jdk1.8.0_65
分类:系统服务   时间:2015-11-14 07:34:42    收藏:0  评论:0  赞:0  阅读:319
Definition Questions
What is the relationship and differences between processes and threads?A process usually represent an indepentdent execution unit with its own memory ...
分类:其他   时间:2015-11-14 07:34:31    收藏:0  评论:0  赞:0  阅读:297
基于HTML5的WebGL设计汉诺塔3D游戏
在这里我们将构造一个基于HT for Web的HTML5+JavaScript来实现汉诺塔游戏。 http://hightopo.com/demo/hanoi_20151106/index.html 汉诺塔的游戏规则及递归算法分析请参考http://en.wikipedia.org/wiki/Tower_of_H...
分类:Web开发   时间:2015-11-14 06:33:31    收藏:0  评论:0  赞:0  阅读:476
使用nvm做nodejs的版本管理
以mac下为例,前提:以安装git $?git?clone?git@github.com:creationix/nvm.git?~/.nvm $?source?~/.nvm/nvm.sh #?安装 $?nvm?install?v0.12.0 #?显示当前本地安装的所有?Node.js $?nvm?ls? #?显...
分类:Web开发   时间:2015-11-14 06:33:22    收藏:0  评论:0  赞:0  阅读:393
canvas3d学习一 应用结构
Qt Canvas 3D是Qt 基于WebGL的3D内容运行环境。由于QtQuick本身就是通过类js引擎执行,而且渲染层面基于opengl技术。故结合webgL和Qtquick的优势,利用js高效的特点,给Qtquick增加了3d功能。而且Qt Canvas 3D还可...
分类:其他   时间:2015-11-14 06:33:12    收藏:0  评论:0  赞:0  阅读:490
依据数据集 进行 树 的构造(treeview & dataset) 方法一
type ? PDepData=^DepData; ? DepData = record ? ? ID: Integer; ? ? DepID: string; ? ? DepName: string; ? end; procedure FreeTV(tv: TTreeview); var ? i: Integer; begin ? for i := 0 to tv.I...
分类:其他   时间:2015-11-14 06:33:01    收藏:0  评论:0  赞:0  阅读:315
2015-CVPR-Deeply Learned Attributes for Crowed Scene Understanding
论文的链接:http://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Shao_Deeply_Learned_Attributes_2015_CVPR_paper.pdf这篇文章是通过 Attribute对Crowd Scene...
分类:其他   时间:2015-11-14 06:27:51    收藏:0  评论:0  赞:0  阅读:405
Sum of bit differences among all pairs
This article was found from Geeksforgeeks.org.Click here to see the original article.Given an integer array of n integers, find sum of bit differences...
分类:其他   时间:2015-11-14 06:27:35    收藏:0  评论:0  赞:0  阅读:344
Leetcode Range Sum Query 2D - Immutable
Given a 2D matrixmatrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1,col1) and lower right corner (row2,c...
分类:其他   时间:2015-11-14 06:27:21    收藏:0  评论:0  赞:0  阅读:1536
label 设置行间距 字间距
#import "MyLabel.h"#import @implementation MyLabel+(void)setLabel:(UILabel *)custonLabel andContenStr:(NSString *)content andlineSpace:(CGFloat)lineSp...
分类:其他   时间:2015-11-14 06:25:21    收藏:0  评论:0  赞:0  阅读:366
[lincode easy]Count and Say
Count and SayThe count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or 11.11...
分类:其他   时间:2015-11-14 06:23:41    收藏:0  评论:0  赞:0  阅读:362
Leetcode Decode Ways
A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta...
分类:其他   时间:2015-11-14 06:22:31    收藏:0  评论:0  赞:0  阅读:414
cryengine3视频教程 CE3 cryengine3中文视频教学
cryengine3视频教程 CE3 cryengine3中文视频教学CRYENGINE,在我看来,最好的研究,目前大多数功能齐全的引擎创始人兼首席执行官克里斯?罗伯茨,云绝对权的游戏“安全说我们不可能完成这个游戏与其他引擎没有大幅减少了我们的项目的范围,我们的地图的大小,水平的细节。 我们制造的世...
分类:其他   时间:2015-11-14 06:21:11    收藏:0  评论:0  赞:0  阅读:466
个人阅读作业Week7
所有软件创作都包括了本质性工作(essential task)和附属性工作(accidental task)。前者是去创造出一种由抽象的软件实体所组成的复杂概念结构,后者则是用编程语言来表现这些抽象的实体,并在某些空间和速度的限制之下,将程序对应至机器语言。现在,若跟本质性的工作相比,软件工程人员所...
分类:其他   时间:2015-11-14 06:19:01    收藏:0  评论:0  赞:0  阅读:353
Leetcode Range Sum Query - Immutable
Given an integer arraynums, find the sum of the elements between indicesiandj(i≤j), inclusive.Example:Given nums = [-2, 0, 3, -5, 2, -1]sumRange(0, 2)...
分类:其他   时间:2015-11-14 06:18:31    收藏:0  评论:0  赞:0  阅读:378
Windows 10开发基础——XML和JSON (二)
主要内容:Linq to XMLNewtonsoft.Json.Linq来解析JSON博客园RSS(http://www.cnblogs.com/rss)的解析UWP调用自己实现的Web API1.Linq to XML Linq to XML不是一个新鲜的话题了,网上以及各种资料对这个介绍都比较多...
分类:Windows开发   时间:2015-11-14 06:17:51    收藏:0  评论:0  赞:0  阅读:374
教师报课系统测试
一、测试工作安排 数据库模块测试:509、530 PHP模块测试:502 界面模块测试:517、530(这块主要是手工测试) 模块整合测试:530二、测试工具的运用与选择 Android studio 有自带的单元测试 instrumentation,我们可以直接使用;三...
分类:其他   时间:2015-11-14 06:17:11    收藏:0  评论:0  赞:0  阅读:336
[个人博客作业Week7]软件工程团队项目感想与反思
在阅读了推荐阅读的材料之后,我想了很多东西。最终还是决定,以团队项目的经历为主线,叙述我关于软件工程的一些思考与体会。凤凰涅槃,浴火重生如果要我来概况这几周团队项目的经历的话,那么句话是我所能想到的最贴切的一个表述。从最初的雄心壮志,到中间的困顿不堪,再到目前如重生一般的喜悦,我们整个团队经历了太多...
分类:其他   时间:2015-11-14 06:15:51    收藏:0  评论:0  赞:0  阅读:368
winhex中文显示乱码问题
CCDebuger的回答:菜单“Options->General...”或按F5调出选项菜单,把“Displaybytesastextonebyone”这个选项前的勾去掉。我的解决方法: 除了以上设置 选项->字符集->Ansi Ascii
分类:Windows开发   时间:2015-11-14 06:15:31    收藏:0  评论:0  赞:0  阅读:745
Leetcode Swap Nodes in Pairs
Given a linked list, swap every two adjacent nodes and return its head.For example,Given1->2->3->4, you should return the list as2->1->4->3.Your algor...
分类:其他   时间:2015-11-14 06:15:01    收藏:0  评论:0  赞:0  阅读:292
1098条   上一页 1 ... 47 48 49 50 51 ... 55 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!