码迷,mamicode.com
首页 >  
搜索关键字:windows 10 部署    ( 109527个结果
windows 程序的本体与操作系统之间的关系
1 WinMain(hInst,hPrev,……) 2 { 3 MSG msg; 4 RegisterClass(……); 5 CreateWindow(……); 6 ShowWindow(……); 7 UpdateWindow(……); 8 while(GetMessage(……)) 9 {10....
分类:Windows程序   时间:2014-05-01 12:49:00    阅读次数:498
查看perl的模块版本
查询版本: perl -M模块名 -e "print 模块名->VERSION"一个例子:查看LWP模块版本(Windows操作系统下)
分类:其他好文   时间:2014-05-01 12:44:30    阅读次数:381
Heroku installation
It is the first time that I use heroku. But I encountered some problems installing it. Luckily, I resolved the problem.(In windows 8)Step 1: Sign up.....
分类:其他好文   时间:2014-05-01 12:32:50    阅读次数:317
360随身wifi怎样购买?360随身wifi怎样预约?
360随身wifi怎样购买?360随身wifi怎样预约?
分类:其他好文   时间:2014-05-01 12:04:59    阅读次数:357
Use UMDH to identify memory leak problem
We sometimes got memory leak problem, and we need to find the leaked memory, Here is a useful tool from MS, UMDH, it is included in WinDBG install package. Here is a introduction on how to UMDH to identify memory leak problems...
分类:其他好文   时间:2014-04-29 13:38:21    阅读次数:374
arcgis webapp builder 安装试用
ArcGIS WebApp Builder 是针对开发人员的,用于快速构建基于HTML5/Javascript 技术的美观的 Web应用的一个工具。用过Flex版本的AppBuilder应该很清楚它的特点:快速、高效、灵活、美观,GIS开发人员的利器。 以下是截图 接下来我们说一说配置部署过程 1、ArcGIS WebApp Builder服务器端基于node.js。所以在安...
分类:移动开发   时间:2014-04-29 13:27:22    阅读次数:564
Ubuntu下android开发环境部署
一、java环境部署...
分类:移动开发   时间:2014-04-29 13:27:20    阅读次数:329
Android布局分析工具HierarchyView
Android SDK中有一个工具HierarchyView.bat,可以分析出模拟器中运行程序的界面设计层次;我们可以用此工具来分析自己的应用布局是否有优化的空间,也可以分析别人优秀的布局进行借鉴和学习。 使用HierarchyView.bat 非常简单: 1.启动模拟器; 2.运行要分析的程序; 3.在SDK目录下(如D:\AndroidHome\android-sdk-windows...
分类:移动开发   时间:2014-04-29 13:25:21    阅读次数:416
C语言中的各种循环
C语言中的各种循环...
分类:编程语言   时间:2014-04-29 13:22:21    阅读次数:430
让nginx完美支持Thinkphp的配置
习惯了用apache后,当第一次用nginx时,把原来的项目(thinkphp框架)部署在新服务器上的时候,惊呆了! 所有的URL模式下都不能正常运行,甚至连css,js文件都不能正常加载。 原因是ngibx不支持pathinfo 主要是需要配置nginx location / { root D:/wnmp/www; index ind...
分类:Web程序   时间:2014-04-29 13:11:20    阅读次数:680
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!