摘要: var strUrl = WebConfigurationManager.AppSettings["HomeURL"] + "/api/xxx/xxx"; HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(strUrl); w 阅读全文
posted @ 2021-08-20 14:58 可乐气泡 阅读(49) 评论(0) 推荐(0)
摘要: 前期- 选择收款方式:https://www.paypal.com/c2/webapps/mpp/paypal-solutions PayPal Checkout介绍:https://www.paypal.com/c2/webapps/mpp/how-to-guides/paypal-checkou 阅读全文
posted @ 2020-07-31 18:08 可乐气泡 阅读(408) 评论(0) 推荐(0)
摘要: string str ="11- 3 [1,2,3,4] Q ERTY$ %^ 23"; 取第一个字符(“1”) var first = str.Substring(0, 1); 取最后一个字符(“3”) var last = str.Substring(str.Length - i,1); 取特定 阅读全文
posted @ 2020-06-18 09:45 可乐气泡 阅读(3127) 评论(0) 推荐(0)
摘要: Could not load file or assembly 'XXX.Controllers' or one of its dependencies. Debug->最后一行XXX.Web Properties-> Web-> IIS Express后的 Bitness由Default改为x64 阅读全文
posted @ 2020-05-29 10:37 可乐气泡 阅读(405) 评论(0) 推荐(0)
摘要: js插件(另存为js插件): Vue.component("wf-pagination", { template: '\ <div class="mvc-grid-pager">\ <ul class="pagination">\ <li v-bind:class="currentPage<=1?\ 阅读全文
posted @ 2020-04-26 14:03 可乐气泡 阅读(307) 评论(0) 推荐(0)
摘要: HTML: <div id="Information"> <div id="SearchBarDiv" v-cloak> <form> <select id="YearSelect" class="form-control" v-model="yearVal" v-on:change="YearVa 阅读全文
posted @ 2020-03-02 17:27 可乐气泡 阅读(405) 评论(0) 推荐(0)