代码改变世界

阅读排行榜

【原】sqlite

2013-03-20 13:32 by 蜡笔小旧, 302 阅读, 收藏,
摘要: 一直想找个ms access的替代品。终于找到了sqlite.据说firefox也是用的这个数据库,效率也很高,并且跨平台,支持多种语言,文件型(官方文档说支持内存数据库).相关语法:(1)top-> limitselect categoryId from Categories limit 5.NET相关:.NET下需要下载 http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wikiSystem.Data.SQLite.dll(分多个版本32位、64位,.NET2.0-.NET4.5)System.Data. 阅读全文

dbml 连接

2009-06-12 10:25 by 蜡笔小旧, 300 阅读, 收藏,
摘要: public class WorkflowDataService { private const string WORKFLOW_ACTION_CONNECTION_STRING = "WorkflowActionConnection"; internal static WorkflowActionDataContext NewActionDataContext() { ret... 阅读全文

Blowing in the Wind

2010-11-12 14:18 by 蜡笔小旧, 298 阅读, 收藏,
摘要: hehe,by my hand.How many roads must a man walk down  Before you call him a manHow many seas must a white dove sand  Before she sleeps in the sandHow many times must the cannon balls fly  Before they a... 阅读全文

asp.net mvc source(2)-ActionResult

2009-07-06 15:41 by 蜡笔小旧, 297 阅读, 收藏,
摘要: Aps.net Mvc 中的Action可比做类中的一个方法。一起来看看MVC中提供了哪些缺省的ActionResult. -ActionResult                   -ViewResultBase 视图 &... 阅读全文

HTTP/1.0 和 HTTP/1.1 区别

2011-05-06 14:25 by 蜡笔小旧, 294 阅读, 收藏,
摘要: refKey Differences between HTTP/1.0 and HTTP/1.1HTTP 1.1与HTTP 1.0的比较HTTP 1.1支持持久连接,在一个TCP连接上可以传送多个HTTP请求和响应,减少了建立和关闭连接的消耗和延迟 阅读全文
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 43 下一页