码迷,mamicode.com
首页 >  
搜索关键字:zip gzip tar    ( 64026个结果
eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′
eclipse安装maven插件-解决requires ‘bundle org.slf4j.api 1.6.2′【转载】http://robin.sh/html/1526_eclipse-maven.html给eclipse安装maven插件,网上教程已经很多,不在累述。关键是安装过程中报错:req...
分类:Windows程序   时间:2014-05-01 14:17:18    阅读次数:670
IOS-tableView 设置圆角
// 设置 tableView整体的圆角设置 // /// 设置圆角// v_tableview.layer.cornerRadius = 7;// v_tableview.layer.masksToBounds = YES;// /// 设置边框// v_tableview.layer.bord....
分类:移动开发   时间:2014-05-01 14:16:37    阅读次数:636
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
观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
jQuery源码分析1
写在开头: 昨天开始,我决定要认真的看看jQuery的源码,选择1.7.2,源于公司用的这个版本。由于源码比较长,这将会是一个比较持久的过程,我将要利用业余时间,和偶尔上班不算忙的时间来进行。其实原本是打算对着源码抄一遍,将对其的理解写成注释,这也算是在强行堆代码量了吧(我想我这是有多懒,必须要反....
分类:Web程序   时间:2014-05-01 14:03:08    阅读次数:472
用 Qt Creator 开发非 Qt 的 C/C++ 程序
在Windows还是习惯用VS2005但是现在到了Linux下,开发起来C/C++程序就没有那么得心应手的IDE了。虽然很多人推荐E开头那个主要作为Java开发的IDE,不过安上插件后感觉不大好,一个是那个智能完成功能反应有点迟钝,对标准库的支持 不大好,另一个是编译起来还是麻烦,不能自动根据工程生...
分类:编程语言   时间:2014-05-01 14:02:35    阅读次数:382
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!