汉字转拼音using System;using System.Data;using
System.Configuration;using System.Text;/// /// Summary description for
ConvertHzToPz_Gb2312/// namespace Com...
分类:
其他好文 时间:
2014-06-11 22:21:09
阅读次数:
1678
在做一个多维报表项目时,有个方法传递了一个长字符串的参数,运行时报错:传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确。数据库中数据类型为text,可以存储长字符串,所以在代码中找到问题。长字符串的参数定义时候没有定义长度,默认8000长度,长度超出8000会报错SqlParamet...
分类:
其他好文 时间:
2014-06-11 12:31:00
阅读次数:
268
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace Interface{ class InterfaceTest { static
void ...
分类:
其他好文 时间:
2014-06-11 11:59:21
阅读次数:
222
最近在做WinService,总结了一下安装和卸载程序,服务实现内容无法总结了。安装程序: 1
using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using
System.Text; 5 using Sy...
首先看一个简单的Json格式的数据:{data:{id:1,text:"this is
text",src:"abc/abc/abc.png"},success:true}当使用Json数据向前端传递数据的时候,如果数据中出现引号的时候,如果不能转义,那么前台,就会获取一个错误的Json格式的数据,...
分类:
Web程序 时间:
2014-06-11 09:52:21
阅读次数:
1228
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace ConsoleApplication1{ /// /// 公用的特殊函数 ///
pub...
分类:
其他好文 时间:
2014-06-11 09:34:53
阅读次数:
411
TrieSearch.cs//#define WEBusing System;using
System.Collections;using System.Collections.Generic;using System.Linq;using
System.Text;using System.Thre...
分类:
其他好文 时间:
2014-06-11 08:51:28
阅读次数:
375
java 初始化final不可修改的static静态的mapprivate final static
Map textmap = new HashMap();static{ textmap.put(key,value);}
分类:
其他好文 时间:
2014-06-11 08:39:24
阅读次数:
224
Sublime Text
2包含了大量快捷操作,而且还很方便修改和追加自己喜欢的快捷键。查看快捷键的方式也很简单: 点击菜单栏:Preferences->Key Bindings
–Defaults 即可查看。快捷键:打开/前往Ctrl+P:搜索项目中的文件Ctrl+G:跳转到第几行Ctrl+R:....
分类:
其他好文 时间:
2014-06-08 06:31:38
阅读次数:
210
using System;using System.Collections.Generic;using
System.Linq;using System.Web;using System.Text;using System.Data.SqlClient;using
System.Data;using...
分类:
数据库 时间:
2014-06-07 21:59:54
阅读次数:
335