码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
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
Java Web中文乱码解决方案
中文乱码:在以后学习过程中全部采用UTF-81、文件的乱码1.1、项目文本文件默认编码: 【右击项目】->【Properties】->【Resource】->【Text file encoding】1.2、文件默认编码:默认使用项目的默认编码 【右击文件】->【Properties】->【Reso....
分类:编程语言   时间:2014-06-27 16:21:08    阅读次数:219
js 去掉文本域中的空格
1.$("#pk_id").val().replace(/\s/gi, '');2.document.getElementById('txt_id').value=document.getElementById('txt_id').value.replace(/\s/gi,'');
分类:Web程序   时间:2014-06-27 16:06:47    阅读次数:233
freemarker写select组件(四)
freemarker写select组件 1、宏定义 ---请选择--- ${headValue} ${data[text]} ...
分类:其他好文   时间:2014-06-27 07:34:35    阅读次数:299
开源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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!