码迷,mamicode.com
首页 >  
搜索关键字:io data pattern    ( 239193个结果
数据字典实现缓存
数据字典的好处很多比如: 1、可以减少使用表,来专门记录类型。 2、类型使用key检索,或者报表统计分析,在一定程度上相比汉字来讲,效率好得多。 3、使用缓存的数据字典、也可以减少不少的io操作。 等等、、、、首先,库表设计就智者见智了、不多说、爱怎么设计就怎么设计。完整的数据字典设计 ,需...
分类:其他好文   时间:2014-04-28 18:44:38    阅读次数:2179
winform学习日志(二十三)---------------socket(TCP)发送文件
一:由于在上一个随笔的基础之上拓展的所以直接上代码,客户端:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S...
分类:Windows程序   时间:2014-04-27 21:14:46    阅读次数:1392
Extjs 4.2 树结点右键菜单(全选,反选,撤销)
自己写的最新版本extjs4.2的树结点的操作,记录一下,以后可能会用到。 var tree = new Ext.tree.TreePanel({ flex: 1, animate: true,   autoScroll: true, anchor: '100% 93%', store: new Ext.data.TreeStore({ root:{ expanded: true...
分类:Web程序   时间:2014-04-27 19:00:19    阅读次数:1278
239193条   上一页 1 ... 23918 23919 23920
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!