<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-11-02 10:06:11
阅读次数:
34
新建主界面 xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas. ...
分类:
移动开发 时间:
2020-10-31 01:15:44
阅读次数:
27
正则表达式去除中文字之间的空格,保留英文单词之间的空格,对于英文单词中间夹杂着数字的情况,应该保留空格但没有保留 # -*- coding:utf-8 -*- # import re def _clean_space(text): ? match_regex = re.compile(u'[\u4e ...
分类:
编程语言 时间:
2020-10-30 12:37:24
阅读次数:
34
.drone.yml 1 kind: pipeline 2 name: default 3 steps: 4 - name: test 5 image: python:3.7-alpine 6 commands: 7 - "python test.py" 8 9 # - name: publish ...
分类:
其他好文 时间:
2020-10-27 11:36:36
阅读次数:
16
出现背景: android studio 连接华为荣耀6X手机(开启了usb调试和MIDI数据传输),adb调试安卓应用,avd没有发现真机,提示需要更新ADB Interface驱动 电脑设备管理->更新adb interface驱动,找不到合适的驱动,故借助360手机助手连接手机,安装合适的驱动 ...
分类:
数据库 时间:
2020-10-22 23:04:59
阅读次数:
35
ABAP 正则表达式 ABAP支持正则表达式。 支持正则表达式的语句: 1.FIND,REPLACE语句; 2.Functions:count,count_xxx,contains,find,find_xxx,match,matches,replace,substring,substring_xxx ...
分类:
其他好文 时间:
2020-10-18 16:46:52
阅读次数:
27
九宫格 <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:
移动开发 时间:
2020-10-14 20:00:28
阅读次数:
27
<?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
购物商城 <?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
<?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