上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: 界面 html <div>工作状态:</div> <div class="button r" id="button-10"> <input type="checkbox" class="checkbox"> <div class="knobs"> <span>找工中</span> </div> <d 阅读全文
posted @ 2020-09-03 08:39 it写代码 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 在css定义 @media only screen and (min-width: 320px){ html { font-size: 62.5% !important; } } @media only screen and (min-width: 640px){ html { font-size: 阅读全文
posted @ 2020-08-28 14:54 it写代码 阅读(516) 评论(0) 推荐(0) 编辑
摘要: <div id="app"> <div class="row no-gutters align-items-center mb-4"> <div class="col-10"> <input type="text" class="form-control"> </div> <div class="c 阅读全文
posted @ 2020-08-19 15:18 it写代码 阅读(639) 评论(0) 推荐(0) 编辑
摘要: $(function () { //实现全选反选 $("#chk_all_normal").on('click', function () { $("input[name='chk_list_normal']").prop("checked", $(this).prop('checked')); } 阅读全文
posted @ 2020-08-19 15:02 it写代码 阅读(580) 评论(0) 推荐(0) 编辑
摘要: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vant@2.9/lib/index.css" /> <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></ 阅读全文
posted @ 2020-08-19 10:41 it写代码 阅读(9922) 评论(0) 推荐(0) 编辑
摘要: 目前a56爆大奖在线娱乐组件必须只有一个根元素,建议将模板中的全部内容包装在一个新元素内。vue.js官网中的解释如下图: 阅读全文
posted @ 2020-08-19 10:08 it写代码 阅读(648) 评论(0) 推荐(0) 编辑
摘要: @{ ViewData["Title"] = $"验收部位"; } <div class="row no-gutters align-items-center"> <div class="col-3">关键词查询:</div> <div class="col-6 search_box"><input 阅读全文
posted @ 2020-08-19 09:13 it写代码 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 小程序图片上传 // pages/order_service/order_service.js var api = require("../../utils/api.js"); const r = require("../../utils/api.js"); const app = getApp() 阅读全文
posted @ 2020-08-15 13:38 it写代码 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 前端代码: <div class="ext_tempfileupload" data-fileupload-for="Img"> <span class="btn btn-success"> <span class="glyphicon glyphicon-plus "></span> <span> 阅读全文
posted @ 2020-08-14 13:34 it写代码 阅读(423) 评论(0) 推荐(0) 编辑
摘要: public async Task<JsonResult> AjaxUploud(IFormCollection formCollection) { // return Json("成功"); if (HttpContext.Request.Form.Files.Count == 0) { thro 阅读全文
posted @ 2020-08-14 10:23 it写代码 阅读(363) 评论(0) 推荐(0) 编辑
摘要: <?php /** * ID 生成策略 * 毫秒级时间41位+机器ID, 10位+毫秒内序列12位。高位始终为0,a56爆大奖在线娱乐正数。 * 0 41 51 64 * + + + + * |time |pc |inc | * + + + + * 前41bits是以微秒为单位的timestamp。 * 接着10b 阅读全文
posted @ 2020-07-30 10:05 it写代码 阅读(1568) 评论(3) 推荐(0) 编辑
摘要: 链接:https://pan.baidu.com/s/1QluWfZvSkQQ_v6wPKhpaeQ 提取码:3eov 阅读全文
posted @ 2020-07-29 10:01 it写代码 阅读(2572) 评论(1) 推荐(1) 编辑
摘要: 设置 https://developer.mozilla.org/zh-CN/docs/Web/HTTP/X-Frame-Options可以正常使用 add_header X-Frame-Options ALLOWALL; 语法 X-Frame-Options 有三个可能的值: X-Frame-Op 阅读全文
posted @ 2020-07-17 11:16 it写代码 阅读(4912) 评论(1) 推荐(1) 编辑
摘要: 根据Ua判断 用代码获取ua 进行比对 PC端: 微信浏览器的UA标识 [MicroMessenger] [WindowsWechat] 手机端: 微信浏览器的UA标识[MicroMessenger][Mobile] 阅读全文
posted @ 2020-07-15 16:05 it写代码 阅读(1075) 评论(0) 推荐(0) 编辑
摘要: Has方法: HasOptional:前者包含后者一个实例或者为null HasRequired:前者(A)包含后者(B)一个不为null的实例 HasMany:前者包含后者实例的集合 With方法: WithOptional:后者(B)可以包含前者(A)一个实例或者null WithRequire 阅读全文
posted @ 2020-07-09 15:55 it写代码 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页