Mar 01
刷机工具教程及原版固件地址:

http://bbs.chuwi.com/forum.php?mod=viewthread&tid=10467

经过两个晚上的奋争研究 我的第一个固件终于完成.感谢 RK固件小组 的教程,参考地

址: http://bbs.gfan.com/thread-3108446-1-1.html..

本固件主要是去掉了大部分自带的APK,Google服务也精简了,只剩下自带浏览器\相机\相册,和Flash.另外 去掉了 Adobe 的字体adobefonts、电话铃声ringtones、TFS和诸多APK,总共160M。 [More]
Tags: | | | |
Sep 06
oday at the NoSQL Now! conference, Tagged, the leading social network for meeting new people, unveilled Stig, the open source graph database designed to scale for massive, real-time social applications. Stig finally makes it easy for programmers to store and access large amounts of interconnected data, while still being fast and [More]
Tags: | |
Aug 24
Extended WPF Toolkit 1.5版已经发布了。这个开源项目包含了标准的WPF Toolkit里没有的Windows Presentation Foundation(WPF)控件、工具和组件。一部分是这个版本新增的,一部分是从Silverlight Toolkit移植过来的。 [More]
Tags: |
Aug 07
Pinal Dave最近发布了名为“SQL Server——面试问题及答案”的博文,这系列博文由31个部分组成,始于诸如“规范化是什么?”等常规主题,进而拓展到诸如“在执行ALTER DATABASE期间,ROLLBACK IMMEDIATE与WITH NO_WAIT之间的区别是什么?”等鲜为人知的主题。而且其中还涉及到数据仓库,甚至有些访客回复还提到了SQL Azure。

为了吸引你去阅读他的系列博文,我们特意在这里引用了一些你即将学到的知识。例如,第7日中包括关于不同类型锁的内容。 [More]
Tags: |
Jul 21
实际MySQL是适合进行海量数据存储的,通过Memcached将热点数据加载到cache,加速访问,很多公司都曾经使用过这样的架构,但随着业务数据量的不断增加,和访问量的持续增长,我们遇到了很多问题:

MySQL需要不断进行拆库拆表,Memcached也需不断跟着扩容,扩容和维护工作占据大量开发时间。
Memcached与MySQL数据库数据一致性问题。
Memcached数据命中率低或down机,大量访问直接穿透到DB,MySQL无法支撑。
跨机房cache同步问题。

众多NoSQL百花齐放,如何选择

最近几年,业界不断涌现出很多各种各样的NoSQL产品,那么如何才能正确地使用好这些产品,最大化地发挥其长处,是我们需要深入研究和思考的问题,实际归根结底最重要的是了解这些产品的定位,并且了解到每款产品的tradeoffs,在实际应用中做到扬长避短,总体上这些NoSQL主要用于解决以下几种问题 [More]
Tags: | |
Jul 13
酝酿两年之后,微软发布了Reactive Extensions(Rx)库的1.0版。Rx把事件驱动UI与LINQ、并发性和异步调用结合起来。

Rx尝试解决从基于事件的UI异步访问数据的问题。标准的迭代器模式以及它的基本接口IEnumerable和IEnumerator对于异步操作是不足够的,因此Rx通过引入观察者模式来解决这个问题,这个模式包含两个主要的接口,IObservable和IObserver。不是客户端一步一步地迭代数据集合,而是集合把数据作为异步调用的结果推送给客户端,终结了调用循环。 [More]
Jul 11
资源文件生成器将文本(.txt 或 .restext)文件和基于 XML 的资源格式 (.resx) 文件转换为公共语言运行时二进制 (.resources) 文件,后者可嵌入到运行时二进制可执行文件中或编译成附属程序集。 有关部署和检索 .resources 文件的信息,请参见应用程序中的资源。

Resgen.exe 执行下列转换:

将 .txt 或 .restext 文件转换为 .resources 或 .resx 文件。

注意
.restext 扩展名在 .NET Framework 2.0 版中引入。 .restext 文件的格式与 .txt 文件的格式相同。 但是,.restext 扩展名可帮助您更加轻松地识别包含资源定义的文本文件。
将 .resources 文件转换为文本文件或 .resx 文件。

将 .resx 文件转换为文本文件或 .resources 文件。

Resource File Generator 自动用 Visual Studio 安装。 [More]
Tags: |
Jul 06
As your application grows you will find that it is important to abstract the various pieces of your implementation to help you easily extend the functionality and make it less painful to maintain.

appendTo has recently released a set of JavaScript components that can assist with common problems in front-end development. The library was developed to "Amplify" your current jQuery skills and provide some missing components that are important for developing scalable web applications.
[More]
Jun 30
为了可以在浏览器外的Silverlight里使用,它通过COM自动化提供Windows 7的相关特性。主要功能包括消息截获、传感器API、H.264视频编码、任务栏扩展、语音API以及对便携设备的访问。

Resource Page Description
While Silverlight 4 supports accessing COM automation components from elevated trust OOB applications, many Windows platform features are currently not available through COM automation. This makes them inaccessible to such Silverlight OOB apps. Native Extensions for Microsoft Silverlight(NESL) is an effort to incrementally build a library of components that expose select Windows 7 features through COM automation, making them easily available to Silverlight 4 OOB applications running with elevated trust. The current version of NESL provides access to Windows 7 features like Sensors, Portable Devices, Speech, Taskbar and more. NESL is made up of a set of COM automation based runtime libraries, Silverlight wrapper libraries usable from Silverlight 4 OOB applications, sample applications with source, API documentation, and a developer's guide.
[More]
Tags: | |
Jun 30
软件架构是软件工程的重要主题之一,因为很多软件开发项目的失败都是由于架构设计不好而导致的。因此,在理论上和实践上学习更多关于架构的知识就显得至关重要了。最近有几本很不错的书已经出版,或许在将来它们会给大家带来帮助。 [More]
Tags: |