E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Nullable
【Bug修复】toolbar顶端与状态栏有间隙
写一个自定义ToolBar时候出现了一个坑,记录一下~先看代码:importandroid.content.Context;importandroid.support.annotation.
Nullable
Lycoxn
·
2020-08-26 23:23
Bug修复
Kotlin和java混合开发
自动识别setter和getter2java调用kotlin也是通过setter和getter空安全类型:在kotlin中可以为空,会有空安全保护,而java没有因此java调用时要去判断或者通过注解方式@
Nullable
5ingwings
·
2020-08-26 15:10
android
Kotlin
RAC(ReactiveCocoa)介绍(九)——RACSubject流程分析
先看下RACSubject基本使用方法://1.创建信号RACSubject*subject=[RACSubjectsubject];//2.订阅信号[subjectsubscribeNext:^(id_
Nullable
x
我只不过是出来写写代码
·
2020-08-26 14:25
boundingRectWithSize高度计算不准确
-(CGRect)boundingRectWithSize:(CGSize)sizeoptions:(NSStringDrawingOptions)optionsattributes:(
nullable
NSDictionary
结局怎么写
·
2020-08-26 14:52
pandas下——进阶学习
6、缺失数据缺失观测及其类型:了解缺失信息、三种缺失符号、
Nullable
类型与NA符号、NA的特性、convert_dtypes方法缺失数据的运算与分组:加号与乘号规则、groupby方法中的缺失值填充与剔除
humashanshao
·
2020-08-26 08:04
数据分析
iOS中日期格式转换
1.NSString*->NSDate*-(
nullable
NSDate*)dateFromString:(NSString*)string;例:NSString*dataString=@"2017年11
水灵芳蕥
·
2020-08-25 17:46
MapView添加自定义大头针(Obj-C)
interfaceJSAnnotation:NSObject//经纬度@property(nonatomic)CLLocationCoordinate2Dcoordinate;//标题@property(nonatomic,copy,
nullable
ShenYj
·
2020-08-25 17:21
spring5源码阅读(三)BeanFactory#getBean(String name)得到bean实例
doGetBean方法3.1getSingleton(beanName)3.2@DependsOn()3.2createBean(StringbeanName,RootBeanDefinitionmbd,@
Nullable
Object
雨剑yyy
·
2020-08-25 17:48
spring
ios事件传递原理——通过一次点击事件找到点击事件产生的视图
首先要明确两个方法-(
nullable
UIView*)hitTest:(CGPoint)pointwithEvent:(
nullable
UIEvent*)event;-(BOOL)pointInside
Horson19
·
2020-08-25 15:19
解决:You are trying to add a non-
nullable
field 'size' to product without a default
E:\Users\Administrator\PycharmProjects\MyDjango>python3manage.pymakemigrationsYouaretryingtoaddanon-
nullable
field'size'topr
Solarzhou
·
2020-08-25 09:23
Python
iOS开发之“warning:comparison between pointer and integer”
1.从服务器或者其他地方取到值myNumber,判断,出现如下://Comparisonbetweenpointerandinteger('id_
Nullable
'and'int')if(myNumber
朱晓晓的技术博客
·
2020-08-25 06:50
spring-data-jpa onetoone onetomany
JoinColumnsOrFormulas(value={@JoinColumnOrFormula(column=@JoinColumn(name="当前表字段名称",referencedColumnName="对方表字段名称",
nullable
绚丽星空
·
2020-08-25 05:19
SpringMVC
7.28
menu2代码packagecom.example.month7day26ap;importandroid.support.annotation.
Nullable
;importandroid.support.design.widget.TabLayout
van♂强
·
2020-08-25 04:22
安卓第二个月
DM8表空间创建、使用、删除
几个关于表空间与数据文件重要视图dba_tablespaces;v$tablespace;dba_data_filesv$datafile;SQL>descdba_tablespaces;LINEIDNAMETYPE$
NULLABLE
黄继生 jisen
·
2020-08-25 03:33
DM
TypeScript基础入门之高级类型的可null类型
转发TypeScript基础入门之高级类型的可null类型高级类型可null类型(
Nullable
Types)TypeScript具有两种特殊的类型,null和undefined,它们分别具有值null
鹏鲲云之上
·
2020-08-25 00:19
Fragment挂载进Activity
布局文件中添加:1.1代码实现:先把Fragment准备好:publicclassTitleFragmentextendsFragmentimplementsView.OnClickListener{@
Nullable
Volleyball91
·
2020-08-25 00:22
小知识点
基类+Fragment懒加载
fragmen.base;importandroid.os.Bundle;importandroid.support.annotation.NonNull;importandroid.support.annotation.
Nullable
weixin_44325262
·
2020-08-24 23:06
Fragment
Linq to DataTable 解决DataSet不支持System.
nullable
usingSystem;usingSystem.Data;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.Configuration;usingSystem.Reflection;usingSystem.Linq;usingSystem.Xml.Linq;namespaceUserFunction{//////
liaobc
·
2020-08-24 22:14
Linq
dataset
linq
null
object
query
table
活动——如何知晓当前在哪一个活动
活动的启动模式中所创建的项目下运行创建一个新类publicclassBaseActivityextendsAppCompatActivity{@OverrideprotectedvoidonCreate(@
Nullable
BundlesavedInstanceState
RengarLee
·
2020-08-24 21:15
AndroidD3Code
活动
Fragment懒加载基类
importandroid.content.Context;importandroid.os.Bundle;importandroid.support.annotation.NonNull;importandroid.support.annotation.
Nullable
CSP一往无前
·
2020-08-24 21:55
使用 DialogFragment 实现弹窗2-修改样式
color/black@nullfalsetruetruetrue@null2、在DialogFragment的onCreate方法里进行设置@OverridepublicvoidonCreate(@
Nullable
BundlesavedInstanceState
画世界
·
2020-08-24 17:55
ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constraint fails
models.py文件之后想重新迁移文件但是出现了以下错误:C:\Users\Desktop\tutorial>pythonmanage.pymakemigrationsYouaretryingtoaddanon-
nullable
field'highlighted'tosnippetwithoutadefault
替这位空想家惊讶
·
2020-08-24 17:11
django
【修炼内功】[kotlin] 聊一聊泛型的可空性
泛型本身也可以是
nullable
?上来就抛这么个问题实在是不够友好~首先回顾,什么是泛型?
林舍
·
2020-08-24 14:34
泛型
kotlin
.NetCore 利用反射处理RESTful的更新自动赋值
问题Post、Get等覆盖式传值时都能满足需求,唯独当Dto字段的值类型设为
Nullable
(如int?、bool?)时会被覆盖为默认值。相关技术1、Lambda表达式2、反射解决方案利用
Yon
·
2020-08-24 14:29
c#
restful
patch
webapi
RacDealloc交换
SELdeallocSelector=sel_registerName("dealloc");[[selfrac_signalForSelector:deallocSelector]subscribeNext:^(RACTuple*_
Nullable
x
穿靴子的阿拉丁
·
2020-08-24 13:11
TTS在fragment中的实现
privateEditTextmWord;TextToSpeechttsObject;ButtonspeakButton;intresult;//为了方便,可以不用Stringtext;//为了方便,可以不用@
Nullable
zombieda
·
2020-08-24 13:52
fragment
tts
android
UINavigationBar的继承与定制
UIApperance协议属性定制我们在UINavigationBar.h头文件中,看到如下修改NavigationBar背景颜色的属性@property(
nullable
,nonatomic,strong
秋刀生鱼片
·
2020-08-24 13:40
objective-c
ios
uikit
uinavigationbar
tableview
Android实现Tablayout滑动
Activity.javapackagecom.example.xiaoqu.name;importandroid.support.annotation.
Nullable
;importandroid.support.design.widget.TabLayout
Student..
·
2020-08-24 09:05
SpringBoot实体配置详解
一丶返回时间格式时差以及格式问题//表示列名不为空@Column(name="start_date",
nullable
=true)//返回前端的字段名称@JsonProperty("StartDate"
明知路难偏偏行
·
2020-08-24 09:31
微服务
实现跟随手指移动的小球
privateintcy=200;publicCustomCircleView(Contextcontext){super(context);}publicCustomCircleView(Contextcontext,@
Nullable
Attrib
8520mmm
·
2020-08-24 09:54
android 正式包 从桌面启动 打开闪屏页
如果是idea直接编译就不会有这个问题解决方法,在启动页添加如下代码@OverrideprotectedvoidonCreate(@
Nullable
BundlesavedInstanceState){super.onCreate
大白菜打番茄
·
2020-08-24 09:11
Android开发
Android.001基本图形绘制
publicclassBaseViewextendsView{publicBaseView(Contextcontext){super(context);}publicBaseView(Contextcontext,@
Nullable
Attri
jonhliu
·
2020-08-24 09:11
Android自定义控件学习
EvenBus3.0简单集成使用
使用废话不多说直接撸代码首先添加依赖compile'org.greenrobot:eventbus:3.0.0'注册举例Activity的oncreate()中@OverrideprotectedvoidonCreate(@
Nullable
BundlesavedInstanceState
跋涉者901214
·
2020-08-24 09:14
笔记
自定义控件之组合控件,简单实现购物车 加减效果
里面写你需要的布局效果新建一个布局的实现类classpackagemajunbao.widget;importandroid.content.Context;importandroid.support.annotation.
Nullable
你的益达啊
·
2020-08-24 09:04
s
抛弃onActivityResult,彻底改变startActivityForResult
Activity并得到它返回的数据,常规的写法是这样的:privatestaticfinalintREQUEST_CODE_BIND_INFO=42;@OverrideprotectedvoidonCreate(@
Nullable
BundlesavedInstanceState
HurryYu_YZH
·
2020-08-24 08:21
我的开源库
SDwebImage源码学习-下载篇
interfaceSDWebImageDownloaderOperation:NSOperation//下面4个属性由SDWebImageDownloader传进来或者设置@property(strong,nonatomic,readonly,
nullable
tang老鸭
·
2020-08-24 08:31
Android开发DataBinding使用的模版
.png屏幕快照2016-06-14上午9.45.56.png设置MyActivityimportandroid.os.Bundle;importandroid.support.annotation.
Nullable
小张呵呵
·
2020-08-24 07:09
自定义小球跟随手指移动
importandroid.graphics.Canvas;importandroid.graphics.Color;importandroid.graphics.Paint;importandroid.support.annotation.
Nullable
余&秋
·
2020-08-24 07:47
组合控件 购物车 加减
packagecom.example.john.myshopping.view;importandroid.content.Context;importandroid.support.annotation.
Nullable
qq_14876513
·
2020-08-24 07:16
CustomViewPager 穷途末路时试试这个
importandroid.view.MotionEvent;importandroid.view.View;importandroidx.annotation.NonNull;importandroidx.annotation.
Nullable
老一本
·
2020-08-24 06:52
class文件字节码解析
方便做对比)packagecom.example.liuxiaojie.smalietest;importandroid.os.Bundle;importandroid.support.annotation.
Nullable
勇敢地追
·
2020-08-24 06:51
[iOS]三方框架常见宏解读
NS_DESIGNATED_INITIALIZERNS_DESIGNATED_INITIALIZER的作用是指定一个初始化方法,首先是必须以init开头,然后其他初始化方法必须调用此方法,不然编译会有警告.见AFN中:-(instancetype)initWithBaseURL:(
nullable
NSURL
未来行者
·
2020-08-24 05:42
温故 Java 8 中引入的 Optional 类
使用Optional常用方法:创建Optional对象,使用of(T)或者of
Nullable
(T),它们的不同点在于对于传入的参数为null时,是如何处理的。
crane.yuan
·
2020-08-24 03:00
Java平台
java8
optional
npe
EventBus 源码分析(上篇)
可用于应用内的消息事件传递,方便快捷,耦合性低1.基本用法publicclassEventBusMainextendsAppCompatActivity{@OverrideprotectedvoidonCreate(@
Nullable
BundlesavedInstanceState
糖葫芦_倩倩
·
2020-08-24 02:59
CAShapeLayer画板
绘图板由于参考的文章代码的线条是写死的,所有对于画板的需求来说,还是不太好用,所以自己写了个Demo直接上代码了:@interfaceViewController()@property(nonatomic,strong,
nullable
Acthink
·
2020-08-23 22:41
iOS 13归档解档
那么这个对象的属性所属的类必须要遵守归档协议NSCoding必须在需要归档的类中实现以下两个方法://归档-(void)encodeWithCoder:(nonnullNSCoder*)aCoder;//解档-(
nullable
instancetype
阳仔_hy
·
2020-08-23 22:25
Navicat导出指定数据表的数据结构、字段、备注、数据类型
SELECTCOLUMN_NAME列名,COLUMN_TYPE数据类型,if(IS_
NULLABLE
='YES','是','否')是否为空,COLUMN_DEFAULT默认值,COLUMN_COMMENT
赵敬是个程序媛
·
2020-08-23 21:46
sql
mysql
Android Studio 添加了2个 @androidx.annotation and @android.support.annotation的引入库问题!
**升级到androidsutdiov3.2.0后**问题是@androidx.annotation被自动创建两个这样的注释@androidx.annotation.
Nullable
@android.support.annotation.
Nullable
Foxmaner
·
2020-08-23 21:08
Android
四大组件——Activity 工作流程
startActivityForResult方法,我们看下这个方法中具体操作:publicvoidstartActivityForResult(Intentintent,intrequestCode,@
Nullable
Bundleoptions
设计失
·
2020-08-23 21:25
iOS UITextFiled禁用粘贴输入
在做这个需求的过程中我发现通过粘贴可以把字符串以及特殊字符粘贴进去,这不符合项目的一个要求,经过研究发现苹果提供了这样一个方法-(BOOL)canPerformAction:(SEL)actionwithSender:(
nullable
id
Stephen_Huang
·
2020-08-23 19:21
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他