码迷,mamicode.com
首页 >  
搜索关键字:color    ( 180498个结果
分析函数之初体验(一)——一道题目产生的兴趣
本来公司说是要做BI的,后来被改成了一个报表系统,失去了体验BI的机会,有些不爽。 报表系统是由顾问公司做,顾问公司说要看我们的SQL水一,给出了一份试题,其中有一题是这样的:t_hykbgjl 记录了会员卡每次的发生额(nFse) 、余额(nYe)及卡号(sKH),对于同一会员卡,上一条记录的余....
分类:其他好文   时间:2014-05-01 14:14:48    阅读次数:453
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
C++ 类型转换
C++ 中到的类型转换很多,先记录下来,多了写成一个类1、int转CString1 CString cNum="9527";2 int iNum = 0;3 iNum=atoi(LPCTSTR(cNum));View Code
分类:编程语言   时间:2014-05-01 14:12:49    阅读次数:359
文件上传大小被限制的解决方案。
修改配置文件Web.config
分类:其他好文   时间:2014-05-01 14:12:07    阅读次数:312
Lodop6 以上打印控件使用,详参考自带说明文档,打印样式及文字大小要特殊设置一下
关键这句var strBodyStyle = "";var strFormHtml = strBodyStyle + "" + document.getElementById("div1").innerHTML + "";把样式带进来
分类:其他好文   时间:2014-05-01 14:10:55    阅读次数:391
观V8源码中的array.js,解析 Array.prototype.slice为什么能将类数组对象转为真正的数组?
在官方的解释中,如[mdn] The slice() method returns a shallow copy of a portion of an array into a new array object.简单的说就是根据参数,返回数组的一部分的copy。所以了解其内部实现才能确定它是如何工作...
分类:Web程序   时间:2014-05-01 14:10:18    阅读次数:652
uva 11324
Problem B: The Largest CliqueGiven a directed graphG, consider the following transformation. First, create a new graphT(G)to have the same vertex set ...
分类:其他好文   时间:2014-05-01 14:09:34    阅读次数:357
泛型连接数据库
这些天用泛型做了一个数据库的底层,自我感觉很方便,但是功能不是很完善,会继续考虑下去下面给大家分享一下代码1数据库连接的帮助类using System;using System.Collections.Generic;using System.Linq;using System.Text;using...
分类:数据库   时间:2014-05-01 14:07:32    阅读次数:603
Full postback triggered by LinkButton inside GridView inside UpdatePanel
GridView inside of a UpdatePanel,get the button to trigger a partial postback ...
分类:其他好文   时间:2014-05-01 14:06:55    阅读次数:355
YII 伪静态 IIS7 方法 web.config
YII 伪静态 IIS7 方法 web.config 注意把filename 改成对应的yii目录地址,我的这个是把YII嵌套到另一个程序里边了
分类:Web程序   时间:2014-05-01 14:06:16    阅读次数:571
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!