码迷,mamicode.com
首页 >  
搜索关键字:hg up    ( 8017个结果
Search in Rotated Sorted Array II
Search in Rotated Sorted Array Problem Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed? Would this affect the run-time c ...
分类:其他好文   时间:2020-04-12 14:17:08    阅读次数:54
HDU4612 Warm up
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4612 题意:给定一个无向图,问加一条边后最少的桥数是多少。 思路:找出边双连通分量后缩点成一棵树,然后我们要是加一条边使桥数最少,显然是去找树的直径,所以两边DFS去找树的直径即可,注意这里很坑,重边是 ...
分类:其他好文   时间:2020-04-11 23:30:08    阅读次数:65
Bugku,never never never give up
题目链接:http://123.206.87.240:8006/test/hello.php 进入页面,界面啥也没有,让后打开源码看看,发现这一行的注释 所以就访问http://123.206.87.240:8006/test/1p.html,然后变成。。。。 很明显的,页面经过了跳转,locati ...
分类:其他好文   时间:2020-04-11 22:19:35    阅读次数:97
Drag and drop folder to a TextBox in C#
Last evening I came up with a requirement to drag a folder path into a TextBox in one of my Windows form applications. So I just want to share it with... ...
分类:Windows程序   时间:2020-04-08 19:08:45    阅读次数:102
django配置根下upload里面的图片显示
from django.urls import path,include,re_pathfrom auction.settings import MEDIA_ROOTfrom django.views.static import serve urlpatterns = [ re_path(r'^up ...
分类:其他好文   时间:2020-04-07 20:48:10    阅读次数:72
189. Rotate Array
Problem : Given an array, rotate the array to the right by k steps, where k is non negative. Example 1: Example 2: Note: Try to come up as many soluti ...
分类:其他好文   时间:2020-04-06 18:59:35    阅读次数:67
低价租用高性能GPU进行深度学习
首先介绍租用网站:https://www.freegpu.com/ B站有位管理员,UP主叫:史开杰,本文是根据up主的视频制作的文字教程 up主推荐的个人微信: 1. 点击机器列表可以查看可用机器,价格都在零点几美元每小时左右 2. 点击我的钱包,创建新的账号 3. 一定要保存好自己的私钥和秘钥 ...
分类:其他好文   时间:2020-04-06 13:29:07    阅读次数:89
[Algo] Find Pair with Given Sum
Given a list of positive integers nums and an int target, return indices of the two numbers such that they add up to a target - 30. Conditions: You wi ...
分类:其他好文   时间:2020-04-06 09:49:05    阅读次数:76
ubuntu 16.04 开机鼠标键盘失灵修复
[原因]:os图形界面配置文件损坏 [修复步骤] 进入 recovery mode 第一步 : 打开手机热点,设置成不需要密码就能链接,加密方式为 无 第二步 : 产看网卡名称 ifconfig ,并启用网卡 执行:ifconfig wlp2s0 up 第三步 : nmcli device wifi ...
分类:系统相关   时间:2020-04-05 09:22:14    阅读次数:321
wake up on lan 安卓手机控制局域网唤醒开机+远程关机
1、bios开启远程唤醒,具体自行百度(PowerOnbyPCIEdevices与PowerOnbyOnboard)2、记录MAC地址3、手机装软件,看好图上的字安卓手机控制端(小米6开发版亲测可用)下载地址:https://www.7down.com/soft/163710.html手机上我装的是remotedesktopmanager超专业的,自行百度手机版局域网远程控制关机是个事,有这个轻松
分类:移动开发   时间:2020-04-04 20:49:53    阅读次数:445
8017条   上一页 1 ... 29 30 31 32 33 ... 802 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!