摘要: title: 6、NS中的回调 tags: NS 3,C++,Simulation,Callback,Function Pointer slug: storywriter/upgrade_log grammar_mindmap: true renderNumberedHeading: true gr 阅读全文
posted @ 2019-12-21 19:05 雪隐lys 阅读(992) 评论(0) 推荐(0)
摘要: title: 03、NS 3的对象框架 之 智能指针 tags: 新建,模板,小书匠 slug: storywriter/upgrade_log grammar_mindmap: true renderNumberedHeading: true grammar_code: true grammar_ 阅读全文
posted @ 2019-12-21 19:04 雪隐lys 阅读(1665) 评论(0) 推荐(1)
摘要: "NS3官网" 常见学习板块 "ns 3 tutorial" :ns 3入门教程,包括基本介绍、软件安装、核心概念等; "ns 3 manual" :ns 3手册,介绍ns 3软件的整体架构、核心模块等; ns 3 model library:ns 3模型库,介绍ns 3中各个模块的具体细节; AP 阅读全文
posted @ 2019-12-21 19:03 雪隐lys 阅读(639) 评论(0) 推荐(0)
摘要: Spring命名空间 Spring Data的JPA模块包含一个允许定义存储库bean的自定义命名空间。它还包含JPA特有的某些功能和元素属性。通常可以使用以下repositories 元素设置JPA存储库: 使用命名空间设置JPA存储库 阅读全文
posted @ 2019-05-09 16:31 雪隐lys 阅读(264) 评论(0) 推荐(0)
摘要: eclipse常用快捷键 ctrl+shfit+s:get、set方法 shift+Alt+L:快捷生成变量 spring boot创建工具: https://start.spring.io/ 修改下载依赖 Eclipse下载插件: buildship、spring tool site 配置项目编码 阅读全文
posted @ 2019-05-09 00:45 雪隐lys 阅读(653) 评论(0) 推荐(0)
摘要: activity_main.xml activity_main2.xml MainActivity.java package com.example.exam02_03; import android.content.ContentValues; import android.content.Int 阅读全文
posted @ 2019-05-06 23:50 雪隐lys 阅读(188) 评论(0) 推荐(0)
摘要: 权限声明 布局文件 activity_main.xml activity_history.xml notification_layout.xml MainActivity.xml 阅读全文
posted @ 2019-05-06 20:04 雪隐lys 阅读(187) 评论(0) 推荐(0)
摘要: activity_main.xml activity_history.xml MainActivity.xml 阅读全文
posted @ 2019-05-05 21:46 雪隐lys 阅读(161) 评论(0) 推荐(0)
摘要: 下载Volley AndroidManifest.xml中添加如下权限: StringRequest的用法 1. RequestQueue是一个请求队列对象,它可以缓存所有的HTTP请求,然后按照一定的算法并发地发出这些请求,内部设计是高并发 2. StringRequest对象,StringReq 阅读全文
posted @ 2019-05-03 16:59 雪隐lys 阅读(264) 评论(0) 推荐(0)
摘要: 布局文件: Java文件 CardGameAdapter.java Card.java文件 Deck.java文件 PlayingCard.java文件 1.package com.example.recyclercardgame2.model; 2. 3.import java.util.Arra 阅读全文
posted @ 2019-05-03 14:42 雪隐lys 阅读(456) 评论(1) 推荐(0)