码迷,mamicode.com
首页 >  
搜索关键字:oar    ( 1528个结果
iOS键盘处理
#pragma mark - TextViewDelegate - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text { if ( ...
分类:移动开发   时间:2021-07-01 17:00:12    阅读次数:0
活动页开发小记
1、 a链接跳转的时候打开新的页面 < a href="index.html" target="_blank" >跳转打开一个新的页面(不刷新本页)</a> 2、 弹框通常需要一个透明度rgba(0,0,0,0.2) 黑色添加0.2的透明度 呈现遮罩层的效果 3、 background-color: ...
分类:其他好文   时间:2021-06-29 15:19:28    阅读次数:0
函数综合练习2152+2060
2152 数字组合 现在小瓜有1到n这n个整数,他想知道用这n个整数组成一个长度为n的数字序列的所有方法(每个整数可以重复使用)。你能帮助他吗? 输入 一行一个整数n(1<=n<=6)。 输出 若干行,每行表示用1到n组成一个长度为n的数字序列的一种方法。所有方法按字典序输出。 输入样例 2 输出样 ...
分类:其他好文   时间:2021-06-17 17:14:39    阅读次数:0
79复习
1.Django与Ajax 2.分页器组件 3.forms组件 4.cookie与session组件 5.中间件组件 6.Auth模块 1.Django与Ajax # 通过ajax向https://api.help.bj.cn/apis/life29/?id=101060101发送请求,看看能不能拿 ...
分类:其他好文   时间:2021-06-11 18:16:04    阅读次数:0
返回上一页 vue
1.返回上一页 this.$router.go(-1) 2.返回上一页的指定页面 this.$router.push({ path: '/dashboard' }) ...
分类:其他好文   时间:2021-06-04 18:46:52    阅读次数:0
华为tftp导入导出配置
将pc和设备相连,打开tftp服务器软件。 导出配置文件 <Huawei>tftp 192.168.0.100 put vrpcfg.zip //将文件vrpcfg.zip导出到192.168.0.100主机 导入配置文件 <Huawei>tftp 192.168.0.100 get vrpcfg. ...
分类:其他好文   时间:2021-04-27 15:09:08    阅读次数:0
ASP.NET Core中使用NLog记录日志
1:添加Nlog的组件 直接在NuGet里面搜索NLog.Web.AspNetCore 2:然后就是配置服务 public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build() ...
分类:Web程序   时间:2021-04-27 14:26:50    阅读次数:0
vue3.0 (无 typescript ) 项目
1、安装element-plus: main.js: //安装 element-plus npm install element-plus --save //引入 element-plus import ElementPlus from 'element-plus'; import 'element ...
分类:其他好文   时间:2021-04-14 11:57:37    阅读次数:0
877. Stone Game
Alex and Lee play a game with piles of stones. There are an even number of piles arranged in a row, and each pile has a positive integer number of sto ...
分类:其他好文   时间:2021-04-10 13:23:44    阅读次数:0
猜拳游戏(Java实现)
package zuoye; import java.util.Random; import java.util.Scanner; public class MoraGame { public static void main(String[] args) { int humanNum = 0; i ...
分类:编程语言   时间:2021-03-09 12:57:12    阅读次数:0
1528条   1 2 3 4 ... 153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!