自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

jameskaron的专栏

宁静致远

  • 博客(7)
  • 资源 (2)
  • 收藏
  • 关注

原创 [Flutter]UI Guide

s that are triggered when the user taps the widge  二.Stateless widgets & StatefulWidgetsStateless widgets receive arguments from their parent widget, which they store in final member variablesStatefulWidgets are special widgets that know

2018-10-25 17:35:38 123

原创 多了<audio controls="controls" style="display: none;"></audio>

2018-10-23 12:32:47 553

原创 (转)[Xcode]xcode-select --install

安装时最后结果是不能安装该软件。 解决方式https://developer.apple.com/download/more/Developer Apple上手动下载对应的Command Line Tools 安装即可。 

2018-10-23 11:59:16 575

原创 [IOS]iOS 12 UIAlertController 层级变动导致的报错

ew *subView2 = subView1.subviews[0]; UIView *subView3 = subView2.subviews[0]; UIView *subView4 = subView3.subviews[0]; UIView *subView5 = subView4.subviews[0]; //IOS12 has a more uiview in subView5.subviews UILabe

2018-10-22 17:17:42 342

原创 [IOS]How to use J2Objc

2018-10-19 18:58:34 229

原创 [IOS]证书冲突问题

2186-a5ad-43dd-a910-1c639b1ad5c3 has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the project editor.错误描述:虽然勾选了自动管理证书和描述文件,但实际上描述文件被指定为b9c32186-a5a

2018-10-18 10:53:35 349

原创 [React Native]瀑布流上拉加载

1.首先推荐一个控件:可以同时实现上拉加载下拉刷新https://github.com/shiwenwen/react-native-swRefresh安装:  npm install react-native-swRefresh 引入和使用方式参考: https://blog.csdn.net/sinat_17775997/article/details/551...

2018-10-11 19:04:20 737

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除