码迷,mamicode.com
首页 >  
搜索关键字:you    ( 26666个结果
LeetCode20200409
CanChen ggchen@mail.ustc.edu.cn Max Consecutive Ones II Given a binary array, find the maximum number of consecutive 1s in this array if you can flip ...
分类:其他好文   时间:2020-04-10 00:08:30    阅读次数:81
JavaSwing图形界面编程(第四讲)
JavaSwing如何使用按钮来触发事件? 今天我们会讲的内容就是JDialog对话框 用按钮事件来触发对话框,当弹出对话框后,无法进行其他操作,只能对当前对话框进行操作。 Jdialog对话框,大多数都是用来作为警告框来使用的!主要是用来限制用户访问权限。 这就是我们今天即将完成的项目 让我们一起 ...
分类:编程语言   时间:2020-04-09 19:10:35    阅读次数:125
react-native 使用react-native run-android 启动项目 报错 Android project not found
react-native 项目意外关闭 重新启动项目 启动命令 react-native run-android 然后 项目报错 Android project not found. Are you sure this is a React Native project? If your Andro ...
分类:移动开发   时间:2020-04-09 16:42:05    阅读次数:297
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
In i.MX Yocto Project User's Guide document Quick Start part: Install the `repo` utility:To get the BSP you need to have "repo" installed. This only n ...
分类:Web程序   时间:2020-04-09 14:16:23    阅读次数:102
Leetcode-680(回文字符串)
1.题目 可以删除一个字符,判断是否能构成回文字符串。: Input: "abca" Output: True Explanation: You could delete the character 'c'. 2.代码实现: class Solution(object): def validPali ...
分类:其他好文   时间:2020-04-09 12:48:40    阅读次数:74
【模板】字符串
1 字符串 Hash const ll mod[3] = {900000011, 998244353, 1000000007}; const ll bas[3] = {4493, 8111, 8527}; // you can choose your bases and modulos char s ...
分类:其他好文   时间:2020-04-09 12:22:45    阅读次数:62
程序员该读的10本好书
经常有读者私下问我,能否推荐几本书,以便空闲的时间读一读。于是我跑去自己的书架上筛选了 10 本我最喜欢的书,你可以挑选感兴趣的来读一读。 序号 书名 看点 备注 01 《代码整洁之道》 《代码整洁之道》值得所有的程序员读一读。软件的质量,不仅依赖于架构,更与代码质量息息相关。 而代码的质量与其整洁 ...
分类:其他好文   时间:2020-04-08 22:50:24    阅读次数:90
hdu 1028 整数的划分问题
"Well, it seems the first problem is too easy. I will let you know how foolish you are later." feng5166 says. "The second problem is, given an positiv ...
分类:其他好文   时间:2020-04-08 22:33:31    阅读次数:83
Acsc-Stat 300
Acsc-Stat 300Lab 10 AssignmentThe assignments must be in the correct format.? All code you write in R must be compiled using R-Markdown with the outpu ...
分类:其他好文   时间:2020-04-08 19:14:58    阅读次数:77
docker离线安装
``` !/bin/sh Offline install docker ce 19.03.6 Author : daniel 2020 03 03 if [ = "root" ];then echo "root" else echo "script will be exit. Pls su root ...
分类:其他好文   时间:2020-04-08 14:51:37    阅读次数:68
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!