会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
艺洁
很宅,没有朋友约更愿意待在家;不会修电脑;游戏技能点停留在连连看前几关;不会把技术挂在嘴边;不爱穿格子衬衫;没能力轻易开发各种软件。我不是大神,只是程序员中的小学生!
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2019年10月15日
IE与Google中文件上传、导出文件区别
摘要: 一、文件上传 IE中file会把文件所在物理路径带上 后台用 HttpFileCollection files = HttpContext.Current.Request.Files; foreach (string key in files.AllKeys){ HttpPostedFile fil
阅读全文
posted @ 2019-10-15 09:27 艺洁
阅读(461)
评论(0)
推荐(0)
2019年10月11日
echarts折线图
摘要: $.ajax({ type: "Get", url: "/xx/xxx", data: { year: $("#year").val() }, dataType: "json", success: function (result) { if (echarts_model2 == null) ech
阅读全文
posted @ 2019-10-11 17:10 艺洁
阅读(2590)
评论(0)
推荐(0)
echarts 地图
摘要: <script src="~/Scripts/echarts.min.js"></script><script src="~/Scripts/map.js"></script><script src="~/Scripts/map/jiangxi.js"></script> var myChart =
阅读全文
posted @ 2019-10-11 16:49 艺洁
阅读(1191)
评论(0)
推荐(0)
aspose导入(mvc)
摘要: [HttpPost] public ActionResult ImportTaskItem() { if (Request.Files != null) { try { HttpFileCollection files = System.Web.HttpContext.Current.Request
阅读全文
posted @ 2019-10-11 16:26 艺洁
阅读(382)
评论(0)
推荐(0)
aspose导出Word(mvc)
摘要: //导出word文档(注:需制定导出模板 并在内容处填入书签) //导出表格 public ActionResult ExportTZNoticeData(string id, string create_date) { try { string sPath = AppDomain.CurrentD
阅读全文
posted @ 2019-10-11 16:15 艺洁
阅读(716)
评论(0)
推荐(0)
web api中get参数传递
摘要: 1.一个参数 2.多个参数 3.一个实体对象 var url = ServerIp + '/api/food/foodsupply'; var ajaxTimeoutTest=$.ajax({ type: "Get", timeout: 10000, url: url, data: { page:
阅读全文
posted @ 2019-10-11 14:07 艺洁
阅读(1656)
评论(0)
推荐(0)
web api中post参数传递
摘要: post 2.dynamic 后台接收 [HttpPost] [Route("Batchbook")] public IHttpActionResult Batch_book(dynamic obj) { string group_id = Convert.ToString(obj.group_id
阅读全文
posted @ 2019-10-11 13:56 艺洁
阅读(937)
评论(0)
推荐(0)
element中el-date-picker
摘要: <el-form-item label="报名截止时间" required style="width: 584px;"> <el-form-item prop="deadline"> <el-date-picker v-model="addForm.deadline" type="date" siz
阅读全文
posted @ 2019-10-11 10:37 艺洁
阅读(3831)
评论(0)
推荐(0)
Element Form表单验证
摘要: <el-form :model="addForm" :rules="addRules" ref="addForm" label-width="110px"> <el-form-item label="活动名称" prop="name" style="width: 425px;"> <el-input
阅读全文
posted @ 2019-10-11 10:33 艺洁
阅读(4296)
评论(0)
推荐(0)
2019年10月10日
layui table中记住当前页
摘要: 一 同一页面中编辑后关闭浮窗刷新当前页 table.reload('list', { page: { curr: $(".layui-laypage-em").next().html() } , where: { name: $('#search-name').val(), type_id: sea
阅读全文
posted @ 2019-10-10 13:27 艺洁
阅读(3465)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告