码迷,mamicode.com
首页 >  
搜索关键字:NPU    ( 4242个结果
Backpack IV
Description Description Given an integer array nums[] which contains n unique positive numbers, num[i] indicate the size of ith item. An integer targe ...
分类:其他好文   时间:2019-12-21 22:18:52    阅读次数:90
Coins in a Line
Description Description There are n coins in a line. Two players take turns to take one or two coins from right side until there are no more coins lef ...
分类:其他好文   时间:2019-12-21 22:16:37    阅读次数:104
Copy Books II
Description Description Given n books and each book has the same number of pages. There are k persons to copy these books and the i-th person needs ti ...
分类:其他好文   时间:2019-12-21 20:50:07    阅读次数:82
CSS基础
CSS基础 CSS简介: CSS(cascading style sheets):层叠样式表。 WEB标准中的表现标准语言,表现标准语言在网页中主要对网页信息的显示进行控制,简单说就是如何修饰网页信息的显示样式。 用来修饰XHTML或者XML等样式文件的计算机语言。 CSS语法: 选择符表示要定义样 ...
分类:Web程序   时间:2019-12-21 18:37:36    阅读次数:186
Decode String
Description Given an expression s contains numbers, letters and brackets. Number represents the number of repetitions inside the brackets(can be a str ...
分类:其他好文   时间:2019-12-21 15:21:13    阅读次数:81
MySQL基于 amoeba.xml的读写分离
1、准备两台服务器 centos7 192.168.52.35 192.168.52.36 2、关闭防火墙 [root@localhost ~]# systemctl stop firewalld [root@localhost ~]# setenforce 0 3、两台都下载mysql yum - ...
分类:数据库   时间:2019-12-21 14:03:12    阅读次数:115
小程序-下拉刷新
框架 小程序配置 页面配置 属性 类型 默认值 说明 enablePullDownRefresh boolean false 是否开启当前页面下拉刷新 onReachBottomDistance number 50 页面上拉触底事件触发时距页面底部距离(px) 如果是全局都需要下拉刷星,在app.j ...
分类:微信   时间:2019-12-21 11:56:07    阅读次数:109
Make Them Odd
time limit per test3 secondsmemory limit per test256 megabytesinput: standard inputoutput: standard output There are n positive integers a1,a2,…,an. F ...
分类:其他好文   时间:2019-12-20 23:52:25    阅读次数:105
微信小程序去掉checkbox前面的方框/样式修改
微信小程序checkbox <checkbox-group bindchange="checkboxChange"> <label class="checkbox" wx:for="{{items}}" wx:key="item"> <checkbox value="{{item.name}}" c ...
分类:微信   时间:2019-12-20 15:18:31    阅读次数:385
django+vue 基础框架 :vue
<template> <div> <p>用户名:<input type="text" v-model="name"></p> <p>密码:<input type="password" v-model="pwd"></p> <p>年龄:<input type="text" v-model="age"> ...
分类:其他好文   时间:2019-12-20 12:20:00    阅读次数:105
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!