<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='inc/rsspretty.xml' version='1.0'?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss">



<channel>
<title>点睛工作室</title>
<description>think twice</description>
<link>http://llf.hanzify.org/</link>
<language>zh-CN</language>
<pubDate>2012-5-17 6:36:13</pubDate>
<lastBuildDate>2012-5-17 6:36:13</lastBuildDate>
<generator>点睛工作室 RSS 生成程序</generator>
<ttl>60</ttl>

<item>
<title>[文章] DbEntry.Net 4.1</title>
<link>http://llf.hanzify.org/studio/article/show/dbentry4_1</link>
<description>　　这是我设计的一个轻量级的 .Net ORM (Object Relational Mapping) 数据访问及 WEB 框架。对于 ORM 和 Sql 调用，它都拥有清晰和易用的接口，目前支持 SqlServer、SQLite、MySql、Access、Firebird、PostgreSQL、Oracle 等数据库。对于 WEB 开发，它既支持 ASP.NET 2.0 的 DataSou.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/dbentry4_1'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/dbentry4_1#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/dbentry4_1</guid>
<pubDate>2011-12-28 22:26:28</pubDate>
</item>

<item>
<title>[文章] DbEntry.Net 4.0</title>
<link>http://llf.hanzify.org/studio/article/show/dbentry4_0</link>
<description>　　这是我设计的一个轻量级的 .Net ORM (Object Relational Mapping) 数据访问及 WEB 框架。对于 ORM 和 Sql 调用，它都拥有清晰和易用的接口，目前支持 SqlServer、SQLite、MySql、Access、Firebird、PostgreSQL、Oracle 等数据库。对于 WEB 开发，它既支持 ASP.NET 2.0 的 DataSou.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/dbentry4_0'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/dbentry4_0#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/dbentry4_0</guid>
<pubDate>2011-5-24 22:14:56</pubDate>
</item>

<item>
<title>[文章] SSH 中创建密钥</title>
<link>http://llf.hanzify.org/studio/article/show/ssh_private_key_gen</link>
<description>在 Windows 上装了 CopSSH，用起来还不错，就是每次输入密码很烦。SSH 是可以使用公钥/密钥对来进行无需密码的安全访问的，只是对于命令记不清了，于是上网搜了一下，找到这篇，照做了一下，成功。简单翻译一下，以为备忘：&lt;br&gt;&lt;br&gt;1.激活一个用户；&lt;br&gt;2.使用密码连接到 CopSSH 命令行：&lt;br&gt;    ssh user@localhost&lt;br&gt;3.运行以下的命令创建.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/ssh_private_key_gen'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/ssh_private_key_gen#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/ssh_private_key_gen</guid>
<pubDate>2011-4-6 14:03:44</pubDate>
</item>

<item>
<title>[文章] 我写的一个从JSON生成C#类的EmEditor宏</title>
<link>http://llf.hanzify.org/studio/article/show/json_to_csharp_macro_for_emeditor</link>
<description>将上次写的 JSON 格式化的宏做了一些修改，让它可以从 Json 生成对应的 C# 类，用于序列化。&lt;br&gt;&lt;br&gt;&lt;br&gt;var buffer = new Object;&lt;br&gt;&lt;br&gt;function AddToBuffer(buf, name)&lt;br&gt;{&lt;br&gt;	var c = &amp;quot;public class &amp;quot; + name + &amp;quot; {\n\t&amp;quot;.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/json_to_csharp_macro_for_emeditor'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/json_to_csharp_macro_for_emeditor#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/json_to_csharp_macro_for_emeditor</guid>
<pubDate>2011-3-29 20:22:12</pubDate>
</item>

<item>
<title>[文章] 我写的一个JSON格式化的EmEditor宏</title>
<link>http://llf.hanzify.org/studio/article/show/json_format_macro_for_emeditor</link>
<description>最近要查看项目里的 Json 对象，不过，没有排版过的 Json，看着实在混乱。想到 Json 可以用 eval 获得对象，而 EmEditor 的宏，可以是 JavaScript 的，倒是顺理成章的应该可以很容易写一个 Json 格式化的宏，实际写了一下，倒也真的不难。本来写了一个不支持数组的，但是又见到网上一段简洁的支持数组的代码，只是它输出的格式不是我想要的，于是简单修改了一下，效果还.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/json_format_macro_for_emeditor'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/json_format_macro_for_emeditor#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/json_format_macro_for_emeditor</guid>
<pubDate>2011-3-23 13:20:59</pubDate>
</item>

