码迷,mamicode.com
首页 >  
搜索关键字:version 51    ( 21237个结果
firewall-cmd命令
# firewall-cmd --help Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short help text and exists -V, --version Print the version ...
分类:其他好文   时间:2020-10-10 18:08:39    阅读次数:40
安卓制造导航栏步骤
1. res 目录 新建一个 menu 资源文件 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title= ...
分类:移动开发   时间:2020-10-09 20:47:20    阅读次数:36
水果超市
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:其他好文   时间:2020-10-08 19:36:23    阅读次数:24
android-购物商城
购物商城 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:移动开发   时间:2020-10-08 19:28:46    阅读次数:36
mybatis 数据库语句
mybatis 操作数据库增删改查 package com.school.mybatis.junit; import java.io.InputStream; import java.util.List; import org.apache.ibatis.io.Resources; import o ...
分类:数据库   时间:2020-10-08 19:19:06    阅读次数:37
odoo 怎样实现的字段权限管控原理
从视图结构来管控: 以stock.picking 的tree 视图为例,如果将name字段设置群组管控 <?xml version="1.0"?> <tree decoration-info="state == 'draft'" decoration-muted="state == 'cancel' ...
分类:其他好文   时间:2020-10-08 18:29:01    阅读次数:16
Raspberry Pi 4B + Ubuntu 20.04 server for arm64 的wifi配置
1、查看网口 ip a 看到 eth0 lo wlan0等 2、进入 /etc/netplan/ ,复制备份内部现存的*.yaml文件,编辑原文件 network: version: 2 ethernets: eth0: optional: true dhcp4: true wifis: wlan0 ...
分类:Web程序   时间:2020-10-08 18:17:42    阅读次数:27
计算器
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:其他好文   时间:2020-10-07 21:37:42    阅读次数:92
Ansible软件管理模块(yum模块 copy模块 file模块 )
1.yum模块 1)语法帮助 [root@m01 ~]# ansible-doc yum EXAMPLES: - name: install the latest version of Apache yum: name: httpd state: latest name: httpd #服务的名字 ...
分类:其他好文   时间:2020-10-07 21:26:48    阅读次数:31
购物商城
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:其他好文   时间:2020-10-07 20:25:43    阅读次数:60
21237条   上一页 1 ... 70 71 72 73 74 ... 2124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!