码迷,mamicode.com
首页 > 其他好文
Compute By
COMPUTE BY子句可以通过同一个select语句即查看明细行,又查看汇总行.可以计算子组的汇总值,也可以计算整个结果集的汇总值COMPUTE 子句需要以下信息:1. 可选的By关键字可按对一列计算指定的行聚合2. 行聚合函数:sum,avg,min,max,count3. 要对其执行行聚合函数...
分类:其他好文   时间:2014-11-28 15:46:09    阅读次数:126
基于bootstrap的bootstrap-editable插件实现即时编辑功能
1.引用基本css和js: 2.html和js 中国语言文字网 3.在files/Handler.ashx里处理程序。修改标题。更多参数使用。大家可以百度。
分类:其他好文   时间:2014-11-28 15:43:41    阅读次数:131
SDRAM interface slashes pin count
Many designs need deep buffering but don't require ultrahigh-memory bandwidth. Examples include image and audio processing, as well as some deep-FIFO ...
分类:其他好文   时间:2014-11-28 15:44:48    阅读次数:196
文件操作工具类
import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.io.InputStream;import java.i...
分类:其他好文   时间:2014-11-28 15:46:09    阅读次数:163
[LeetCode] Intersection of Two Linked Lists 求两个链表的交点
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A: a...
分类:其他好文   时间:2014-11-28 15:42:37    阅读次数:113
Dialog设置半透明效果
一、xml实现方式 运用dialog = new Dialog(context, R.style.circular_dialog); dialog.setContentView(R.layout.progress_dialog);二、用代码实现 dialog = new Dia...
分类:其他好文   时间:2014-11-28 15:44:16    阅读次数:150
ECSTORE1.2 重启开启信任登陆模块(删除KEY)
1)、若启用Mongodb需要删除KEY分别为123be90a668d9f2eb1950bae1bf6b0835ce939e64939c3f65cfb646e7948c5b80df58dc0a277a6abbb44f7c5c193a2936d8的三个值2)、若使用默认文件存储请删除data kvst...
分类:其他好文   时间:2014-11-28 15:44:34    阅读次数:114
Bag-of-words模型
Bag-of-words模型是信息检索领域常用的文档表示方法。在信息检索中,BOW模型假定对于一个文档,忽略它的单词顺序和语法、句法等要素,将其仅仅看作是若干个词汇的集合,文档中每个单词的出现都是独立的,不依赖于其它单词是否出现。也就是说,文档中任意一个位置出现的任何单词,都不受该文档语意影响而独立...
分类:其他好文   时间:2014-11-28 15:41:33    阅读次数:186
Repository
namespace MyRepository.Domain.Infrastructure{ public class Repository : IRepository where TEntity : class { protected BookStoreDbContext ...
分类:其他好文   时间:2014-11-28 15:43:12    阅读次数:113
龙书chapter3 笔记
dx9绘制简单六面体的顺序
分类:其他好文   时间:2014-11-28 15:43:52    阅读次数:133
Switching regulator forms constant-current source
Many applications require current sources rather than voltage sources. When you need a high-current source, using a linear regulator is inadvisable, b...
分类:其他好文   时间:2014-11-28 15:42:19    阅读次数:142
复习下C 链表操作(双向循环链表,查找循环节点)
双向循环链表 和 单向循环链表 查找循环节点 思路都是一样。 快慢指针查找法。 理论可参考c 链表之 快慢指针 查找循环节点typedef struct Student_Double{ char name[10]; int point; struct Student_Double...
分类:其他好文   时间:2014-11-28 15:40:33    阅读次数:157
Regulator IC forms convenient overvoltage detector
Figure 1shows a simple, stand-alone overvoltage detector. The intent of the circuit is to monitor a voltage, VMONITOR, and set the output, VOUT, high ...
分类:其他好文   时间:2014-11-28 15:40:19    阅读次数:237
记录DHT网络主要功能步骤
经过不停止的查找相关资料,基本上实现DHT网络的基本操作。现记录下来,供以后参考。 协议 Kad定义了节点之间的交互协议。这些协议支撑了整个DHT网络里信息分布式存储的实现。这些协议都是使用UDP来传送。其协议格式使用一种称为bencode的编码方式来编码协议数据。bencode是一种文...
分类:其他好文   时间:2014-11-28 15:42:37    阅读次数:164
格式化字符串:金额
input 输入框输入的数字转换成金额格式:/* * caculate * input: 100000 * output: 100,000*/(function ($) { var $input = $("#cacu-input"), $btn = $("#cacu-btn"...
分类:其他好文   时间:2014-11-28 15:40:36    阅读次数:212
像素,分辨率,PPI(像素密度),BPP 扫盲
像素于分辨率像素,又称画素,为图像显示的基本单位,译自英文“pixel”,pix是英语单词picture的常用简写,加上英语单词“元素”element,就得到pixel,故“像素”表示“图像元素”之意,有时亦被称为pel(pictureelement)。每个这样的信息元素不是一个点或者一个方块,而是...
分类:其他好文   时间:2014-11-28 15:42:33    阅读次数:432
lOG
public class WriteLog { public void WritelogDetail(string type, string Content) { try { string ...
分类:其他好文   时间:2014-11-28 15:41:23    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!