当使用update进行更新的时候,数据表难免会有些不被更新的字段,如create_time,这些字段只想保留第一次插入进表的值,在后续更新sql语句中,只想更新需要被更新的字段。
...
分类:
其他好文 时间:
2020-04-06 15:59:50
阅读次数:
66
import unittestfrom common.get_request import GetRequestfrom common.read_data import ReadDatafrom ddt import ddt, datafrom common import constantfrom ...
分类:
移动开发 时间:
2020-04-05 18:41:13
阅读次数:
120
CP design 使用 React hooks Typescript 开发的一个 H5 移动端 组件库 "English" | 简体中文 badge button icon CP Design Mobile " " 特性 基于 CP Design 移动设计规范。 规则化的视觉样式配置,适应各类产品 ...
分类:
移动开发 时间:
2020-04-04 14:29:21
阅读次数:
78
//判断是否是手机function is_mobile(){ $user_agent = $_SERVER['HTTP_USER_AGENT']; $mobile_agents = Array("240x320","acer","acoon","acs-","abacho","ahong", "ai ...
分类:
移动开发 时间:
2020-04-04 11:40:49
阅读次数:
240
UniGUI介绍 : http://www.unigui.com/ Examples (Mobile) : http://prime.fmsoft.net/demo/touch/mdemo65.dll/m Delphi编程技巧大全: http://www.delphitop.com/html/uni ...
分类:
其他好文 时间:
2020-04-03 11:54:50
阅读次数:
131
保存镜像为文件 docker save -o 要保存的文件名 要保存的镜像 举例: [root@iZbp16cdvzk4rhl0vn1gedZ ~]# ls aaa.cap install.sh mobile-1.0.0-SNAPSHOT.jar sa_recovery.log [root@iZbp ...
分类:
其他好文 时间:
2020-04-02 01:38:47
阅读次数:
121
脚手架react-app-rewired 的config-overrides.js 文件配置方式 const path = require("path"); const { override, fixBabelImports, addLessLoader, addDecoratorsLegacy, ...
分类:
其他好文 时间:
2020-04-01 23:23:40
阅读次数:
201
验证手机号是否正确 /** * 验证手机号是否正确 * @param INT $mobile */ function isMobile($mobile) { if (is_numeric($mobile)) { return preg_match('#^13[\d]{9}$|^14[5,7]{1}\ ...
分类:
Web程序 时间:
2020-03-31 23:13:24
阅读次数:
143
UWP即Windows 10中的Universal Windows Platform简称。即Windows通用应用平台,在Windows 10 Mobile/Surface(Windows平板电脑)/PC/Xbox/HoloLens等平台上运行,uwp不同于传统pc上的exe应用,也跟只适用于手机端 ...
分类:
其他好文 时间:
2020-03-31 12:30:42
阅读次数:
91
源码下载:DEMO下载 首先我们可以看到手机上的APP播放的视频是没有水印的,如下: 这样我们可以用Charles之类的工具抓取该地址,主要观看他的前缀地址部分(由于配置比较麻烦,大家可以自行配置,参看https://www.jianshu.com/p/c422344798c5,手机上的应用都可以抓 ...