码迷,mamicode.com
首页 >  
搜索关键字:wpf command    ( 16181个结果
【ERROR】bash: vim: command not found的解决办法
今天在学习鸟哥的菜的时候,发现自己linux不可以启用vim命令,错误为:bash: vim: command not found。 机器环境:VMWare8+RED HAT Enterprise5 解决方法: 发现问题的根源在于没有安装好vim 输入 rpm -qa|grep vim ...
分类:其他好文   时间:2014-07-22 23:12:56    阅读次数:993
在VS2008.Net下使用WPF开发Web应用程序
原文地址:http://hankjin.blog.163.com/blog/static/33731937200922353623434/胖客户端的好处是可以轻易的实现绚丽的效果, 而瘦客户端则需要大量的js才能实现相应的效果. 而且当需要同时开发应用程序和Web应用程序时, 则需要将近双倍的开发时...
分类:Web程序   时间:2014-07-22 23:12:15    阅读次数:325
WPF小程序:贪吃蛇
原文地址:http://hankjin.blog.163.com/blog/static/337319372009535108234/一共两个文件:EasterEgg.xaml + EasterEgg.xaml.csEasterEgg.xaml 等级: 分数: 说明: 上下左右键调整...
分类:其他好文   时间:2014-07-22 23:06:12    阅读次数:515
Linux tar command usage
Linux tar command usageLinux tar command usageTable of Contents1. Create an archive:2. Create a gzipped archive:3. List the files in an archive4. Add ...
分类:系统相关   时间:2014-05-01 16:16:01    阅读次数:586
Studio for WPF:使用 C1TileView 创建图片库
C1TileView 提供了数据交互浏览的功能。允许我们设置最大化和最小化浏览模板,我们可以通过最小化模板快速定位详细浏览选项。下面我们分步分享实现方法:
分类:其他好文   时间:2014-05-01 12:53:36    阅读次数:474
【WPF】验证
using System;using System.Collections.Generic;using System.ComponentModel;using System.Co...
分类:其他好文   时间:2014-05-01 12:25:41    阅读次数:390
linux 定时任务
一、定时关闭与启动:cron stopcron startcrontab语法说明:用户crontab文件的语法格式,每行语句为:* * * * * command,每一行表示一个任务,可以有多行语句。第一个*字段:0~59 表示分第二个*字段:1~23 表示小时第三个*字段:1~31 表示日第四个*...
分类:系统相关   时间:2014-05-01 08:10:25    阅读次数:711
node.js 创建第一个web应用
安装node.js从http://nodejs.org/ 下载安装程序进行安装。安装后从开始菜单启动:Node.js command prompt安装web开发框架Express如果需要代理访问网络,先用下面的命令设置代理:> npm config set proxy=http://192.168....
分类:Web程序   时间:2014-05-01 01:48:43    阅读次数:375
Docker常用命令
Usage: docker [OPTIONS] COMMAND [arg...]  -H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use A self-sufficient runtime for linux containers. Co...
分类:其他好文   时间:2014-04-28 10:17:41    阅读次数:359
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!      解决方法: setenforce 0...
分类:移动开发   时间:2014-04-27 21:18:05    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!