会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wikiki
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
28
下一页
2018年12月27日
小程序文本2行
摘要: display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webk
阅读全文
posted @ 2018-12-27 10:16 wikiki
阅读(349)
评论(0)
推荐(0)
2018年11月26日
市值管理
摘要: https://www.sohu.com/a/245903588_466900
阅读全文
posted @ 2018-11-26 11:44 wikiki
阅读(163)
评论(0)
推荐(0)
2018年10月26日
小程序<view>标签 空格符
摘要: 小程序<view>标签 空格符
阅读全文
posted @ 2018-10-26 10:52 wikiki
阅读(3961)
评论(0)
推荐(0)
2018年7月25日
js只保留整数,向上取整,四舍五入,向下取整等函数
摘要: 1.丢弃小数部分,保留整数部分parseInt(5/2) 2.向上取整,有小数就整数部分加1 Math.ceil(5/2) 3,四舍五入. Math.round(5/2) 4,向下取整 Math.floor(5/2) Math 对象的方法
阅读全文
posted @ 2018-07-25 12:16 wikiki
阅读(351)
评论(0)
推荐(0)
2018年6月22日
微信小程序 文本换行 实现转义/n 换行符
摘要: 微信小程序<text>和<view>标签并不能让文本自动换行,微信小程序也不支持 <br/>换行,很纠结。 处理方法:替换<br/>标签 为 \n使用 css 属性 :white-space:pre-wrap <view style=”white-space:pre-wrap”>文本保留空格和回车
阅读全文
posted @ 2018-06-22 14:34 wikiki
阅读(3637)
评论(0)
推荐(0)
2018年6月18日
分线器多口
摘要: usb多口 https://detail.tmall.com/item.htm?spm=a230r.1.14.54.658b3580q15pzh&id=538644583212&ns=1&abbucket=6&skuId=3219285148389 Orico/奥睿科多口分线器USB2.0HUB多接
阅读全文
posted @ 2018-06-18 16:42 wikiki
阅读(194)
评论(0)
推荐(0)
2018年6月1日
打印分析某个app中发送的Intent中的内容
摘要: https://www.52pojie.cn/thread-578912-1-1.html 对于一个移动安全审计人员来说,有时候是有这个需求的,就是我需要知道某个app在某个时候发送的Intent的内容是什么,以便能更好的去审计是否是安全的。打印Intent的内容不算什么,在github上也有比较成
阅读全文
posted @ 2018-06-01 17:00 wikiki
阅读(642)
评论(0)
推荐(0)
2018年5月30日
驾驶证
摘要: http://www.xcar.com.cn/bbs/viewthread.php?tid=30842782 http://download.csdn.net/download/qq_29651793/9796524 http://www.xcar.com.cn/bbs/forumdisplay.p
阅读全文
posted @ 2018-05-30 16:10 wikiki
阅读(98)
评论(0)
推荐(0)
小程序广播
摘要: 广播https://www.jianshu.com/p/da45f520a071https://github.com/icindy/WxNotificationCenter
阅读全文
posted @ 2018-05-30 15:41 wikiki
阅读(256)
评论(0)
推荐(0)
微信被封原因
摘要: https://www.jianshu.com/p/eec38247fb31 https://www.jianshu.com/p/24731c3a5d19?from=singlemessage
阅读全文
posted @ 2018-05-30 15:39 wikiki
阅读(91)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
28
下一页
公告