上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 186 下一页
摘要: mixin 在传参中可以出现 参数 在类内部可以定义 阅读全文
posted @ 2018-10-03 17:44 papering 阅读(181) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><style> p:nth-last-child(2){background:#ff0000;}</style></head><body> <h1>这是标题</h1><p>第一个段落。</p><p>第二个段落。</p><p>第三个段落。</p>< 阅读全文
posted @ 2018-10-03 16:46 papering 阅读(303) 评论(0) 推荐(0) 编辑
摘要: display block 是否提倡 阅读全文
posted @ 2018-10-03 16:20 papering 阅读(127) 评论(0) 推荐(0) 编辑
摘要: <script> import wepy from 'wepy' import api from '../api/api' export default class recharge extends wepy.page { config = { navigationBarTitleText: '账户 阅读全文
posted @ 2018-10-03 15:41 papering 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 体验评分 小程序 优化 阅读全文
posted @ 2018-10-03 15:33 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: tmp 阅读全文
posted @ 2018-10-03 12:36 papering 阅读(140) 评论(0) 推荐(0) 编辑
摘要: .pay-type_select-after, .amount-item_select-after { padding: 0; border: @wx-width-one_unit solid @color-main_blue; @v: @wx-width-one_unit*24; &:after { display: block; ... 阅读全文
posted @ 2018-10-03 09:28 papering 阅读(190) 评论(0) 推荐(0) 编辑
摘要: <style lang="less"> @import "../style/weui.wxss"; // WXSS · 小程序 https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxss.html @wx-width: 7 阅读全文
posted @ 2018-10-02 22:49 papering 阅读(375) 评论(0) 推荐(0) 编辑
摘要: <view class="pay-type"> <view class="{{amountTab.payType '0' ? 'pay-type_select-after' : ''}}"> <image @tap="onTap" data-key="payType" data-val="0" cl 阅读全文
posted @ 2018-10-02 17:30 papering 阅读(390) 评论(0) 推荐(0) 编辑
摘要: .pay-type { // 图片布局前通过margin负值去除padding margin: 0 -@page-padding-horizontal; display: inline-flex; } <style lang="less"> @import "../style/weui.wxss"; 阅读全文
posted @ 2018-10-02 16:48 papering 阅读(283) 评论(0) 推荐(0) 编辑
摘要: https://weui.io weui.css .weui-cell_select-before .weui-cell__bd:after{ display:none; } .weui-cell_select-after{ padding-left:15px; } .weui-cell_selec 阅读全文
posted @ 2018-10-02 15:04 papering 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 场景 域名没在腾讯云备案,微信小程序图片uri服务暂停 http://mycom.com/img/wxpay.png 尽快回复uri访问, 由于小程序限制每月的域名白名单修改次数(一个月内可申请5次修改,本月还可修改5次),故开发阶段不调整原有小程序后台域名配置; 在小程序已经配置的域名清单中,寻找 阅读全文
posted @ 2018-10-02 10:27 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Apache-Coyote 阅读全文
posted @ 2018-10-02 09:58 papering 阅读(163) 评论(0) 推荐(0) 编辑
摘要: <style lang="less"> @import "../style/weui.wxss"; @wx-width: 750rpx; @wx-width-one_unit: @wx-width/750; @color-main-red: #f00; @color-main-blue: #2CAB 阅读全文
posted @ 2018-10-02 07:44 papering 阅读(225) 评论(0) 推荐(0) 编辑
摘要: IT人的致命自负 - ACE开发者 https://acejoy.com/2018/08/26/542/ IT行业的人,在用互联网这个工具以及相关的所谓“先进科技”,延伸到线下世界试图去“统治”时候,遇到了差异的鸿沟。这不是开脱,而是批评。 这么说吧,IT业的这帮人都是什么来历、出身?基本上是国内受 阅读全文
posted @ 2018-10-01 13:22 papering 阅读(298) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><style type="text/css">.c{color:red;}.c{color:green;}</style><body><p class="c">123</p></body></html> 阅读全文
posted @ 2018-09-30 23:07 papering 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 8.12 定义接口或者抽象基类 — python3-cookbook 3.0.0 文档 https://python3-cookbook.readthedocs.io/zh_CN/latest/c08/p12_define_interface_or_abstract_base_class.html 阅读全文
posted @ 2018-09-30 22:41 papering 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Controlling nginx http://nginx.org/en/docs/control.html nginx can be controlled with signals. The process ID of the master process is written to the f 阅读全文
posted @ 2018-09-30 18:10 papering 阅读(1755) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2018-09-30 17:48 papering 阅读(876) 评论(0) 推荐(0) 编辑
摘要: 案例: 系统盘一夜之间骤增近20G nginx + php-fpm cat /usr/local/nginx/conf/nginx.conf 查看对请求的处理 4个配置文件 /usr/local/nginx/conf/nginx.conf /usr/local/php7/etc/php.ini /u 阅读全文
posted @ 2018-09-30 16:10 papering 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 数据源: 【多节点日志数据分析】 步骤3:创建同步任务_快速入门_DataWorks(数据工场)-阿里云 https://help.aliyun.com/document_detail/30269.html MaxCompute_大数据计算服务_阿里云数加大数据仓库解决方案 https://www. 阅读全文
posted @ 2018-09-30 15:27 papering 阅读(589) 评论(0) 推荐(0) 编辑
摘要: cd /mnt/tools/trunk/plugins/personas; python update_keywords.py crontab 问题分析 crontab 问题分析 crontab 问题分析 - CSDN博客 https://blog.csdn.net/tengdazhang77096 阅读全文
posted @ 2018-09-30 15:08 papering 阅读(167) 评论(0) 推荐(0) 编辑
摘要: mysql表无数据,前端客户展示空数据; 查代码,只能落到访问的汇总无数据 汇总表为什么无数据?数据从哪里汇总的? 猜猜,一个个库、表查 mysql sqlserver mongodb es 数据库 无文档 库干什么的?不知道 更不用说 字段的粒度 无文档可查 查找1天内 2天内修改的文件 find 阅读全文
posted @ 2018-09-30 12:02 papering 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 989866842 INFO 2018-09-30 01:38:58.58 [ricGatherServiceHttp] 提交指标完成,耗时:18ms. SystemInfo [serialNumber=919bc640-8076-4e31-81c8-8aac52db3e41, hostname=a 阅读全文
posted @ 2018-09-30 11:28 papering 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 统一收单交易创建接口 - 支付宝开放平台 https://opendocs.alipay.com/apis/api_1/alipay.trade.create 公共响应参数 参数类型是否必填最大长度描述示例值 code String 是 - 网关返回码,详见文档 40004 msg String 是 阅读全文
posted @ 2018-09-29 19:56 papering 阅读(1097) 评论(0) 推荐(0) 编辑
摘要: a 搜索 复制 阅读全文
posted @ 2018-09-29 19:27 papering 阅读(150) 评论(0) 推荐(0) 编辑
摘要: MySQL :: MySQL 5.7 Reference Manual :: 23.4 Using the Event Scheduler https://dev.mysql.com/doc/refman/5.7/en/event-scheduler.html mysql创建定时任务 - 为爱奋斗不 阅读全文
posted @ 2018-09-29 17:17 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: lsof命令_Linux lsof 命令用法详解:显示Linux系统当前已打开的所有文件列表 http://man.linuxde.net/lsof lsof命令用于查看你进程开打的文件,打开文件的进程,进程打开的端口(TCP、UDP)。找回/恢复删除的文件。是十分方便的系统监视工具,因为lsof命 阅读全文
posted @ 2018-09-29 11:03 papering 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 场景 系统盘之前每天增量不到0.5G,从17号开始每天增量近1G,排查原因 排查 系统盘总量1G / du --max-depth=1 -h 发现/ser消耗近16G cd /user du --max-depth=1 -h 这样查到了 /usr/local/php7/var/log/ 近期磁盘扩容 阅读全文
posted @ 2018-09-29 10:07 papering 阅读(2829) 评论(0) 推荐(0) 编辑
摘要: [root@b proc]# ls -lh /proc/kcore-r 1 root root 128T Sep 29 09:39 /proc/kcore[root@b proc]# du -hs /proc/kcore0 /proc/kcore linux - /proc/kcore文件特别大,感 阅读全文
posted @ 2018-09-29 09:41 papering 阅读(798) 评论(0) 推荐(0) 编辑
摘要: 解构 数组 对象 // i.status = '审核中' // break // case 1: // default: // i.status = '通过审核' // break // case -1: // i.status = '取消待删除' // break // case -2: // i 阅读全文
posted @ 2018-09-29 08:55 papering 阅读(427) 评论(0) 推荐(0) 编辑
摘要: const arr = [{a:23,b:34},{a:123,b:134}]console.log(arr)for (let v of arr){console.log(v)const old = v.a v.a=old*oldconsole.log(v)}console.log(arr) arr 阅读全文
posted @ 2018-09-28 23:31 papering 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 【逻辑陷阱】 阅读全文
posted @ 2018-09-28 18:00 papering 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 【动手排故】 基于旧代码,重新insert; 旧代码的逻辑是“强迫第一次访问触发计算数据,然后插入数据库,且入库后不再更新,之后每次读取” 但是“第一次访问发生时由于系统异常,原始数据尚且为空,仍执行上述逻辑,导致结算结果为0,且永远无法修正;” 处理办法:将错就错,由于数据为0和数据不存在,对数据 阅读全文
posted @ 2018-09-28 17:03 papering 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 异常信息 repl_test:PRIMARY> db.0917order_totals_b.find()2018-09-28T15:13:03.992+0800 E QUERY [main] SyntaxError: identifier starts immediately after numer 阅读全文
posted @ 2018-09-28 15:22 papering 阅读(530) 评论(0) 推荐(0) 编辑
摘要: Namespaces - C# Programming Guide | Microsoft Docs https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/namespaces/ Namespaces are heavily 阅读全文
posted @ 2018-09-28 12:45 papering 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 深入理解GO语言的面向对象_Golang_脚本之家 https://www.jb51.net/article/94030.htm 深入理解GO语言的面向对象 更新时间:2016年10月04日 10:44:02 前言 有过C++语言学习经历的朋友都知道,面向对象主要包括了三个基本特征:封装、继承和多态 阅读全文
posted @ 2018-09-28 12:41 papering 阅读(192) 评论(0) 推荐(0) 编辑
摘要: SELECT @ordersSum:=@ordersSum+t.cnt AS orderActionSum, t.* FROM (SELECT COUNT(id) AS cnt ,FROM_UNIXTIME(create_timestamp,"%Y%m%d") AS d FROM orders GR 阅读全文
posted @ 2018-09-28 12:01 papering 阅读(589) 评论(0) 推荐(0) 编辑
摘要: Python36\site-packages\pymysql\connections.py 阅读全文
posted @ 2018-09-28 10:13 papering 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 语言特性 | Less 中文网 http://lesscss.cn/features/#mixins-feature Mixins Mixins "mix-in" properties from existing styles You can mix-in class selectors and i 阅读全文
posted @ 2018-09-27 23:53 papering 阅读(224) 评论(0) 推荐(0) 编辑
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 186 下一页