wy_19921005
- 浏览: 75326 次
- 性别:
- 来自: 大随 -> 魔都
-
最近访客
社区版块
- ( 0)
- ( 0)
- ( 0)
最新评论
文章列表
- 博客分类:
nsmutableattributedstring *text = [[nsmutableattributedstring alloc] initwithstring:@"this is a test."];
[text addattribute:nsfontattributename
value:[uifont boldsystemfontofsize:12]
range:nsmakerange(0, 4)];
label.attributedtext = text;
- 2022-09-16 19:14
- 浏览 39
- 分类:移动开发
- 博客分类:
cocoapods安装crashlytics失败问题在https://www.jianshu.com/p/ceff6051be4d该帖子的基础上 最终解决了问题 pod成功
podc成功过程中遇见的问题及买球软件推荐的解决方案:
问题:
curl: (7) failed to connect to raw.githubusercontent.com port 443: connection refused
买球软件推荐的解决方案:
export https_proxy=http://127.0.0.1:19180 http_proxy=http://127.0.0.1:19180 all_proxy=so ...
- 2022-09-05 16:26
- 浏览 27
- 分类:web前端
- 博客分类:
//原图上传
- (void)addimg {
uialertcontroller *alertcontroller = [uialertcontrolleralertcontrollerwithtitle:@"请选择"message:nilpreferredstyle:uialertcontrollerstyleactionsheet];
uialertaction *cancelaction = [uialertactionactionwithtitle:@"取消"style:uialertactionstylecance ...
- 2022-07-11 17:31
- 浏览 75
- 分类:移动开发
- 博客分类:
uiimagepicker不走代理的解决方法
相当有用:
https://www.likecs.com/show-203776915.html
- 2022-07-11 16:34
- 浏览 44
- 分类:移动开发
- 博客分类:
ios 利用afnetworking实现大文件分片上传
https://blog.csdn.net/qq_30513483/article/details/82733071
- 2022-07-08 19:27
- 浏览 89
- 分类:移动开发
- 博客分类:
less、scss/sass的区别https://blog.csdn.net/guoqiankunmiss/article/details/106113821
- 2022-07-05 15:20
- 浏览 78
- 分类:web前端
- 博客分类:
less编译工具——koala使用介绍http://t.zoukankan.com/tu-0718-p-7536602.html
- 2022-07-05 15:12
- 浏览 57
- 分类:web前端
- 博客分类:
苹果 ios mdm服务器搭建
https://blog.csdn.net/weixin_45209325/article/details/124222203
- 2022-06-29 09:25
- 浏览 118
- 分类:移动开发
- 博客分类:
快捷键: control i(i)
选中需要自动对齐代码 -> editor -> structure ->re-indent
扩展:https://blog.csdn.net/jeffasd/article/details/53367362
- 2022-06-23 18:11
- 浏览 151
- 分类:移动开发
- 博客分类:
.h文件:
(nsstring *)urlencodedstring:(nsstring *)unencodedstring;
.m文件:
(nsstring *)urlencodedstring:(nsstring *)unencodedstring{
nsstring *characterstoescape = @"[email protected]#$^&%* ,:;='\"`<>()[]{}/\\| ";
//#%<>[\]^`{|} //@"!*'();:@&= $,/?%#[]&quo ...
- 2022-06-16 01:20
- 浏览 53
- 分类:移动开发
- 博客分类:
ios文件预览excel的正确打开方式————仿照微信https://www.jianshu.com/p/a83483647f4c?ivk_sa=1024320u
- 2022-06-15 15:55
- 浏览 118
- 分类:移动开发
« 上一页 1 …