码迷,mamicode.com
首页 >  
搜索关键字:desktop    ( 3986个结果
Using ASP.Net WebAPI with Web Forms
Asp.Net WebAPI is a framework for building RESTful HTTP services which can be used across a wide range of clients including web, phone and desktop app...
分类:Windows程序   时间:2015-07-16 19:42:21    阅读次数:345
【ArcGIS】安装ArcEngine 10的顺序
Step1.安装VS 2010Step2.安装ArcGIS Desktop(不可跳过这步),如果直接安装ArcEngine,将出现如下错误提示因此必须首先安装ArcGIS Desktop或者ArcGIS ServerA. 安装License ManagerB. 将破解用的service.txt覆盖c...
分类:其他好文   时间:2015-07-16 19:31:47    阅读次数:129
Ubuntu Ruby on Rails 环境搭建
0. 系统环境 uname -a Linux moyo-desktop 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux1. 安装curl sudo apt-get install curl 2. install rvm curl -L get.rvm...
分类:系统相关   时间:2015-07-16 14:09:54    阅读次数:183
gulp使用外部配置文件
这很有好处,因为它使得任务很干净,并且 config.json 可以被其他的任务运行器(例如grunt)重复利用。config.json{ "desktop" : { "src" : [ "dev/desktop/js/**/*.js", "!dev/desktop/js...
分类:其他好文   时间:2015-07-15 18:28:18    阅读次数:91
用java打开一个本地文件
以下有三种方式打开/** * 借助java.awt.Desktop打开 * @see 打开的目录或文件名中允许包含空格 */ private static void useAWTDesktop() throws IOException{ Desktop.getDesktop().open(...
分类:编程语言   时间:2015-07-14 19:32:50    阅读次数:138
在Lingo中输入矩阵(通过Excel)
举例说明:我要将'C:\Users\Lenovo\Desktop\lingodata.xlsx'里的数据导入lingo1.左键拖动选中'C:\Users\Lenovo\Desktop\lingodata.xlsx'里的数据,快捷键control+F3插入--定义名称为dist,保存好。2.dis.....
分类:其他好文   时间:2015-07-14 17:49:54    阅读次数:239
Mac下制作Ubuntu的启动U盘
1.用hdiutil将ISO转dmg #路径 hdiutil?convert?-format?UDRW?-o? ????ubuntukylin-15.04-desktop-amd64.img?ubuntukylin-15.04-desktop-amd64.iso 这个时候我们就得到了一个.dmg硬盘镜像文件。 现在我们...
分类:系统相关   时间:2015-07-14 13:51:39    阅读次数:218
编译器实践 二 之 小型的词法分析器
下面是一个简单的词法分析器 #include #include using namespace std ; int main() { char str[150] ; // freopen("C:\\Users\\Lionel\\Desktop\\1.txt","r",stdin) ; int row = 1 , cow = 0 ; while(gets(str)) { char temp[10] ; int index = 0 , i = 0; ...
分类:其他好文   时间:2015-07-13 22:32:51    阅读次数:232
Multiple MySQL running but PID file could not be found
[root@tao Desktop]# service mysql startStarting MySQL SUCCESS! [root@tao Desktop]# service mysql statusERROR! Multiple MySQL running but PID file coul...
分类:数据库   时间:2015-07-13 20:16:20    阅读次数:445
ubuntu 下 gsoap安装
linux@ubuntu:~/Desktop/gsoap-2.8$ sudo make make  all-recursive make[1]: Entering directory `/home/linux/Desktop/gsoap-2.8' Making all in gsoap make[2]: Entering directory `/home/linux/Desktop/gso...
分类:系统相关   时间:2015-07-13 18:40:09    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!