摘要:
@model WebApplication1.Dto.QzBusinessDtlDto <div class="form-group detail-pics-wrapper"> <label for="">详情图片</label> <div class="yes-preview-uploader"> 阅读全文
摘要:
查询: 1.无条件 select * from student 2.单条件查询 select * from student where id=2 3.多条件查询 select * from student where id=2 and type='摇滚' 4.模糊条件查询 select * from 阅读全文
摘要:
$.ajax({ type: "POST", url: "http://172.28.19.114:9013/commonQuery", data: JSON.stringify({ "serviceId": Types, "businessInfo": { "enterpriseInfo": Br 阅读全文
摘要:
一、通过转接口获取数据 ContentType :application/x-www-form-urlencoded:输入值为字符串格式 ContentType:application/json:输入值为json格式 第1种:输入字典类型转json类型: 字典:Dictionary<string, 阅读全文
摘要:
1、js开始执行路口 window.onload = function () {} 2、跳转页面 1 window.location.href = "organizationQuery.html"; 3、追加class名称 1 document.getElementById("key_1").cla 阅读全文
摘要:
1、HTML: <div id="leftda"> <ul class="leftmenu" id="leftmenu"> <li id="1" style="background-image:url(img/2.png);"><span id="span1"></span>商品住房公积金贷款审批< 阅读全文
摘要:
HTML: <div id="scroll_div"> <div id="scroll_begin"> <span class="pad_right">这是第一条信息的内容这是第一条信息的内容这是第一条信息的内容的斤斤计较斤斤计较斤斤计较斤斤计较斤斤计较斤斤计较斤斤计较斤斤计较斤斤计较斤斤计较斤斤计 阅读全文
摘要:
一、插件合集 插件官网:https://marketplace.visualstudio.com/(每一个插件名都超链接到官网,注意查看) a.配置类插件: 1.Settings Sync 最好用的插件,没有之一,一台电脑配置好之后,其它的几台电脑都不用配置。新机器登录一下就搞定了。再也不用折腾环境 阅读全文
摘要:
一、使用<script>标签的使用 1.外部js文件:<script type="text/javascript" src="../js01.js"></script> 2.直接在html中运用:<div onclick="javascript:alert('ddddddddddddddddd')" 阅读全文
摘要:
首先:添加GET包: iTextSharp 其次:添加命名空间: using iTextSharp; using iTextSharp.text; using iTextSharp.text.pdf; 之后:操作sql sever 数据库中的表,创建DataTable表格,DataTable中字段类 阅读全文