会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
石头记1
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
下一页
2020年4月15日
在谷歌浏览器下vue的@input事件问题
摘要: 在谷歌浏览器下vue的@input事件问题:input输入中文,在输入拼音的时候就在触发(360不这样) 原文链接:https://blog.csdn.net/m0_37817986/article/details/103079249 <input v-on:input="searchOne($ev
阅读全文
posted @ 2020-04-15 10:34 石头记1
阅读(2105)
评论(0)
推荐(0)
2020年4月9日
mvc项目+vue+vant【进行中】
摘要: 项目没有考虑前后端分离,也未使用vue-cli脚手架,单纯引入vue.js,vant也是单纯引入css和js,可能无法使用vue-router,因为是移动端项目所以暂时引入了jquery-3.3.1.min.js(当vue无法实现的时候用吧) 目前引入的工具: <link href="/Conten
阅读全文
posted @ 2020-04-09 14:22 石头记1
阅读(751)
评论(0)
推荐(0)
2020年4月8日
vs的url传参
摘要: 在controller.cs的方法中写入string UserID = Request.QueryString["UserID"];ViewBag.UserID = UserID; 传参的形式:(easyui的弹层单独页面的写法)parent.openWindow('编辑用户信息:', '/User
阅读全文
posted @ 2020-04-08 09:04 石头记1
阅读(313)
评论(0)
推荐(0)
2020年4月7日
后台管理两级类别
摘要: <div class="content_warp"> <div style="padding:20px;"> <a href="javascript:;" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="add
阅读全文
posted @ 2020-04-07 09:45 石头记1
阅读(486)
评论(0)
推荐(0)
2020年4月2日
$.dialog弹层---lhgDialog
摘要: var dialog = $.dialog({ title: '查看凭证', content: 'url:/IncreaseCredit/ChaKanPzPopNew?Certificate_ID=' + Certificate_ID + '&Certificate_Type=' + Certifi
阅读全文
posted @ 2020-04-02 11:26 石头记1
阅读(2175)
评论(0)
推荐(0)
正则小数验证和去除中间空格
摘要: <input type="text" id="con" style="width:200px;height:50px;" value="345.56"/> <button id="but" style="width:200px;height:50px;"
阅读全文
posted @ 2020-04-02 10:11 石头记1
阅读(416)
评论(0)
推荐(0)
2020年4月1日
勾选行变色和全选行变色
摘要: //单选行变色function change(obj){ var tr= $(obj).parent().parent(); if(obj.checked){ tr.addClass("trbgopen"); }else{ tr.removeClass("trbgopen"); $("#Paymen
阅读全文
posted @ 2020-04-01 17:44 石头记1
阅读(185)
评论(0)
推荐(0)
计算合计
摘要: //计算合计 sumTotal:function(){ var inputs = document.getElementById("FinancialPaymentList").getElementsByTagName("input"); //var rows = ""; if (inputs.le
阅读全文
posted @ 2020-04-01 17:22 石头记1
阅读(194)
评论(0)
推荐(0)
js导出excel功能
摘要: <div class="chaxun_btn" v-on:click="daochu(1)" style="cursor: pointer; display: inline-block; margin-left: 30px">导出</div> daochu: function (c) { /// <
阅读全文
posted @ 2020-04-01 16:59 石头记1
阅读(492)
评论(0)
推荐(0)
js打印功能
摘要: doPrint:function(){ var headhtml = "<html><head><title></title></head><body>"; var foothtml = "</body>"; // 获取div中的html内容 // var newhtml = document.al
阅读全文
posted @ 2020-04-01 16:50 石头记1
阅读(366)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
下一页
公告