-
C#httppost服务器
[HttpPost] public string rtpost(string name, string param) { return rtget(name, param); } [HttpGet] public string rtget(string name,string param) { if (name.Equals("addAudio")) { } string json=""; string sql = "select * from tabtemplate where methodName= name "; DataSet ds = DA.ExecuteDataset("Default", sql); if (DA.Check(ds)) { string procName = Convert.ToString(ds.Tables[0].Rows[0][2]); if (param != null) { if (param.Contains("|")) { string[] a = param.Split("|".ToCharArray()); for (int i = 0; i < a.Length; i ) { procName = procName.Replace("?" (i 1), a[i]); } } else { procName = procName.Replace("?" 1, param); } } DataSet ds1 = DA.ExecuteDataset("Default", procName); int lie = ds1.Tables[0].Columns.Count; if (lie
- 2013-08-23下载
- 积分:1
-
chuankou-aPC
串口与pc机通讯,51单片机例程,只需要修改io口即可实现。(Serial communication with pc, 51 MCU routine, you only need to modify the io port can be realized.)
- 2013-08-04 16:51:41下载
- 积分:1
-
filespy
文件系统过滤驱动,检测文件IO操作。可参照编写透明加密软件(The file system filter driver to detect the file IO operations. Refer to the preparation of transparent encryption software)
- 2009-09-24 12:10:31下载
- 积分:1
-
C参考手册
一款C语言代码方法搜索手册,方便写代码的字典(A C language code method search manual, easy to write code dictionary)
- 2019-06-28 01:47:06下载
- 积分:1
-
数字水印代码
简单的数字水印小代码,不是很难,希望有所帮助。简单的数字水印小代码,不是很难,希望有所帮助。简单的数字水印小代码,不是很难,希望有所帮助。简单的数字水印小代码,不是很难,希望有所帮助。
- 2022-03-17 22:17:24下载
- 积分:1
-
VC++USB
说明: VC++编程环境下的USB编程(接收和发送数据)(VC++ Programming environment under the USB programming (receiving and sending data))
- 2008-10-17 09:31:09下载
- 积分:1
-
CSharpMarquee
C#写的跑马灯程序,可以实现文字无闪烁滚动(
Marquee program written in C#, you can achieve flicker-free scrolling text)
- 2015-01-04 16:54:07下载
- 积分:1
-
source
说明: 调用微信web端的接口进行微信的相关操作。(Call the interface of wechat web end to carry out the related operation of wechat)
- 2019-02-26 11:52:41下载
- 积分:1
-
linux_socket
linux sokcet程序,简单实现了客户端和服务器端的通讯过程(linux sokcet procedures, simple implementation of the client and server communication process)
- 2010-06-10 16:16:34下载
- 积分:1
-
ADS_CRACK
说明: ADS1.2破解license,解压缩后放到安装目录/lisense/,覆盖原有license(ADS1.2 crack license, unzipped into the installation directory/lisense /, covering the original license)
- 2008-11-26 12:04:38下载
- 积分:1