码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
C# 汉字转拼音
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Common 7 { 8 //Author:GaoBin...
分类:其他好文   时间:2014-06-27 20:20:08    阅读次数:362
WPF 任务栏图标闪烁提醒
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Runtime.InteropServices; 5 using System.Text; 6 using S...
分类:其他好文   时间:2014-06-27 19:55:57    阅读次数:367
user32.dll
1 user32.dll中的所有函数 2 3 4 5 6 using System; 7 using System.Collections.Generic; 8 using System.Linq; 9 using System.Text; ...
分类:其他好文   时间:2014-06-27 19:41:08    阅读次数:213
C# 根据IP地址获取城市
1 using System; 2 using System.IO; 3 using System.Net; 4 using System.Text; 5 using System.Web.Script.Serialization; 6 7 namespace IpUtils 8 { 9 ...
分类:其他好文   时间:2014-06-27 19:40:30    阅读次数:483
asp.net文件下载
1 protected void btn_Down(object sender, EventArgs e) 2 { 3 string filePath = Server.MapPath("/TradeLog/" + txtDate.Text.Tr...
分类:Web程序   时间:2014-06-27 17:02:31    阅读次数:226
SQLite3 基本使用方法(一)
一、SQLite3简介 SQLite3是一款开源的嵌入式关系类型数据库, 可移植性好、易使用、内存开销小。 SQLite3是无类型的,意味着可以保持任何类型的数据到任意表任意字段。 SQLite3常用的5中数据类型: text/integer/float/boolean/blob。 二、添加库 在I...
分类:数据库   时间:2014-06-27 16:25:38    阅读次数:240
Sublime Text 2 绿色汉化版 x64
前天介绍了《Sublime Text 2 绿化与汉化 [Windows篇]》,应大家要求,我特地做了汉化版分享给大家。很清新吧,但我没安装多余的插件,只是安装了几个必备的插件,如 输入法支持,GBK支持,Package Control。Emmet 是我特地加上的,如果不喜欢解压后先别运行,打开Pri...
分类:其他好文   时间:2014-06-26 15:15:17    阅读次数:250
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
开源html5_kiwijs_helloworld
本次需要的下载文件已经共享出来 网盘地址 因为我使用的是黑苹果系统, window我就无视了。 开发工具使用 网盘里的 dmg :Sublime Text 打开开发工具后在helloworld中找到  myState.update = function(){Kiwi.State.prototype.update.call(this);}; 不修改是看不到 旋转效果的。...
分类:Web程序   时间:2014-06-26 11:32:28    阅读次数:421
各种默认回车提交表单
总结:1、如果form里面只有一个input type=text,那么无论有没有submit按钮,在input中回车都会提交表单。如果不想回车提交,需要再加一个input type=text,然后设置display:none.2、如果form里面多于一个input type=text,那么必须有一个...
分类:其他好文   时间:2014-06-26 11:28:17    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!