Welcome![Sign In][Sign Up]
Location:
Search - RS-LT

Search list

[WEB Coderequest2

Description: request类 取代ASP中的Request对象。新Request2对象与原Request对象相比,增加了防SQL注入功能,集成了无组件上传功能。 使用方便,新旧对象使用方法极为类似。比如原来的写法是Request.Form(\"aa\"),现在的写法是Request2.Form(\"aa\");原来的写法是Request.QueryString(\"bb\"),现在的写法是Request2.QueryString(\"bb\");原来的写法是Request(\"cc\"),现在的写法是Request2(\"cc\")。 增加了防SQL注入功能。直接写Set rs = Conn.Execute(\"select * from tb where dd= \"&Request2.Form(\"dd\")&\" \")即可。 集成了无组件上传功能。如果表单中含有<input type=file name=ff>,则可以直接通过Request2.Form(\"ff\")得到上传的文件对象,并通过Request2.SaveAs方法将客户端上传的文件保存在服务器上,也可以使用Request2.AutoSave方法自动更名保存。 Ver 2.0 版本增加了Form2集合,用于处理表单元素多值的情况,例如checkbox的多选取值。-request to replace the ASP Object Request. New Request2 Object Request with the original target, an increase of anti-function SQL injection, Non-component integrated upload function. Easy to use, use of old and new object is very similar. For example, the original wording of the Request.Form ( "aa") the current wording of the Request2.Form ( "aa"); the original wording of the Request.QueryString ( "bb") the current wording of the Request2.QueryString ( "bb"); the original wording of the Request ( "cc") the current wording of the Request2 ( "cc"). Increased anti-function SQL injection. Direct write Set rs = Conn.Execute ( "select * from tb wher e dd = "
Platform: | Size: 28862 | Author: mars | Hits:

[Windows DevelopCommTesthhh

Description: < 计算机接口与通信>>的课程设计,设计任务: 1、用RS-232C的零MODEM的连接法连好两机的连线; 2、编一程序,将一台机的键盘输入的键值通过RS-232C口送到另一台机上; 3、编一程序,通过RS-232C口进行一台机到另一台机的文件复制。
Platform: | Size: 494078 | Author: 胡海洪 | Hits:

[ASPProductSearch133

Description: <%@ LANGUAGE=\"VBSCRIPT\" %> <!--#include file=\"conn.asp\" --> <% ProductClass_2=request(\"ProductClass_2\") set rs=server.createobject(\"adodb.recordset\") sqltext=\"select * from Product\" if request(\"Product_Name\")<>\"\" then sqltext=sqltext &\" where Product_Name like %\"& request(\"Product_Name\") &\"% \" else sqltext=sqltext &\" where Product_Name like %\"& \"\" &\"% \" end if if request(\"Product_Class\")<>\"\" then sqltext=sqltext &\" and Class_1 like %\"& request(\"Product_Class\") &\"% \" end if
Platform: | Size: 3531 | Author: 金立犇 | Hits:

[ASPReg_User_22

Description: <%@ LANGUAGE=\"VBSCRIPT\" %> <!--#include file=\"conn.asp\"--> <% set rs=server.createobject(\"adodb.recordset\") sqltext=\"select * from RegUser where UserId= \" & request.form(\"uid\") & \" \" rs.open sqltext,co
Platform: | Size: 6078 | Author: 金立犇 | Hits:

[Other resourceLCD12864

Description: 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={\"www.zansi.com\"} delay(BYTE ms) {
Platform: | Size: 41511 | Author: yichongwen | Hits:

[Other resourceRS(204_188)decoder

Description: <Verilog HDL 语言编程》 RS(204,188)译码器的设计
Platform: | Size: 11406 | Author: 李映波 | Hits:

[WEB Coderequest2

Description: request类 取代ASP中的Request对象。新Request2对象与原Request对象相比,增加了防SQL注入功能,集成了无组件上传功能。 使用方便,新旧对象使用方法极为类似。比如原来的写法是Request.Form("aa"),现在的写法是Request2.Form("aa");原来的写法是Request.QueryString("bb"),现在的写法是Request2.QueryString("bb");原来的写法是Request("cc"),现在的写法是Request2("cc")。 增加了防SQL注入功能。直接写Set rs = Conn.Execute("select * from tb where dd= "&Request2.Form("dd")&" ")即可。 集成了无组件上传功能。如果表单中含有<input type=file name=ff>,则可以直接通过Request2.Form("ff")得到上传的文件对象,并通过Request2.SaveAs方法将客户端上传的文件保存在服务器上,也可以使用Request2.AutoSave方法自动更名保存。 Ver 2.0 版本增加了Form2集合,用于处理表单元素多值的情况,例如checkbox的多选取值。-request to replace the ASP Object Request. New Request2 Object Request with the original target, an increase of anti-function SQL injection, Non-component integrated upload function. Easy to use, use of old and new object is very similar. For example, the original wording of the Request.Form ( "aa") the current wording of the Request2.Form ( "aa"); the original wording of the Request.QueryString ( "bb") the current wording of the Request2.QueryString ( "bb"); the original wording of the Request ( "cc") the current wording of the Request2 ( "cc"). Increased anti-function SQL injection. Direct write Set rs = Conn.Execute ( "select* from tb wher e dd = "
Platform: | Size: 28672 | Author: mars | Hits:

[Windows DevelopCommTesthhh

Description: < 计算机接口与通信>>的课程设计,设计任务: 1、用RS-232C的零MODEM的连接法连好两机的连线; 2、编一程序,将一台机的键盘输入的键值通过RS-232C口送到另一台机上; 3、编一程序,通过RS-232C口进行一台机到另一台机的文件复制。 -<Computer Interface and Communication>> the curriculum design, the design of tasks: 1, using RS-232C connection zero MODEM good law even connect the two machines 2, made of a procedure will be a machine keyboard keys through the RS-232C port to another machine 3, made of a procedure, through the RS-232C port for a machine to another machine to copy documents.
Platform: | Size: 493568 | Author: 胡海洪 | Hits:

[SCSI-ASPIProductSearch133

Description: <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% ProductClass_2=request("ProductClass_2") set rs=server.createobject("adodb.recordset") sqltext="select * from Product" if request("Product_Name")<>"" then sqltext=sqltext &" where Product_Name like %"& request("Product_Name") &"% " else sqltext=sqltext &" where Product_Name like %"& "" &"% " end if if request("Product_Class")<>"" then sqltext=sqltext &" and Class_1 like %"& request("Product_Class") &"% " end if-< @ LANGUAGE = VBSCRIPT ><!--# Include file = conn.asp -->< ProductClass_2 = request ( ProductClass_2 ) set rs = server.createobject ( adodb.recordset ) sqltext = select* from Product if request ( Product_Name )<> then sqltext = sqltext
Platform: | Size: 3072 | Author: 金立犇 | Hits:

[SCSI-ASPIReg_User_22

Description: <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co-< @ LANGUAGE = VBSCRIPT ><!--# Include file = conn.asp -->< set rs = server.createobject ( adodb.recordset ) sqltext = select* from RegUser where UserId =
Platform: | Size: 6144 | Author: 金立犇 | Hits:

[GPS developRS

Description: ReedSolomon编码译码的matlab源程序-ReedSolomon encoding decoding source code matlab
Platform: | Size: 3072 | Author: lau | Hits:

[SCMLCD12864

Description: 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {-12864 LCD original procedures .# Include
Platform: | Size: 40960 | Author: yichongwen | Hits:

[VHDL-FPGA-VerilogRS(204_188)decoder

Description: <Verilog HDL 语言编程》 RS(204,188)译码器的设计-<Verilog HDL language programming RS (204,188) Decoder
Platform: | Size: 11264 | Author: 李映波 | Hits:

[SQL ServerHashTable

Description: HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } } -HashTable
Platform: | Size: 67584 | Author: 黄杰贞 | Hits:

[Windows Develop1602_Diver

Description: #include<reg51.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int #define busy 0x80 #define DATAPORT P1 //数据端口 sbit RS=P3^5 sbit RW=P3^6 sbit ENABLE=P3^7 code char example[]="Waitting for you" void delay400ms(void) void delay5ms(void) void lcdwritedata(char data w) void waitforenable(void) void lcdwritecommand(uchar CMD,uchar ATT) void lcdreset(void) void display(uchar dd) void displayonechar(uchar x,uchar y,uchar wdata) void epustr(uchar x,uchar y,uchar code *ptr) -#include<reg51.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int #define busy 0x80 #define DATAPORT P1 //数据端口 sbit RS=P3^5 sbit RW=P3^6 sbit ENABLE=P3^7 code char example[]="Waitting for you" void delay400ms(void) void delay5ms(void) void lcdwritedata(char data w) void waitforenable(void) void lcdwritecommand(uchar CMD,uchar ATT) void lcdreset(void) void display(uchar dd) void displayonechar(uchar x,uchar y,uchar wdata) void epustr(uchar x,uchar y,uchar code*ptr)
Platform: | Size: 1024 | Author: Tnavy | Hits:

[Communication-MobileRS_distribution

Description: LT codes 中的 RS维度分布实现-LT codes achieve the distribution of the RS dimension
Platform: | Size: 1024 | Author: 刘凌 | Hits:

[SCMILI9320

Description: ILI9320驱动程序,显示简单图像和驱动时序,用LPC2103写的程序。that‘s ok-int main (void) { PINSEL0 = 0X00 PINSEL1 = PINSEL1 & (~(0x03 << 2)) /* 将P0.17设置为GPIO */ PINSEL1 = PINSEL1 & (~(0x03FF << 4)) /* 将P0.18-P0.22设置为GPIO */ IO0DIR = LED1|DB16|CS|RS|WR|RD|RESET /* 设置 控制口为输出 */ IO0SET = OUTALL Timer0Init() IO0SET = LED1 /* LED1熄灭 */ IO0SET=RESET Delayms(5) IO0CLR=RESET Delayms(12) IO0SET=RESET Delayms(5)
Platform: | Size: 119808 | Author: fuxiaodong | Hits:

[AI-NN-PRIntelligentTacticalFlight

Description: &基于贝叶斯网络和模糊推理 技术A实现了战场威胁级别及其相对重要性程度的综合评估&利用模型预测控制的滚动优化和在线校正原理A实现了 飞机在线飞行路径规划&建立了路径规划代价函数中加权因子的智能化分配方法A进而实现了威胁评估与路径规划 之间的集成A使得路径规划系统能够自适应战场态势的动态变化.-koorow&E}8k w$lrm}nz$pkzz8zzn8omp$lm}l8km 8y8 ko|l8 kmry8rnj$lmkos8kl88zmk9 rz}8|9kz8|$ouk{8zrko o8m*$l+zko|pq { $wrs&E}8p rw}mjkm}j koorowrzrnj 8n8om8|qzrowm}8n$|8 jl8|rsmry8s$oml$ |8j8o|row$o rmzl8s8|row}$lr $o$jmrnr kmr$oko|s$ll8smr$o$o< ro8&E}8rom8 rw8omkzzrwon8om$p*8rw}mrowpksm$lzros$zm pqosmr$o$pjkm}j koorowrz|8y8 $j8|9kz8|$opq { $wrsA*}rs}rom8wlkm8|zrmqkmr$okzz8zzn8om*rm}jkm} j koorow&E}8jl$j$z8|rom8 rw8ommksmrsk p rw}mjkm}j koorowz{zm8n skok|kjmm}8|{oknrsyklrk9 8zrmqkmr$ozro 9kmm 8pr8 |&E}8zrnq kmr$ol8zq mzz}$*m}8w$$|8pp8smry8o8zz
Platform: | Size: 136192 | Author: hans | Hits:

[Other Embeded programRS232-CAN_PIC_adapter

Description: RS-232 <--> CAN adapter hardware and firmware
Platform: | Size: 399360 | Author: Dmitry | Hits:

[Com Portrs-rs

Description: 2 rs bridge, tested on rs485<->usb. Problem witch air conditioner
Platform: | Size: 195584 | Author: safelock | Hits:
« 12 »

CodeBus www.codebus.net