Telerik UI for Xamarin能帮助开发人员快速构建跨平台移动应用的原生UI。Telerik UI for Xamarin使用Xamarin.Forms技术,它可以让开发人员从一个单一的共享C#代码库中创建原生的iOS、Android和Windows Phone应用程序。不仅如此,UI ...
分类:
移动开发 时间:
2021-03-31 11:48:03
阅读次数:
0
SQL 构建器 原生 SQL 原生查询 SQL 和 Scan type Result struct { ID int Name string Age int } var result Result db.Raw("SELECT id, name, age FROM users WHERE id = ...
分类:
数据库 时间:
2021-03-30 13:50:41
阅读次数:
0
系统工作命令: echo: echo [字符串 | $变量],打印字符串或者变量 date:date [参数] [+指定的格式],显示及设置系统时间或日期 参数: s: 设置时间 d: 显示指定的时间而非现在的时间 参数作用 %t 相当于Tab键 %H 小时(0~23) %I 小时(0~12) %M ...
分类:
系统相关 时间:
2021-03-30 13:38:01
阅读次数:
0
docker核心架构 安装 docker 要求centos系统的内核版本高于3.10 查看版本 uname -r root 登录linux 更新 yum -y update 卸载旧版本 yum remove docker docker-common docker-selinux docker-eng ...
分类:
其他好文 时间:
2021-03-30 13:26:30
阅读次数:
0
版本对应关系大版本对应: Spring Cloud Spring Boot Angel版本 兼容Spring Boot 1.2.x Brixton版本 兼容Spring Boot 1.3.x,也兼容Spring Boot 1.4.x Camden版本 兼容Spring Boot 1.4.x,也兼容S ...
分类:
编程语言 时间:
2021-03-30 13:23:55
阅读次数:
0
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: KVM版本:5.9.1 QEMU版本:5.0.0 工具:Source Insight 3.5, Visio 文章同步在 ...
分类:
系统相关 时间:
2021-03-30 13:07:40
阅读次数:
0
1. 逆向工程命令 python manage.py inspectdb 指定数app python manage.py inspectdb app_name/models.py 多数据库配置需指定数据库 python manage.py inspectdb --database db01>stud ...
分类:
其他好文 时间:
2021-03-30 13:05:22
阅读次数:
0
监听器介绍 观察者设计模式:所有的监听器都是基于观察者设计模式的! 三个组成部分 事件源:触发事件的对象 事件:触发的动作,封装了事件源 监听器:当事件源触发事件后,可以完成功能 监听器介绍 在程序当中,我们可以对:对象的创造销毁,域对象中属性的变化,会话相关内容进行监听。 Servlet规范中共计 ...
分类:
其他好文 时间:
2021-03-30 12:58:35
阅读次数:
0
看上图,在一个方法中声明了一个对象:PlayVideoForm,在Delphi 10.4这个版本中,PlayVideoForm的值不为nil,Delphi 10.3.3版本中默认为nil,升级到10.4.2后,因为不nil,所以无法建立对象PlayVideoForm,产生地址错误。把这个PlayVi ...
分类:
移动开发 时间:
2021-03-29 12:22:51
阅读次数:
0
##效果图: ##代码如下: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> *{ margin:0px; border: 0px; box-sizing:border-box; } div{ border: ...
分类:
其他好文 时间:
2021-03-29 12:20:24
阅读次数:
0