码迷,mamicode.com
首页 >  
搜索关键字:vmware here    ( 15110个结果
《MySQL必知必会》读书笔记_4
PS:一个实际的存储过程案例CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_delete_article_by_id`(IN `id` int)BEGIN#Routine body goes here...DECLARE temp INT;SET @a...
分类:数据库   时间:2014-07-12 00:50:23    阅读次数:329
delphi cxgrid 使用方法
delphi cxgrid 使用方法1.绑定数据方法cxGrid1DBTableView1.DataController.DataSource:=DataSource12.去掉"Drag a column header here to group by that column"方法cxGrid1DB...
分类:其他好文   时间:2014-07-11 20:57:05    阅读次数:209
nginx + django on windows
It's quite simple to run django on nginx on windows. Here are some key steps to follow -1. Download nginx/windows fromhttp://nginx.org/en/download.htm...
分类:Windows程序   时间:2014-07-11 19:40:41    阅读次数:362
颜色聚类
这是一个按照图片颜色深浅的聚类算法 1 function [ result ] = my_kcluster_random( imgAddress ) 2 %UNTITLED Summary of this function goes here 3 % Detailed explanation g.....
分类:其他好文   时间:2014-07-11 18:47:45    阅读次数:148
基于VMware的eCos环境编译redboot(脚本配置redboot)
基于VMware的ecos,redboot及hello world(1)安装请参照[【ecos学习2】wmware运行redboot[方法二]--图形实现配置 ](2)修改内存布局文件:~/i386/ecos-3.0$ find . -name "mlt_i386_pc_floppy.ldi"./p...
分类:数据库   时间:2014-07-11 12:31:34    阅读次数:370
基于VMware的eCos应用程序测试(hello wold)
(1)脚本配置ecosconfig new pccdl_component CYG_HAL_STARTUP { # Flavor: data # No user value, uncomment the following line to provide one. user_va...
分类:其他好文   时间:2014-07-11 12:04:48    阅读次数:259
HDU 4293 Groups (线性dp)
OJ题目:click here~~题目分析:n个人分为若干组 , 每一个人描写叙述其所在的组前面的人数和后面的人数。求这n个描写叙述中,最多正确的个数。设dp[ i ] 为前i个人的描写叙述中最多正确的个数,则dp[ n ] 为要求的。num[ i ][ j ] 保存说前面有i个人 , 后面有j个人...
分类:其他好文   时间:2014-07-09 17:35:02    阅读次数:147
HDU-4819-Mosaic(二维线段树)
Problem Description The God of sheep decides to pixelate some pictures (i.e., change them into pictures with mosaic). Here's how he is gonna make it: for each picture, he divides the picture into n x...
分类:其他好文   时间:2014-07-09 12:14:13    阅读次数:433
Swift协议(Protocol)
协议是为方法、属性等定义一套规范,没有具体的实现。协议能够被类、结构体等具体实现(或遵守)。 protocol SomeProtocol { // protocoldefinition goes here } struct SomeStructure: FirstProtocol, AnotherProtocol { // structure defin...
分类:其他好文   时间:2014-07-09 11:07:07    阅读次数:180
VMware中安装系统提示没有可用的映像(No image available)
今天新建了个虚机在装系统的时候提示“没有可用的映像” 之所以会出现这种情况是因为在新建虚机的时候选择的设置不同导致的,此处不管选第一项还是第二项都会虚机设置中多了一个软盘的配置项,而这个选项默认的勾选就是导致上面没有可用镜像的真正元凶。 网上一查这个问题很多都说是开始迅速按F2或者ESC进BIOS修改默认启动顺序,但即使你这么设置了但依旧是无济于事的,所以要解决这个问题即在设置...
分类:其他好文   时间:2014-07-09 10:39:12    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!