前端
windos
微信
数据库
移动开发
技术杂谈
云博小周宇
我还没有学会写个人说明!
文章(96804)
评论(0)
Comparison of Android versions(strcmp的应用)
Description As an Android developer, itˇs really not easy to figure out a newer version of two kernels, because Android i...
移动开发
1年前 (2024-05-05)
27
0
SpringBoot中常用注解@Controller/@RestController/@RequestMapping的区别
@Controller 处理http请求@Controller//@ResponseBody public class HelloController { @RequestMapping(value="/hello",method= Req...
移动开发
1年前 (2024-05-05)
26
0
AutoMapper在C#中的有趣应用
原文:AutoMapper在C#中的有趣应用最近发现了一个比较有趣的东西 AutoMapper,主要将Model转换为DTO,DTO更注重数据,对领域对象进行合...
移动开发
1年前 (2024-05-05)
32
0
Cordova – IOS浏览器里面数字被当做电话号码
网页上有连续超过5个数字,ios浏览器就会当做手机号码,如果某行文字有颜色,那么这个连续的数字就没颜色,变黑色了。解决方法:在html...
移动开发
1年前 (2024-05-05)
37
0
8 清除浮动方式/小米导航案例
清除浮动方式之伪元素清除法:<style type="text/css"> .top_bar{ height: 200px; border:1px solid red; } .child...
移动开发
1年前 (2024-05-05)
23
0
高清方案在手机微信上的一个奇葩问题,当字数变多,会莫名其妙的变大
问题原因:在X5新内核Blink中,在排版页面的时候,会主动对字体进行放大,会检测页面中的主字体,当某一块字体在我们的判定规则中,认为...
微信
1年前 (2024-05-05)
29
0
web微信
网页微信客户端封包大全http://www.langyeweb.com/Program/70.html网页版微信功能只有一个:聊天。根据 ***Copyright (C) 狼夜***我...
微信
1年前 (2024-05-05)
49
0
基于微信小程序的失物招领系统的Postmortem
基于微信小程序的失物招领系统的Postmortem 设想和目标1.我们的软件要解决什么问题?是否定义得很清楚?是否对典型用户和典型...
微信
1年前 (2024-05-05)
42
0
支付宝小程序滚动监听吸顶效果
axml部分<view class=" {{menuFixed ? ‘fixed‘: ‘‘}}" id="affix">菜单栏</view>axss部分.fixed{position: fixed; to...
微信
1年前 (2024-05-05)
46
0
iOS UISearchDisplayController学习笔记
UISearchDisplayController和UISearchBar一起使用用来管理UISearchBar和搜索结果的展示。UISearchDisplayController提供了显示搜索结...
移动开发
1年前 (2024-05-05)
31
0
iOS9中怎样在日历App中创建一个随意时间之前開始的提醒(三)
大熊猫猪·侯佩原创或翻译作品.欢迎转载,转载请注明出处. 假设认为写的不好请多提意见,假设认为不错请多多支持点赞.谢谢! hopy 四...
移动开发
1年前 (2024-05-05)
23
0
iOS开发下载文件速度计算
当我们写下载界面的时候,需要向用户展示每秒下载多少KB,这个时候就需要计算速度。如下: 我用的是AFNetworking来做下...
移动开发
1年前 (2024-05-05)
24
0
1192:放苹果
传送门:http://ybt.ssoier.cn:8088/problem_show.php?pid=1192#include<iostream>using namespace std;#define N 100+...
移动开发
1年前 (2024-05-05)
22
0
js获取微信code
1 function callback(result) { 2 alert(‘cucess‘); 3 alert(result); //输出openid ...
微信
1年前 (2024-05-05)
48
0
微信小程序倒计时60S
<button class="code-b {{disabled?‘code-h‘:‘‘}}" disabled=‘{{disabled}}‘ data-id="2" bindtap="getVerificationCode">{{time...
微信
1年前 (2024-05-05)
45
0
微信分享接口
<?phprequire_once "jssdk.php";//require_once "sima.php";//var_dump(wx_get_token());//$appid = ‘wxb0b9a690e0b659af‘;//$secre...
微信
1年前 (2024-05-05)
48
0
【微信错误】{"errcode":"40013","errmsg":"invalid appid hint: [mackRA06203114]","success":false}
一、异常背景 发送可以跳转小程序的公众号模版消息二、原因 当前公众号没有和被跳转的小程序关联三、解决办法 去公众号平...
微信
1年前 (2024-05-05)
942
0
WxParse 微信小程序富文本(html)编辑
GitHub下载地址:https://github.com/icindy/wxParse/tree/master/wxParse参考:https://www.cnblogs.com/wesky/p/8066233.html1)下...
微信
1年前 (2024-05-05)
52
0
Android进程间通信详细介绍
1、为什么需要多个进程?默认情况下,一个Android应用中所有的组件都会运行在以包名为进程名的单个进程中,但是由于Android自身平台的...
移动开发
1年前 (2024-05-05)
37
0
Android 依赖注入: Dagger 2 实例解说(一)
本文原创,转载请注明出处:http://blog.csdn.net/zjbpku[Duplicated] link to Dagger on Android - Dagger2具体解释...
移动开发
1年前 (2024-05-05)
26
0
«
1128
1129
1130
1131
1132
1133
1134
»
暂无评论
加载中...
暂无评论