首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏成长道路

    XStream将XML映射到对对象

    > <address-book> <contacts>     <contact id="01" type="家庭" >         <name>张三</name>         <address         <country>中国</country>         <telephone>13965131384</telephone> </contact> </contacts> </address-book > <address-book>     <contact id="01" type="家庭" >         <name>张三</name>        

    黄山路666 postalcode>         <country>中国</country>         <telephone>13965131384</telephone> </contact> </address-book com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamImplicit; @XStreamAlias(value="address-book

    1.2K00发布于 2017-12-28
  • 来自专栏夏天的前端笔记

    小程序:通讯录的实现

    -- 通讯录 --> <view class="<em>address-book</em>"> <view class="address-book-header"> <x-nav-bar input /mixin/common.js"; export default { name: "address-book", data() { return { // 加载数据的动画 }, }, onShareAppMessage(res) {}, }; </script> 3.address-book.scss <style lang="scss" scoped> .address-book

    69310编辑于 2024-01-18
  • 来自专栏后端知识体系

    Python中字典(key-value)

    address is", ab['Swaroop']) # 删除一对键值-值配对 del ab['Spammer'] print('\nThere are {} contacts in the address-book

    90220编辑于 2022-07-14
  • 来自专栏博客屋

    Fontawesome中文版webfont,是一款基于css框架的网页字体图标库,它完全免费 Font Awesome字体为您提供可缩放矢量图标

    address-book图标的示例 fa-address-book  为了增加图标大小相对于它们的容器

    1.1K20编辑于 2022-11-04
  • 来自专栏python3

    Notes for python (2)

    python.org' # Deleting a key/value pair del ab['Spammer'] print '\nThere are %d contacts in the address-book python using_dict.py Swaroop's address is swaroopch@byteofpython.info There are 4 contacts in the address-book

    74610发布于 2020-01-13
  • 来自专栏奕知伴解

    Juniper SRX通用手册

    set security zones security-zone Untrust address-book address webpc-1 X.X.X.X/32 set security zones security-zone Untrust address-book address webpc-2 X.X.X.X/32 set security zones security-zone Untrust address-book address-set webpc-group address webpc-1 set security zones security-zone Untrust address-book

    4.3K31发布于 2019-11-29
  • 来自专栏python3

    python数据结构

    guido@python.org' # Deleting a key/value pair del ab['Spammer'] print '\nThere are %d contacts in the address-book $ python using_dict.py Swaroop's address is swaroopch@byteofpython.info There are 4 contacts in the address-book

    1.1K40发布于 2020-01-13
  • 来自专栏防火墙自动化

    防火墙自动化(一) 防火墙的配置解析

    2.7 Juniper防火墙策略格式 2.7.1 address-book的配置格式 以下为Juniper防火墙中address-book的整理分类示例(暂不包含wildcardmask的情况)。 /32 set security zones security-zone INTERNET address-book address 121.7.106.0/24 111.7.106.0/24 #初始 IP地址/末尾IP地址 set security zones security-zone INTERNET address-book DNS10 range-address 192.168.1.10 to 192.168.1.100  #地址集,用于嵌套多个地址 set security zones security-zone INTERNET address-book address-set DNSGROUP /32 set security zones security-zone INTERNET address-book address-set DNSGROUP address 121.7.106.0/

    4.3K20编辑于 2022-03-05
  • 来自专栏释然IT杂谈

    山石网科HA高可靠性实验分享

    show config uration vrouter ip vrouter"twin-mode-vr" exit ip vrouter"trust-vr" snatrule id 1 from address-book"Any " to address-book "Any" service "Any" eifethernet0/4 trans-to eif-ip mode dynamicport ip route 0.0.0.0

    2K30发布于 2020-05-11
  • 来自专栏0x7c00的专栏

    Python(二)

    Spammer': 'spammer@hotmail.com' } len() 函数 len() 函数用来获取键值对数目: print('\nThere are {} contacts in the address-book \n'.format(len(ab))) # There are 3 contacts in the address-book 查找与赋值 print("Swaroop's address is", ab

    80710发布于 2021-11-01
  • 来自专栏全栈程序员必看

    WPF AvalonDock拖拽布局学习整理

    /Images/address-book–pencil.png” > <TextBlock Text=”Contacts Content” Margin=

    4.1K30编辑于 2022-09-13
  • 来自专栏剑指工控

    Python入门到放弃 | 超简单 跟我学(九)

    Swaroop's address is", ab['Swaroop']) # 删除一个键值对 del ab['Spammer'] print('\nThere are {} contacts in the address-book : $ python ds_using_dict.py Swaroop's address is swaroop@swaroopch.com There are 3 contacts in the address-book

    94320发布于 2021-11-09
  • 来自专栏京程一灯

    23 个初级 Vue.js 面试题[每日前端夜话0xF0]

    /ContactListItem’; export default { name: ‘address-book’, data: function() { return { contacts: [

    5.9K10发布于 2019-12-11
  • 来自专栏测试人生

    腾讯出品小程序自动化测试框架【Minium】系列(四)API详解(上)

    scale-page/index', 'packageSkyline/pages/half-page/half-page/index', 'packageSkyline/pages/address-book

    90820编辑于 2023-02-24
  • 来自专栏APP开发教程

    实例|APICloud AVM框架开发视频会议APP

    通讯录使用的是address-book组件。在通过会议编号进入会议时,由于会议编号全是数字,这里使用了number-keyboard数组键盘组件。

    1.2K30编辑于 2022-09-01
领券