摘要: 1.ViewData:C传递数据到V中:ViewData["studentList"]=studentList; V接收C传来的数据:var stu=(Student)ViewData["studentList"]; 2.ViewBag:C >V:ViewBag._product=p; 接收:var 阅读全文
posted @ 2017-06-08 23:27 倔小强 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 案例使用百度翻译API接口,实现文本翻译 为保证翻译质量,请将单次请求长度控制在 6000 bytes以内。(汉字约为2000个) 签名生成方法如下: 1、将请求参数中的 APPID(appid), 翻译query(q, 注意为UTF-8编码), 随机数(salt), 以及平台分配的密钥(可在管理控 阅读全文
posted @ 2017-06-05 23:25 倔小强 阅读(8648) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="StuInfo.aspx.cs" Inherits="StuManager.StuInfo" %> <!DOCTYPE html> <html xmlns="http://www.w3 阅读全文
posted @ 2017-05-07 08:39 倔小强 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Xml; 7 us 阅读全文
posted @ 2017-05-06 10:43 倔小强 阅读(164) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Dr... 阅读全文
posted @ 2017-04-22 15:11 倔小强 阅读(404) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2017-04-22 14:05 倔小强 阅读(361) 评论(0) 推荐(0) 编辑