<item>
<title>[转载] 2010</title>
<link>http://llf.hanzify.org/studio/article/show/625</link>
<description>&lt;br&gt;Mad World&lt;br&gt;Gary Jules (cover of Tears for Fears)&lt;br&gt;&lt;br&gt;All around me are familiar faces&lt;br&gt;Worn out places, worn out faces&lt;br&gt;Bright and early for their daily races&lt;br&gt;Going nowhere, going n.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/625'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/625#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/625</guid>
<pubDate>2010-12-30 18:05:18</pubDate>
</item>

<item>
<title>[文章] 数据库操作优化一例</title>
<link>http://llf.hanzify.org/studio/article/show/a_database_optimize_operation</link>
<description>数据库升级，需要对几个表进行一些数据转换，具体是这样：针对每一个 Item，从 orders 表里查出 Shop_Id，并把此 Id 赋值给 items 和 skus 中的 Shop_Id。下面是最初实现的代码，其中 LargerResultProcessor 是一个基类，负责遍历泛型参数 T 所指向的数据库表，并以每页 100 项的方式分页，并对每一项调用 ProcessItem 函数，而.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/a_database_optimize_operation'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/a_database_optimize_operation#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/a_database_optimize_operation</guid>
<pubDate>2010-12-17 11:57:57</pubDate>
</item>

<item>
<title>[文章] 使用 Cecil 修改 .Net 程序集</title>
<link>http://llf.hanzify.org/studio/article/show/using_cecil_to_modify_assembly</link>
<description>　　Cecil 是 Mono 的一个子项目，用于对程序集进行读写，并且已经用于 Mono 的调试，Reflector 也使用它作为底层库。最近把 DbEntry 使用 Emit 生成程序集的方式，改成了使用 Cecil 的方式，就我的感受来说，Cecil 是比较优秀的，有一些地方，比 Emit 使用起来还舒服的多；不过，有一些地方也比较繁琐。&lt;br&gt;&lt;br&gt;　　我使用的是 Git 里的最新版.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/using_cecil_to_modify_assembly'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/using_cecil_to_modify_assembly#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/using_cecil_to_modify_assembly</guid>
<pubDate>2010-7-5 21:36:31</pubDate>
</item>

<item>
<title>[文章] 使用 OpenCL.Net 进行 C# GPU 并行编程</title>
<link>http://llf.hanzify.org/studio/article/show/csharp_gpgpu_with_opencl</link>
<description>在 初探 C# GPU 通用计算技术 中，我使用 Accelerator 编写了一个简单的 GPU 计算程序。也简单看了一些 Brahma 的代码，从它的 SVN 最新代码看，Brahma 要转移到使用 OpenCL.Net 作为底层了，于是也去网上搜索了一下，发现了 OpenCL.Net 和另一个相关的项目 OpenCLTemplate。&lt;br&gt;&lt;br&gt;看了一些它的代码，颇像 Direct.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/csharp_gpgpu_with_opencl'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/csharp_gpgpu_with_opencl#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/csharp_gpgpu_with_opencl</guid>
<pubDate>2010-5-24 20:38:22</pubDate>
</item>

<item>
<title>[文章] 初探 C# GPU 通用计算技术</title>
<link>http://llf.hanzify.org/studio/article/show/csharp_gpgpu</link>
<description>初探 C# GPU 通用计算技术&lt;br&gt;&lt;br&gt;GPU 的并行计算能力高于 CPU，所以最近也有很多利用 GPU 的项目出现在我们的视野中，在 InfoQ 上看到这篇介绍 Accelerator-V2 的文章，它是微软研究院的研究项目，需要注册后才能下载，感觉作为我接触 GPU 通用运算的第一步还不错，于是去下载了回来。&lt;br&gt;&lt;br&gt;在安装包里，包含了几个例子程序，比如著名的 Life 游.........<br/><a target='_blank' href='http://llf.hanzify.org/studio/article/show/csharp_gpgpu'>阅读全文</a></description>
<comments>http://llf.hanzify.org/studio/article/show/csharp_gpgpu#comment</comments>
<guid isPermaLink="true">http://llf.hanzify.org/studio/article/show/csharp_gpgpu</guid>
<pubDate>2010-5-23 18:51:54</pubDate>
</item>



</channel></rss>
