Let's go
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 54 下一页
摘要: 1、首先,js中,进行URL编码(使用escape) 2、一般处理程序或.ASPX接收页面进行接收参数并解码,使用(context.Server.UrlDecode) //学年 string strSchoolYear = context.Server.UrlDecode(context.Reque 阅读全文
posted @ 2020-03-18 18:23 chenze 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 方法: static void Main(string[] args) { string a = "";string b=""; int[] _array = new int[6] { 1, 2, 3, 4, 5, 6 }; for (int i = 0; i < _array.Length; i+ 阅读全文
posted @ 2020-03-18 11:25 chenze 阅读(407) 评论(0) 推荐(0) 编辑
摘要: .NET框架 OOP思想 三层架构 .NET Core ORM框架 熟练运用主流的缓存及消息中间件,对RPC微服务有一定的认识。 开发dll及COM组件 B/S项目开发经验 xml,深入理解http协议 阅读全文
posted @ 2020-03-10 13:10 chenze 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1. 使用osql执行一个大脚本文件 将该工具指向一个脚本文件,步骤: a.创建一个包含一批 Transact-SQL 语句的脚本文件(如 myfile.sql)。 b.打开命令提示符,键入与下面类似的一个命令,然后按 ENTER 键: osql -E -i input_file 其中input_f 阅读全文
posted @ 2020-02-13 11:23 chenze 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 时间代码: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>< 阅读全文
posted @ 2020-01-02 13:42 chenze 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 54 下一页
有事您Q我