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
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
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
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
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常用的5中数据类型: text/integer/float/boolean/blob。 二、添加库 在I...
分类:
数据库 时间:
2014-06-27 16:25:38
阅读次数:
240
中文乱码:在以后学习过程中全部采用UTF-81、文件的乱码1.1、项目文本文件默认编码: 【右击项目】->【Properties】->【Resource】->【Text file encoding】1.2、文件默认编码:默认使用项目的默认编码 【右击文件】->【Properties】->【Reso....
分类:
编程语言 时间:
2014-06-27 16:21:08
阅读次数:
219
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组件
1、宏定义
---请选择---
${headValue}
${data[text]}
...
分类:
其他好文 时间:
2014-06-27 07:34:35
阅读次数:
299
本次需要的下载文件已经共享出来 网盘地址
因为我使用的是黑苹果系统, window我就无视了。
开发工具使用 网盘里的 dmg :Sublime Text
打开开发工具后在helloworld中找到
myState.update
=
function(){Kiwi.State.prototype.update.call(this);};
不修改是看不到 旋转效果的。...
分类:
Web程序 时间:
2014-06-26 11:32:28
阅读次数:
421