private void txtMaxCount_TextChanged(object sender, EventArgs e) { //替换非数字 this.txtMaxCount.Text = Regex.Replace(this.txtMaxCount.Text, @"[^\d]*", "") ...
#region Unicode 转中文 /// <summary> /// Unicode 转中文 /// </summary> /// <param name="text"></param> /// <returns></returns> public static string UnicodeT ...
存储字段 eg: <script type="text/javascript"> $('#option_btn').change(function () { project_id = $('#option_btn').val(); var project_ids = $('#option_btn') ...
分类:
其他好文 时间:
2021-06-05 18:11:43
阅读次数:
0
本章主要回答两个问题: (1)为什么需要有JavaScript(JS有什么作用)? (2)怎么用? HTML负责呈现什么内容,CSS负责以何种方式来呈现。 HTML+CSS:实现了静态页面。 实际上,我们更多的页面的要求是动态的,这就需要用到js了,通过js操纵HTML和css <!DOCTYPE ...
分类:
编程语言 时间:
2021-06-05 17:54:07
阅读次数:
0
<?php header("Content-type:text/html;charset=utf8"); date_default_timezone_set("RPC"); $signature = $_GET["signature"]; $timestamp = $_GET["timestamp" ...
分类:
微信 时间:
2021-06-05 17:35:32
阅读次数:
0
package com.zz.bridge.impl; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar ...
分类:
其他好文 时间:
2021-06-04 19:35:30
阅读次数:
0
// html <div id="bg_img"> <div> <input type="text" /> </div> </div> // css #bg_img{ display: grid; place-items: center; } ...
分类:
其他好文 时间:
2021-06-04 19:14:30
阅读次数:
0
<input id="input" type="text" /> input { caret-color: red; } ...
分类:
其他好文 时间:
2021-06-04 19:13:12
阅读次数:
0
一.前端的代码 <p>Name: <input type='text', name = 'name'/></p> <p>Age: <input type = 'text' name ='age'/></p> <p>Sex: <label><input type = 'radio' name = 's ...
分类:
Web程序 时间:
2021-06-03 18:02:30
阅读次数:
0
文件以及文件夹帮助类(FileHelper) 代码: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threadi ...
分类:
其他好文 时间:
2021-06-03 17:58:33
阅读次数:
0