Structure Diagram as following:

Questions list:

1. Skydrive Integration

> Based on the MSDN community, it is possible to upload the file to Skydrive. Then, how to lock the file?

2. Embedded SQL Engine Choice.

> SQLite, Can it directly using Web SQL from HTML5?

> SQLite. If it can't use Web SQL due to Browser's Limitation (Firefox can't support Web SQL), how about copy the Cloud file to local file and only upload them back to Cloud? Performance?

> SQLite and SQLCE: Besides the native SQL operation provided by HTML5, we have to use C++/.NET in HTML5? Does the ASP.NET is the only choice? How about the Version supporting? SQLCE 4 supports .NET 2.0?

3. Encryption

> How to control the Encryption for sensitive data.

4. Any other question?

最新文章

  1. android基于口令加密快速搞懂(一)
  2. iOS打包ipa包
  3. 在Debian中安装VMware Workstatption 12
  4. 2013.11.15 初学ant构建
  5. iOS常用的存储方式介绍
  6. HYPER-V2008里安装WINDOWS 2012,以及监控宝
  7. win7下自写驱动导致开机蓝屏调试过程
  8. Python数据分析(二): Numpy技巧 (4/4)
  9. 如何获取系统Home(Launcher)应用判断用户是否处于home界面
  10. ubuntu下安装飞鸽传书
  11. Leetcode 两数之和 (散列表)
  12. samba、ftp和ssh服务
  13. 【转载】Python中的垃圾回收机制
  14. libevent学习笔记 一、基础知识【转】
  15. flask中单选、多选、下拉框的获取
  16. Includes() vs indexOf() in JavaScript
  17. 无法获得锁 /var/lib/dpkg/lock
  18. [转]linux 调用动态库so文件
  19. .16-浅析webpack源码之编译后流程梳理
  20. Java之路(一) 一切皆对象

热门文章

  1. 破阵九解:Node和浏览器之事件循环/任务队列/异步顺序/数据结构
  2. 单引号、双引号与定界符——PHP
  3. windows下bower init 报错: bower ENOINT Register requires an interactive shell
  4. CTF-SSH私钥泄露渗透
  5. PHP array_search
  6. [NOIp2011] luogu P1311 选择客栈
  7. [Luogu3065][USACO12DEC]第一!First!
  8. CVE-2016-7124漏洞复现
  9. Uipath 获取当前浏览器页面URL
  10. zepto源码分析·event模块