0

I want develop windows phone apps here is my system information:

os: windows 8 pro (32 bit), processor : AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ , Ram: 2.5 gb and the real question is "Can i develop windows phone 8 apps?"

P.S.:I already tried run windows phone sdk setup but it dumped error

4

2 回答 2

1

安装mongoDBwindows 32bi x86 OS

从这里下载 - https://fastdl.mongodb.org/win32/mongodb-win32-i386-2.6.1.zip

1) 下载适用于 windows 的 mongodb 的 zip 2) 在任何驱动器示例中提取D: 3) 创建 2 个名为log的目录,data log - 将创建服务器日志的位置 data - mongo 将累积数据的位置

4)创建一个mongo.config文件,然后通过编写一些更改来配置文件

bind_ip = 127.0.0.1

port= 27017

quite = true  // so that critical errors are logged \

dbpath = D:\mongodb\db

logpath = D:\mongodb\log\mongo.log

logappend = true // Is set this to true so that the log is not overwritten upon restart of mongod.


diaglog=3 // log read and write operations

它确保了写入持久性和数据一致性,就像任何日志方案所期望的那样。如果您并不真正关心您的数据(或者更重要的是,它的丢失),请仅将此设置为 false。

journal = true

于 2017-02-07T14:04:12.207 回答
0

是的,我可以开发 Windows 手机应用程序。

要开发应用程序,您必须安装 Windows 8 64 位操作系统(在 32 位操作系统上,您无法安装 SDK 和编译应用程序)。

于 2014-01-05T12:58:58.107 回答