码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
腾讯大牛动态教学:Android 仿微信 QQ 图片裁剪,赶紧收藏起来!
在平时开发中,经常需要实现这样的功能,拍照 - 裁剪,相册 - 裁剪。当然,系统也有裁剪的功能,但是由于机型,系统兼容性等问题,在实际开发当中,我们通常会自己进行实现。今天,就让我们一起来看看怎样实现。
分类:微信   时间:2020-04-15 10:56:11    阅读次数:83
阿里云OSS,PHP简单上传文件并返回地址【转】
需要下载php 的sdk包,注意路径问题 up.php oss.php 文章转自: "https://blog.csdn.net/qq\_29994361/article/details/85690396" ...
分类:Web程序   时间:2020-04-13 16:40:52    阅读次数:205
Level Up - ICPC Southeastern Europe Contest 2019(简单DP)
题意:Steve玩魔兽世界要做任务升两级,任务在你不同的等级给的经验不同,输入任务数量和升第一级和升第二级需要的经验,接着输入每个任务第一级完成给的经验和花费的时间、第二级级完成给的经验和花费的时间。求要升两级最少要花多少时间,如果不能则输出-1。 题解: 由题目数据可以直接想到用动态规划来做,因为 ...
分类:其他好文   时间:2020-04-12 16:45:34    阅读次数:60
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
7825条   上一页 1 ... 28 29 30 31 32 ... 783 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!