码迷,mamicode.com
首页 >  
搜索关键字:environment    ( 2700个结果
如何安装entityFramework[http://www.entityframeworktutorial.net/EntityFramework5/setup-entityframework-environment.aspx]
安装教程http://www.entityframeworktutorial.net/EntityFramework5/setup-entityframework-environment.aspx右键项目,然后选择“管理NuGet程序包”然后选择联机,并搜索EntityFramework最后安装
分类:Web程序   时间:2015-03-02 20:58:49    阅读次数:134
V8引擎之Binding
继上文 ScriptValue ScriptController::evaluate(const ScriptSourceCode& sourceCode)这个函数算是正式脱离webcore进入bingding模块了。先看下这个函数,再分析 // Evaluate a script file in the environment of this proxy. ScriptValue Scri...
分类:其他好文   时间:2015-03-02 20:57:59    阅读次数:194
nodejs 使用mongoose 操作mongodb
nodejs操作mongodb可以使用mongoose:Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.安装mongoose:npm install mongoose...
分类:数据库   时间:2015-03-02 12:35:06    阅读次数:166
Permission Denial: not allowed to send broadcast android.intent.action.MEDIA_MOUNTED
当在Android4.4上进行图片的扫描功能开发时一般会使用:sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"+ Environment.getExternalStorageDirectory()+ picPath)));的广播 因为Android4.4中限制了系统应用才有权限使用广播通知系统扫描S...
分类:移动开发   时间:2015-02-28 16:28:06    阅读次数:531
工作中常用的简称的意思
SDK(Software Development Kit):软件开发工具包JDK(Java Development Kit):java语言的软件开发工具包JVM(Java Virtual Machine):Java虚拟机JRE(Java Runtime Environment):java运行时环境,...
分类:其他好文   时间:2015-02-28 16:18:59    阅读次数:199
.Net下获取程序路径的方法
C# 获取路径string str1 =Process.GetCurrentProcess().MainModule.FileName;//获得当前执行的exe的文件名。string str2=Environment.CurrentDirectory;//获取和设置当前目录的完全限定路径。strin...
分类:Web程序   时间:2015-02-28 14:29:41    阅读次数:151
【转】C#获取当前路径7种方法
webformvar s = System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName; //C盘 IIS路径var s1 = System.Environment.CurrentDirectory; //同上 var .....
分类:Windows程序   时间:2015-02-28 11:19:22    阅读次数:173
Dubbo之旅--注册中心(2)
本篇文章的主要目的是的介绍Zookeeper在window环境下的安装。在Window的环境下安装还是比较简单的。        首先下载一个zookeeper,我下载的版本是zookeeper-3.3.5,解压安装包,解压后的zookeeper安装包放置的路径如下图     2.:进入D:\Environment\zookeeper-3.3.5\conf,将zoo_sample.cf...
分类:其他好文   时间:2015-02-28 01:38:51    阅读次数:185
ocp 1Z0-043 61-130题解析
61. You are working in an online transaction processing (OLTP) environment. You realize that the salary for an employee, John, has been accidentally m...
分类:其他好文   时间:2015-02-27 16:52:33    阅读次数:464
ocp 1Z0-042 121-178题解析
121. You want to create a new optimized database for your transactional production environment to be used by a financial application. While creating t...
分类:其他好文   时间:2015-02-27 16:40:43    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!