码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
数据库中字段类型对应的C#中的数据类型
数据库中字段类型对应C#中的数据类型:数据库 C#程序 int int32 text string bigint int64 binary System.Byte[] bit Boolean char string...
分类:数据库   时间:2014-06-26 16:45:09    阅读次数:348
http协议
HTTP是Hyper Text Transfer Protocol(超文本传输协议)的缩写。它的发展是万维网协会(World Wide Web Consortium)和Internet工作小组IETF(Internet Engineering Task Force)合作的结果,(他们)最终发布了一系...
分类:其他好文   时间:2014-06-26 16:35:50    阅读次数:188
easyui datagrid的toolbar 按钮可以像linkbutton一样设置使能状态
toolbar: [{ text: "添加", iconCls: 'icon-add', handler: addWeekPlan, id: 'WeekPlan_AddBtn' }]$('#WeekPlan_Ad...
分类:其他好文   时间:2014-06-26 16:14:56    阅读次数:315
C#数组的排序(正序逆序)
C#数组的排序(正序逆序) 这种排序 超级简单的 !using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication4{ class P...
分类:其他好文   时间:2014-06-26 16:13:39    阅读次数:195
Sublime Text 2 绿色汉化版 x64
前天介绍了《Sublime Text 2 绿化与汉化 [Windows篇]》,应大家要求,我特地做了汉化版分享给大家。很清新吧,但我没安装多余的插件,只是安装了几个必备的插件,如 输入法支持,GBK支持,Package Control。Emmet 是我特地加上的,如果不喜欢解压后先别运行,打开Pri...
分类:其他好文   时间:2014-06-26 15:15:17    阅读次数:250
HTML基本语法总结
简介   HTML(Hyper Text Mark-up Language 超文本标记语言):不是编程语言,而是一种描述性的标记语言,用于描述网页中内容的显示方式,比如文字以什么颜色、大小来显示等,这些都是利用Html标记来实现。   HTML的文档结构   所有的网页文件,通过都是四对标记来构成文档的骨架,它们是:...
分类:Web程序   时间:2014-06-26 13:44:00    阅读次数:183
CI支持各种文件上传-文件类型(Linux + window)
$mimes = array( 'hqx' => 'application/mac-binhex40', 'cpt' => 'application/mac-compactpro', 'csv' => array('text/x-comma-separated-values', 'text/comm...
分类:Windows程序   时间:2014-06-26 12:22:19    阅读次数:377
各种默认回车提交表单
总结:1、如果form里面只有一个input type=text,那么无论有没有submit按钮,在input中回车都会提交表单。如果不想回车提交,需要再加一个input type=text,然后设置display:none.2、如果form里面多于一个input type=text,那么必须有一个...
分类:其他好文   时间:2014-06-26 11:28:17    阅读次数:139
How to Setup Cordova for Windows 7
Setup Cordova Text Editor / IDE You may need to prepare an IDE or Editor for working. Here for example, install a Sublime Text 3 over Windows, actually it contains versions of Mac OS as well as Linu...
分类:Windows程序   时间:2014-06-26 10:24:26    阅读次数:540
点滴记录——Windows 7中安装Sublime Text 3、cynwin、SublimeClang
磨刀不误砍柴工,Windows 7中安装Sublime Text 3、cynwin、SublimeClang,加速你的C/C++编码速度……...
分类:Windows程序   时间:2014-06-26 06:41:17    阅读次数:709
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!