会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wangwei-Carry
carry my team!
博客园
首页
新随笔
联系
管理
随笔 - 111
文章 - 4
评论 - 0
阅读 -
10万
上一页
1
2
3
4
5
6
···
11
下一页
2020年4月21日
iOS Carthage集成SnapKit
摘要: 引入 SnapKit 之后第一次运行报错解决: 1, 2,
阅读全文
posted @ 2020-04-21 09:02 wangwei_Carry
阅读(216)
评论(0)
推荐(0)
2019年12月4日
通过扫二维码,进到网页之后,判断设备,跳转不同网页。 window.navigator.userAgent用来区分设备和浏览器
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name=&q
阅读全文
posted @ 2019-12-04 14:57 wangwei_Carry
阅读(667)
评论(0)
推荐(0)
2019年8月1日
iOS .gitignore Pod
摘要: 一: # Xcode## gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore# Mac OS X Finder and whatnot.D
阅读全文
posted @ 2019-08-01 17:38 wangwei_Carry
阅读(805)
评论(0)
推荐(0)
2019年7月31日
iOS framework打包生成和使用(oc+swift)
摘要: 一,创建1, 新建framework工程: file - new - Cocoa Touch Framework2, 拖入文件 3, 配置 Build Setting : ① : Architectures Architectures 添加新项目: armv7 Build Active Archit
阅读全文
posted @ 2019-07-31 14:39 wangwei_Carry
阅读(1299)
评论(0)
推荐(0)
2019年6月17日
工具
摘要: 1,Postman : 网络请求 2,MJExtention : model管理
阅读全文
posted @ 2019-06-17 16:56 wangwei_Carry
阅读(87)
评论(0)
推荐(0)
2019年5月23日
Swift
摘要: 一:加密(PBKDF2 , AES) 1,[UInt8] : 将Data数据转换为[UInt8](bytes字节数组) 二 ,闭包使用 1,作网络请求参数: 二 , 属性变量参数 三, APPStore版本更新. 四, 多Target ,马甲开发。 判断该控制器是否正在显示 也可以将该方法定义在UI
阅读全文
posted @ 2019-05-23 18:29 wangwei_Carry
阅读(261)
评论(0)
推荐(0)
2019年5月15日
学习地址
摘要: 1,iOS 通知(全面详细) : https://blog.csdn.net/jiang314/article/details/52502377 2,some about ios 架构: https://casatwy.com/iosying-yong-jia-gou-tan-kai-pian.ht
阅读全文
posted @ 2019-05-15 10:39 wangwei_Carry
阅读(174)
评论(0)
推荐(0)
2018年8月15日
易语言学习
摘要: 易语言端口通信,评判驾考。
阅读全文
posted @ 2018-08-15 16:04 wangwei_Carry
阅读(123)
评论(0)
推荐(0)
2018年3月15日
公众号支付
摘要: 测试
阅读全文
posted @ 2018-03-15 17:12 wangwei_Carry
阅读(144)
评论(0)
推荐(0)
2018年3月14日
微信公众号支付回调,处理数据库,返回成功,防止重复操作数据库
摘要: 在 notify.php 中 // demo $notify = new PayNotifyCallBack();$notify->Handle(false); // 自行处理数据$resParam = $notify->GetValues(); 之后 echo 'SUCCESS'; 告诉微信后台,
阅读全文
posted @ 2018-03-14 16:09 wangwei_Carry
阅读(2061)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告
昵称:
wangwei_Carry
园龄:
9年2个月
粉丝:
1
关注:
20
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
iOS
(35)
程序生涯体验
(4)
sql
(2)
PHP
(2)
js
(2)
二维码
(2)
Xib
(1)
Xcode快捷方式
(1)
xcode
(1)
webView白屏
(1)
更多
随笔档案
2021年3月(4)
2020年9月(1)
2020年7月(2)
2020年6月(4)
2020年4月(1)
2019年12月(1)
2019年8月(1)
2019年7月(1)
2019年6月(1)
2019年5月(2)
2018年8月(1)
2018年3月(2)
2018年2月(1)
2018年1月(1)
2017年12月(4)
2017年8月(1)
2017年7月(6)
2017年6月(1)
2017年5月(2)
2017年4月(8)
2017年3月(3)
2017年1月(16)
2016年12月(8)
2016年11月(2)
2016年10月(14)
2016年9月(6)
2016年8月(10)
2016年6月(5)
更多
文章档案
2017年9月(2)
2016年10月(2)
阅读排行榜
1. php js 交互(js调用PHP代码执行)(13493)
2. Xcode 8 打印输出: Class PLBuildVersion is implemented in both...(8601)
3. sql语句,多个表之间,通过相同内容字段的联合查询(4470)
4. ios10 UNNtificationRequest UNUserNotificationCenter的应用 推送之本地推送(4204)
5. popoverPresentationController UIPopoverController 使用方法详解(气泡控制器)(4049)
点击右上角即可分享